01-25-2009 12:24 PM
My Labview funtion returns a boolean pass/fail, as well as a serial number.
I use the pass fail with a TestStand PassFail step, which is fine.
However, I would like to record the serial number too. I tried the additonal result property, but
not having much luck.
What am I doing wrong here?
Solved! Go to Solution.
01-25-2009 12:35 PM
picture attached
01-25-2009 10:35 PM
morngoose,
You must assign it to a variable. I noticed there was nothing under your Value to Log column. So on the Module tab you have to assign that Indicator to a TS variable. It can be a Local, File or Global but TS basically has to log it somewhere.
That should do the trick.......or at least it worked for me.
Regards,
01-26-2009 02:16 AM
Hi morngoose,
see attached example.
regards
ray