Has anyone had an issue where an apex alarm stops working? I have it set so that when my FW reservoir (Res_Lo) is open, the alarm should alert. It’s worked for years, but after some edits, it just stopped working. All other alarms (like Trident) are working fine, and there is currently no alarm. But there should be… (floss change and maintenance are both currently off)
Here is my alarm code:
Here are pictures of the sensor state, as well as a picture of code (showing that it’s colored and therefore recognizes the sensor):
Here is my alarm code:
Code:
Set OFF
If Error ATKModuleLnk Then ON
If Error ATOPump Then ON
If Error QTiSolenoid Then ON
If Error DOS_Alk Then ON
If Error DOS_Ca Then ON
If Leak1 CLOSED Then ON
If Res_Lo OPEN Then ON
If NSW_Lo OPEN Then ON
If Error Trident_6_3 Then ON
If FeedA 010 Then OFF
If ATK_Hi CLOSED Then ON
If Output Floss_Change = ON Then OFF
If Output Maintenance = ON Then OFF
Defer 010:00 Then ON
Here are pictures of the sensor state, as well as a picture of code (showing that it’s colored and therefore recognizes the sensor):