How to configure Manual CAN I/O parameters

From Wiki Knowledge Base | Teltonika GPS
Main Page > E-Mobility Trackers > TFT100 > TFT100 FAQ > How to configure Manual CAN I/O parameters

Manual CAN I/O parameter configuration example


NOTE! Manual CAN can be tested on FW 55.00.09.rev.04 or newer
Manual CAN Baudrate.png
  1. In the Manual CAN Settings section the user has to select suitable baudrate. Manual CAN baudrate should be visible in the CAN protocol. If it is not known, the user can try to choose different baudrates to indicate which one works.
    Manual CAN IO Settings.png
  2. Select CAN Type. Normally every CAN protocol documentation should mentioned which CAN type to use. If not, select standard.
  3. Fill in the correct Data mask. This field determines which IO elements of the frame the user will receive.
    As an example, the part of the CAN protocol was taken. First, the user has to locate the data frame, he/she wants to read, for this situation, data frame „Battery status“ was taken into account. It holds five I/O parameters of the battery. If we would like to receive all the data of the frame, in the configurator the user has to leave the default value in the Data mask field (FFFFFFFFFFFFFFFF) - which will be used in this example.
    Can protocol example.png

    If the user would like to get everything except, for example, the Battery temperature value, some modifications have to be made on the Data mask field. In this case, if the user does not want to get the Battery Temperature value, he/she should find where this information stands in the data frame (byte orientation). For this example, Battery temperature parameter can be found between 4th and 5th byte of the frame. In the picture below, it is explained, how the 8 byte CAN frame breaks down and which part of the frame has to be changed according to this example.
    Can frame example.png
    8 bytes data mask explained.png
  4. Write correct CAN ID. In this case the Frame ID in needed to be written. Here the CAN ID is 0x300. So in the configurator the user needs to write 300 instead of last three F values (FFFFF300), and every other F in the field has to be replaced with 0 (00000300). This means that it will take the data only from the ID 300 and nowhere else.
  5. Other fields of the MANUAL CAN0 are not configured as the data is not requested and is only being read.
  6. Received I/O values are RAW and the user has to decode it. The image below is an example of how it can be decoded using additional software (we have used Busmaster for this):
Manual CAN data example.png

Can frame data Busmaster.png


NOTE! Manual CAN protocol should be selected in the CAN I/O section.