NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Update Station Globals from CVI UI

Hi, I am having a requirement such that i need to update a station global variable to true or false based on the click on a button present in User Interface. My Setup: Labwindows/CVI 8.5 TestStand 4.2.1 XP Please point me to the basic programming examples of the CVI based User interface. Regards, Ramjee
0 Kudos
Message 1 of 3
(3,475 Views)

The CVI User Interface that ships with Teststand can be found in the directory ...\Program FIles\National Instruments\TestStand 4.1.1\UserInterfaces\FullFeature\CVI. Mods will be needed to send the value to TS which can then change the station global file or write to the global file from CVI UI.

 

*************************************************
CLD
*************************************************
0 Kudos
Message 2 of 3
(3,335 Views)

Are you sure you want to change the StationGlobal file or just change an actual StationGlobal variable. When the UI closes and shuts down the TestStand engine the StationGlobal file is updated automatically.

 

 

Regards
Ray Farmer
0 Kudos
Message 3 of 3
(3,303 Views)