NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i get the FileGlobals from the User Interface?

Hello,

I'm trying to extend the CVI operator interface of NI with an overview page with some test information I store and update in the FileGlobals. How can i access them? All i got is the engine reference and the pre-defined connections to the Active-X controls, right? Can i define new connections to CVI controls to any variable within Teststand?

Best regards,
Thomas
0 Kudos
Message 1 of 4
(3,322 Views)
Hi Thomas,

Which TestStand version are you using. If version 3.0, are you using the new style OI with the TestStand UI Controls.

Do you wish to display the Static values found in the SequenceFile when first loaded or are you looking to display dynamic values as the SequenceFile is executed.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,322 Views)
Hi Ray,

I'm using Teststand 3.0 with the new controls. I update the FileGlobals by the property loader at runtime thus I need the dynamic values. I used the "Full-Featured" OI sample.

Is there a possibility to access any property I want, and not just the predefined "TSUIEnum_CaptionSources" and similar?

Regards,
Thomas
0 Kudos
Message 3 of 4
(3,322 Views)
Hello Thomas,

Take a look at this tutorial, it might help you to get started:

http://zone.ni.com/devzone/conceptd.nsf/webmain/4DA04F64E5DD7C6386256D20005F2BCE?opendocument

hope this helps
0 Kudos
Message 4 of 4
(3,322 Views)