_Panel

According to the desired action there are different data point types available for opening and closing of panels. Each UIM registers a data point of this type at the Event manager when starting.

In order to open or close panels all elements of the concerned internal data point within a dpSet() have to be assigned. For _Panel this element is _PanelOff.

Data point element Type Description
ModuleName string There is a module name in order to be able to communicate with a module when configuring. The module name is assigned according to the module type (e.g. "Vision_2") automatically and according to UIM unique. The user can overwrite this name in case of already opened modules. If the same module identification occurs several times within a UIM the opening and closing is referred to the module that is found first with an appropriate name.
PanelName string Panel name of the panel that is to be opened. As described above also the panel name can be defined as an argument when opening the panel. If no name is defined the file name of the panel is used.
ManNum uint UIM (User Interface Manager) identification. Since there can be several UIMs simultaneously you have to define for the panel in which UIM it has to be opened. For this the manager number ManNum of the manager ID is used. ManNum is used because it is unique and is assigned at the start of a UIM.