Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

WriteDigChan-ExtClk

Hello,

 

I ran the sample program

C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values\Write Dig Chan-Ext Clk, but got a message as below:

 

DAQmx Error: Requested value is not a supported value for this property. The pro
perty value may be invalid because it conflicts with another property.
Property: DAQmx_SampTimingType
Requested Value: DAQmx_Val_SampClk
You Can Select: DAQmx_Val_OnDemand

Task Name: _unnamedTask<0>

Status Code: -200077
End of program, press Enter key to quit.

 

I'm using USB-6001 and nothing is connected to it except usb cable.

Could you give any advice regarding this error?

 

Thanks!

0 Kudos
Message 1 of 4
(3,995 Views)

The digital lines on the 6001 are software timed (a.k.a. "On Demand") only as per the device specifications.

 

 

Best Regards,

John Passiak
0 Kudos
Message 2 of 4
(3,986 Views)

Is it possible to send two outputs as below with an accurate delay time with USB-6001?

Could you please suggest any way to implement it?

 

Untitled.png

0 Kudos
Message 3 of 4
(3,981 Views)

If you can use the Analog Output lines for this task (i.e. you are not already using them for something else) you will be much better off--they can be clocked at up to 5 kHz.

 

If not, you'll have to use software-timed digital output--I wouldn't consider the timing of this particularly accurate but it might be useable for some applications.

 

 

Best Regards,

John Passiak
0 Kudos
Message 4 of 4
(3,975 Views)