Swithes in Flowcode

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
alexander70
Posts: 79
Joined: Mon Aug 03, 2009 12:14 pm

Swithes in Flowcode

Post 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
swithes.jpg (53.45 KiB) Viewed 3668 times
Attachments
Flowcode1swithes.fcf
(4 KiB) Downloaded 259 times
Respectfully, Alexander

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: Swithes in Flowcode

Post by Steve »

The "WaitUntilHigh" macro will pause program execution until the pin has gone high. You do not need the decision icon.

alexander70
Posts: 79
Joined: Mon Aug 03, 2009 12:14 pm

Re: Swithes in Flowcode

Post 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?
Respectfully, Alexander

alexander70
Posts: 79
Joined: Mon Aug 03, 2009 12:14 pm

Re: Swithes in Flowcode

Post by alexander70 »

I have already found, "Connection Point", thanks
Respectfully, Alexander

Post Reply