Page 1 of 1

Vector CAN DBC - Import in C185

PostPosted: Thu Jan 27, 2022 11:45 pm
by koushik_turbo
Hello There,

I am using a C185 Logger and I have a question regarding Import of a DBC File into C185 Dash Manager.

I would like to know does Motec interpret the "Factor" and "Offset" of a standard Vector DBC file ?

How is the " Multiplier ", "Divisor" and "Adder" is populated after importing a vector DBC file.

What is the mathematical relationship behind ?

Looking forward for your inputs.

Please write only if you know the proper answer and dont BS around, this will just clog up the thread.

Cheers

Re: Vector CAN DBC - Import in C185

PostPosted: Fri Jan 28, 2022 9:17 am
by adrian
In the Dash the channel value is calculated as
(Raw CAN Value x Multiplier / Divisor + Adder) x Base Resolution

The dbc import works out a whole number fraction and adder to best represent the factor/offset of the dbc file given the resolution of the channel and the channel range (number of bits).

Re: Vector CAN DBC - Import in C185

PostPosted: Fri Feb 04, 2022 8:18 am
by koushik_turbo
Thank you Adrian.

That helped.

Cheers