Code: Select all
//turn off port 8 - main pump when switch is tripped and sound buzzer
ReefAngel.Relay.Set(Port8,ReefAngel.IO.GetChannel(0));
ReefAngel.PWM.SetDaylight(100-(ReefAngel.IO.GetChannel(0)*100));
//tell the portal we have a overflow problem
ReefAngel.CustomVar[0]=ReefAngel.IO.GetChannel(0);
ReefAngel.CustomVar[7]=1;
Finally the question...when I went back and looked at my portal display I noticed the following:
My problem is that I have forgotten if the number 1 in the display overflow field is the normal "all is well" configuration or still an indication of some kind of problem. Please advise and thanks.