NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to temporary disable SeqFileLoad/Unload of testplan

Hello,

is there somewhere a flag in the teststand menue to disable the execution seqFileLoad/unload of a testplan?

Thx

0 Kudos
Message 1 of 4
(2,048 Views)

Hello Onlyone,

 

you can disable the load/unload engine callbacks if you use the GetSequenceFileEx Method with the GetSeqFileOptions parameter set to value 0x10.

 

GetSequenceFileEx Method

GetSeqFileOptions Constants

 

Best regards

Andreas Gareis
Senior Applications Engineer, NI
Certified LabVIEW Developer & TestStand Architect
Message 2 of 4
(2,014 Views)

And how can i do this in Teststand?

0 Kudos
Message 3 of 4
(2,000 Views)

Hello OnlyOne,

 

what do you mean? That is a TestStand API call which you can invoke using expressions or the activeX adapter. There is no way to change the sequence file load behaviour of the sequence editor. What you could do though, is write your own sequence file load tool that disables the load/unload callbacks.

 

Best regards

 

Andreas Gareis
Senior Applications Engineer, NI
Certified LabVIEW Developer & TestStand Architect
Message 4 of 4
(1,992 Views)