Page 1 of 1
Swithes in Flowcode
Posted: Thu Oct 08, 2009 5:56 am
by alexander70
Hi! I want to ask about the use of swithes. In component macro for swithes are possible 3 states: ReadState, WaitUntilHigh, WaitUntilLow. How to correctly draw Decision for conditions WaitUntilHigh?

- swithes.jpg (53.45 KiB) Viewed 3675 times
Re: Swithes in Flowcode
Posted: Thu Oct 08, 2009 7:07 am
by Steve
The "WaitUntilHigh" macro will pause program execution until the pin has gone high. You do not need the decision icon.
Re: Swithes in Flowcode
Posted: Thu Oct 08, 2009 7:19 am
by alexander70
Thank you,
I would like to ask else, how to make in the Flowchart an unconditional go to in some place of the program?
Re: Swithes in Flowcode
Posted: Thu Oct 08, 2009 7:38 am
by alexander70
I have already found, "Connection Point", thanks