Fix for fan hysteresis not operating correctly

This commit is contained in:
Josh Stewart 2017-01-27 16:38:52 +11:00
parent 17cc712326
commit 9011c190e0
1 changed files with 3 additions and 2 deletions

View File

@ -448,10 +448,10 @@ page = 7
fanPin = bits , U08, 56, [2:7], "Board Default", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" fanPin = bits , U08, 56, [2:7], "Board Default", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
#if CELSIUS #if CELSIUS
fanSP = scalar, U08, 57, "C", 1.0, -40, -40, 215.0, 0 fanSP = scalar, U08, 57, "C", 1.0, -40, -40, 215.0, 0
fanHyster = scalar, U08, 58, "C", 1.0, -40, -40, 215.0, 0 fanHyster = scalar, U08, 58, "C", 1.0, 0.0, 0.0, 40, 0
#else #else
fanSP = scalar, U08, 57, "F", 1.8, -22.23, -40, 215.0, 0 fanSP = scalar, U08, 57, "F", 1.8, -22.23, -40, 215.0, 0
fanHyster = scalar, U08, 58, "F", 1.8, -22.23, -40, 215.0, 0 fanHyster = scalar, U08, 58, "F", 1.0, 0.0, 0.0, 40, 0
#endif #endif
fanFreq = scalar, U08 , 59, "Hz", 2.0, 0.0, 10, 511, 0 fanFreq = scalar, U08 , 59, "Hz", 2.0, 0.0, 10, 511, 0
#if CELSIUS #if CELSIUS
@ -519,6 +519,7 @@ page = 9
[ConstantsExtensions] [ConstantsExtensions]
requiresPowerCycle = nCylinders requiresPowerCycle = nCylinders
requiresPowerCycle = pinLayout requiresPowerCycle = pinLayout
requiresPowerCycle = fanPin
requiresPowerCycle = reqFuel requiresPowerCycle = reqFuel
requiresPowerCycle = numteeth requiresPowerCycle = numteeth
requiresPowerCycle = onetwo requiresPowerCycle = onetwo