带有OPC UA变量绑定的数字片段

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 变量和数据 > Snippets > Snippet例子 >

带有OPC UA变量绑定的数字片段

我们将使用值绑定的方式将一个OPC UA变量绑定到一个数字片段上。

片段的定义

  <Snippet xsi:type="session" id="SnippetSessionOpcUa" type="Numeric" formatItem="{1|.2lf}" />

绑定的定义

<Binding mode="oneWay">
   <Source xsi:type="opcUa" refId="::AsGlobalPV:gVariable" attribute="value" />
   <Target xsi:type="snippet" refId="SnippetSessionOpcUa" attribute="value" />
</Binding>

每当OPC UA变量的值发生变化时,该片段就会被重新计算。