05-04-2007 07:59 AM
05-04-2007 09:05 AM - edited 05-04-2007 09:05 AM
Message Edited by smercurio_fc on 05-04-2007 09:05 AM
05-04-2007 09:18 AM
05-04-2007 09:36 AM
Sorry about the for-loop that is wired to loop once, I was just testing some ideas. It should be 8, because I’m trying to calibrate the 8 channels by multiplying them for those constants.
At the same program I have to write the values to a .bin file and show the RMS values as it writes but I can't make it work reading as U16.
Thank you very much for your help!
05-04-2007 09:58 AM - edited 05-04-2007 09:58 AM
Message Edited by smercurio_fc on 05-04-2007 09:59 AM
05-04-2007 10:03 AM
05-04-2007 10:04 AM
Thanks
agraf, but it's not that simple.
I need to show the real rms voltage, the one I’m capturing like a multimeter!
And the scaling factor is different for each channel!
By the way,
where did you find this rms vi?
Thanks again.
05-04-2007 10:15 AM
You can find the RMS vi under "Mathematics\Prob&Stats"
Andreas
05-04-2007 10:24 AM
I'm using
LabView 7.1.
I have to write it in I16 in order to get a small size .BIN file because it's
going to write for a long time.
My main problem is that I'm reading as U16 and the rms showed values are like
3456, so I scale it to show the real value (1.5V for example). However, when I vary
the voltage values it doesn’t move because I’m multiplying
it by very small numbers (0.0004 for example).
Thanks again.
05-04-2007 01:19 PM
I did what
you said. The values of Vr2 and Vs2 on 300V are 48882, so I scaled Vr2.
I keep varying the voltage (from 0 to 500V) and Vr2 is still showing 303.
I've tried different ways to do it, but no success.
I appreciate the help.