LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending data from LabView to C via ActiveX

I am trying to send an array from LabView to a C program which communicates with a microchip. I was wondering if there is a way to do it using ActiveX. By the way, I am new to ActiveX world. Thanks in advance.
0 Kudos
Message 1 of 3
(2,647 Views)
From C expose an ActiveX method/property that accepts SAFEARRAY datatype. You can read more about SAFEARRAYS on NI support pages and Microsoft pages.
From LabVIEW, arrays (of most types) can be passed to ActiveX method that requires SAFEARRAY.

Hope this would get you started in right direction.
A Rafiq
0 Kudos
Message 2 of 3
(2,647 Views)
Thank you Rafiq. I am looking up that information right now.
0 Kudos
Message 3 of 3
(2,647 Views)