LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create state diagram (for state machine)

Hallo  all.
 
In my previous visit here, i saw picture of state diagram (bubbles with connection),
 
How to create that in labview (if there is such option) ?
or, which other software create state diagram.
 
 
 
 
 
thanks   🙂
0 Kudos
Message 1 of 3
(2,690 Views)
There is the State Diagram Toolkit (additional tool from NI for LabVIEW) with good interface and unreadable code 😉
It gives you a State Diagram Editor at Functions palette.
It is very good tool for state diagram visualization, but readability of the code is controversial.
When you will get a clear picture of a diagram from State Diagram Editor, I suggest use classic state diagram pattern: case structure driven by typedef enum in while loop.
Regards
Mikrobi (Zbigniew St. Sobków)____________________________________________________________
"You can lead a horse to water, but if you can get him to float on his back you've got something."
0 Kudos
Message 2 of 3
(2,681 Views)

Hello,

Here are some links that can be usefull to NI:

http://sine.ni.com/nips/cds/view/p/lang/en/nid/13747

http://zone.ni.com/devzone/cda/tut/p/id/3024

Hope this helps...

Barp - Control, Simulation, RTT and HIL - National Instruments
0 Kudos
Message 3 of 3
(2,648 Views)