MATLAB: What is the INI information needed to use the Measurement Computing PCI-DAS6036 with the Data Acquisition Toolbox

computingData Acquisition Toolboxfileinimeasurementpci-das6036

What is the INI information needed to use the Measurement Computing PCI-DAS6036 with the Data Acquisition Toolbox?

Best Answer

This bug has been fixed for Release 14 (R14). For previous releases, please read below for any possible workarounds:
To use the PCI-DAS6036 board:
1. Make a backup copy of the following file:
$MATLAB/toolbox/daq/daq/private/mwmcc.ini
(where $MATLAB = MATLABs root directory on your machine)
You can call it mwmcc.ini.old or whatever you wish.
2) Use a text editor to add the following lines to the bottom of the original mwmcc.ini file:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[PCI-DAS6036]
ID = 0x6F
Bus = PCI
AIResolution = 16
AIClockingType = 0
AIMaxSR = 200000
AIMinSR = 1
AIBurstMode = 1
SettleTime = 5.00
Scanning = 1
AnalogTrig = 0
DigitalTrig = 1
ChanGainQueue = 8192
AIFIFO = 8192
InputRanges = 1,0,6,8
AOResolution = 16
AOFIFO = 16384
AOMaxSR = 10000
AOScanning = 1
OutputRanges = 1
DIOConfigurable = 1
DPORTS = 1
DPORT0LINES = 8
DPORT0TYPE = 1
DPORT0CONFIG = 3
3) Restart MATLAB