![]() |
Event Recorder
Version 1.0.0
MDK Debugger Views for Status and Event Information
|
Define lists or linked lists of objects.
Example:
Parent Element | Element Chain | ||
---|---|---|---|
object | /component_viewer/objects/object | ||
list | /component_viewer/objects/object/.../list (self reference) | ||
Attributes | Description | Type | Use |
name | Name of the list. The name can be used in Expressions. | xs:string | required |
start | Expression that specifies the initial value. | xs:string | required |
limit | Maximum value. | xs:string | optional |
while | Create a while-loop. | xs:string | optional |
cond | Conditional execution: element is executed when expression result is not 0. Default value is 1. | xs:string | optional |
Child Element | Description | Type | Occurrence |
list | Iterate a list (loop). | ListTypeO | 0..* |
readlist | Read complex variables, arrays, or linked lists. | ReadlistType | 0..* |
read | Read scalar variables or arrays from target system. | ReadType | 0..* |
var | Define temporary variables. | VarType | 0..* |
calc | Calculate temporary variables. | CalcType | 0..* |