09-12-2007 09:46 AM
09-12-2007 03:26 PM
09-12-2007 07:52 PM
09-12-2007 10:25 PM
Hi Ray,
Actually, I test four Units simultaneously on the tester, and decription column in each wondow(here four wondows for four Units) shall be display different infomation according the test socket. the expression what I set is as below:
ThisContext.RunState.TestSockets.MyIndex == 0 ? Step.Result.Thread0.Expression : (ThisContext.RunState.TestSockets.MyIndex == 1? Step.Result.Thread1.Expression : (ThisContext.RunState.TestSockets.MyIndex==2 ? Step.Result.Thread2.Expression : Step.Result.Thread3.Expression))
The 'Expression' above is a string variable, it is changed accroding the setting was done in edit VI.
Now when I run four units in batch model, the expression in each window shows the same info which are from test socket0 (Step.Result.Thread0.Expression).
I have re-set the Sequenfile.ChangeCount at the beginning of each test socket but no effect.
My quesition:
-- What setings I missed for this situation?
-- Any other way to solve this problem?
Thanks, Steven
09-14-2007 07:12 AM
Hello,
Is TestStand can do it like this???
Thank you!!
09-14-2007 09:55 AM