Get the recoverable error information for the ECU's free running internal ROM test.
None (Main library). (See Section 2.3, “Licensed Features”.)
Gets the recoverable error status of the ECU's internal ROM test as well as the address of the last error.
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport error_detected is set to the value of this inport for simulation purposes.
Range: [0, 1]
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport error_address is set to the value of this inport for simulation purposes.
Range: [0, 4294967295]
1 when a recoverable memory test error has been detected, 0 otherwise. 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, 1]
The internal memory address where a recoverable error has been detected. The outport is only valid if error_detected is 1. 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 periodicity of the block execution.
Range: [0.001, 3600] seconds
Tick to enable inports sim_error_detected and sim_error_address.
Unrecoverable memory test errors are reported by the put_Reset block.