Haltech trim pot “modes”

Hey everyone
Is there way to program a trim pot connected to the haltech ecu to show different texts on the dash? For example position one is low boost, position two will be medium boost and position 3 high boost. ?
Thanks !

Sure, you need to modify your Haltech CAN XML to something like this:

<value name="Haltech: Trim Pot" offset="X" length="X" enum="1:Low Boost,2:Medium Boost,3:High Boost,#:err"></value>

This has worked for me:
Again I don’t know how to add code to the forum so add a < at the start and > at the end of the below.

frame id=“0x3E4” endianess=“big”>
value name=“Haltech: Rotary Trim Pot 1” units=“enum” offset=“4” length=“1” signed=“true” enum=“-1:Start,0:Valet,1:Normal,2:Sport,3:Track”></value

2 Likes