Search Legislation

Commission Implementing Regulation (EU) 2016/799Show full title

Commission Implementing Regulation (EU) 2016/799 of 18 March 2016 implementing Regulation (EU) No 165/2014 of the European Parliament and of the Council laying down the requirements for the construction, testing, installation, operation and repair of tachographs and their components (Text with EEA relevance)

 Help about what version

What Version

  • Latest available (Revised)
  • Original (As adopted by EU)
 Help about advanced features

Advanced Features

Close

This is a legislation item that originated from the EU

After exit day there will be three versions of this legislation to consult for different purposes. The legislation.gov.uk version is the version that applies in the UK. The EU Version currently on EUR-lex is the version that currently applies in the EU i.e you may need this if you operate a business in the EU.

The web archive version is the official version of this legislation item as it stood on exit day before being published to legislation.gov.uk and any subsequent UK changes and effects applied. The web archive also captured associated case law and other language formats from EUR-Lex.

Changes to legislation:

There are outstanding changes not yet made to Commission Implementing Regulation (EU) 2016/799. Any changes that have already been made to the legislation appear in the content and are referenced with annotations. Help about Changes to Legislation

Close

Changes to Legislation

Revised legislation carried on this site may not be fully up to date. Changes and effects are recorded by our editorial team in lists which can be found in the ‘Changes to Legislation’ area. Where those effects have yet to be applied to the text of the legislation by the editorial team they are also listed alongside the legislation in the affected provisions. Use the ‘more’ link to open the changes and effects relevant to the provision you are viewing.

View outstanding changes

Changes and effects yet to be applied to the whole legislation item and associated provisions

4.4. Message Format U.K.

All messages exchanged between the ITS Unit and the VU interface shall be formatted with a structure consisting of three parts: A header composed by a target byte (TGT), a source byte (SRC) and a length byte (LEN).

The data field composed by a service identifier byte (SID) and a variable amount of data bytes (maximum 255).

The checksum byte is the 1 byte sum series modulo 256 of all the bytes of the message excluding the CS itself.

The message shall be Big Endian.

Table 2

General message format

HeaderData FieldChecksum
TGTSRCLENSIDTRTPCCCMDATACS
3 bytesMax. 255 bytes1 byte
Header U.K.

TGT and SRC: the ID of the Target (TGT) and Source (SRC) devices of the message. The VU Interface shall have the default ID “EE”. This ID cannot be changed. The ITS Unit shall use the default ID “A0” for its first message of the communication session. The VU Interface shall then assign an unique ID to the ITS Unit and informs it of this ID for future messages during the session.

The LEN byte shall only take into account the ‘DATA’ part of the Data Field (see Table 2), the 4 first bytes are implicit.

The VU Interface shall confirm the authenticity of the message's sender by cross-checking its own IDList with the Bluetooth data by checking the ITS Unit listed at the provided ID is currently in the range of the Bluetooth connection.

Data Field U.K.

Besides the SID, the Data Field shall also contain other parameters: a transfer request parameter (TRTP) and Counter bytes.

[F1If the data to be handled is larger than the available space in one message, it will be split in several submessages. Each submessage shall have the same Header and SID, but will contain a 2-bytes counter, Counter Current (CC) and Counter Max (CM), to indicate the submessage number. To enable error checking and abort the receiving device acknowledges every submessage. The receiving device can accept the submessage, ask for it to be re-transmitted, request the sending device to start again or abort the transmission.]

If not used, CC and CM shall be given the value 0xFF.

For instance, the following message

HEADERSIDTRTPCCCMDATACS
3 bytesLonger than 255 bytes1 byte

Shall be transmitted as such:

HEADERSIDTRTP01nDATACS
3 bytes255 bytes1 byte
HEADERSIDTRTP02nDATACS
3 bytes255 bytes1 byte

HEADERSIDTRTPNNDATACS
3 bytesMax. 255 bytes1 byte

Table 3 contains the messages the VU and the ITS Unit shall be able to exchange. The content of each parameter is given in hexadecimal. Aren't represented in the table CC and CM for clarity, see above for complete format.

Table 3

Detailed message content

MessageHeaderDATAChecksum
TGTSRCLENSIDTRTPDATA
RequestPIN ITSIDEE0001FF
SendITSID ITSIDEE0102FF ITSID
SendPINEE ITSID0403FF4*INTEGER (0..9)
PairingResult ITSIDEE0104FFBOOLEAN (T/F)
SendPUCEE ITSID0805FF8*INTEGER (0..9)
BanLiftingResult ITSIDEE0106FFBOOLEAN (T/F)
RequestRejected ITSIDEE0807FFTime
RequestData
standardTachDataEE ITSID010801
personalTachDataEE ITSID010802
gnssDataEE ITSID010803
standardEventDataEE ITSID010804
personalEventDataEE ITSID010805
standardFaultDataEE ITSID010806
manufacturerDataEE ITSID010807
ResquestAccepted ITSIDEELen09TREPData
DataUnavailable
No data available ITSIDEE020ATREP10
Personal data not shared ITSIDEE020ATREP11
NegativeAnswer
General reject ITSIDEE020BSID Req10
Service not supported ITSIDEE020BSID Req11
Sub function not supported ITSIDEE020BSID Req12
Incorrect message length ITSIDEE020BSID Req13
Conditions not correct or request sequence error ITSIDEE020BSID Req22
Request out of range ITSIDEE020BSID Req31
Response pending ITSIDEE020BSID Req78
ITSID Mismatch ITSIDEE020BSID ReqFC
ITSID Not Found ITSIDEE020BSID ReqFB
RequestPIN (SID 01) U.K.

This message is issued by the VU Interface if a non-blacklisted but non-whitelisted ITS unit is sending any data request.

SendITSID (SID 02) U.K.

This message is issued by the VU Interface whenever a new device is sending a request. This device shall use the default ID “A0” before getting assigned an unique ID for the communication session.

SendPIN (SID 03) U.K.

This message is issued by the ITS Unit to be whitelisted from the VU interface. The content of this message is a 4 INTEGER between 0 and 9 code.

PairingResult (SID 04) U.K.

This message is issued by the VU Interface to inform the ITS Unit if the PIN code it sent was correct. The content of this message shall be a BOOLEAN with the value ‘True’ if the PIN code was correct and ‘False’ otherwise.

SendPUC (SID 05) U.K.

This message is issued by the ITS Unit to lift a blacklist sanction from the VU interface. The content of this message is a 8 INTEGER between 0 and 9 code.

BanLiftingResult (SID 06) U.K.

This message is issued by the VU Interface to inform the ITS Unit if the PUC code it sent was correct. The content of this message shall be a BOOLEAN with the value ‘True’ if the PUC code was correct and ‘False’ otherwise.

RequestRejected (SID 07) U.K.

This message is issued by the VU Interface as a reply to any message from a blacklisted ITS Unit except ‘SendPUC’. The message shall contain the remaining time the ITS Unit is blacklisted, following the ‘Time’ sequence format as defined in Annex 3.

RequestData (SID 08) U.K.

This message for data accessing is issued by the ITS Unit. A one byte transfer request parameter (TRTP) indicates the type of data required. There are several types of data:

  • standardTachData (TRTP 01): Data available from the tachograph classified as non-personal.

  • personalTachData (TRTP 02): Data available from the tachograph classified as personal.

  • gnssData (TRTP 03): GNSS data, always personal.

  • standardEventData (TRTP 04): Recorded event data classified as non-personal.

  • personalEventData (TRTP 05): Recorded event data classified as personal.

  • standardFaultData (TRTP 06): Recorded faults classified as non-personal.

  • manufacturerData (TRTP 07): data made available by the manufacturer.

See Annex 3 of this appendix for more information about the content of each data type.

See Appendix 12 for more information about the format and content of GNSS data.

See Annex IB and IC for more information about event data code and faults.

ResquestAccepted (SID 09) U.K.

This message is issued by the VU Interface if a ITS Unit ‘RequestData’ message has been accepted. This message contains a 1-byte TREP, which is the TRTP byte of the associated RequestData message, and all the data of the requested type.

DataUnavailable (SID 0A) U.K.

This message is issued by the VU Interface if, for a certain reason, the requested data aren't available to be sent to a whitelisted ITS Unit. The message contains a 1byte TREP which is the TRTP of the required data and a 1 byte error code specified in the table 3. The Following codes are available:

  • No data available (10): The VU interface can't access the VU data for unspecified reasons.

  • Personal data not shared (11): The ITS Unit tries to retrieve personal data when they are not shared.

NegativeAnswer (SID 0B) U.K.

These messages are issued by the VU Interface if a request cannot be completed for any other reason than the unavailability of the data. These messages are typically the result of a bad request format (Length, SID, ITSID…) but aren't limited to that. The TRTP in the Data Field contains the SID of the request. The Data Field contains a code identifying the reason of the negative answer. The following codes are available:

  • General Reject (code: 10)

  • The action can't be performed for a reason which isn't cited below nor in section (Enter DataUnavailable section number).

  • Service not supported (code: 11)

  • The request's SID isn't understood.

  • Sub function not supported (code: 12)

  • The request's TRTP isn't understood. It can be for instance missing or out of accepted values.

  • Incorrect message length (code: 13)

  • The length of the received message is wrong (mismatch between the LEN byte and the actual message length).

  • Conditions not correct or request sequence error (code: 22)

  • The required service is not active or the sequence of request messages is not correct

  • Request out of range (code: 33)

  • The request parameter record (data field) is not valid

  • Response pending (code: 78)

  • The action requested cannot be completed in time and the VU is not ready to accept another request.

  • ITSID Mismatch (code: FB)

  • The SRC ITSID doesn't match the associated device after comparison with the Bluetooth information.

  • ITSID Not Found (code: FC)

  • The SRC ITSID isn't associated with any device.

Lines 1 through 72 (FormatMessageModule) of the ASN.1 code in Annex 3 specify the messages format as described in table 3. More details about the messages content is given below.

Back to top

Options/Help

Print Options

You have chosen to open the Whole Regulation

The Whole Regulation you have selected contains over 200 provisions and might take some time to download. You may also experience some issues with your browser, such as an alert box that a script is taking a long time to run.

Would you like to continue?

You have chosen to open Schedules only

The Schedules you have selected contains over 200 provisions and might take some time to download. You may also experience some issues with your browser, such as an alert box that a script is taking a long time to run.

Would you like to continue?

Close

Legislation is available in different versions:

Latest Available (revised):The latest available updated version of the legislation incorporating changes made by subsequent legislation and applied by our editorial team. Changes we have not yet applied to the text, can be found in the ‘Changes to Legislation’ area.

Original (As adopted by EU): The original version of the legislation as it stood when it was first adopted in the EU. No changes have been applied to the text.

Close

See additional information alongside the content

Geographical Extent: Indicates the geographical area that this provision applies to. For further information see ‘Frequently Asked Questions’.

Show Timeline of Changes: See how this legislation has or could change over time. Turning this feature on will show extra navigation options to go to these specific points in time. Return to the latest available version by using the controls above in the What Version box.

Close

Opening Options

Different options to open legislation in order to view more content on screen at once

Close

More Resources

Access essential accompanying documents and information for this legislation item from this tab. Dependent on the legislation item being viewed this may include:

  • the original print PDF of the as adopted version that was used for the EU Official Journal
  • lists of changes made by and/or affecting this legislation item
  • all formats of all associated documents
  • correction slips
  • links to related legislation and further information resources
Close

Timeline of Changes

This timeline shows the different versions taken from EUR-Lex before exit day and during the implementation period as well as any subsequent versions created after the implementation period as a result of changes made by UK legislation.

The dates for the EU versions are taken from the document dates on EUR-Lex and may not always coincide with when the changes came into force for the document.

For any versions created after the implementation period as a result of changes made by UK legislation the date will coincide with the earliest date on which the change (e.g an insertion, a repeal or a substitution) that was applied came into force. For further information see our guide to revised legislation on Understanding Legislation.

Close

More Resources

Use this menu to access essential accompanying documents and information for this legislation item. Dependent on the legislation item being viewed this may include:

  • the original print PDF of the as adopted version that was used for the print copy
  • correction slips

Click 'View More' or select 'More Resources' tab for additional information including:

  • lists of changes made by and/or affecting this legislation item
  • confers power and blanket amendment details
  • all formats of all associated documents
  • links to related legislation and further information resources