Overheat temp set
-
Threedo
- Posts: 22
- Joined: Mon Apr 02, 2012 9:02 am
Overheat temp set
Is there simple code to put in the PDE file to set the overheat temp to shut off my lights? I believe i did this origionally with ragen memory setting but would like to change it.
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Overheat temp set
Code: Select all
ReefAngel.OverheatShutoffPorts = Port2Bit | Port3Bit | Port7Bit;
Roberto.
-
Threedo
- Posts: 22
- Joined: Mon Apr 02, 2012 9:02 am
Re: Overheat temp set
yes but is there a place to set the shut off to say 81 degrees?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Overheat temp set
Yes, you can use this on your setup() section:
Or use any app that can change internal memory, such as Client, Java Status or smart phone apps.
Code: Select all
InternalMemory.OverheatTemp_write( 869 );
Roberto.