Turning off ATO when Return pump off

mr9iron

15& Over Club
Premium Member
Can someone help me with this?

My return pump is "RETPUMP_2_3".

My ATO is ATO_2_8,

I want my ATO to shut down when my return pump is on as it has an alarm that goes off.

This is the coding I have now for my ato

Fallback ON
Set ON
If FeedA 000 Then OFF
Defer 005:00 Then ON

What do I need to add to shut off my ATO switch when the return pump is off?
 
This is my coding for my ATO

Set OFF
If SMPSW CLOSED Then ON
If Output ATO_Latch = ON Then OFF
If Output Return = OFF Then OFF
Defer 000:25 Then ON
Min Time 030:00 Then OFF

Look at the If Output Return = OFF Then OFF


Sent from my SM-G955U using Tapatalk
 
Back
Top