Sign in to follow this  
Followers 0
Thinking_hard

Help with SFC

2 posts in this topic

Hi, there! I need some instructions on SFC programming. Just need to know whether instructions will be executed in a state, if I simply let the sequence run through that state without any time delay at the state itself. For example, | -|- Transition if m1 is on | S1 | -|- No transition statement | | Suppose I have the following instructions contained in S1: Add d1 d2 d3, Sub d4 d3 d5 etc.... Will the instructions in S1 execute? Or will it simply bypass because transition occurs instantaneously? Thinkinghard! Edited by Thinking_hard

Share this post


Link to post
Share on other sites
I would expect it would process at least once before it got to the transition.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0