chethankp
Member level 4

Hi,
I need to calulate the power drawn by the load for one hours
my current readings are like this
1-10 sec -->10mamp
10-200 sec -->100mamp
200-2000 sec -- > 5mamp
2000-6000 -- > 15 mamp
Since its a DC power I sed this formula
P = v*i
in my case c = 3v
hence
p = 3 *( (10*10/6000) + ((190*100)/6000) + ((1980*5)/6000) + (4000 *15)/6000)) ;
is the above calculation is correct for my reading ?
I felt I am doing wrong calculation
I need to calulate the power drawn by the load for one hours
my current readings are like this
1-10 sec -->10mamp
10-200 sec -->100mamp
200-2000 sec -- > 5mamp
2000-6000 -- > 15 mamp
Since its a DC power I sed this formula
P = v*i
in my case c = 3v
hence
p = 3 *( (10*10/6000) + ((190*100)/6000) + ((1980*5)/6000) + (4000 *15)/6000)) ;
is the above calculation is correct for my reading ?
I felt I am doing wrong calculation