LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

edit single channel properties from a channel group

Hello,

 

I'm trying to acquire data on two analogue channels simultaneously, but I want them to have different properties. In my particular case I want one to have AC coupling, and the other to have DC coupling. They're on the same board (a PXI-4461), so it seems like they have to be in the same task. If I use a "DAQmx Channel" property node I can only edit the properties of the whole task, and thus both channels simultaneously, whereas I would like to change the coupling of just one channel. 

 

Cheers,

 

Simon Coop

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

Nevermind I found the solution, if anyone's interested it was to put a DAQmx Channel node inside a for loop, then using the ActiveChans option (it has to be first) to select which channel to change the properties of. 

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