05-16-2015 01:13 PM
I'm attaching a small Event State Machine I built to illustrate User Events and using them as a State Machine. Notice that, in this particular machine, no State takes a lot of time, which means that Events (either Front Panel or State Transitions) get handled quickly. It does have a single loop, with Shift Registers allowing data to be passed between the "State Machine" and the "Event Structure" simply because they are the same wires in both.
Let us know if this is the kind of architechture you are seeking.
Bob Schor
05-16-2015 02:57 PM
01-28-2016 09:39 AM
Hi Mike ,
nice comment 🙂 gibberish
is there any way we can do state machine like State Chart .
http://www.ni.com/labview/statechart/
or else like this video
C# can do this job , why labview not able to do these kind of state machines
https://www.youtube.com/watch?v=GTogQTHR2d8&authuser=0
or else
UML based State machine
01-28-2016 09:40 AM
Hi Mike ,
Please let me know , if you still cant understand this gibbrish means 🙂
01-28-2016 02:32 PM
saran1988 wrote:
is there any way we can do state machine like State Chart .
http://www.ni.com/labview/statechart/
Didn't you just answer your own question there? The State Chart module is an add on to LabVIEW.
01-29-2016 01:26 AM