03-30-2010 12:22 PM
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
03-30-2010 01:58 PM
#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.