Get the total number of active or stored errors from the controller
Block to get the total number of active/stored errors in the RAM/EEPROM of the controller
Description
The number active or stored errors is given, including the highest occurring severity level, assuming that the error's
parameter was use for a severity level.
Remarks
- Connect the 'highest severity' output to a terminator if not used.
- Active errors are saved at the RAM, they are lost by rebooting the ECU or by clearing the active error list.
- Stored errors are saved at the EEPROM, they are only lost by clearing the stored error list.
- Error codes 0 to 0x8000 are reserved for internal system errors.
Declaration
(No initialisation block needed)
Output
Two values will be returned.
- Output 1
- The first output returns the total number of errors. This will
be returned as an uint8.
- Output 2
- The second output returns the highest error parameter (usable as severity).
This will be returned as a uint8.