To all,
Help needed please. The following table is supposed to log the total rainfall between 7:00 the previous day to the 7:00 then next day, but it is only logging exactly half of the actual rainfall. The other output instruction of the table is OK.
DataTable (Dayly_Data_Website,True,-1)
DataInterval (420,1440,Min,0)
'Maks Outside Temp
Maximum (1,Ms(3),FP2,False,False)
'Min Outside Temp
Minimum (1,Ms(3),FP2,False,False)'Maks Inside Temp
'Max Inside Temp
Maximum (1,Ms(1),FP2,False,False)
'Min Inside temp
Minimum (1,Ms(1),FP2,False,False)
'Maks Windspeed and time
Maximum (1,Ms(5),FP2,False,True)
'Total Rainfall 7:00 to 7:00
Totalize (1,Ms(6),FP2,False)
EndTable
I think we need to see the rest of the program to debug this problem please as the Datatable code looks OK.