NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Display "About NI TestStand..." from LabVIEW

Solved!
Go to solution

I'm creating a LabVIEW UI that calls TestStand to run sequence files and I want to include a menu Item to display the "About NI TestStand..." window, but I can seem to figure out to tell TestStand to launch the window from LabVIEW. 

 

Can anyone direct me to the appropriate API call or example?

Ryan Podsim, CLA
0 Kudos
Message 1 of 5
(5,258 Views)

In the full featured UI that ships with TestStand it shows how to add and use the menus or submenus from the Sequence Editor.  I would look in there and mimic what they are doing.

 

Regards,

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 5
(5,246 Views)

The Example you mentioned was informative, but I see can't seem to find a way to display the "About NI TestStand..." dialog. The list of commands to bind to menu itemsm via Insert Command into Menu.vi, has just about every item in the TestStand help except the About item.

 

This is the dialog I'm looking for.

2014_10_01_09_07_09_TestStand_small.png

Ryan Podsim, CLA
0 Kudos
Message 3 of 5
(5,228 Views)
Solution
Accepted by topic author rpodsim

The About dialog is not built into the engine, but there are engine methods to get all of the information displayed on it.

 

See the API help for the following:

 

Engine.VersionString

Engine.GetLicenseDescription()

Engine.GetProductRegistrationInfo()

 

Hope this helps,

-Doug

0 Kudos
Message 4 of 5
(5,204 Views)

Ahhh.... That would explain why I can't find it. 

 

I kinda assumed the it would be included, since the same window is included in the LabVIEW Run-Time.

 

Thanks for the help.

Ryan Podsim, CLA
0 Kudos
Message 5 of 5
(5,201 Views)