08-13-2008 06:10 AM
help ....How to get informations on the Drivers and API functions for NI PXI 6509 digital I/O Card?
how can we link this card with C#.net 2005?
08-14-2008 05:22 PM
Hi karthikpk,
The driver that you would use for your card is NI-DAQmx. Make sure to include support for.NET when installing this driver. This will allow you to utilize the functions which you will need in your application. Good places to learn more about using these functions are in the help file or the examples which will also be installed. This article gives a brief introduction on using DAQmx in a text based programming language. Additional information on DAQmx programming in general can be found here.
Regards,
Kent
Applications Engineer