NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Execute any Sequence

Is there a possbility to run any sequence from a sequencefile? The following Method doesn't work:

Engine.NewExecution(sequenceFile, "Sequence1", modelfile, false, 0, null, null, null);

Is the only way to create Execution Entrypoints in Processmodel?
0 Kudos
Message 1 of 2
(2,689 Views)

Hi,

Its should do providing you dont run with a process model file.

Engine.NewExecution(sequenceFile, "Sequence1", null, false, 0, null, null, null);

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,684 Views)