NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

closing seq file

Hello all.

I created an ActiveX exe in VB 6 that get as a parameter the "RunState.ThisContext" as SequenceContext from TS. This ActiveX will be used in SequenceFileLoad Callback of a sequence file.
My question is: How can I close the sequence file(currently loaded) from VB using the object or subObject I got as a parameter("RunState.ThisContext")?

Advanced thanks, Avi Gafa.
0 Kudos
Message 1 of 2
(2,791 Views)
Hello Avi,

Maybe I didn't understand very well, but it seems that you are trying to close the current executing sequence from inside a step of the same sequence. Is that correct? If yes, you can't do it. In other words, you can't close the sequence from inside a step of the same sequence. Otherwise you would end up with an orfan piece of code runing without a sequence to control it, and this is not allowed.

What are you trying to do? I guess I need some more information.

Regards,

Roberto Piacentini
National Instruments
Applications Engineer
www.ni.com/support
0 Kudos
Message 2 of 2
(2,791 Views)