Confused with neptune wav and ups programing.

Dburr1014

10K Club member
View Badges
Joined
May 8, 2016
Messages
11,300
Reaction score
10,981
Location
CT
What state or country do you live in
Connecticut
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
 
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:
 
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
 
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: 34

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top