11-25-2008 03:30 AM
Hi All,
I intend to use USB-6009 for continuous analog output generation on Linux. To this end I tried to run the example program ‘contGeneration.c’ , found in folder:
/usr/local/natinst/nidaqmxbase/examples/ao/contGeneration.c
Once I tried to run the exe, it gave me the following error message:
Daqmxbase error, specified property is not supported by the device or is not applicable by the task
I tried to change the min.max value of Analog input voltage range, or the no of samples per second, but to no avail.
Does the USB-6009 supports continuous analog output generation, and if yes, how to proceed further ?.
Regards,
Adeel
11-25-2008 08:31 AM
05-05-2009 08:03 AM
But, I think, that there is a possibility to make pauses between acquire and generation steps for specific machine and software to obtain ~expected frequency waveform.
Am I wrong?
05-07-2009 03:45 PM
Hi Wojas,
Like Dennis said, the 6009 only supports on demand analog-output. I think what you're looking to do it to put your on demand output inside a while loop so that it's outputing at the speed your processor will allow. I would recommend checking out this link. This KnowledgBase addresses your issue as well. Happy programming!