Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI USB 6363 PWM generation error

Hello everyone,

 

I have a NI USB 6363 Mass Termination. 

 

When I testing counter output with the code:

>>> import nidaqmx
>>> from nidaqmx.types import CtrTime
>>> with nidaqmx.Task() as task:
...     task.co_channels.add_co_pulse_chan_time("Dev1/ctr0")
...     sample = CtrTime(high_time=0.001, low_time=0.001)
...     task.write(sample)

I get an error:

(-200474): Specified operation did not complete, because the specified timeout expired

 

Does someone have ideas about this?

 

Thank you very much!

0 Kudos
Message 1 of 1
(1,908 Views)