10-25-2016 01:41 PM
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
Solved! Go to Solution.
10-25-2016 03:07 PM
Try something like this:
You'll need to pass ThisContext into the VI when you call it from TestStand.
Hope this helps,
Trent
10-25-2016 03:50 PM
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
10-26-2016 08:47 AM
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