What is one disadvantage of using the State Machine VI architecture?
A State Machine canonly traverse states in order
If two state changes occur at the same time, only the first state change will behandled and the second will be lost
The diagram becomes significantly larger when changing from ageneralarchitectureto a State Machine
State Machines cannot acquire data or use DAQ functions
Submit