This tutorial introduces you to the LabVIEW Statechart Module. This tutorial is divided into the following six parts:
- In Part 1, you learn to add a state to an existing statechart, see how the statechart moves between states, and examine how LabVIEW executes statecharts.
- In Part 2, you learn to create a new statechart.
- In Part 3, you learn to define the data types that a statechart can use.
- In Part 4, you learn to place substates within a state.
- In Part 5, you learn to add substates that the statechart executes concurrently.
- In Part 6, you learn to split and merge transition segments.
 |
Note Refer to the labview\examples\Statechart\Tutorial\ directory for completed versions of the statecharts you create in this tutorial. |