Hi,
reffering to question 3:
All cards of E and M Serie have a multiplexer on board
which switches the channels to the AD converter. So you are right, the maximum
sample Rate you can use for
each channel is the maximum rate of the device divided by the number
of used channels. Yes you can use the same sample clock for more channels.
reffering to question 2:
to detect the maximum sample rate use a DAQmx Timing Property node change to write
and select the property "sample clock" -> "maximum rate"
reffering to question 1:
the error -200279 demonstrate,that the values the program wants to read got
overwritten. Solution :
increase the buffer size at the DAQmx timing VI (connect a constant to
the input
"samples per channel") For the detailed error description see the following links ->
(DAQmx) Error -200279 During a Continuous, Buffered Acquisition
http://digital.ni.com/public.nsf/allkb/7AD4854943BF344186256D6500807935?OpenDocument
Common NI-DAQmx Error Codes and Solutions: Codes -200000 to -200299 and -50103
http://digital.ni.com/public.nsf/websearch/001DA4DB6A31CF8886256D33006FA857?OpenDocument#200279
Hope this will help you
Best regards
Lars