![]() |
Event Recorder
Version 1.0.1
MDK Debugger Views for Status and Event Information
|
Define an iteration loop (similar to for or while in C programs).
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 loop (for or while construct). | ListTypeO | 0..* |
readlist | Read complex variables, arrays, or linked lists from application program. | ReadlistType | 0..* |
read | Read scalar variables or arrays from application program. | ReadType | 0..* |
var | Define temporary variables. | VarType | 0..* |
calc | Calculate temporary variables. | CalcType | 0..* |
Example: