Basic Averaged DC-RMS for 1 Chan VI
- Updated2025-07-30
- 3 minute(s) read
Calculates the DC and RMS values of an input waveform or array of waveforms. This VI is similar to the Averaged DC-RMS VI, but this VI returns only one DC value and one RMS value per input waveform.
Wire data to the signal in input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
reset
—
reset resets the history of your time signal. You typically use reset to reset the exponentially averaged measurement.
signal in
—
signal in is the input waveform.
averaging type
—
averaging type is the type of averaging used during the measurement. Because this VI computes one DC and one RMS value per input waveform, the input record length selects the averaging time. If averaging type is exponential, this VI calculates the DC and RMS values using an exponentially weighted averaging measurement starting from the previous DC and RMS values.
window
—
window is the window to be applied to the time record before DC/RMS computation. LabVIEW ignores this input if averaging type is exponential.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
DC value
—
DC value is the measured DC value in volts if the signal is in volts.
RMS value
—
RMS value is the measured RMS value in volts if the signal is in volts.
error out
—
error out contains error information. This output provides standard error out functionality.
measurement info
—
measurement info returns information about your measurement, mainly warnings for inconsistencies in your input signal.
|
This VI is designed to process a single channel or multiple channels continuously, typically from within a For Loop or a While Loop.
reset
—
signal in
—
averaging type
—
error in (no error)
—
DC value
—
error out
—
measurement info
—
Warning
—
comments
—