10-23-2006 02:55 AM
10-24-2006 03:37 AM
Iam using SCXI 1102+pci 6250 DAQ for acquiring the voltage signals and i wanted to acquire first three channels with 100 gain and next channels with different gain(ex gain 1)
using DAQ mx create virtual channel VI,
is it possible to do it?
To do a variable gain settings on each channel, just keep this create virtual channel VI inside a 'for loop', build an array of Phyical channel names, arrays of corresponding High and low limits.
Ues enable indexing property at input to 'for Loop' and configure each physical channel along with its corresponding high and low limits. By doing this, you can configure each channel for a different gain in a single task
(Sorry i do not have labVIEW installed on my system right now, or i would have attached a sample code to illustrate this better)
is it possible to acquire different channels with different sampling Rate?
No, this is not possible
Hope this helps,
Regards,
Dev
10-24-2006 11:39 AM