NI Tutorial 14120 En

Preview:

DESCRIPTION

national instrument

Citation preview

7/17/2019 NI Tutorial 14120 En

http://slidepdf.com/reader/full/ni-tutorial-14120-en 1/11/1 www.ni.c

1.

2.3.4.

Simple State Machine Template Documentation

Publish Date: Jul 09, 2013

Overview

The Simple State Machine template facilitates defining the execution sequence for sections of code. This particular implementati

often is referred to as a Moore machine, which determines the next state based on decisions made in the current state. The

design of this template makes it easy to insert new sections of code, remove sections of code, or change the order in which

sections execute – all without making major modifications to the structure of the application.

1. Locating the Simple State Machine Template and Documentation in LabVIEW

Complete the following steps to locate this template:

Select to open the dialog box. You also can click the button on theFile»Create Project Create Project Create Projectwindow.Getting Started

Double-click and configure the new project.Simple State MachineClick . LabVIEW displays the window.Finish Project Explorer  To open the template VI, double-click in the window.Main.vi Project Explorer  

To access the documentation for this template, double-click Project Documentation»Simple State Machine

 in the window.Documentation.html Project Explorer 

 

Recommended