03-01-2024 04:26 PM
I am creating a custom LabVIEW UI and I would like to pass in the path of my main sequence using the LabVIEW API. All the examples that I have found have TestStand set the sequence through a file dialog. Is there a way to do this without the dialog?
Solved! Go to Solution.
03-03-2024 11:57 PM
03-04-2024 03:38 PM
I did get it to work using the GetSequenceFileEx method basing my code on the "Execute With No Process Model.vi". I don't know if I would say it was "No big deal"