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

AVEVA™ InTouch HMI

InTouchVersion() 函数

  • Last UpdatedSep 24, 2024
  • 1 minute read

返回完整的 InTouch 版本号或其一部分。

语法

result = InTouchVersion (infotype);

参数

infotype

指定如何返回版本信息。含义如下的整数值、整型标记名或整型表达式:

0- 函数返回整个版本号

1- 函数仅返回主版本号

2- 函数仅返回次版本号

3- 函数仅返回补丁级别

4- 函数仅返回内部版本级别

示例

功能

可能的结果

InTouchVersion(0)

10.5.1626.0521.0045.0012

InTouchVersion(1)

10

InTouchVersion(2)

5

InTouchVersion(3)

0

InTouchVersion(4)

1626

In This Topic