Delete Error

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Supported Targets: Olimexino, E407, P405

General information about Delete Error

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

Block

DeleteError.png

Mask

DeleteErrorMask.png

Block inputs (inports)

Trigger input, when the value changes from 0 to 1 the block will be executed and thus the errors will be cleared.
Input 1 (optional): Error code, the code is part of the identifier for the error. (uint16)
Input 2 (optional): Error parameter, this is also used to identify the error. (uint8)

Block parameters

Parameter Description
Use inports Instead of using a fixed error code and error parameter (see below), it is possible to use input port to the block to specify the error code and eror parameter.
Error code The error code (ID) that needs to be deleted when this block is triggered can be specified .
Error parameter The error parameter of the error that needs to be deleted when this block is triggered can be specified.

Examples

Error Handling

See Also

Clear errors | Read active error | Read stored error | Search active error | Search stored error | Store error | Total Errors