Get the version information for the ECU's platform code.
None (Main library). (See Section 2.3, “Licensed Features”.)
Gets the version information for the ECU's platform code. The version number is composed
of three fields, major, minor and sub-minor, typically written as major.minor.sub-minor
.
The version can be used by the application for version control or diagnostics.
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport major_ver is set to the value of this inport for simulation purposes.
Range: [0, 65535]
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport minor_ver is set to the value of this inport for simulation purposes.
Range: [0, 65535]
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport sub_minor_ver is set to the value of this inport for simulation purposes.
Range: [0, 65535]
The major version number of the platform 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]
The minor version number of the platform 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]
The sub-minor version number of the platform 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_major_ver, sim_minor_ver and sim_sub_minor_ver.