Hello, I would like to control the fan via PWM. The water temperature is transmitted via CAN from a Holley Dominator. I am unable to change the Min, Max, and Step values in the table. I want the fan to run at 25% at 60°C and at 100% at 70°C.
Assuming this is a CAN channel as you have noted the channel name. Set your steps value for how many cells you need. The X axis channel needs its units setup correctly. Meaning if its a voltagle unit you may only use 0-5v or if a kpa absolute you wont be able to negative values etc…
Next thing the table your wanting is a 2D table. The x axis is the actual TEMP and the output is the value in the green box in my attached pic.
There is a workaround for you if you do not want to wait for the fix.
Change the CAN_Wassertenperatur type to a type other than float - create the table, set it as you need. At the end - change CAN_Wassertenperatur to float again.