CCS Standardfunction   SeedKey [Str]
 

SeedKey [Str]

Session_Name [Str]

Seed_Method [Str]

Seed [Str]

Description of Function

This function is used to request a 'Key' for a 'Seed'. This can be necessary, for example, to be able to access control units with activated immobilizer or data that is normally locked via the diagnosis interface.

The fundamental Seed&Key method and the possible procedures can not be described here for reasons of secrecy and can not be specified in parameters for the same reasons. However, the parameters Session_Name and Seed_Method are used to specify the location in the ECU memory container at which more information is given. When the test is performed, the appropriate project-specific adjustments must be made to ensure that the correct procedure for determining the 'Key' is used. In Development, the function can be implemented in such a way that the 'Key' can be entered manually (in a dialog box).

Testing Points

None

Parameters

Session_Name

Name of the session in the ECU memory container in which further parameters for the Seed&Key method can be found.

Seed_Method

Name of Seed method. Other parameters can be read from the ECU memory container under this name and the session specified by the previous parameter.

If the reserved word Seedpass is specified here, the function returns the relevant password. The pass code word for it must be specified in the parameter Seed. In that case, the parameter Session_Name has no significance and can be left blank.

Seed

Value or variable which contains the Seed.