03-15-2013 02:31 PM
I am using TestStand to control testing two UUT's at a time. The issue is I need to change the look and feel of the information windows for each socket. It is difficult for the operator to see which UUT (socket) is associated with which message window. I would prefer to use generic text in the message boxes; is there a variable that indicates which socket is in effect for that message call so I can use it in the message?
Thanks,
David W.
Melbourne, Florida
Solved! Go to Solution.
03-18-2013 01:25 AM
RunState.TestSockets.MyIndex
Use this variable to determine which socket is running.