NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Socket PreStep Callback

Hi:

 

I'm trying to create a trace file that contains information on every single step executed by Teststand. I do not want to have to edit any test sequence files, only the model files. I have tried using sequence callbacks StationPreStep (StationCallbacks.seq), ProcessModelPreStep (BatchModel.seq) and SequenceFilePreStep (BatchModel.seq). All of these only show me some of the steps. I do not see step results for any of the test sockets. I only see steps that have been called by the controlling 'Test UUTs' socket. 

 

Can anyone tell me how to implement a PreStep callback on the test socket steps without editing any test sequence files?

 

Thanks,
Dave

0 Kudos
Message 1 of 2
(2,840 Views)
Nevermind.... the callbacks work. It was a different problem. I was enabling the tracing via a variable that was only enabled on Test UUTs. Working now!
0 Kudos
Message 2 of 2
(2,839 Views)