Get the part number information for the ECU's reprogramming code.
None (Main library). (See Section 2.3, “Licensed Features”.)
Gets the part number information for the ECU's reprogramming 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.
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]
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]
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]
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]
The Group Identification number of the part number of the reprogramming 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]
The Group Identification letter of the part number of the reprogramming 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]
The Part Identification number of the part number of the reprogramming 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]
The Issue number of the part number of the reprogramming 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]
Tick to enable inports sim_group_id, sim_group_letter, sim_part_id and sim_issue.