switches

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
stevel
Posts: 19
Joined: Sat Sep 05, 2009 2:18 pm
Contact:

switches

Post by stevel »

hi can i have help on my flow chart switch 0 and 1 work ok they stay on forever but switch 2 only works when held down how can i make switch 2 work as same as switch 0 and 1. flow code file sent with this.
Attachments
flow1.fcf
(7.5 KiB) Downloaded 295 times

fresh
Posts: 47
Joined: Mon Jun 08, 2009 11:11 am
Contact:

Re: switches

Post by fresh »

you have a wrong variable to count up.
you have: count2 = count + 2
you must have count2 = count2 + 2

Post Reply