03-25-2015 11:39 AM
I'm having trouble outputting both digital and analog continuous signals using the example code with a NI USB-6008. (Example code Voltage-Continuous Output.vi and Digital-Continuous Output.vi)
Every time I run the example code I get the Error -200077 at DAQmx Timing node (sample clock). I have adjust the voltage to output to be 0-5V (I've even tried 0.5-3.5V) as per the specs of the device but its still the same error.
At the moment I have an LED in series with a resistor to test if its working, ultimately I want to be able to pulse a continuous high (5V) for a time in milliseconds set by the user
03-25-2015 12:44 PM
03-25-2015 12:46 PM
You're getting the error because the USB-6008 doesn't support hardware timing, so you're using the wrong examples. If you look in the "Requirements" box in the example finder for those examples, you'll see that the USB-6008 is not listed as a device that can run those examples.
Instead, you should use the "Voltage - On Demand Output.vi" and "Digital SW-Timed Output.vi" examples.
Hope that helps!
--Ryan_S
03-26-2015 06:12 AM
Yes this helped a lot thank you