Question about can vss
Posted: Wed Sep 25, 2013 9:41 am
I try to send vss1 from MS3 to GPIO but have no luck yet. I try to modify .ini file as told...
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.
But can not get vss1 from MS3. Try change vss1 offset from 336 to something else from 5006.ini but that have to modify from monitor_5006.abs? Also should I need ms3 ini and s19 files modification?
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.
