LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Export Variable or Struct from CVI DLL to TestStand

I am using LabWindows/CVI 2012 and TestStand 2012.  Is there a way to export a variable or structure using DLLEXPORT (or some other method) and access it from TestStand the way you access exported functions?  Thank you.

 

0 Kudos
Message 1 of 3
(2,219 Views)

I'd take a look at the article below

 

Embedding Type Libraries in a LabWindows/CVI DLL for use in TestStand

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kJ23SAE

0 Kudos
Message 2 of 3
(2,187 Views)

If I understand it correctly, Type Libraries are more for functions in the DLL and their parameters.  It seems that TestStand doesn't know what to do with a variable that has been exported from the DLL.

 

0 Kudos
Message 3 of 3
(2,162 Views)