<HardwareEvent> element
<HardwareEvent> elements define specifiers within a BEADL protocol that link directly to the physical input entities of the task controlling system. Therefore, a corresponding <ConnectionMapping> has to be defined, to which this physical input can be linked to. By introducing this layered structure, the process of describing events becomes more organized in case the physical hardware connection has multiple grouped individual inputs that need to be referred to, and simplifies compatibility between different hardware platforms.
...
<BeadlEvents>
<HardwareEvent eventName="Event1" connection="ConnectionName.Source" type="" comment="" />
</BeadlEvents>
...
Attributes
eventNamedefines a unique name of the event to be used within the BEADL task description.connectiondefines which physical input resource of the specified hardware should be linked to this event.typedefines the type of the specified event. This attribute is meant to be used in future releases and is currently not not required.commentdefines an additional documentation of the element that could be populated also in the code generation process for automatically generating the behavior task for the defined target platform of the task controlling system. This attribute is optional.
Child Elements
<Dependency>element: Definition under which condition the current<HardwareEvent>element is defined in a trial. See here for a detailed description of the<Dependency>element.