OPC UA系统事件

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 事件 >

OPC UA系统事件

mapp View定义了事件以接收关于OPC UA服务器的状态变化的信息。

为了做到这一点,mapp View提供了一个 opcUaSystem.Event类型的事件 。

定义

Attribute

叙述

type

opcUaSystem.Event

event

定义该事件。

已连接

断开

例子

如果与OPC UA服务器的连接被中断,会打开一个消息框。

<EventBinding>
 <Source xsi:type="opcUaSystem.Event" event="Disconnected" />
 <EventHandler>
  <Action>
   <Target xsi:type="clientSystem.Action">
    <Method xsi:type="clientSystem.Action.ShowMessageBox" header="OPCUA server disconnected!" icon="Exclamation" message="=serverAlias" type="OKCancel" />
   </Target>
  </Action>
 </EventHandler>
</EventBinding>

本节包括以下主题:

Connected

Disconnected