LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx configuration

Hello,

please clarify following points.

1) How to acquire multiple analog input channels data simultenously in DAQmx configuration?

2) How to set minimum and maximum input limits of individual channels when it is configired as multiple DAQmx physical channels mode(ex. md1 ch0:5,say).

3) If i configure SCXI-1125 module in traditional NI DAQmode, it options like filter and gain settings are available. whereas if the same module configured in DAQmx mode, filter and gain options are not there. How to set these options in case of DAQmx mode?

Look forward for ur valuable reply.

regards.

chanduu

0 Kudos
Message 1 of 2
(2,381 Views)

#1 & 2) Add channels to the Task, either in MAX when you set up a Task, or programmatically. Each channel can have a different min and max.

3) Set the filters and whatnot on you module in DAQmx with Property Nodes, as shown in the attached pic.

 

 

Richard






0 Kudos
Message 2 of 2
(2,361 Views)