10-25-2012 01:31 AM
Hello!
I have a local container which includes a string variable in Test UUTs sequence of SeuquentialModel.Seq. I need to pass that string into ->own.seq->MainSequence->ownSubSequence->ownLV.vi control. How to do that? How can I address it in my LV's Parameter's Value field?
BR,
Jick
10-25-2012 09:52 AM
The easiest thing to do would be to access it as Root.Locals.myvar.
-Doug
10-26-2012 02:45 AM
Do you mean RunState.Root.Locals.UUT.SerialNumber ?
My variable in SequentialModel.seq is Locals.UUT.SerialNumber.
Jick
10-29-2012 06:24 AM
Yes that would be correct.
Or you could use:
RunState.Caller.Locals.UUT.SerialNumber