temperatur unit

Basic / Standard Reef Angel hardware
Post Reply
baroutas
Posts: 116
Joined: Sat Oct 13, 2012 11:21 pm
Location: GREECE-HELLAS
Contact:

temperatur unit

Post by baroutas »

Hi!!!
How can i change, in the internal memory, the temperature unit from F (farenheit) to C (celsius)?? So when I keep the preloaded code the temperature unit would show me Celsius and not Farenheit.
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: temperatur unit

Post by rimai »

You cannot change it through internal memory.
This is the code you need to add to convert it to Celsius:

Code: Select all

ReefAngel.SetTemperatureUnit( Celsius ); 
Roberto.
baroutas
Posts: 116
Joined: Sat Oct 13, 2012 11:21 pm
Location: GREECE-HELLAS
Contact:

Re: temperatur unit

Post by baroutas »

Fine!!! Thanks Roberto!!!
bubbles
Posts: 50
Joined: Wed Feb 20, 2013 3:05 pm
Location: Auckland, NZ

Re: temperatur unit

Post by bubbles »

If I set the temperature unit to celcius does ReefAngelClass::StandardHeater still have to be specified in farenheit or can it be specified in celcius then?

Thanks.
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: temperatur unit

Post by rimai »

If you set to Celsius, all temp references must also be in Celsius.
Roberto.
bubbles
Posts: 50
Joined: Wed Feb 20, 2013 3:05 pm
Location: Auckland, NZ

Re: temperatur unit

Post by bubbles »

Awesome, thanks a lot.
Post Reply