NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

UUT serial numbero to VI labview

Solved!
Go to solution

Hello guys,

 

 

Please, I'm trying (without sucess) to use the serial number from UUT field in test stand to VI labiew. I need to use the serial number into string field (extreme simple). But I don't know how to do this...Please I need help.

 

 

Thanks

0 Kudos
Message 1 of 4
(4,049 Views)
Solution
Accepted by topic author vpinho13

Try something like this:

 

GetUUTSN.png

 

You'll need to pass ThisContext into the VI when you call it from TestStand.

 

Hope this helps,

Trent

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 4
(4,036 Views)

Nice!!

 

 

Works... please one more question. I'm using action in step types. Whats is the best to check this?

 When I use action every time to fail I need to check error out. Its possible to use another steps types?

 

 

Thanks again

0 Kudos
Message 3 of 4
(4,027 Views)

I'm not sure that I understand the question.

 

You can use the Pass/Fail Test Step and return a boolean pass/fail value from your VI. Or you could use the String Value Test Step to pass or fail based off an expected string.

 

Hope this helps,

Trent

 

 

 

 

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 4 of 4
(3,984 Views)