Hi Gonzalo,
If you plan to measure cumulative consumption, you can put consumption channel at the shortest interval, then add an increment CV. If you call that CV at higher interval you can get the cumulative reading. Re zero that CV if required.
Example (this is for precipitation but the same method applies to consumption):
RA1M
1HSC(=1CV,W)
2CV(W)=2CV+1CV
RB1H
2CV("Rain~mm/h")
3CV(W)=3CV+2CV
2CV(W)=0
RC1D
3CV("DailyRain~mm")
3CV(W)=0
Best regards,
Rudy Gunawan
Hi Gonzalo,
If you plan to measure cumulative consumption, you can put consumption channel at the shortest interval, then add an increment CV. If you call that CV at higher interval you can get the cumulative reading. Re zero that CV if required.
Example (this is for precipitation but the same method applies to consumption):
````
RA1M
1HSC(=1CV,W)
2CV(W)=2CV+1CV
RB1H
2CV("Rain~mm/h")
3CV(W)=3CV+2CV
2CV(W)=0
RC1D
3CV("DailyRain~mm")
3CV(W)=0
````
Best regards,
Rudy Gunawan