Problem facing in Totalizer_Pulse used In 800xA
Hello,
I have Totalizer_pulse for fine coal consumption. In that present day, present month, present Year and previous year value is shown but Previous day and previous month value is shown zero. before storing the previous value it is getting reset i feel. can you help me in the code or program.
I have Totalizer_pulse for fine coal consumption. In that present day, present month, present Year and previous year value is shown but Previous day and previous month value is shown zero. before storing the previous value it is getting reset i feel. can you help me in the code or program.
Answers
Hi,
I Believe present day value is shown by a code using Calendar Structure Block and comparing the respective time of day end. you can build a code comparing time just 1 second before resting, to move present day value to previous day value.
for example:
if present day end at 00:00:00 O'clock you can compare the Calendar Structure 1 second before at 11:59:59 and move present day value to previous day "variable".
I Believe present day value is shown by a code using Calendar Structure Block and comparing the respective time of day end. you can build a code comparing time just 1 second before resting, to move present day value to previous day value.
for example:
if present day end at 00:00:00 O'clock you can compare the Calendar Structure 1 second before at 11:59:59 and move present day value to previous day "variable".
Add new comment