easy-forum

Deutsch - Hardware => easyE4 => Thema gestartet von: srd am Oktober 16, 2024, 07:26:16 Vormittag

Titel: mw reset
Beitrag von: srd am Oktober 16, 2024, 07:26:16 Vormittag
Hi All
         if i have a valve saved to a marker is there away of resetting the value to 0 at a specific time. for example count water usage from april to september and keep the value visible and then reset it the 1st of jan every year. Cheers
Titel: Antw:mw reset
Beitrag von: radar17892 am Oktober 16, 2024, 08:35:53 Vormittag
Use the RTC. By comparing the date/time you generate a reset edge like this:

IF (RTC = target time) THEN M01:= true; END_IF
Titel: Antw:mw reset
Beitrag von: srd am Oktober 18, 2024, 12:11:23 Nachmittag
my apologies it a mw that i could do with reseting the value to 0 if possible.
Titel: Antw:mw reset
Beitrag von: radar17892 am Oktober 19, 2024, 12:21:21 Nachmittag
IF (RTC = "target time") THEN
   MW1:= 0; END_IF
To reset the flag word use the RTC including seconds, then the word 1s is written with zero.
Titel: Antw:mw reset
Beitrag von: srd am Oktober 21, 2024, 07:03:45 Vormittag
Can it be written in function block
Titel: Antw:mw reset
Beitrag von: radar17892 am Oktober 21, 2024, 21:17:13 Nachmittag
Test this Program with UF