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

AVEVA™ InTouch HMI

APUStopQuery() 函数

  • Last UpdatedFeb 01, 2018
  • 1 minute read

请求指定的实例停止运行查询。应用程序保持运行状态,但是不处理任何查询。调用 APUStartQuery() 可以使实例启动查询。

类别

查看

语法

[Result=] APUStopQuery(iInstance);

参数

iInstance

Alarm Printer 的实例(0 到 15)。

附注

返回整型错误码。

示例

Status = APUStopQuery(5);

另请参阅

APUStartInstance(), APUStartQuery(), APUStopInstance()