Error -200709 at DAQmx Configure TEDS

Updated Jun 30, 2026

Reported In

Software

  • LabVIEW

Issue Details

When running an existing LabVIEW application that uses DAQmx Configure TEDS, I get the following error:
 
Error -200709 occurred at Configure TEDS Possible Reason(s): No TEDS sensor was detected on the specified physical channel. Ensure that your sensor is properly connected. If the sensor is connected to a TEDS interface device with addresses, make sure the configured address matches the address set on the interface device.
 
The error is mentioned in the following dialog box.
 
 

Solution

In LabVIEW code it was observed that the VI repeatedly calls the DAQmx Configure TEDS.vi function within a loop, leading to multiple executions of the configuration. However, since there is no change in the sensor state (such as disconnection and reconnection), it is recommended that DAQmx Configure TEDS.vi be executed only once during initialization instead of repeatedly within the loop.