10-28-2010 08:24 PM
Ray,
Your approach seems to be in the ballpark for me, but I have a sequence made up of several subsequences in which I need access to the results of these subsequences and pass them to a VI in the Post UUT Callback that will fill an .xls datasheet template. Any Ideas?
Mal G.
11-02-2010 02:16 AM
Hi,
Your results are going to be in Locals.ResultList in the MainSequence of the ProcessModel.
So you would need to use RunState.Caller.Sequence.Locals to get a reference to the Locals to the caller from Post UUT.