07-15-2009 04:07 PM
Hi!
I use Labview and TestStand and I have a question regarding this. I am trying to write a program where an operator can choose from 4 different tests to run from an enum. Depending on what test the operator chooses, TestStand should run a number of sequences. Primarily, I would like the layout to be like a message box that pops up on the screen with the enum.
Thanks!
/Nina
Solved! Go to Solution.
07-15-2009 04:52 PM
What exactly do you need help with? The VI would not have much more than an event structure and you would have to pass the enum to an indicator wired to the connector pane. In the VI Properties>Window Appearance, set it to Dialog. Use the Start Modal and Stop Modal functions in the vI to make sure the dialog is on top.The sequence would have a LabVIEW action step that calls the VI and set to show front panel when called. Pass the enum back to a TestStand numeric variable. How to call a VI and get data back from a VI is explained in the "Using LabVIEW with TestStand" manual.
07-16-2009 01:18 PM