LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

different types of statemachine

kindly explain different types of state machines available

0 Kudos
Message 1 of 7
(3,321 Views)
do a search in the forum. You can get a couple of solutions.
Post if any specific help required.
 
Mathan
Message 2 of 7
(3,320 Views)
Hi azhagar,
                   Mathan is right.Do you a search and you readily get the info like this 


0 Kudos
Message 3 of 7
(3,313 Views)
sorry i have tried about that.. but i cant able to find out..
if you tell me the types.... i think i can search about that...
0 Kudos
Message 4 of 7
(3,312 Views)
thanks muks...
0 Kudos
Message 5 of 7
(3,309 Views)

What do you mean by different types of state machines in Labview?  A state machine can have many different states, based on the implementation.

However, typically in Labview, a state machine consists of a While Loop that contains a Case Statement.  The Case Statement is normally indexed by an enumerator that contains a list of each state that describes the system.  This is its basic form.   Whatever is put "around" the state machine depends on the rest of the implementation. 

Are you looking for a particular architecture?

R

Message 6 of 7
(3,289 Views)
According to labVIEW: Advanced programming Techniques, Second Edition. There are four types of State machines: Sequence, Test Executive, Classical, and Queued. For the most part, those are just how they are used, not really much stucturally changes.  Try taking a look at the Application Design Patterns: State Machines.

Good Luck!

Message 7 of 7
(3,260 Views)