06-01-2009 02:38 PM
Solved! Go to Solution.
06-01-2009 03:39 PM
06-02-2009 11:03 AM
At first glance, I see a couple issues with your code:
- You arecalling DAQmx Write before you call DAQmx Start. The Start must be called before the Write.
- You have two Analog Output tasks. Only one Analog Output task is allowed per device. If both of your analog output channels are on the same card, they must be in the same task.
Here is a great resource for getting started with DAQmx programming.