NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing measured data from further steps

Solved!
Go to solution

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.

Engineering Services
Teledyne Relays
0 Kudos
Message 11 of 12
(928 Views)

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.

 

 

Regards
Ray Farmer
0 Kudos
Message 12 of 12
(903 Views)