Delete error from the controller

Block to delete an error from RAM (not EEPROM) of the controller

Description

When this block is triggerd, the specified error is deleted from the RAM of the controller. The error code (ID) combined with the parameter makes the error unique.

Remarks

Declaration

(No initialisation block needed)

Input

Only the 'Delete errors with inports' has inputs, when used provide an uint16 containing the error code (ID) and an uint8 for the parameter.

Parameters

Only the 'Delete errors' block has parameters.

Error Code
Use 'hex2dec()' to transform a hexadecimal formatted ID into a decimal ID.
Parameter
Together with the error code creates an unique error.