Guess we'll find outrimai wrote:I am pretty sure you can.
The only problem is really when you are using low power LEDs connected directly to the channels without a driver.

Guess we'll find outrimai wrote:I am pretty sure you can.
The only problem is really when you are using low power LEDs connected directly to the channels without a driver.
Duh, never thought about doing it that way. Thanks.lnevo wrote:Take a look at the function in my code, DelayedModeSkimmer I think its called, that does exactly what you want just change the float switch to be your relay status.
Is there a way to delay this after a power failure as well? Something with ReefAngel.Init(); ?lnevo wrote:if (ReefAngel.Relay.Status(Port6)) {
ReefAngel.Relay.DelayedOn(Box1_Port3, 5);
} else {
ReefAngel.Relay.Off(Box1_Port3);
}
OK, but is there a way to accomplish what I'm after?rimai wrote:Remove this line:Code: Select all
if (now()%90<5)
So I could have both switches mounted in the down position and just flip the drum (float)? That would make my OCD happy LOL.cosmith71 wrote:Switches don't have polarity.
What he means is one float switch is off in the up position, and the other one is on in the up position. Solved by turning the float over.
Awesome, thanks again for the information rimairimai wrote:That's I mentioned above.
Just move the jumpers to turn your box into an analog version.
Older version didn't have the capability. Luckily, yours can
So there is no difference in the relay boxes? I thought there were versions of the box that didnt have the capability to do analog.rimai wrote:They do.
They are set just like in the photo.
That's why your box is currently PWM and not analog.
So do the PWM only boxes not have the jumpers?madweazl wrote:Excellent news; thank you rimai!rimai wrote:Just move those 2 jumpers to the other side.
The label is inverted.
It shows Analog/PWM, but it is in fact PWM/Analog