NI-DAQmx Error-200452 Specified property is not supported by the device

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I used Certain DAQmx Properties With My DAQ Board but I got a "Error-200452". What is the reason for this?

Primary Software: LabVIEW Development Systems>>LabVIEW Full Development System

Primary Software Version: 7.1

Primary Software Fixed Version: N/A

Secondary Software: Driver Software>>NI-DAQmx, LabVIEW Development Systems>>LabVIEW Professional Development System, LabWindows/CVI Development Systems>>Full Development System

Hardware: Multifunction DAQ (MIO)>>E Series>>PCI-6040E (PCI-MIO-16E-4), Multifunction DAQ (MIO)>>M Series>>PCI-6251

Here is my problem.

I tried to configure various properties using different DAQmx property nodes and I got Error 200452.

Snapshot has attached below.

Error -200452: Specified property is not supported by the device or is not applicable to the task.

Please help me to solve this.

Thank you.

 

Error – 200452 occurred at Property Node DAQmx Channel (arg 1) in Untitled 2

Possible reason(s):

Specified property is not supported by the device or is not applicable to the task.

Property: AO.IdleOutputBehavior

Channel Name: VoltageOut

Task Name: _unnamedTask<2>

SHARE
Answered By 30 points N/A #177538

NI-DAQmx Error-200452 Specified property is not supported by the device

qa-featured
Hi there William W Rubin,
 
The problem you're facing occurs because your channels exceed the available DMS routes. To fix that, you should use the channel property node and specify the data transfer method for the problematic channels. To do so, you will have to open the Property Node using the DAQmx palette, right clicking the block diagram and going to Measurement I/O –  DAQmx – Property Node.
 
Best regards,
Drake Vivian

Related Questions