Search found 28 matches

by Rabbit
Tue Apr 10, 2012 7:24 am
Forum: Flowcode V5
Topic: Simulation well, PIC do nothing
Replies: 4
Views: 3537

Simulation well, PIC do nothing

Hello,
I'm using Multiprogrammer EB-006-8 and Flowcode V5.1.0.0 (10.02.2012)
Simulation is very well, but Multiprogrammer with PIC 16F88 do nothing.
My little programm see attachment.
Are there a bug in simulation?

Best regards
Rabbit
by Rabbit
Tue Apr 10, 2012 6:15 am
Forum: Flowcode V5
Topic: Loop problems?
Replies: 4
Views: 3424

Re: Loop problems?

Hello Jonny, Thanks for your answer. I have two "wait" in my little programm. How can I post my flowchart here in the forum? Now I changes the delay-time from 1 second to 1 millisecond and the LEDs are flashing with about 1 Hz. So I think there is a little bug at the compiler. I use flowcode V5.1.0....
by Rabbit
Thu Apr 05, 2012 11:59 am
Forum: Flowcode V5
Topic: Loop problems?
Replies: 4
Views: 3424

Loop problems?

Hello, I wrote a little Programm (FC5) for switching LEDs on/off. The delay between on/off is 1 second. A loop while was inserted after "start" and before "end". The simulation is running well. Compiler message is ok. My problem: the real LEDs are continous on. It seems the loop will be ignored at t...