LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview operator interface and global variable

I have a TestStand Operator interface developed with labview, in its loop I wait for the exit button (not the TestStand Exit control but a simple button control) this event sets a global variable V1; in the meanwhile TestStand sequence is executing a labview step that dynamically executes a VI that  waits in a loop for the V1 (global variable) coming true to exit. If I launch the MMI.vi under development system all it's ok, but if I create the executable the global variable V1 change in the MMI.vi but the VI called from teststand continue to read it (V1) to false. In the build settings I added these VIs like dynamic VI.

Thank you
0 Kudos
Message 1 of 3
(2,919 Views)

Hi,

When you say global variable, you are referring to a LabVIEW global variable?

You dont you use a TestStand StationGlobal.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,911 Views)
Yes I mean Labview global variable.

Thank you,
Massimo Ponte.

0 Kudos
Message 3 of 3
(2,905 Views)