This example demonstrates how to use a State Machine to manage the process of starting and stopping an engine. The process moves from one state to another using manually fired transitions from button presses and conditional transitions checking the state of the engine(rpm). In this type of logic flow we use a feedback timer while remaining in a state to test a condition on a periodic basis and move to the next state if the condition evaluates to true.
To operate this example follow the on-screen instructions.
Download the example created for a PV780B in 2.9.23044.
Comments
0 comments
Please sign in to leave a comment.