NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

SequenceFileLoad callback execution

If I use the SequenceFileLoad callback in a process model sequnce file, can I execute (inside the SequenceFileLoad) a callback that is defined in the Client sequence file?
I try to define a model that automatically at start-up phase execute a sequence defined in the client sequence file avoiding to define for every sequence file, client of that model, the SequenceFileLoad callback.

Thanks in advance.
LuigiM
Luigi Magni (System Engineer - CTA)
0 Kudos
Message 1 of 2
(3,331 Views)
Luigi,
Since the Process Model gets loaded as soon as the TestStand engine starts, it doesn't make sense to include a SequenceFileLoad Callback in it.
The outcome would be that the Callback would get executed before the client sequence file gets loaded at all.

An alternative would be to run TestStand using the command line arguments. These allow you to call a TestStand program specifying a certain sequence file to load and/or run with or without a specific execution entry point.
The command line arguments are all documented in the TestStand Reference Manual on page 8-8. I think one of these options would automate this process for you.

AlessioD
National Instruments
0 Kudos
Message 2 of 2
(3,331 Views)