Apex 2016 programming help please

  • Thread starter Thread starter Ammocan
  • Start date Start date
  • Tagged users None

Ammocan

Still Unknown
View Badges
Joined
Oct 8, 2017
Messages
78
Reaction score
44
Location
Greensboro, NC
Rating - 0%
0   0   0
I have my under cabinet lights that I turn on using my outlet 8 on my energy bar when I need to work in the sump area. I would like to program the outlet to turn off after a while so they don't stay on all night if I forget to turn them off. My program looks like this but it is not working.

fallback off
set on
if on > 2:00 then off (not sure how to set it to turn off after 2 hours)

Thanks for any help on this.
 
I have my under cabinet lights that I turn on using my outlet 8 on my energy bar when I need to work in the sump area. I would like to program the outlet to turn off after a while so they don't stay on all night if I forget to turn them off. My program looks like this but it is not working.

fallback off
set on
if on > 2:00 then off (not sure how to set it to turn off after 2 hours)

Thanks for any help on this.
Not sure if that is possible, I use a Break out box with my apex so my light cuts on with my door is open and off when closed.
 
Maybe if you program it to be on if FeedA or whichever feed and a Defer command it may work. Then you would push the feed button and it would cut on and would stay on until your Defer time was up.
 
You are going to turn them on manually? Force them to ON and then set to Auto.
Try this:
Fallback OFF
Min Time 120:00 Then OFF
Set OFF
 
You are going to turn them on manually? Force them to ON and then set to Auto.
Try this:
Fallback OFF
Min Time 120:00 Then OFF
Set OFF
Yes turn them on in Fusion when I do stuff then let the Apex turn them off.
Ok I will try
 
Maybe if you program it to be on if FeedA or whichever feed and a Defer command it may work. Then you would push the feed button and it would cut on and would stay on until your Defer time was up.
What is the code for that?
 
I Will definitely check out the break out box thing. You have a door switch tied into that?
Yeap, makes it simple.
Until then try setting it to auto and program
Set OFF
Fallback OFF
If FeedD on then on
Defer 030:00 Then off

You can Defer as long as you want and choose any feed as long as that feed isn't tied into your autofeeder. Then press the feed button and see if it works. Should be easy. After Defer is done the light will cut off.
 
You are going to turn them on manually? Force them to ON and then set to Auto.
Try this:
Fallback OFF
Min Time 120:00 Then OFF
Set OFF
I tried this. I forced the outlet on and the lights came on but when I put it in Auto the lights turn off
 
Yeap, makes it simple.
Until then try setting it to auto and program
Set OFF
Fallback OFF
If FeedD on then on
Defer 030:00 Then off

You can Defer as long as you want and choose any feed as long as that feed isn't tied into your autofeeder. Then press the feed button and see if it works. Should be easy. After Defer is done the light will cut off.
Do I need to program the feed button as an outlet somehow?
 
You may need to set up a virtual outlet to turn it on in Fusion vs the forced on for the light. You would turn the virtual outlet on and then off. Then the light outlet would turn off after the Min Time. Let me think through it.
 
Ok this is how I got it to work.
Programmed like this:

Set OFF
Fallback OFF
If FeedD 000 Then ON
Defer 000:45 Then OFF

I force the outlet on then set it to auto and the light turns off after 45 seconds LOL one way to do it huh?
 
Ok this is how I got it to work.
Programmed like this:

Set OFF
Fallback OFF
If FeedD 000 Then ON
Defer 000:45 Then OFF

I force the outlet on then set it to auto and the light turns off after 45 seconds LOL one way to do it huh?
You should just be able to leave it on auto, press the FeedD and it will come on. I would add more time to the Defer depending on how long you need lights on.
 
You may need to set up a virtual outlet to turn it on in Fusion vs the forced on for the light. You would turn the virtual outlet on and then off. Then the light outlet would turn off after the Min Time. Let me think through it.
Tell me more about the breakout box thing I have not seen any for sale or any instructions for wiring and programming.
Thanks,
 

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%

New Posts

Back
Top