0% found this document useful (0 votes)
49 views1 page

NI Tutorial 14120 en

This document provides an overview of the Simple State Machine template, which defines the execution sequence of code sections. The template implements a Moore machine that determines the next state based on decisions made in the current state. It allows for easy insertion, removal, or reordering of code sections without major modifications. Instructions are given for locating the template and documentation in LabVIEW, including creating a project, opening the template VI, and accessing the documentation.

Uploaded by

Jack Eito Neo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views1 page

NI Tutorial 14120 en

This document provides an overview of the Simple State Machine template, which defines the execution sequence of code sections. The template implements a Moore machine that determines the next state based on decisions made in the current state. It allows for easy insertion, removal, or reordering of code sections without major modifications. Instructions are given for locating the template and documentation in LabVIEW, including creating a project, opening the template VI, and accessing the documentation.

Uploaded by

Jack Eito Neo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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 implementation
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:


1. Select FileCreate Project to open the Create Project dialog box. You also can click the Create Project button on the
Getting Started window.
2. Double-click Simple State Machine and configure the new project.
3. Click Finish. LabVIEW displays the Project Explorer window.
4. To open the template VI, double-click Main.vi in the Project Explorer window.
To access the documentation for this template, double-click Project DocumentationSimple State Machine
Documentation.html in the Project Explorer window.

1/1

www.ni.com

You might also like