LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I modify individual DaqMX channels?

I am creating an analog input task using the "Create Virtual Channel" VI, in RSE mode.

How would I modify some of these channels to use a different mode (differential) or a different max / min voltage?

If I create a channel property node, can I wire a string constant into the "ActiveChans" terminal, and then set whatever properties I want? If not, how would I specify the channel(s) I want to modify? Any help would be greatly appreciated!
0 Kudos
Message 1 of 2
(2,506 Views)
Tritone,

You are absolutely correct. You can use a DAQmx Channel Property Node to modify the properties of individual virtual channels within a task. You can also use a DAQmx Task Property Node to obtain an array containing the names of all of the virtual channels within a task.

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,506 Views)