5.1.11. Boot code part number (psc_BootPartNumber)

Get the part number information for the ECU's boot code.

5.1.11.1. Supported targets

All targets

5.1.11.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.11.3. Description

Gets the part number information for the ECU's boot code. The part number is composed of four fields, group identification number, group identification letter, part identification number and issue number, typically written as group_idgroup_letter-part_id Iss issue. Example: 12T-168232 Iss 3 The part number can be used by the application for diagnostics, tracking and identification.

5.1.11.4. Inports

  • sim_group_id

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport group_id is set to the value of this inport for simulation purposes.

    Range: [0, 255]

  • sim_group_letter

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport group_letter is set to the value of this inport for simulation purposes.

    Range: [0, 255]

  • sim_part_id

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport part_id is set to the value of this inport for simulation purposes.

    Range: [0, 4294967295]

  • sim_issue

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport issue is set to the value of this inport for simulation purposes.

    Range: [0, 65535]

5.1.11.5. Outports

  • group_id

    The Group Identification number of the part number of the boot code. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 255]

  • group_letter

    The Group Identification letter of the part number of the boot code. The value represents the ASCII code of the letter. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 255]

  • part_id

    The Part Identification number of the part number of the boot code. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 4294967295]

  • issue

    The Issue number of the part number of the boot code. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 65535]

5.1.11.6. Mask parameters

5.1.11.7. Notes

None.