I have studied this but no luck so far 😞
This is what I want to do:
1. start CVI executable
2. CVI executable starts Teststand engine
3. CVI executable loads sequence
4. CVI executable sets several locals and fileglobals on sequence
5. CVI executable starts sequence execution
Now I'm stuck at 4 because I think I need Sequence Context of sequence to be able to access the locals and fileglobals. And I have not figured out how to obtain the Sequence Context to CVI executable.
I think this might be alternative:
1. start CVI executable
2. CVI executable starts Teststand engine
3. CVI executable loads sequence
4. CVI executable executes sequence
5. sequence calls CVI DLL (User interface) and passes Sequence Context to it
6. CVI DLL sets several locals and fileglobals on sequence
7. CVI DLL starts sequence execution
But I have no idea if that works any better.