VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How To Calculate RMS Voltage in VeriStand

I am looking to calculate RMS voltage of a scaled AC 60 Hz waveform in VeriStand. We have 120 VAC outputs connected to a load resistor and are using a current transducer to output a scaled analog voltage into a NI-9205 module. In VeriStand I am getting instantaneous values but would like to calculate RMS voltage and then threshold it to detect binary on/off of these outputs. In the calculated channels I see an option to do an average with n samples, but this is not helpful for a sinusoidal waveform.

Chase Fearing
Test Engineer, Certified LabVIEW Architect
0 Kudos
Message 1 of 3
(156 Views)

The easiest way would be to just buy and RMS transducer.

https://www.crmagnetics.com/ac-voltage-transducers/true-rms/single-phase/cr4511 

for example.

 

Otherwise you are going to have to develop a model to find peaks and take the sqrt of 2.

 

 

0 Kudos
Message 2 of 3
(150 Views)

The better is to compute the RMS in the CRIO FPGA. If you need high precision the better is to use a sine interpolation computation. If you can't, you have to do the same in a VS model.

HAGD

0 Kudos
Message 3 of 3
(114 Views)