<< 点击显示目录 >> 主页
mappServices帮助手册 > mapp IO 管理硬件配置 > 库 > 功能块 Description |
该功能块的 MpLink 与功能块 MpIOImport相同 。该组件表示 MpIOImport 与人机界面应用程序 之间的连接 。 要使用 MpIOImportUI,组件 MpIOImport 必须处于活动状态。
每个 MpIOImport只能使用一个 MpIOImportUI。不能使用多个 MpIOImportUI 实例。
UIConnect" 结构分为以下几个部分:
•DefaultLayerStatus(默认层状态): 表示是否显示包含可能导入文件列表的图层。
•Status:当前操作。
•文件列表: 包含所有可导入文件的列表。
•MessageBox :MpIO 的不同对话框可在 MpIOUIMessageBoxType 结构中配置 。
•导入: 该命令启动导入。
在此结构中,"FileListSize(文件列表大小)"定义了在人机界面应用程序的一个页面上应显示多少个导入文件。 "FileListScrollWindow(文件列表滚动窗口)"决定了上下滚动时预先显示列表中多少个条目。
The MpLink for this function block is the same that is used for function block MpIOImport. The component represents a connection between MpIOImport and an HMI application. Component MpIOImport must be active to use MpIOImportUI.
Only one MpIOImportUI can be used for each MpIOImport. Using multiple MpIOImportUI instances is not possible.
Structure "UIConnect" is divided into the following areas:
•DefaultLayerStatus: Indicates whether the layer with the list of possible import files is displayed.
•Status:Current operation.
•FileList: Contains a list of all files available for import.
•MessageBox:: The different dialog boxes for MpIO can be configured in structure MpIOUIMessageBoxType.
•Import: This command starts an import.
"FileListSize" defines in this structure how many import files should be displayed on one page of the HMI application. "FileListScrollWindow" determines how many entries from the list are displayed in advance when scrolling up and down.