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

AVEVA™ InTouch HMI

APUStopInstance() 函数

  • Last UpdatedFeb 01, 2018
  • 1 minute read

停止指定的 Alarm Printer 实例。此时将停止进一步添加任何要打印的记录,终止当前正在执行的任何打印查询,并关闭程序的实例。

类别

查看

语法

[Result=] APUStopInstance(iInstance);

参数

iInstance

Alarm Printer 的实例(0 到 15)。

附注

返回整型错误码。

示例

Status = APUStopInstance(5);

另请参阅

APUStartInstance(), APUStartQuery(), APUStopQuery()