01-12-2015 11:10 AM
Hello,
I got this error while trying to generate some signal with my device NI 6002.
There is no indication to solve this pb unless the error code 200273...
From previous post on this subject, they say that this could come from some conflicts with two parameters.
I tried many different config, like importing analog signal from file, I always end up with an error on the DAQmx box.
Any help is welcome
Thx
Solved! Go to Solution.
01-13-2015 02:51 AM
Hello Fabien,
It seems the best way to configure SignalExpress is to uncheck the 'Use Waveform Timing' and make sure that the samples to write and rate right next to that check box are the same as the block size and sample rate in the Create Analog Signal step. Also, you can go into MAX and create a voltage input task to view the signal after wiring the analog output to an analog input on the 6002.
Let me know if that helps!
01-13-2015 02:57 AM
By goolgling the error again I found that link :
Sample clock rate and the sample clock divisor values are inconsistent with
one another. Consider settting either the sample clock rate or the sample
clock divisor, but not both. This allows the driver to automatically select an
appropriate value for the other property. Alternatively, make sure the
sample clock rate and sample clock divisor satisfy the following constraint:
rate = timebase / divisor
So I finaly set up my DAQMx in sample continous to get access to Frequency param and set it up to the same sample frequency of my input signal...
It works now !