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

 Help about UK-EU Regulation

Legislation originating from the EU

When the UK left the EU, legislation.gov.uk published EU legislation that had been published by the EU up to IP completion day (31 December 2020 11.00 p.m.). On legislation.gov.uk, these items of legislation are kept up-to-date with any amendments made by the UK since then.

Close

This item of legislation originated from the EU

Legislation.gov.uk publishes the UK version. EUR-Lex publishes the EU version. The EU Exit Web Archive holds a snapshot of EUR-Lex’s version from IP completion day (31 December 2020 11.00 p.m.).

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.COMMUNICATION SERVICESU.K.

Some services are necessary to establish and maintain communication. They do not appear on the application layer. The services available are detailed in the following table:

Table 2

Communication Services

Service nameDescription
StartCommunicationThe client requests to start a communication session with a server(s).
StopCommunicationThe client requests to stop the current communication session.
TesterPresentThe client indicates to the server that it is still present.
CPR_005The StartCommunication Service is used for starting a communication. In order to perform any service, communication must be initialised and the communication parameters need to be appropriate for the desired mode.U.K.
4.1. StartCommunication Service U.K.
CPR_006Upon receiving a StartCommunication indication primitive, the VU shall check if the requested communication link can be initialised under the present conditions. Valid conditions for the initialisation of a communication link are described in document ISO 14230-2.U.K.
CPR_007Then the VU shall perform all actions necessary to initialise the communication link and send a StartCommunication response primitive with the Positive Response parameters selected.U.K.
CPR_008If a VU that is already initialised (and has entered any diagnostic session) receives a new StartCommunication Request (e.g. due to error recovery in the tester) the request shall be accepted and the VU shall be reinitialised.U.K.
CPR_009If the communication link cannot be initialised for any reason, the VU shall continue operating as it was immediately prior to the attempt to initialise the communication link..U.K.
CPR_010The StartCommunication Request message must be physically addressed.U.K.
CPR_011Initialising the VU for services is performed through a ‘fast initialisation’ method,U.K.
  • There is a bus-idle time prior to any activity.

  • The tester then sends an initialisation pattern.

  • All information which is necessary to establish communication is contained in the response of the VU.

CPR_012After completion of the initialisation,U.K.
  • All communication parameters are set to values defined in Table 4 according to the key bytes.

  • The VU is waiting for the first request of the tester.

  • The VU is in the default diagnostic mode, i.e. StandardDiagnosticSession.

  • The calibration I/O signal line is in the default state, i.e. disabled state.

CPR_014The data rate on the K-line shall be 10 400 Baud.U.K.
CPR_016The fast initialisation is started by the tester transmitting a Wake up pattern (Wup) on the K-line. The pattern begins after the idle time on K-line with a low time of Tinil. The tester transmits the first bit of the StartCommunication Service after a time of Twup following the first falling edge.U.K.

CPR_017The timing values for the fast initialisation and communications in general are detailed in the tables below. There are different possibilities for the idle time:U.K.
  • First transmission after power on, Tidle = 300 ms.

  • After completion of a StopCommunication Service, Tidle = P3 min.

  • After stopping communication by time-out P3 max, Tidle = 0.

Table 3
Timing values for fast initialisation
Parametermin valuemax value
Tinil25 ± 1 ms24 ms26 ms
Twup50 ± 1 ms49 ms51 ms
Table 4
Communication timing values
Timing ParameterParameter Descriptionlower limit values [ms]upper limit values [ms]
min.max.
P1Inter byte time for VU response020
P2Time between tester request and VU response or two VU responses25250
P3Time between end of VU responses and start of new tester request555 000
P4Inter byte time for tester request520
CPR_018The message format for fast initialisation is detailed in the following tables. (NOTE: Hex means hexadecimal)U.K.
Table 5
StartCommunication Request Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing81FMT
#2Target address byteEETGT
#3Source address bytettSRC
#4 StartCommunication Request Service Id 81 SCR
#5Checksum00-FFCS
Table 6
StartCommunication Positive Response Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address bytettTGT
#3Source address byteEESRC
#4Additional length byte03LEN
#5 StartCommunication Positive Response Service Id C1 SCRPR
#6Key byte 1EAKB1
#7Key byte 28FKB2
#8Checksum00-FFCS
CPR_019There is no negative response to the StartCommunication Request message, if there is no positive response message to be transmitted then the VU is not initialised, nothing is transmitted and it remains in its normal operation.U.K.
4.2. StopCommunication Service U.K.
4.2.1 Message description U.K.

The purpose of this communication layer service is to terminate a communication session.

CPR_020Upon receiving a StopCommunication indication primitive, the VU shall check if the current conditions allow to terminate this communication. In this case the VU shall perform all actions necessary to terminate this communication.U.K.
CPR_021If it is possible to terminate the communication, the VU shall issue a StopCommunication response primitive with the Positive Response parameters selected, before the communication is terminated.U.K.
CPR_022If the communication cannot be terminated by any reason, the VU shall issue a StopCommunication response primitive with the Negative Response parameter selected.U.K.
CPR_023If time-out of P3 max is detected by the VU, the communication shall be terminated without any response primitive being issued.U.K.
4.2.2 Message format U.K.
CPR_024The message formats for the StopCommunication primitives are detailed in the following tables.U.K.
Table 7
StopCommunication Request Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address byteEETGT
#3Source address bytettSRC
#4Additional length byte01LEN
#5 StopCommunication Request Service Id 82 SPR
#6Checksum00-FFCS
Table 8
StopCommunication Positive Response Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address bytettTGT
#3Source address byteEESRC
#4Additional length byte01LEN
#5 StopCommunication Positive Response Service Id C2 SPRPR
#6Checksum00-FFCS
Table 9
StopCommunication Negative Response Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address bytettTGT
#3Source address byteEESRC
#4Additional length byte03LEN
#5 negative Response Service Id 7F NR
#6StopCommunication Request Service Identification82SPR
#7responseCode = generalReject10RC_GR
#8Checksum00-FFCS
4.2.3 Parameter Definition U.K.

This service does not require any parameter definition.

4.3. TesterPresent Service U.K.
4.3.1 Message description U.K.

The TesterPresent service is used by the tester to indicate to the server that it is still present, in order to prevent the server from automatically returning to normal operation and possibly stopping the communication. This service, sent periodically, keeps the diagnostic session/communication active by resetting the P3 timer each time a request for this service is received.

4.3.2 Message format U.K.
CPR_079The message formats for the TesterPresent primitives are detailed in the following tables.U.K.
Table 10
TesterPresent Request Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address byteEETGT
#3Source address bytettSRC
#4Additional length byte02LEN
#5 TesterPresent Request Service Id 3E TP
#6Sub Function = responseRequired =[ yes01RESPREQ_Y
no ]02RESPREQ_NO
#7Checksum00-FFCS
CPR_080If the responseRequired parameter is set to ‘yes’, then the server shall respond with the following positive response message. If set to ‘no’, then no response is sent by the server.U.K.
Table 11
TesterPresent Positive Response Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address bytettTGT
#3Source address byteEESRC
#4Additional length byte01LEN
#5 TesterPresent Positive Response Service Id 7E TPPR
#6Checksum00-FFCS
CPR_081The service shall support the following negative responses codes:U.K.
Table 12
TesterPresent Negative Response Message
Byte #Parameter NameHex ValueMnemonic
#1Format byte — physical addressing80FMT
#2Target address bytettTGT
#3Source address byteEESRC
#4Additional length byte03LEN
#5 negative Response Service Id 7F NR
#6TesterPresent Request Service Identification3ETP
#7responseCode =[SubFunctionNotSupported-InvalidFormat12RC_SFNS_IF
incorrectMessageLength]13RC_IML
#8Checksum00-FFCS

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