Re: Sprinkler System Operation/Interface
Posted: Fri Feb 22, 2019 11:23 am
Configure an AND-Group for each valve tamper and make it a supervisory event with no members.
Untested!
Untested!
Code: Select all
[VALVE TAMPER ACTIVATION]
SUPERVISORY TAMPER 'TAMPER_<n:1-10>':
STEADY '*LED_TAMPER<n>',
-ACTIVATE AND 'RESTORE_TAMPER_<n>'; {note: this line executes on restoral}
[VALVE TAMPER ACKNOWLEDGE]
ACK TAMPER 'TAMPER_<n:1-10>':
RESTORE AND 'RESTORE_TAMPER_<n>';