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

AVEVA™ InTouch HMI

almMoveWindow() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

分散アラーム表示オブジェクトのアラーム リストを垂直または水平にスクロールします。

カテゴリ

アラーム

構文

[Result=]almMoveWindow(ObjectName,Option,Repeat);

引数

ObjectName

アラーム オブジェクトの名前です。たとえば、AlmObj_1 です。

Option

実行するスクロール操作のタイプ:

タイプ

説明

LineDn

次の行へ移動

LineUp

前の行へ移動

PageDn

次のページへ移動

PageUp

前のページへ移動

Top

リストの一番上へ移動

Bottom

リストの一番下へ移動

PageRt

右ページへ移動

PageLf

左ページへ移動

Right

リストの最後へ移動(右側)

Left

リストの先頭へ移動(左側)

Repeat

操作が繰り返される回数です。

almMoveWindow("AlmObj_1", "Bottom", 0);

almMoveWindow("AlmObj_1", "LineDn", 3);

almMoveWindow("AlmObj_1", "PageUp", 0);

In This Topic