Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Unified Diagnostic Services

From Wikipedia, the free encyclopedia
Diagnostic communication protocol

Unified Diagnostic Services (UDS) is a diagnosticcommunication protocol used inelectronic control units (ECUs) within automotive electronics, which is specified in the ISO 14229-1.[1] It is derived from ISO 14230-3 (KWP2000) and the now obsoleteISO 15765-3 (Diagnostic Communication overController Area Network (DoCAN)[2]). 'Unified' in this context means that it is an international and not a company-specific standard. By now this communication protocol is used in all new ECUs made by Tier 1 suppliers oforiginal equipment manufacturer (OEM), and is incorporated into other standards, such asAUTOSAR. The ECUs in modern vehicles control nearly all functions, includingelectronic fuel injection (EFI),engine control, the transmission, anti-lock braking system, door locks, braking, window operation, and more.

Diagnostic tools are able to contact all ECUs installed in a vehicle which has UDS services enabled. In contrast to theCAN bus protocol, which only uses the first and second layers of theOSI model, UDS utilizes the fifth and seventh layers of the OSI model. The Service ID (SID) and the parameters associated with the services are contained in the payload of a message frame.

Modern vehicles have a diagnostic interface for off-board diagnostics, which makes it possible to connect a computer (client) or diagnostics tool, which is referred to as tester, to the communication system of the vehicle. Thus, UDS requests can be sent to the controllers which must provide a response (this may be positive or negative). This makes it possible tointerrogate the fault memory of the individual control units, to update them with new firmware, have low-level interaction with their hardware (e.g. to turn a specific output on or off), or to make use of special functions (referred to as routines) to attempt to understand the environment and operating conditions of an ECU to be able todiagnose faulty or otherwise undesirable behavior.

UDS uses theISO-TP transport layer (ISO 15765-2). The United States standardOBD-II also uses ISO-TP. Since OBD-II uses service numbers 0x01-0x0A, UDS uses service numbers starting with 0x10, in order to avoid overlap.

Services

[edit]

SID (Service Identifier)

Function groupRequest   SIDResponse   SIDServiceDescription
Diagnostic and Communications Management0x100x50Diagnostic Session ControlUDS offers access levels called "sessions". Different sessions usually offer different levels of access to services and/or sub-functions. During normal use (on start), the session should be0x01 Default Session.

This "Diagnostic Session Control" service allows the user to switch between available sessions specific to the ECU. Some sessions may not have been implemented. Others may have access control measures, requiring authorization through services like0x27 Security Access or0x29 Authentication. Additionally, sessions may require certain operating conditions to be met, such as manufacturer specific "pre-production" or "boot modes", which are separate from UDS.

The following sessions are standard, but vehicle manufacturer and supplier-specific sessions are often implemented in conjunction:

  • 0x01 Default Session which typically has the lowest level of access to services and/or sub-functions. This will usually allow0x14 Clear Diagnostic Information, certain0x22 Read Data By Identifier "Data Identifiers", and more.
  • 0x02 Programming Session gives access to "0x34 Download / 0x35 Upload" and "0x36 Data Transmission" services. Normal functionality does mostly not work, at least not during download.
  • 0x03 Extended Diagnostic Session which typically offers further "Diagnostic and Communications Management", "Data Transmission", "Input / Output Control", and "Remote Activation of Routine" services.
  • 0x04 Safety System Diagnostic Session offers largely the same as 0x03 Extended Diagnostic Session, but does not always offer sensitive or unrelated services and/or sub-functions. It may offer further routines and data transmission sub-functions.
0x110x51ECU ResetThe service "ECU reset" is used to restart the control unit (ECU). Depending on the control unit hardware and implementation, different forms of reset can be used:
  • 0x1101 Hard Reset simulates a shutdown of the power supply.
  • 0x1102 key Off-On Reset simulates the drain and turn on the ignition with the key.
  • 0x1103 Soft Reset allows the initialization of certain program units and their storage structures.

Again, there are reserved values that can be defined for vehicle manufacturers and vehicle suppliers specific use.

0x140x54Clear Diagnostic InformationClears diagnostic trouble codes (DTC's) from ECU memory. DTC grouping is used to loosely identify fault locations in undocumented ECU's.
  • 0x1400 00 00 to3F FF FF clears specific powertrain DTC's
  • 0x1440 00 00 to7F FF FF clears specific chassis DTC's
  • 0x1480 00 00 toBF FF FF clears specific body DTC's
  • 0x14C0 00 00 toFF FF FF clears specific network related DTC's.
  • 0x14FF FF 33 clearsall emissions-related DTC's
  • 0x14FF FF FF clearsall DTC's.

Like other sub-functions in this list, there are manufacturer-specific reserved values that offer unique and/or specific functionality.

0x270x67Security AccessSecurity check is available to enable the most security-critical services. For this purpose a "Seed" is generated and sent to the client by the control unit. From this "Seed" the client has to compute a "Key" and send it back to the control unit to unlock the security-critical services.
0x280x68Communication ControlWith this service, both the sending and receiving of messages can be turned off in the control unit.
0x290x69AuthenticationAn update (2020) of the standard added this service to provide a standardized approach to more modern methods of authentication than are permitted by the Security Access (0x27) service, including bidirectionalauthentication withPKI-based Certificate Exchange.
0x3E0x7ETester PresentIf no communication is exchanged with the client for a long time, the control unit automatically exits the current session and returns to the "Default Session" back, and might go to sleep mode. Therefore, there is an extra service which purpose is to signal to the device that the client is still present.
0x830xC3Access Timing ParametersIn the communication between the controllers and the client, certain times must be observed. If these are exceeded, without a message being sent, it must be assumed that the connection was interrupted. These times can be called up and changed.
0x840xC4Secured Data Transmission
0x850xC5Control DTC SettingsEnables, disables, or otherwise controls the transmission of DTC's. This is helpful when maintenance or modification work is being performed on a vehicle to avoid anomalous or annoying behavior, like beeping on an instrument cluster or safety systems activating in response to an external DTC. Like most UDS settings, this does not typically persist after a reboot.
  • 0x01 On enables the transmission of DTC's.
  • 0x02 Off disabled the transmission of DTC's.
0x860xC6Response On Event
0x870xC7Link ControlThe Service Link Control is used to set the baud rate of the diagnostic access. It is usually implemented only at the central gateway.
Data Transmission0x220x62Read Data By IdentifierWith this service, it is possible to retrieve one or more values of a control unit. This can be information of all kinds and of different lengths such as Partnumber or the software version. Dynamic values such as the current state of the sensor can be queried. Each value is associated to a Data Identifier (DID) between 0 and 65535; for example, theVIN DID is 61840d (0xF190). Normal CAN signals are meant for information that some ECU uses in its functionality. DID data is sent on request only, and is for information that no ECU uses, but a service tool or a software tester can benefit from.
0x230x63Read Memory By AddressRead data from the physical memory at the provided address. This function can be used by a testing tool, in order to read the internal behaviour of the software.
0x240x64Read Scaling Data By Identifier
0x2A0x6ARead Data By Identifier PeriodicWith this service, values are sent periodically by a control unit. The values to be sent must be defined to only using the "Dynamically Define Data Identifier".
0x2C0x6CDynamically Define Data IdentifierThis service offers the possibility of a fix for a device specified Data Identifier (DID) pool to configure another Data Identifier. This is usually a combination of parts of different DIDs or simply a concatenation of complete DIDs.

The requested data may be configured or grouped in the following manner:

  • Source DID, position, length (in bytes), Sub-Function Byte: defineByIdentifier
  • Memory address length (in bytes), Sub-Function Byte: defineByMemoryAddress
  • Combinations of the two above methods through multiple requests.
0x2E0x6EWrite Data By IdentifierWith the same Data Identifier (DID), values can also be changed. In addition to the identifier, the new value is sent along.
0x3D0x7DWrite Memory By AddressThe “Write Memory By Address” service allows the external diagnostic tool to write information into the ECU at one or more contiguous memory locations.
Stored Data Transmission0x140x54Clear Diagnostic InformationDelete all stored DTC
0x190x59Read DTC InformationDTC stands for "Diagnostic Trouble Codes". Each DTC handled by the control unit fault is stored with its own code in the error memory and can be read at any time. In addition to the error, additional information will be stored, which can also be read.
Input / Output Control0x2F0x6FInput Output Control By IdentifierThis service allows an external system intervention on internal / external signals via the diagnostic interface.

By specifying a so-called option bytes additional conditions for a request can be specified, the following values are specified:

ReturnControlToECU: The device must get back controls of the mentioned signals.

ResetToDefault: The tester prompts to reset signals to the system wide default value.

Freeze Current State: The device shall freeze the current signal value.

ShortTermAdjustment: The device shall use the provided value for the signal

Remote Activation of Routine0x310x71Routine ControlControl routine services of all kinds can be performed. There are three different message types:
  • With the start-message, a service can be initiated. It can be defined to confirm the beginning of the execution or to notify when the service is completed.
  • With the Stop message, a running service can be interrupted at any time.
  • The third option is a message to query the results of the service.

The start and stop message parameters can be specified. This makes it possible to implement every possible project-specific service.

Upload / Download0x340x74Request DownloadDownloading new software or other data into the control unit is introduced using the "Request Download". Here, the location and size of the data is specified. In turn, the tester specifies how large the data packets can be.
0x350x75Request UploadThe service "request upload" is almost identical to the service "Request Download". With this service, the software from the control unit is transferred to the tester. The location and size must be specified. Again, the size of the data blocks are specified by the tester.
0x360x76Transfer DataFor the actual transmission of data, the service "Transfer Data" is used. This service is used for both uploading and downloading data. The transfer direction is notified in advance by the service "Request Download" or "Upload Request". This service should try to send packets at maximum length, as specified in previous services. The background protocolISO-TP has a limit of 4095 bytes. If the data set is larger than the maximum, the "Transfer Data" service must be used several times in succession until all data has arrived.
0x370x77Request Transfer ExitA data transmission can be 'completed' when using the "Transfer Exit" service. This service is used for comparison between the control unit and the tester. When it is running, a control unit can answer negatively on this request to stop a data transfer request. This will be used when the amount of data (set in "Request Download" or "Upload Request") has not been transferred.
0x380x78Request File TransferThis service is used to initiate a file download from the client to the server or upload from the server to the client. Additionally information about the file system are available by this service.
0x7FNegative ResponseThis response is given when a service request could not be performed, for example having a not supported Data Identifier. A Negative Response Code will be included.

Negative response codes

[edit]

Negative response from ECU contains SID 0x7F and two payload bytes: request's SID and error code.

NRCDescription
0x10General reject
0x11Service not supported
0x12Subfunction not supported
0x13Incorrect message length or invalid format
0x14Response too long
0x21Busy, repeat request
0x22Conditions not correct
0x24Request sequence error
0x25No response from subnet component
0x26Failure prevents execution of requested action
0x31Request out of range
0x33Security access denied
0x34Authentication failed
0x35Invalid key
0x36Exceeded number of attempts
0x37Required time delay not expired
0x38Secure data transmission required
0x39Secure data transmission not allowed
0x3ASecure data verification failed
0x50Certificate validation failed, invalid time period
0x51Certificate validation failed, invalid signature
0x52Certificate validation failed, invalid chain of trust
0x53Certificate validation failed, invalid type
0x54Certificate validation failed, invalid format
0x55Certificate validation failed, invalid content
0x56Certificate validation failed, invalid scope
0x57Certificate validation failed, invalid certificate
0x58Ownership verification failed
0x59Challenge calculation failed
0x5ASetting access right failed
0x5BSession key creation/derivation failed
0x5CConfiguration data usage failed
0x5DDeauthentication failed
0x70Upload download not accepted
0x71Transfer data suspended
0x72General programming failure
0x73Wrong block sequence number
0x78Request correctly received, response pending
0x7ESubfunction not supported in active session
0x7FService not supported in active session
0x81RPM too high
0x82RPM too low
0x83Engine is running
0x84Engine is not running
0x85Engine run time too low
0x86Temperature too high
0x87Temperature too low
0x88Vehicle speed too high
0x89Vehicle speed too low
0x8AThrottle/pedal too high
0x8BThrottle/pedal too low
0x8CTransmission range not in neutral
0x8DTransmission range not in gear
0x8FBrake switch not closed
0x90Shifter lever not in park
0x91Torque converter clutch locked
0x92Voltage too high
0x93Voltage too low
0x94Resource temporary unavailable

See also

[edit]

References

[edit]
  1. ^"Iso 14229-1:2020 Unified diagnostic services (UDS) Part 1: Application layer".
  2. ^"Iso 15765-3:2004 Diagnostics on Controller Area Networks (CAN) Part 3: Implementation of unified diagnostic services (UDS on CAN)".

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Unified_Diagnostic_Services&oldid=1288981735"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp