11-14-2024 06:52 AM
I am trying to run a sequence file in command line by double clicking a .bat file containing the command:
"C:\Program Files (x86)\National Instruments\TestStand 2014\Bin\SeqEdit.exe" /run MainSequence "<Sequence_Path>/Test_Sequence.seq" /quit
1.Teststand environment opens
2.Executes the sequence
3.Teststand closes
4.Report path doesen't have any report of this run.
Note: All steps were Result recording enabled.
Solved! Go to Solution.
11-14-2024 11:24 AM
Reports are generated by the ProcessModel.
You need to specify an Entry-point from the Model to run your sequence with
11-18-2024 03:15 AM
Hi Oli_Wachno,
Tested using the entrypoint and now the report generation happens.
Thank you.