From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access Waveforms from .NET assembly

I have created a .NET interop assembly, where a function Returns an Array of waveforms. I want to use this assembly i.e. in TestStand. Is there any way to directly pass Array of waveforms to the caller? I can't find the solution. My only idea is to flat the Array of waveforms to string, return this string to the caller, and create a wrapper VI which unflattens waveforms from string.

 

I know, with a LVLIBP I could directly get the Array of waveforms through the connector pane of the VI. But I have to use .NET.

 

0 Kudos
Message 1 of 1
(1,967 Views)