NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling / Disabling tracing into a sequence (SeqCall) only in execution

The problem is that the customer sequence is launched using another sequence. So I must distinguish in wich sequence I am... This cannot be done by name, because I'm not supposed to know what's my customer sequence... So using the SequenceContext is, I think, the best way to know where I am in the execution.

Moreover, I must cancel the tracing event before entering the sequence otherwise the execview will display what's inside the sequence.

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 11 of 14
(1,020 Views)

Hi,

 

You have access to the sequence context in the TraceEvent Cback! (located in the event Data)

 

Regards,

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 12 of 14
(1,018 Views)

TraceEvent Cback is the callback I need to disable... That is why I must cancel UIMsg_Trace !

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 13 of 14
(1,016 Views)

you can send void Data if the sequence index is greater than 0. I may have missed something, do you use a custom ExecutionView or the teststand executionview?

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 14 of 14
(1,014 Views)