Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

水平游标

  • Last UpdatedSep 24, 2024
  • 1 minute read

可以为水平游标动画链接指定以下元素。

元素

描述

标题

对象名。可选。

ReferenceLocation

参考位置:left, center, right。缺省值为 left。

LeftValue

游标的左侧值。默认为 0。

RightValue

游标的右侧值。缺省值为 100。

LeftMovement

向左水平移动。必须在 0 到 32767 的范围内。如果值超出范围,则会对其进行限定,并记录一条错误消息。缺省值为 50。

RightMovement

向右水平移动。必须在 0 到 32767 的范围内。如果值超出范围,则会对其进行限定,并记录一条错误消息。缺省值为 50。

表达式

模拟标记或表达式。必需。如果 Expression 无效或缺失,则不会创建对象。

示例:

<SliderHorizontal>

<Title>SliderHorizontal1</Title>

<ReferenceLocation>Left</ReferenceLocation>

<LeftValue>10.0</LeftValue>

<RightValue>120.0</RightValue>

<LeftMovement>20.0</LeftMovement>

<RightMovement>150.0</RightMovement>

<Expression>

<![CDATA[aTag001]]>

</Expression>

</SliderHorizontal>

最简示例:

<SliderHorizontal>

<Expression><![CDATA[aTag001]]></Expression>

</SliderHorizontal>

Related Links