02-14-2012 10:33 AM
Hello,
Does any one know how to pass an external value to Test Stand?
Thank you.
02-14-2012 11:09 AM
02-14-2012 11:12 AM
No, he did not.
02-14-2012 11:28 AM
Hi,
Attached are the Call Executable tabs that I don't know how to use it. Please advise
The limit for attachment is 4. I got the last snapshot (Standard output/error), I set = ignore for now.
Thanks
02-14-2012 08:15 PM
Hi,
in Standard Output/Error tab set Output Destination to Store in Variable/Property. The default location is Step.StdOutput.Text, you could change that to something like Locals.EggPlantStdOut. The stdout has to be copied to a variable in TestStand.
If it is not working I would try
1. Try it with an exe I know for sure is returning stdout.
2. Try your exe or a know good exe with the LabVIEW sysexec.vi to see how it is working
cc
02-14-2012 08:49 PM
Thanks. I am going to try your suggestion.