Hi!
I am having problems while using a NI 6008 with windows 7 (64 bit) and communicating via Matlab R2011a. It came originally with a driver NIDAQmx 9.0.2
I believe based on the messages I am getting,
a. I cannot use the daqhwinfo with Matlab 64 bit and should create a session instead.
session = daq.createSession ('vendor')
b. When creating session described in 1, I am getting an error because the driver is 9.0 instead of 9.1
When I used
v = daq.getVendors
I am getting a
DriverVersion: '9.0 NI-DAQmx'
IsOperational: false
with a message that I need at least a NI-DAQmx 9.1 driver with this. ( I am sorry, I do not have the exact output at this time).
I also read somewhere that these errors have been fixed in R2011b. (Reference:
http://mathforum.org/kb/message.jspa?messageID=7565343&tstart=0)
In this light, please confirm what I need to be doing:
In particular, should I be:
1. Upgrading to Matlab R2011b ?
2. Installing a driver that is at least NI-DAQmx 9.1?
The cd that comes with the usb contains all the NI software that includes NI VISA. NI VISA is a large installation and I am planning to control the USB via Matlab. If NI Visa is not needed, I do not want to install it.
What do you think is an absolute must-have installation to make it work with Matlab?
3. Creating a session for working with the usb 6008?
Thanks
Chitra