Difference between revisions of "HANcoder/STM32/Blocks/Delete Error"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= 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...")
 
Line 12: Line 12:
  
 
}}
 
}}
 +
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | 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.
 +
|}

Revision as of 09:35, 5 April 2017

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

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.