Help with Neptune Apex Powerhead Programming

Laurosaur

Community Member
View Badges
Joined
Jan 6, 2022
Messages
31
Reaction score
12
Location
Merced
Rating - 0%
0   0   0
I can't seem to get my powerhead programming to work properly.

I want it to be ON by default, ON for Feed mode A, OFF for Feed mode B & C, and OFF for maintenance (virtual output).
The maintenance virtual output is set to OFF. However, with the current coding my powerhead is still off. I'm not sure what I'm doing wrong.

Here is the current code:
Fallback ON
If FeedA 000 Then ON
If FeedB 000 Then OFF
If FeedC 000 Then OFF
If Output Maintenance = ON Then OFF
If Power Apex Off 001 Then ON

Thanks in advance for your help!
 
OP
OP
L

Laurosaur

Community Member
View Badges
Joined
Jan 6, 2022
Messages
31
Reaction score
12
Location
Merced
Rating - 0%
0   0   0
Back
Top