_ModuleOn
There is a unique data point type for opening a module. Each UIM registers a data point of this type at the Event manager when starting.
Data point element | Type | Description |
---|---|---|
ModuleType | int |
Defines which kind of module should be opened , for example, a VISION. 0...GEDI, 1...VISION, 2...PARA |
ModuleName | string | There is a module name in order to communicate with a module when configuring. This name is assigned according to the module type (for example, "Vision_2") automatically and according to the UIM unique. |
X, Y | int | The value of the position elements defines the display coordinates of the upper left corner of the opened module. |
W, H | int | Width and height of the module when opening it. If one of the numbers is null the specifications in the resource files are used. |
ManNum | uint | UIM (user interface manager) identification. Since there can be several UIMs at the same time you have to define for a panel in which UIM it should be opened. |
IconBar | uint |
0...Default from resources 1...Without toolbar 2...With toolbar >2...Default(0) |
MenuBar | uint |
0...Default from resources 1...Without toolbar 2...With toolbar >2...Default(0) |
MessageArea | uint |