05-11-2012 09:50 AM
Using flat sequence and DAQ assistants, how can we implement scheduling algorithm to enable or disable a specific frame in the sequence?
Solved! Go to Solution.
05-11-2012 09:53 AM
Don't use the flat sequence structure! You cannot enable/disable any frame. Just one of the drawbacks of the sequence structure. They are seldom necessary. If you want flexibility, use a state machine.
05-11-2012 05:11 PM
Thanks a lot, appreciated.