Page 1 of 1

Re: algo no funciona correctamente

Posted: Mon Jan 09, 2012 2:50 pm
by rimai
I think you forgot to modify the file to celsius:

Code: Select all

    InternalMemory.HeaterTempOn_write(770);
    InternalMemory.HeaterTempOff_write(779);
    InternalMemory.ChillerTempOn_write(780);
    InternalMemory.ChillerTempOff_write(771);

Re: algo no funciona correctamente

Posted: Tue Jan 10, 2012 12:53 pm
by rimai
No. You can't use the decimal point.
Use this:

Code: Select all

    InternalMemory.HeaterTempOn_write(250);
    InternalMemory.HeaterTempOff_write(255);
    InternalMemory.ChillerTempOn_write(256);
    InternalMemory.ChillerTempOff_write(251);