Sure
now you have to realize I'm doing DAQmx with 7.1
go to DAQmx Create Virtual Channel.vi help
now you scroll down to physical channels where it says
physical channels specifies the names of the
physical
channels to use to create virtual channels. The
DAQmx physical channel constant lists all
physical channels on devices and modules installed in the system. You also can
wire a string that contains a
list or
range of physical channels to this input. If you have an array of physical
channels, use the
DAQmx Flatten Channel
String VI to convert the array to a list.
now I don't understand your "live update" issue but I would point out
you can use a constant instead of a control if you want the values to stay unchanged OR
you can rightclick the control and select Data operations> make current value default.