NI TestStand Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
nclark

Add LabVIEW Class Objects in Get Property Value.vi and Set Property Value.vi

Status: New

TestStand's LabVIEW interface could benefit by being able to programmatically get and set LabVIEW Class Objects using the Get Property Value.vi and the Set Property Value.vi.

 

After much toil with this subject, I've finally come to the conclusion that I cannot get a LabVIEW Class Object from TestStand using LabVIEW. I've tried both the Get Property Value.vi and a combination of property and invoke nodes to no avail.

 

Capture.PNG

1 Comment
Zuc_Lab
Member

HI,

 

I have problems also by trying to pass a Reference to a class. I have created a .NET reference in TestStand and i have tried to pass it from TS to Labview (Which VI use that class) but the VI give me issues the only way is to have the constructor of the class inside the VI or it doesn't work.