LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding really long wires?

Ok, guys/gals,

I just did a search for "state engine" at NI online and in Help... both came up with nothing... IIRC, someone mentioned this in another thread, but I'm not seeing any other reference to it.  Is this on the Functions pallet?   ...or is this just a reference to the case structure inside the while loop that was shown?  Maybe I'm making this more complicated than it needs to be... ??  The help is much appreciated!

C

0 Kudos
Message 11 of 18
(1,018 Views)

Try "state machine" that is what 99.9% of the users on this forum actually call it.

 

I have no idea what "IIRC" means so I googled it and got http://www.internetslang.com/IIRC.asp

0 Kudos
Message 12 of 18
(1,013 Views)

Ah, gotcha!  Thank you! 

C

 

IIRC = If I Remember Correctly

0 Kudos
Message 13 of 18
(1,008 Views)

Ok, one and all... I searched for "state machine" and the first thing that comes up is the "JKI State Machine" plug-in?  Is this what you guys are talking about?  The only reason I ask is because to install it they say I need to have their VI Package Manager installed... which is $1K.   

0 Kudos
Message 14 of 18
(999 Views)

The JKI state machine is one template for implementing a state machine architecture. It is not required to implement a state machine. (It is a very good way to start though.) You do need the package manager but you can use the free community version. You do not need to buy the professional version.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 15 of 18
(996 Views)

Look at New .... under the File menu.  There is a framework called Standard State machine that provides a template to get you started.

 

And keep looking through all the posts you find when you search for state machine and not just the first few.  There will be a lot of commentary about state machines, and hopefully some of them give you some examples on them.

0 Kudos
Message 16 of 18
(972 Views)

The State Machine is discussed along with other design patterns here:

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

0 Kudos
Message 17 of 18
(967 Views)

It looks like I have some reading and rethinking my program to do.

Thank you one and all!

C

0 Kudos
Message 18 of 18
(923 Views)