LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview build .net interop assembly to read tdms

Hi

 

 

im trying to build a .net dll to read som tdms data but so far I only get errors 

 

Im using labview 2013 

 

below I poste the output of my .net dll.

 

Looks like it cannot find tge open tdms vi. Do I need to install some thing apart to get it working.

 

can see there I a tdms dll c. But I just what to convert a vi I have which reads tdms to a .net dll. Is that possible?

 

Hope some body can help

Henrik

 

 

 

 

outputCluster

 

{TDMS_READ.Output__cluster}

 

    x: {double[0]}

 

    y: {double[0]} 

 

status

 

true

 

code

 

8

 

source

 

"TDMS Open in REad_test_tdms.vi->REad_test_tdms.vi.ProxyCaller"

 

x

 

{int[0]}

 

y

 

{double[0]}

 

 

 

 

 

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

File IO error 8 means that there is a permissions problem. 

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,470 Views)

Hi,

 

Thanks for the advise.

 

I tryed setting the open TDMS VIs operation to "open (read only) and it works now:)

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