- Joined
- Oct 4, 2023
- Messages
- 191
- Reaction score
- 121
- Location
- Greensboro
- What state or country do you live in
- North Carolina
Does the Apex read procedurally (top to bottom) or does it matter? thinking about it now it's probably a stupid question .. but it would be nice to know. I want my ATO to first check FMM_2 if open then move on to FMM_1. if FMM_1 is open then turn on the pump
Example:
ATO (version 1)
Fallback OFF
Set OFF
IF FMM_1 OPEN Then ON
If FMM_2 Closed Then off
Defer 000:01 Then ON
ATO (Version 2)
Fallback OFF
Set OFF
IF FMM_2 Closed Then Off
If FMM_1 OPEN Then ON
Defer 000:01 Then ON
Example:
ATO (version 1)
Fallback OFF
Set OFF
IF FMM_1 OPEN Then ON
If FMM_2 Closed Then off
Defer 000:01 Then ON
ATO (Version 2)
Fallback OFF
Set OFF
IF FMM_2 Closed Then Off
If FMM_1 OPEN Then ON
Defer 000:01 Then ON
