Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

error code –88709 (DAQmxErrorRuntimeAborted_Routing) when calling DAQmx Write (Analog 1D DBL Nchan 1Samp).

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:

 

  1. There are 4 channels, channels ao0 through ao3.  These were created using DAQmx Create Channel (AO Voltage Basic)
  2. Each channel is configured as: terminal=default, vmin=-10.0, vmax=10.0
  3. 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?

0 Kudos
Message 1 of 2
(3,605 Views)
Hi Powertoad,

That's interesting, I just tried the same basic functionality in LabVIEW and I didn't report an error.  Could you maybe post a small portion of your code that shows this behavior?

Regards,
Micaela N
National Instruments
0 Kudos
Message 2 of 2
(3,597 Views)