FMS Tell Tale Status

From Wiki Knowledge Base | Teltonika GPS
Main Page > EOL Products > FMB640 > FMB640 Manual > FMS Tell Tale Status

FMS Tell Tale Status Introduction

Tell Tale was created in order to receive all available dashboard indication events that are available on truck via FMS protocol according to J1939 standard. SAE J1939 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.

What parameters should be enabled

Configurable parameters via SMS/GPRS commands can be found at FMB640_Device_Family_Parameter_list#FMS

Tell Tale configuration.gif

How does it work?


IO element describes Tell Tale Block ID message received from Block ID 0,1,2,3 in Hexadecimal format.:

  • Tell Tale ID0
  • Tell Tale ID1
  • Tell Tale ID2
  • Tell Tale ID3

Each ID represents Block ID of Tell Tale.

IO elements store information that is received from FMS Tell Tale Status message (CAN ID - 0x00FD7D).
Status message sends Data Block information in Data Byte 1. Block ID is determined by Data Byte 1 first 4 Bits. Example in hexadecimal first 4 bits where X – random byte value.


  1. X016 – Block ID 0 - FMS IO element Tell Tale ID0
  2. X116 – Block ID 1 - FMS IO element Tell Tale ID1
  3. X216 – Block ID 2 - FMS IO element Tell Tale ID2
  4. X316 – Block ID 3 - FMS IO element Tell Tale ID3


Once Block ID is captured all 8 bytes of Tell Tale message are saved to corresponding Tell Tale IO element.


Example of FMS Tell Tale status data:
Tell Tale.PNG

When device is powered up all elements are be updated to the first corresponding message.

After 4 seconds (1000 ms per Block ID) all values will be captured again. Device checks last saved value of Tell Tale IO elements and if it is changed – values are updated.

How to parse Tell Tale message

Bytes should be read from Right <<< To left.
4th and 8th Bytes are not defined

Received data:

Block ID = 0| 0xFF8F88FFBFFFFFF0

1 Byte FF | Binary 1 111 1111 | Status 1- Not avail. |
2 Byte 8F | Binary 1000 1111 | Status 2- Not avail.;3 - reserved|
3 Byte 88 | Binary 1000 1000 | Status 4- Reserved;5 - Reserved|
4 Byte FF | Binary 1111 1111 | Status 6- Not avail.;7- Not avail.|

5 Byte BF | Binary 1011 1111 | Status 8- Not avail.;9- Reserved
6 Byte FF | Binary 1111 1111 | Status 10- Not avail.;11- Not avail.
7 Byte FF | Binary 1111 1111 | Status 12- Not avail.;13- Not avail.
8 Byte F0 | Binary 1111 0000 | Status 14- OFF (Position lights,side lights) ;15- Not avail.



Block ID = 1| 0xFFFFFFFFFFFF8FF1

1 Byte FF | Binary 1111 1111 | Status 1;Block |
2 Byte FF | Binary 1111 1111 | Status 2- Not avail;3- Not avail |
3 Byte FF | Binary 1111 1111 | Status 4- Not avail;5- Not avail |
4 Byte FF | Binary 1111 1111 | Status 6- Not avail;7- Not avail |
5 Byte FF | Binary 1111 1111 | Status 8- Not avail;9- Not avail |
6 Byte FF | Binary 1111 1111 | Status 10- Not avail;11- Not avail|
7 Byte 8F | Binary 1000 1111 | Status 12- Not avail;13-OFF Engine oil level |
8 Byte F1 | Binary 1111 0001 | Status 14;15- Condition Red Steering fluid level |



Block ID = 2| 0xFFFF8FFFFFF8FFF2
Block ID = 3| 0xFFFFFFFFFFFFFFF3

Received data:

Block ID = 0| 0xFF8F88FFBFFFFFF0

1 Byte FF | Binary 1111 1111 | Status 1 2 Byte 8F | Binary 1000 1111 | Status 2;3 3 Byte 88 | Binary 1000 1000 | Status 4;5 4 Byte FF | Binary 1111 1111 | Status 6;7 5 Byte BF | Binary 1011 1111 | Status 8;9 6 Byte FF | Binary 1111 1111 | Status 10;11 7 Byte FF | Binary 1111 1111 | Status 12;13 8 Byte F0 | Binary 1111 0000 | Status 14;15



Block ID = 1| 0xFFFFFFFFFFFF8FF1 Block ID = 2| 0xFFFF8FFFFFF8FFF2 Block ID = 3| 0xFFFFFFFFFFFFFFF3

Quick links

FMS-Standard Description Document



Alert.png
Tell Tale only available on vehicles that support FMS standard
Alert.png
Tell Tale examples are provided in FMS-Standard Description document that is publicly available
Alert.png
Availability of parameter depends on vehicle’s model and configuration of the FMS interface of the truck.
Alert.png
Note: FMS Tell Tale status is supported on FMB640 FMC640 FMM640 FMB630 FM6300 devices. Also please check firmware errata table to see from which firmware version this feature is available.