Page 1 of 1
NO Digital/CAN Output
Posted: Fri Mar 17, 2023 6:22 pm
by scibo
Hi there,
Firstly I am new here, and sorry if this goes against forum guidelines. More than happy for someone to link me if this has been covered. I did do a search and couldn't come up with anything.
Im trying to wire in a Motec C127 display and in KManager am unable to select any of the drop down items from either Digital or CAN outputs?
Any help is greatly appreciated as this is the last piece to the puzzle.
Thanking you
Re: NO Digital/CAN Output
Posted: Sat Mar 18, 2023 8:11 am
by Hondata
You need to open a calibration.
Re: NO Digital/CAN Output
Posted: Sun Mar 19, 2023 5:11 am
by ukjaunt
and as soon as you got it open, turn on the appropriate CAN in the drop down (data speed etc) and my frames came flooding out.
Now need to see if there is a doc for what each of those frame IDs are. Not sure if they are honda or hondata specific
Re: NO Digital/CAN Output
Posted: Sun Mar 19, 2023 5:13 am
by ukjaunt
silly me, its all here
http://www.hondata.com/help/kmanager/in ... output.htm
now just need to get excel to pick apart the data and turn it into something useful
Re: NO Digital/CAN Output
Posted: Mon Mar 20, 2023 5:59 am
by ukjaunt
and when you get the frames capturing can you look at the IGN part of the 663 frame. Its 16 bits (the second two pairs of hex) and its signed but the documentation doesn't say how many bits for the sign and how many for the ignition data.
My quick capture was only 00 00 or FF FF and I can't make a reasonable number come out of 0, 16, 255, 4095 or 65535 depending on how many bits for the +/- sign.
Or just post a few of the 663 frames and I'll work it out from yours.
Re: NO Digital/CAN Output
Posted: Mon Mar 20, 2023 7:38 am
by Hondata
Re: NO Digital/CAN Output
Posted: Mon Mar 27, 2023 8:25 am
by ukjaunt
Ah ok so it assumes the first bit is a negative decimal number. But tagging a value as signed or unsigned is like having another bit of info. And the max negative side will always be 1 value larger in magnitude.
Thanks Mr Hondata!