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