Jump to content

Labview anti-pattern: Action Engines


Recommended Posts

Thank you, Mikael, for linking to OpenGDS!  At the moment, I feel like I'm learning a new language.  Your video is extremely helpful.  Still, the ability to convert my current VIs to a state machine diagram is great!  I've been doing this by hand.

 

Thanks again!

Edited by sprezzaturon
Link to comment

What you could do is to start just using the Singleton Class template, sure it's based on OO, but you don't need to think of that, it's just like a action Engine, but instead of having everything in one VI, you can add several VIs (methods) to the Singleton library (lvlcass), and just because they belong to the same class they all share the same data.
You just have to learn how to use the IPE structure to read and modify the shared data.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.