MpUserMgrUISetupType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpUserMgrUISetupType

mapp Services V5.16

Additional configuration options for the HMI application.

Parameter

Data type

Value

Description

UserListSize

UINT

20

Number of users to be displayed on one page of the list in the HMI application

Up to 20 users can be displayed.

GroupListSize

UINT

20

Number of groups to be displayed on one page of the list in the HMI application.

Up to 20 groups can be displayed.

ScrollWindow

USINT

1

Determines how many entries from the list are initially displayed when scrolling up and down

FileDevice

STRING[20]

"HD"

File device (data storage device) for exporting/importing user data

FileExtension

STRING[20]

"usr"

File extension for export/import files

Confirmation

MpUserMgrUISetupConfirmType

 

Displays the confirmation window

UserListSize

mpusermgruisetuptype_userlistsize_done

 

 

UserListSize specifies how many users are displayed on one side of a listbox in VC4. The listbox in the HMI application displays a varied number of elements depending on how big it is. The number of elements shown in the listbox can be defined by a simulation value (SimulationValue) in the properties of the listbox (see image above: "USER IDENT"). The number of these elements must match the value of UserListSize.

ScrollWindow

mpusermgruisetuptype_scrollwindow_done

 

 

ScrollWindow specifies how many entries should be "previewed" when scrolling. In this example, ScrollWindow = 2 is defined. If the current selection is third from the bottom, then pressing the StepDown button will select the next entry and preview the next 2 entries.