![]() |
Event Recorder
Version 1.0.0
MDK Debugger Views for Status and Event Information
|
Define the output for an object.
Example:
Parent Element | Element Chain | ||
---|---|---|---|
object | /component_viewer/objects/object | ||
Attributes | Description | Type | Use |
name | The name used for menu titles and window titles of the Component Viewer. | xs:string | optional |
value | Is the assigned value. | xs:string | optional |
type | Is one of the .... | xs:string | optional |
cond | Conditional execution: element is executed when expression result is not 0. Default value is 1. | xs:string | optional |
skip | ...... | xs:string | optional |
Child Element | Description | Type | Occurrence |
item | Element to output one line. | ItemType | 0..* |
output | Call an <out> element (function). | OutputType | 0..* |
list | Read complex variables, arrays, or linked lists. Walk through readlist element. | ListType | 0..* |