<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 事件 > OPC UA事件 |
mapp View定义了事件,以提供关于自动化应用程序中值的变化的信息。
为了做到这一点,mapp View提供了事件类型 opcUa.Event。
Attribute |
叙述 |
type |
opcUa.Event |
refId |
定义一个 OPC UA变量节点的名称 。 |
serverAlias (optional) |
|
event |
定义了该事件。 |
如果OPC UA变量 ::Program:boolVariable的值 从 true 变为 false,就会打开一个对话框。
<EventBinding>
<Source xsi:type="opcUa.Event" refId="::Program:boolVariable" event="ValueChanged" />
<EventHandler condition="NOT newValue">
<Action>
<Target xsi:type="clientSystem.Action">
<Method xsi:type="clientSystem.Action.OpenDialog" dialogId="dialog1" />
</Target>
</Action>
</EventHandler>
</EventBinding>
本节包括以下主题: