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 21, 2018
  • 1 minute read

WindowViewer 开始运行 InTouch 应用程序时,会自动处理启动请求以启动所有的 I/O 对话。如果“I/O 服务器”程序没有响应 WindowViewer 的启动请求,则可以使用 IOStartUninitConversations() 脚本函数来强制 WindowViewer 再次试图启动 I/O 对话。

类别

其它

语法

IOStartUninitConversations();

参数

无。

附注

IOStartUninitConversations() 函数与 WindowViewer 特别菜单上的启动未初始化的对话命令执行相同的操作。

示例

本例强制 WindowViewer 再提交一个初始化请求,以启动为 InTouch 应用程序定义的所有 I/O 连接。

IOStartUninitConversations();

In This Topic