NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence Loaded event?

Hi,

I'm working on the UI of TestStand. I would like to know when my sequence is loaded. Is there any Sequence loaded event?

 

(When SequenceFileOpened or DisplaySequenceFile are send, the sequence is not loaded...)

 

Regards,

 

Julien

0 Kudos
Message 1 of 5
(3,377 Views)

Julien,

 

what do you understand when saying "is loaded"? If the sequence itself is in memory or if all modules are loaded?

The "SequenceFileLoad" Callback is called when the sequence file is loaded into memory, so no modules are loaded here....

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 5
(3,373 Views)

Hi Norbert,

Sorry for the confusion. When I talk about sequence load, it's when the SequenceLoadCallback was executed. Is there any way to know through the UI ActiveX that this callback was run?

 

thx for your help,

 

Julien

0 Kudos
Message 3 of 5
(3,366 Views)

Julien,

 

nope, but you can inform your UI using an UI Message as last step of the sequence file load callback......

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 5
(3,359 Views)

Thanks for the helps, Norbert.

 

I will try to find another way.

 

regards,

 

Julien

0 Kudos
Message 5 of 5
(3,355 Views)