1

Topic: can bus receive and transmit

Hi to all i am new here i need some help i am working on my car i rewire a new stand alone ecu to it but my dash and other
parts  stop working as it use can bus my new ecu can receive and transmit  data but the problem is i cant scale it so my dash
read it  correctly

example
ecu/11bit

1250 tx    :  d1  d2   d3  d4  d5 d6 d7 d8

d3+d4  16bit  rpm * 0.01 scaler

dash
29 bit

0CF00400 rx : d1 d2 d3 d4 d5 d6 d7 d8

d4+d5*0.125

can  i use canny7 to do this

receive 11 bit and transmit 29 bit with math

thanks..

2

Re: can bus receive and transmit

I don't see any problem with math here. You can use MAP functional block for it: https://cannylogic.com/docs/fbd/converters/map/

If you need to send to and receive from same CAN bus, then CANNY 7 looks suitable for it.

But if you need to alter the CAN messages using "man-in-a-middle" technique, then you need CANNY 7.2 Duo