LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic structure for sequencial control

Dear all,

I'm trying to create a vi to realize sequencial execution of subvi's, the time delay between two subvi's should also be controllable. Is there any sample program available? Thanks

Jerry
0 Kudos
Message 1 of 3
(2,582 Views)
Search here for "state machine" 🙂
0 Kudos
Message 2 of 3
(2,577 Views)

Also look under the Help menu, find examples. and search for State Machine

There are empty templates available if you look under the Files Menu, select New > From Template> 

You'll see a list, such as Event Structure, with data, etc and State Machine.  There should be 2 of them.

As Altenbach suggested, do a search in this forum for State Machines.

They are easy to implement, easy to use, easy to maintain, and are scalable.  Use Type Def'ed control for your case selector, you'll thank me after you modify it's content for the 10th time 😉

RayR

 

0 Kudos
Message 3 of 3
(2,574 Views)