NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable SequenceFileLoad

Hi, I am writing a custom UI application using TS 4.1 and LV 8.5.1.

I would like to have the possibility to disable the execution of the SequenceFileLoad/SequenceFileUnload of the model when starting/exiting the application. I searched the help and forums, but did not find anything. Does anybody have an idea how to achive this?

Thanks, Zoli

0 Kudos
Message 1 of 3
(3,121 Views)

Hi,

 

when you call GetSequenceFileEx use the option GetSeqFile_DoNotRunLoadCallback which will stop the SequenceFileLoad

 

 

Regards
Ray Farmer
Message 2 of 3
(3,117 Views)

Hi Ray.

 

Yes, this is OK when opening a sequence file with the Engine. But the model is loaded automatically at startup.

I did some more digging and came to the conclusion that I can disable the use of a model. So I used IEngine.StationOptions.UseStationModel = False.

 

But anyway it would be nice if this could be easily achieved also with ApplicationMgr options.

 

Greetings, Zoli

 

0 Kudos
Message 3 of 3
(3,114 Views)