12-14-2006 02:36 AM
12-14-2006 03:00 AM
Hi,
In the query of http://forums.ni.com/ni/board/message?board.id=330&message.id=13571
The UUT serial number was obtained from the Locals of the either the Sequence TestUUTs or Single Pass.
This was done by using the lookup string "RunState.Caller.Locals.UUT.SerialNumber".
Therefore you could use a similar approach.
Regards
Ray Farmer
12-15-2006 12:13 AM
Thanks for reply
I understand the runstate.caller..... expression can be used in client file to get access to parameter in process model,
then, how to access parameter of client sequence file in the process model?
I want to do an setup in the preuutloop callback and all work should be done within that callback.
12-15-2006 01:04 AM
Hi,
Try RunState.ProcessModelClient.Data.Seq["MainSequence"].Locals would access the Locals in the MainSequence of the Client SequenceFile.
Regards
Ray Farmer
12-15-2006 01:33 AM
12-15-2006 02:39 AM
Hi,
Yeah, sorry should have mentioned that is only available during execution, so ignore any errors.
regards
Ray Farmer