Hello,
I'm still trying to generate programmatically Sequence for TestStand with TestStabd API for Labview. But I don't know how to load my customs paletteS with the API.
CASE 1 :
If I create manually an Action Step in TestStand to launch my VI, where I plug "ThisContext" in order to have an Engine reference in my VI, it generate functional SequenceFile. In the VI, I create a custom step "SET_TAG" ( from TestInView, maybe someone knows it ?)
The created file is visible with the file "SEQ well created.PNG".
CASE 2:
In my case, I don' want to launch directly TestStand and a sequence to launch my VI.
I'd like to launch only my VI. But when I try it, my customs palettes seem to not been loaded. And I have an error.
The error is visible with the file "Problem Front Panel.PNG".
To launch my VI with TestStand and do my demonstration, I edited my VI.
The difference in VI between the 2 CASES, is visible with the file "iew VI OK and NOK.png".
So my question, is : how to load my customs palettes with the API ?
By advance, thank you