06-14-2006 05:09 AM
06-14-2006 08:59 AM
I don't believe that it is possible to use both differential and RSE connections within one input task. For the input ranges, you can specify any range that is a subset of the -10V to 10V range. In fact, specifying your range as exactly as possible will help improve the resolution of your measurement.
I hope this helps.
Casey Weltzin, National Instruments
06-15-2006 02:54 PM

06-15-2006 03:19 PM
06-16-2006 03:12 AM
06-16-2006 09:54 AM
06-01-2011 01:18 PM
I probably already know this but I would like a refresher.
I have an analog Differential and 2 analog RSE inputs. How do I acquire data from each channel simultaneously at regular intervals? Thanks!
V
06-01-2011 01:50 PM
Well after 5 years this post can go again!
@VeeJay wrote:
I probably already know this but I would like a refresher.
I have an analog Differential and 2 analog RSE inputs. How do I acquire data from each channel simultaneously at regular intervals? Thanks!
V
You would create a task with 3 channels. Use the DAQ assistant to create and save the task for easy access to the terminal configuration property or you can set the terminal config, Scale, and Range on each channel with a channel property node. Use a timing node (or the vi) to set the sampling rate and start condiotions (triggered, on demand, Continuous etc..) and use Read.vi (whatever instance) to get your values.