Configuring Auto Range
Auto Range allows you to measure a signal when you do not know which range to select. The DMM takes a series of measurements and adjusts the range until the measurement falls within the smallest range appropriate for that measurement.
Auto Range uses the same configuration as 5½–digit measurements. Refer to the NI 4065 DMM Measurement Defaults or the NI 4070/4071/4072 DMM Measurement Defaults for more information on the configuration of Auto Range measurements.
Notes
|
To enable Auto Range, complete the following steps:
- LabVIEW
- Insert niDMM Config Measurement into the block diagram.
- Set Range to the desired Auto value (refer to the following table).
- CVI/C++/Visual Basic
- Use niDMM_ConfigureMeasurementDigits.
- Set Range to the desired Auto Range value (refer to the following table).
Values | Description |
---|---|
ON (–1) | An Auto Range measurement is performed prior to each measurement. |
OFF (–2) | Use after a measurement that used Auto Range ON to set the DMM to the currently selected range. |
ONCE (–3) | NI-DMM picks a range for the first point and uses that range for the remaining measurements. |
Tip Use niDMM Get Auto Range Value or niDMM_GetAutoRangeValue to retrieve the actual range used for a measurement. |