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

AVEVA™ InTouch HMI

IOStartUninitConversations() 関数

  • Last UpdatedMar 13, 2018
  • 1 minute read

WindowViewer で InTouch アプリケーションが起動されると、すべての I/O 通信を開始するための初期化要求が自動的に処理されます。プログラムが I/O サーバーの初期化要求に応答しない場合は、IOStartUninitConversations() スクリプト関数を使用して WindowViewer に I/O 通信の起動を再試行させることができます。

カテゴリ

その他

構文

IOStartUninitConversations();

引数

なし。

備考

IOStartUninitConversations() 関数が実行する処理は、WindowViewer の[システム]メニューの[未連結の I/O 通信の再初期化]コマンドと同じです。

以下の例は、WindowViewer アプリケーションに対して定義されたすべての I/O 接続を起動するための初期化要求を再発行するように InTouch に指示します。

IOStartUninitConversations();