LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to create DLL from VI to use in TestStand.

Solved!
Go to solution
Solution
Accepted by topic author F22-Labrat
I'm pretty certain that the 'types not recognized by TestStand' is the LVBoolean Type. I don't know if there is any way to get TestStand to automatically load this. In the past, the few times I used a dll with a Boolean, I just added the parameters manually..
Message 11 of 13
(1,065 Views)
You were correct about the LVboolean. I replaced them with strings and now when i call the DLL from TestStand it automatically recognizes the input/output parameters.  Another type that I found caused this problem was clusters.   Thanks for all the help everyone.
0 Kudos
Message 12 of 13
(1,032 Views)

"the 'types not recognized by TestStand' is the LVBoolean Type", in this case, how to pass the boolean type between the TestStand and this LabVIEW DLL?

0 Kudos
Message 13 of 13
(697 Views)