NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual keyboard

How do I enter the serial number in Test stand (Ver3.0) using virtual keyboard (created in Lab View).
0 Kudos
Message 1 of 3
(3,298 Views)
You could use the "Teststand-set property" function in you virtual keyboard VI, to set the Teststand UUT serial number property.

The path to the serial number property is:
RunState.Root.Locals.UUT.SerialNumber

This KB contains details on this:

http://digital.ni.com/public.nsf/websearch/616AB6FEA929F42286256ABF0072ABF0?OpenDocument
0 Kudos
Message 2 of 3
(3,298 Views)
Hi Mr SSL,

As you are using TestStand 3.0.
Make sure your output string from virtual keyboard VI is connected to the VI's connector pane.
When you specify your module in your teststand step you will see the output of your VI made available to allow you to specify a TestStand property. If you have placed this VI in the PreUUT sequence, then set the output string to pass the value to Locals.SerialNumber.

I have attached an example.
Regards
Ray Farmer
Regards
Ray Farmer
Download All
0 Kudos
Message 3 of 3
(3,298 Views)