Changes

7,744 bytes added ,  16:40, 4 March 2022
Created page with "__TOC__ ==Introduction== Controller Area Network (CAN or CAN-bus) is a computer network protocol and bus standard designed to allow microcontrollers and devices to communicat..."
__TOC__

==Introduction==
Controller Area Network (CAN or CAN-bus) is a computer network protocol and bus standard designed to allow microcontrollers and devices to communicate with each other and without a host computer. It was designed specifically for automotive applications but is now also used in other areas.

SAE J1939 and J1708* is the vehicle bus standard used for communication and diagnostics among vehicle components. Based on the same architecture FMS protocol dedicated to telematics systems is available. It has certain standardized parameters available, such as fuel consumption, engine work-hours, etc. Please visit http://www.fms-standard.com/ for more information and message structure.

The FMS-interface is an optional interface of different truck manufacturers. Supporting information is dependent upon vehicle equipment. For the full information set, additional Electronic Control Units (ECU) may be required. Please contact the manufacturer or your dealer for more details.

Vehicle brands supported:<br />
* Mercedes Benz<br />
* Volvo<br />
* MAN<br />
* DAF<br />
* Iveco<br />
* Scania<br />
* Renault<br />

Available parameters: <br />
* Total Fuel <br />
* Total Distance <br />
* Status of brake pedal *<br />
* Engine Torque *<br />
* Actual fuel <br />
* Accelerator pedal position *<br />
* Status engine brake <br />
* Speed *<br />
* RPM <br />
* Engine hours <br />
* Vehicle Weight *<br />
* Fuel level <br />
* Tachograph data *<br />

''*Availability of parameter depends on vehicle’s model and configuration of the FMS interface of the truck.''

''J1708 is an additional FMS protocol used by some vehicle manufacturers. If your vehicle supports J1939 and J1708 both protocols then you must disable J1708 in configuration to receive fuel data. ''

==General description==
* CAN works if no USB cable is inserted and isn’t in deep sleep mode;
* Uses six different speeds: 50 kbps, 100 kbps, 125 kbps, 250 kbps, 500 kbps, 1000kbps;
* Auto Baud rate detection;
* Filtering messages (StId, ExtId) according to configuration;
* Using mask, filters required bytes;
* Different CAN configurations.

==Configuration==
FMB641 has 70 configurable Manual CAN elements.

{{{image1|[[Image:FMB640_Manual_CAN.png|700px|none]]}}}

CAN message ID type: Message ID type two types according to SAEJ1939 standard: Standard ID (value: <code>0</code> to <code>0x7FFh</code>) and Extended ID (value: <code>0</code> to <code>0x1FFFFFFFh</code>).

{{{image2|[[Image:FMB640_Manual_CAN1.png|200px|none]]}}}


Message ID value is entered in HEX format. This parameter is used to configure the hardware message filter. All messages contain 8 bytes of data, to select particular data/bytes “Output Data Mask” is used, it’s done by ticking the required bytes, only selected bytes are sent to the server.


'''Example:'''
A sample CAN message has the following structure: <code>X18FEE9018FFFFFFFF23840300</code>, where essential parts are <code>FEE9</code> – identifier and <code>FFFFFFFF23840300</code> – data bytes.


CAN messages are configured like any other I/O parameters. They consist of 4 identifier bytes and 8 data bytes. Below you will find a sample configuration for fuel consumption parameter:
* '''ID type''' – is always 29 bits.
* '''Output data mask''' – defines which data bytes are sent to the server (sometimes not all data bytes are necessary).
* '''CAN ID''' – this is 4 byte identifier. Messages use 4 bytes, but the first and last bytes may differ in different vehicle models while the middle four bytes are the same for all vehicles. The first and last bytes may have any value. Because of this reason, it is recommended to write <code>FF</code> in the first byte and the same in the last byte.

==Example==
All Mercedes Benz Actros 2 models with Vehicle Identification Number (VIN) starting with WDB93 have a possibility to connect FMB641 module to the CAN bus. This can be done by connecting to a special PSM module (which may or may not be included in the truck) or ground module of the vehicle. For the CAN signal to be available, parameter 520 must be enabled in “kommunikationsschnittstelle” in the vehicle with Mercedes Stardiagnose.

CAN wires can be found on the X5 connector located in the fuse box:
* PIN 5: CAN Low signal (yellow wire)
* PIN 2: CAN High signal (blue wire)

{{{image4|[[Image:FMB630_manual_CAN4.png|500px|none]]}}}

In the example FMB641 will filter all CAN messages with identifier FFFEE9FF (fuel consumption).

{{{image5|[[Image:FMB640_Manual_CAN5.png|600px|none]]}}}

'''Note:''' Averaging constant cannot be used with CAN data, because this information comes in digital format. So in order to prevent data loss, set Averaging constant parameter to 1.

Most parameters have a certain resolution. <code>FEE9</code> parameter has 0.5L/bit gain, so the value that is sent to the server has to be multiplied by 0.5.

Data parsing is preceded by selecting the correct message from all available on the CAN bus. FMS standard interface description indicates that fuel consumption is a parameter with ID <code>FEE9</code>:

{| class="wikitable"
|+
! style="background: black; color: white;" colspan=8 rowspan=1 |'''00FEE9'''
! style="width: 90px; background: black; color: white;" rowspan=1 |'''PGN HEX'''
|-

! style="background: black; color: white;" colspan=8 rowspan=1 |'''65,257'''
! style="width: 90px; background: black; color: white;" rowspan=1 |'''PGN'''
|-

! style="width: 110px; background: black; color: white;" colspan=8 |'''1000 ms'''
! style="width: 90px; background: black; color: white;" rowspan=1 |'''Rep. Rate'''
|-

! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 1
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 2
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 3
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 4
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 5
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 6
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 7
! style="width: 110px; background: black; color: white;" rowspan=1 |Data Byte 8
! style="width: 90px; background: black; color: white;" rowspan=1 |Byte No.
|-
! style="width: 110px; background: black; color: white;" rowspan=1 |Not used for<br /> FMS-<br />Standard
! style="width: 110px; background: black; color: white;" rowspan=1 |Not used for<br /> FMS-<br />Standard
! style="width: 110px; background: black; color: white;" rowspan=1 |Not used for<br /> FMS-<br />Standard
! style="width: 110px; background: black; color: white;" rowspan=1 |Not used for<br /> FMS-<br />Standard
! style="width: 110px; background: black; color: white;" rowspan=1 |Total fuel used<br />
0,5 L/Bit gain<br />
0 L offset<br />
5.2.5.66<br />
SPN 250
! style="width: 110px; background: black; color: white;" rowspan=1 |Total fuel used<br />
0,5 L/Bit gain<br />
0 L offset<br />
5.2.5.66<br />
SPN 250
! style="width: 110px; background: black; color: white;" rowspan=1 |Total fuel used<br />
0,5 L/Bit gain<br />
0 L offset<br />
5.2.5.66<br />
SPN 250
! style="width: 110px; background: black; color: white;" rowspan=1 |Total fuel used<br />
0,5 L/Bit gain<br />
0 L offset<br />
5.2.5.66<br />
SPN 250
! style="width: 90px; background: black; color: white;" rowspan=1 |Name<br />
Values<br />
Values<br />
Values<br />
SAE ref<br />
SPN
|}

'''Note:''' This information is provided only as an example and Teltonika takes no responsibility for information accuracy or damage that may be done to the vehicle or FMB641 module while integrating it.

[[Category:FMB641 Configuration]]