Code: Select all
[OutputChannels]
deadValue = { 0 } ; Convenient unchanging value.
ochBlockSize = 112
ochGetCommand = "a\x00\x06" ; Lower case so we don't get confused.
seconds = scalar, U16, 0, "s", 1.000, 0.0
secl = { seconds % 256 }, "s" ; For runtime screen.
pulseWidth1 = scalar, U16, 2, "s", 0.001, 0.0
pulseWidth2 = scalar, U16, 4, "s", 0.001, 0.0
...
VSS = scalar, U16, %%, "mph", 0.100, 0.0
...
I found that MS3 have vss1 in offset 336?
vss1 = scalar, U16, 336, "kph", 0.16093, 0.0
and GPIO have max offset in "CANbus Conficuration" 255. Have I understand everything right or have I missed something?
I get speedo working with mat stimulator value when use mat offset (20) and found that gear shift worked and ignition retard also during shifting.
