Search found 7 matches

by Late347
Fri Nov 25, 2016 11:49 am
Forum: Flowcode V7
Topic: can you make switch array e-block into "toggle button"?
Replies: 4
Views: 4749

Re: can you make switch array e-block into "toggle button"?

Ok thanks for suggestion. I tried to add input device, the switch array e-block -click properties on the switch array (push) component on the dashboard -click the "operation" part (this is what I need, I think...?) Because it turns the button from push-release mode, into toggle-button. &qu...
by Late347
Thu Nov 24, 2016 11:46 pm
Forum: Flowcode V7
Topic: can you make switch array e-block into "toggle button"?
Replies: 4
Views: 4749

can you make switch array e-block into "toggle button"?

using pic16f1937 and switch array with 8 black buttons as the e-block. I'm using flowcode7. Currently I was mosltly using the switch array as direct input such that when the switch button is being continuously pressed -->something happens. Whe nthe button is released, There is no input. I was wonder...
by Late347
Thu Nov 24, 2016 11:08 pm
Forum: Flowcode V7
Topic: Stuck with Keypad e-block exercises
Replies: 2
Views: 3306

Stuck with Keypad e-block exercises

Hello, I was trying to do the matrix e-block labs exercises regarding keypad usage (labs 9, keypad, exercise B3) I'm using pic16f1937 and e-blocks, and flowcode7 software I tried asking my programming teacher for help, but he was reluctant to help me with any tips, either because he didn't know how ...
by Late347
Sat Nov 19, 2016 8:07 pm
Forum: Flowcode V7
Topic: pic16F1937 interrupt weirdness Timer0 in simulation
Replies: 7
Views: 6862

Re: pic16F1937 interrupt weirdness Timer0 in simulation

Hi Late347, No in my opinion the lower Flwochart is wrong. You can't place the LCD components within the delay. Here is want you can try. Load the attached flowchart Select the interrupt tab at the top and right click on calculation and select toggle breakpoint like this : Set breakpont.png Then ru...
by Late347
Sat Nov 19, 2016 3:50 pm
Forum: Flowcode V7
Topic: pic16F1937 interrupt weirdness Timer0 in simulation
Replies: 7
Views: 6862

Re: pic16F1937 interrupt weirdness Timer0 in simulation

I think that I figured out what was the problem for my program which was the labs 13 2nd exercise. Hopefully the picture and explanation of the program flow, seem to make sense. I was struggling to explain why the interrupt macro did not keep working in the simulation at all in flowcode. The simulat...
by Late347
Sat Nov 19, 2016 2:24 pm
Forum: Flowcode V7
Topic: pic16F1937 interrupt weirdness Timer0 in simulation
Replies: 7
Views: 6862

Re: pic16F1937 interrupt weirdness Timer0 in simulation

Hi Late347, Flowcode labs 13 2nd exercise.fcfx demonstrates this well. The interrupt macro is indeed placed outside the loops. It's only required to be activated once. When it has been activated then , at precised interval's (depending on the interrupt settings) the code will pause and the interrup...
by Late347
Fri Nov 18, 2016 9:54 pm
Forum: Flowcode V7
Topic: pic16F1937 interrupt weirdness Timer0 in simulation
Replies: 7
Views: 6862

pic16F1937 interrupt weirdness Timer0 in simulation

I was creating a simple labs exercise in flowcode6 originally. I downloaded that file to my laptop which has flowcode7. The exercise purpose was to measure one second's worht of time thru using the internal clock with timer0. Then the purpose was to utilize that interrupt to create a simple seconds ...