Is it possible to acquire signals from different channels with different sampling rate at the same time? The DAQ device I have is PCI6221 (M Series). Is there any example code available?
Most NI DAQ boards have only one subsystem for timing analog inputs. So you can't use separate clocks on separate channels. You should sample all of your channels at the fastest rate, and throw away the data you don't need.