Blanck screen, loss of PH calibration

Post Reply
Graham2212
Posts: 21
Joined: Wed Mar 27, 2013 2:58 am
Location: Johannesburg, South Africa

Blanck screen, loss of PH calibration

Post by Graham2212 »

Hi there
I have been struggling with my RA for a couple of weeks now. My screen has been going blank (when I move the joystick, there seems to be a backlight, but nothing appears), but the RA still seems responsive (feeding mode etc), it seems to correct itself when I disconnect it and reconnect. I have had to recalibrate my PH a number of times, but the calibration seems to last about 30 minutes, and then the PH jumps to 11.2. Is there a reason or solution for this problem? Much appreciated...
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Blanck screen, loss of PH calibration

Post by rimai »

The screen needs to be replaced.
I'm curious to know which numbers you were getting when doing the calibration.
Did you happen to write them down?
Roberto.
Graham2212
Posts: 21
Joined: Wed Mar 27, 2013 2:58 am
Location: Johannesburg, South Africa

Re: Blanck screen, loss of PH calibration

Post by Graham2212 »

I did write them down. I am using solutions 4 and 7 (with customizable options to calibrate for these). They are Ph4 = 238 Ph7 = 523. Re the screen, the RA is new - bought in March this year - is there possibly a guarantee? Thanks!
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Blanck screen, loss of PH calibration

Post by rimai »

The numbers look correct.
Yes, the screen in under warranty. PM me for RMA.
I wonder if the pH calibration is getting messed up from the screen itself.
It's a long shot in the dark, but let's try this...
Add this to your setup() after ReefAngel.Init();

Code: Select all

ReefAngel.Timer[LCD_TIMER].SetInterval(84600);
ReefAngel.PHMin=523;
ReefAngel.PHMin=828;
This is going to extend the LCD screen timer, so it won't go into sleep mode and it will also hard code the pH calibration settings.
Let me know how it behaves.
Roberto.
Graham2212
Posts: 21
Joined: Wed Mar 27, 2013 2:58 am
Location: Johannesburg, South Africa

Re: Blanck screen, loss of PH calibration

Post by Graham2212 »

Both the ph levels (calibration) and screen problems seem to have been resolved, thank you!
Post Reply