Difference between revisions of "HANcoder/STM32/Blocks/Total Errors"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= The number active or stored errors is given, including the highest occurring severity level, assuming that the error's parameter was used for a severi...")
 
Line 11: Line 11:
  
 
}}
 
}}
 +
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Active or stored error
 +
| The kind of error to be cleared. Active errors are still active at the moment and stored errors have happened before, although they could still be active.
 +
|-
 +
|Sample time
 +
|Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
 +
|}

Revision as of 09:43, 5 April 2017

Supported Targets: Olimexino, E407, P405

General information about Total Errors

The number active or stored errors is given, including the highest occurring severity level, assuming that the error's parameter was used for a severity level.

Block

TotalErrors.png

Mask

TotalErrorsMask.png

Parameter Description
Active or stored error The kind of error to be cleared. Active errors are still active at the moment and stored errors have happened before, although they could still be active.
Sample time Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.