NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I convert VIs that write for LabVIEW adapter to DLL and use directly?

In TestStand, Can I convert LabVIEW adapter VI into DLL and call directly, without changing that VI code?
I've got problem in Passing Sequence Context, TestError and TestData.
0 Kudos
Message 1 of 2
(2,892 Views)
Hello,

You should be able to do this without any problem. I have attached a small example that works. Please look at the custom data types that have been set up for both error out and test data. Remember that you will need to specify that each of these data types will be able to be passed as structs. You can see this by right clicking on the data type and selecting Properties>>Struct Passing. Let me know if you have any questions.

Hope this helps,

Bob
Message 2 of 2
(2,892 Views)