04-10-2012 02:25 AM
Hi,
I have this question posed in two locations, Test Stand and Labwindows/CVI.
I am migrating old code from LabView 7.1 and Test Stand 2.0.1 to Test Stand 2010 SP1 and Labwindows/CVI 2010 SP1.
In order to build a distribution pack I need to get rid of ALL the old code.
I have a lot done but stuck on the following.
From CVI I have Simple CVI TestStand UI almost working as the old one did but for one part.
I have a Test Stand Boolean variable, StationGlobals.Debug, which will get set True or
False by a CVI UI binary switch.
I need to read and write to this variable out and into Test Stand so it can be set in accordance with the CVI UI binary switch.
How do I go about this?
Thanks for your time
Simon
04-10-2012 08:15 AM
http://zone.ni.com/devzone/cda/tut/p/id/4532
http://zone.ni.com/devzone/cda/tut/p/id/7560
Basically any other article about UI Messages (including the TestStand help and Reference Manual) are good sources for you.
Regards,