Collection binding

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 变量和数据 > Binding >

Collection binding

具有在集合中配置的属性的小组件使用集合绑定(例如,小组件OnlineChartHDA)。

与其他小组件的属性一样,与源的绑定在集合的属性中发生。

 

例子

<Binding mode="oneWay">
    <Source xsi:type="opcUa" refId="::Chart:Temperature1" attribute="node"  />
    <Target xsi:type="brease" contentRefId="content1_HDA" widgetRefId="OnlineChartHDA1" attribute="graph[graph1].node" />
</Binding>

节点绑定只可能与  类型为 "opcUa" 和  类型为 "brease"目标结合 。

属性"xsi:type"指定了哪种类型的数据源被绑定。

属性 refId 以及属性 widgetRefIdcontentRefId (对于widget)引用数据源。

详情请见 可能的数据源

以下是与集合绑定的 "属性 "可用的值。

Element

xsi:type

属性

Source

Possible data sources

见可绑定 部件属性

Target

brease

集合的组名( 如图)与相应的集合ID(如 graph1)和各自的集合属性(如 node)。