<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 变量和数据 > Binding > Value binding |
如果只需要值而不需要单位或限制,就可以使用值绑定。
数据转发只涉及绑定变量的值。
例子
<Binding mode="oneWay">
<Source xsi:type="opcUa" refId="::AsGlobalPV:gMainLogic.par.coffeeType" attribute="value" />
<Target xsi:type="brease" widgetRefId="ImageSwitchCoffeeType" contentRefId="myContent" attribute="selectedIndex" />
</Binding>
属性"xsi:type"指定了哪种类型的数据源被绑定。
属性 refId 以及属性 widgetRefId 和 contentRefId (对于widget)引用数据源。
详情请见 可能的数据源。
以下值可用于 "属性 "与值绑定。
xsi:type |
属性 |
opcUa |
值 |
brease |
具有标量数据类型的小组件的可绑定属性的名称。 见 小组件文档。 例如,来自 NumericInput的名为 "value "的属性 |
session |
值 |
server |
值 |
snippet |
值 |
expression |
结果 一个操作数的名称 |
text |
值 |
使用案例
位于不同内容片断中的小工具可以使用会话变量进行绑定。请看用例 用一个会话变量连接两个内容。
直接绑定不同内容片断中的部件是不允许的!