03-29-2021 09:25 AM
Good morning all,
I am working on a TestStand sequencer where I use steps (Labview).
Now I want to interface a maintenance software developed in C (via dlls) with this same sequence file.
So the question is whether I can use two languages "Labview" and "C (dll)" in the same sequence file? knowing that the adapter configuration is initially on labview.
I am really stuck.
I will be very grateful for your help
Solved! Go to Solution.
03-30-2021 02:19 AM
Note : original answer here, in french, translated here for non-french reader community members
Hello,
You can mix Adapter in a same sequence. This is done in the Mobile device test demo, that you can find in <TestStandPublic>\Examples\Demos\Mobile Device Test\Mobile Device Test.seq. It mixes LabVIEW, DLL and .Net calls.
In the sequence editor, you can select the adapter for next step instanciation, in the Environment toolbar, or in the Insertion Palette :
You also can modify the adapter for an existing step, by using the Step Settings » Properties » General » Adapter selector:
Best regards,
04-02-2021 04:17 PM
If you don't seem to be able to change the adapter, you might want to show the adapters by unchecking the Hidden option in Configure->Adapters