10-25-2007 09:29 AM
any other thoughts on the problem?
system path is the same as the system path in the xp computer where the daq works fine.
Moshe
10-25-2007 10:23 AM
10-25-2007 11:13 AM
11-07-2007 07:58 AM
problem solved...
you should uncheck the UAC (user acount control) box under user acounts.
now it'll install the necessary DLLs for operation once opening Matlab.
you can recheck that box later.
Moshe
02-18-2011 12:28 PM
Hi
I am having trouble getting the adapter for my NI USB 6008 to work in Matlab with my windows XP machine. It cannot find the adapter. I checked the installation and seems right.
You have mentioned about the UAC accounts. Where will I find this option ( to uncheck the box)?
02-20-2011 01:06 PM
No UAC on WinXP, so that's not something you need to worry about. You need to be an administrator, at least when you use DAQREGISTER. Make sure you have the NI-DAQmx drivers and the Data Acquisition Toolbox installed. Otherwise, we'll need the exact error message and versions of everything you're using to help more.
All the best,
-Rob
02-22-2011 09:02 AM
I am getting the following error. when running a setup file in Matlab.
??? Error using ==> digitalio.digitalio at 115
The specified device ID is invalid. Use DAQHWINFO(adaptorname) to determine
valid device IDs.
Error in ==> setup_dio at 26
dio=digitalio('nidaq','dev2');
------------------------------
DAQHWINFO yields the following information -
ans =
ToolboxName: 'Data Acquisition Toolbox'
ToolboxVersion: '2.17 (R2010b)'
MATLABVersion: '7.11 (R2010b)'
InstalledAdaptors: {3x1 cell}
-------------------------------------
instrhwinfo gives
ans =
MATLABVersion: '7.11 (R2010b)'
SupportedInterfaces: {'gpib' 'serial' 'tcpip' 'udp' 'visa'}
SupportedDrivers: {'matlab' 'ivi' 'vxipnp'}
ToolboxName: 'Instrument Control Toolbox'
ToolboxVersion: '2.11 (R2010b)'
------------------
02-23-2011 05:54 AM
I sssume you have a "Dev2." Can you attach the output of the command DAQSUPPORT? You can use daqhwinfo('nidaq') to get a list of National Instruments devices that MATLAB can see.
-Rob