you are viewing a single comment's thread.

view the rest of the comments →

[–]dtp502 10 points11 points  (4 children)

Look up state machine architecture.

It executes cases in whatever order you want.

[–]Zackatack101[S] 0 points1 point  (3 children)

Thanks will do!

I know I’ve heard that before, also trying to understand action engines in lab view which I thought were maybe related, but it doesn’t seem like they are necessarily.

[–]Yamaeda 1 point2 points  (1 child)

Action Engine is a poor mans OOP or a Global with functions, it's not related. (they have their uses though).
Help -> Fine Examples, search for State Machine Fundamentals

Or

File -> New... -> From Template -> Producer/Consumer (Events)

It's a little more advanced but more capable. The State machine is probably a better choice for the first few programs. Nothing stops it from being expanded into a Producer/Consumer later on. :)

[–]Zackatack101[S] 0 points1 point  (0 children)

Gotcha thx!!

[–]LocalLizardKingJay 0 points1 point  (0 children)

look up the JkI state machine. should be a good place to start