12-06-2005 03:26 AM
12-06-2005
05:16 PM
- last edited on
02-17-2025
12:04 PM
by
Content Cleaner
Hi Bostjan,
You will need a DAQ driver for the PCI-6503. If you programmed your application with DAQmx, then I recommend using NI-DAQmx 8.0. Please let me know if you have any further questions.
Regards,
Hal L.
12-08-2005 07:57 AM
12-09-2005 11:13 AM
12-09-2005
01:23 PM
- last edited on
02-17-2025
12:04 PM
by
Content Cleaner
Another, more complicated, option is to use the Measurement Hardware Driver Development Kit (MHDDK). This is a register-level driver kit for virtually any OS. It's pretty low level, but if you are just doing a couple of things on a 6503, then it is likely simple. Just take a look at the code before you go down that path. You are leaving behind all of the niceties of NI-DAQmx (test panels, installer, DAQ assistant, API, etc.). The DDK is pretty small (less than 100k), but you'll also need the NI-VISA runtime for Windows which will be about 5-10 MB.