NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing the UUT serial number from TestStand to LabVIEW

Solved!
Go to solution

Hello. I'm really new at using TestStand and I'm trying to pass the UUT serial number to a LabView vi. I tried using Runstate.Root.Locals.UUT.SerialNumber as the value to pass but it didn't work. It seemed not to like UUT. Any suggestion would be helpful. Thanks in advance.

0 Kudos
Message 1 of 6
(5,637 Views)
Solution
Accepted by LesKing2014

It will show in read and give an evaluation warining but it should work at run time.

Message 2 of 6
(5,626 Views)

Getting the same thing.

0 Kudos
Message 3 of 6
(3,397 Views)

I would suggest making a new forum post to help more people see your post.

0 Kudos
Message 4 of 6
(3,378 Views)

hi i have probleme in my code too

i want to put the serial number from teststand to stieng in labview.

 

Download All
0 Kudos
Message 5 of 6
(3,297 Views)

I used a 2 step process. I'm checking to make sure a serial number is entered (not an empty string) and pass the string to a local variable. I can then pass the local variable to LabVIEW.

Download All
0 Kudos
Message 6 of 6
(3,287 Views)