Confused with neptune wav and ups programing.

Dburr1014

7500 Club Member
View Badges
Joined
May 8, 2016
Messages
8,398
Reaction score
8,434
Location
CT
Rating - 0%
0   0   0
What I'm trying to do is in a power outage have only my right wav turn on pulse mode at 1%.
I have my EB832 on a ups and all other outlets shut off. I also have the head unit plugged in to a 12 volt so it will detect the outage.
This is what I have ;
First shot is the wav, second is a virtual outlet, and the last is a profile for the wav.
How do I put all this together?
Or maybe I'm doing all this wrong?
I went thru power consumption and other tutorials couldn't find anything to do with this.
Thanks

Screenshot_20210303-111451_APEX Fusion.jpg Screenshot_20210303-111509_APEX Fusion.jpg Screenshot_20210303-111644_APEX Fusion.jpg
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,217
Location
Oregon
Rating - 0%
0   0   0
You’re close, but the syntax isn’t correct:

If Output Power_outage = ON Then Power_fail

Refer to my Apex Command Reference for the acceptable syntax for each command:
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,217
Location
Oregon
Rating - 0%
0   0   0
Should it be
If output power_outage = on then power_fail on
?
No. As noted in my article I linked above, the proper syntax for the If Output command is:

If Output Output_Name = [ON/OFF] Then [ON/OFF/Profile_Name/%]

In other words, after the "Then" portion of the command, you can only specify one of these options:
  • ON
  • OFF
  • A Profile name
  • A percentage value
Just use the exact wording I provided in my previous reply:

If Output Power_outage = ON Then Power_fail
 
OP
OP
Dburr1014

Dburr1014

7500 Club Member
View Badges
Joined
May 8, 2016
Messages
8,398
Reaction score
8,434
Location
CT
Rating - 0%
0   0   0
I had to do it this way too get anything to accept when power goes out. It's not a pulse as I wanted but it is something.
 

Attachments

  • Screenshot_20210304-132236_APEX Fusion.jpg
    Screenshot_20210304-132236_APEX Fusion.jpg
    70 KB · Views: 23

Algae invading algae: Have you had unwanted algae in your good macroalgae?

  • I regularly have unwanted algae in my macroalgae.

    Votes: 44 35.5%
  • I occasionally have unwanted algae in my macroalgae.

    Votes: 27 21.8%
  • I rarely have unwanted algae in my macroalgae.

    Votes: 9 7.3%
  • I never have unwanted algae in my macroalgae.

    Votes: 9 7.3%
  • I don’t have macroalgae.

    Votes: 31 25.0%
  • Other.

    Votes: 4 3.2%
Back
Top