12-17-2007 03:47 PM
12-18-2007 07:50 AM
>> ao = analogoutput('nidaq','Dev3')One thing is to double check that your device ID is correct. Would you be willing to post the results of the command DAQSUPPORT, or email them to me?
Display Summary of Analog Output (AO) Object Using 'PCI-6259'.
Output Parameters: 1000 samples per second on each channel.
Trigger Parameters: 1 'Immediate' trigger on START.
Engine status: Waiting for START.
0 total sec. of data currently queued for START.
0 samples currently queued by PUTDATA.
0 samples sent to output device since START.
AO object contains no channels.
>> addchannel(ao,0)
Index: ChannelName: HwChannel: OutputRange: UnitsRange: Units:
1 '' 0 [-10 10] [-10 10] 'Volts'
>> putdata(ao,zeros(1000,1))
>> start(ao)
>>
12-18-2007 10:43 AM
12-18-2007 03:03 PM
12-19-2007 11:15 AM