‎07-31-2008 07:42 AM
‎07-31-2008 07:46 AM
‎07-31-2008 07:58 AM
‎07-31-2008 07:58 AM
‎07-31-2008 08:00 AM
‎07-31-2008 08:42 AM
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
‎07-31-2008 09:35 AM