LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculate energy

Hello guys...

I have one question..How do you calculate the electrical energy using labview? Anyway,I get the formula energy W=P * t. n P must be constant over the time interval under consideration.So...how can I multiply P with t, that t in minutes for example.That mean, when the prog running, W will be calculating every minutes it works..Thank u very muchSmiley Happy
0 Kudos
Message 1 of 5
(3,401 Views)
You need to integrate the data to get the energy value.

There is a point by point integration vi in the following pallette:

Signal Processing - Point By Point - Integral & Differential Point by Point
0 Kudos
Message 2 of 5
(3,394 Views)
Hello ssk....do you have any other example how to use this.What exactly initial condition can be detemined.Which want vi from point by point can be used..Integral or derivative..thank u very much.Smiley Happy
0 Kudos
Message 3 of 5
(3,370 Views)

Hi,

 You could record the voltage and current points,then make the mean of V and C.

 Then the P=V*I,W=P*T.

       Prano

0 Kudos
Message 4 of 5
(3,327 Views)

Hi,

 You could record the voltage and current points,then make the mean of V and C.

 Then the P=V*I,W=P*T.

       Prano

0 Kudos
Message 5 of 5
(3,326 Views)