Event Manager Basics
These commands are detailed in the coming sections.
How to arrange an Event?
The following are necessary to have a successful event:
▪ Condition
▪ Action
▪ Setting the Delay (optional)
▪ Name the Event and set to Enabled. (Setting the Event to Enabled as the last step is recommended.)
Command and Response
ç <loc>.Condition=<expression>
æ <loc>.Condition=<expression>
Parameters
The structure of the <expression> is: <node_path>.<property>=<value>.
ç
æ
SignalPresent property changes to '1'.
In some cases, the opposite is necessary: when the property does not equal with the value. If you need so,
the ConditionInverted property must be set to true:
ç
æ
ç
æ
ConnectedSource property does not equal with 'I1' (in other words: if other input
port is connected to O1 than I1).
DIFFERENCE:
condition. In this case, put a ? character to the end of the desired property:
ç
æ
If the ConnectedSource
Setting a Condition by Linking Another Condition
Command and Response
ç <loc>.Condition=<event_nr>
æ <loc>.Condition=<event_nr>
Parameters
The <event_nr> means the number (location) of the linked event without letter 'E'.
Example
ç
æ
The Condition of the E2 Event is set to be the same as set at E1 Event.
Setting a Condition by Linking More Conditions
DIFFERENCE:
is not enough. The practical experience has shown there is a need to examine more conditions (up to four)
Action is launched.
Command and Response
ç <loc>.Condition=<event_nr><event_nr><event_nr><event_nr>
æ <loc>.Condition=<event_nr><event_nr><event_nr><event_nr>
Parameters
The <event_nr> parameters mean the numbers (locations) of the linked Events without letter 'E'. Up to four
event number can be set.
Example
ç
æ
Action of E4 will be launched.
TIPS AND TRICKS:
Disabled.