Hello,
Without going into the minutia of all of the details, I am getting the error code –88709 (DAQmxErrorRuntimeAborted_Routing) when calling DAQmx Write (Analog 1D DBL Nchan 1Samp). Basically, the channels are set up follows:
- There are 4 channels, channels ao0 through ao3. These were created using DAQmx Create Channel (AO Voltage Basic)
- Each channel is configured as: terminal=default, vmin=-10.0, vmax=10.0
- Other attributes: DAQ reference source = internal, sample timing = sample clock, samples per channel = 32, buffer size = 32, sample mode = continuous, sample clock rate = 1000.
There are no errors reported until the call to DAQmx Write. Seems like I am missing an additional call, otherwise DAQmx should have reported an error during the setup of this generation.
Any ideas?