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

AVEVA™ InTouch HMI

APUIsInstanceUsed() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

インスタンスが現在使用中であることを示す論理値を返します。

カテゴリ

表示

構文

[Result=] APUIsInstanceUsed(iInstance);

引数

iInstance

Alarm Printer のインスタンスの数(0 ~ 15)

備考

結果は 0 または 1 です。

0 = インスタンスは使用されていません。

1 = インスタンスは使用されています。

InUse は論理型タグ変数です。インスタンス 5 が使用中の場合は true(1)に設定され、インスタンス 5 が使用中でない場合は false(0)に設定されます。

InUse = APUIsInstanceUsed(5);

参照項目

APUFindAlarmGroupInstance()、APUFindFileInstance()、APUFindPrinterInstance()、APUGetInstanceCount()

In This Topic