LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6009, DLL

Dear Friends,

 

I would like to control USB 6009 through a C# DLL. Do you have any samples or document to develop a DLL for USB 6009.

Could you please provide, If you have any samples

 

 

Thanks,

 

 

Best Regards,

Rathan

0 Kudos
Message 1 of 2
(2,754 Views)

How to create a DLL in C# doesn't really fit into a LabVIEW forum, I think you will find different online resources how to create a DLL in C#, maybe at MSDN.

 

Within the DLL you simply need to make the Function Calls to the DAQmx C API, where you will find examples online, or also provided by the driver itself.

Under Start>Programms>National Instruments>NI DAQ> Textbased Code Support you will find the C Documentation of the DAQmx API.

 

 

Christian

Message 2 of 2
(2,748 Views)