User`s guide

4.3. Monitor Pro
4.3.1. Common applications with LIB 5xx
SYS 600 revision 9.2 contains the User Management, Calendar and Login Dialog
integrated from LIB 500 to SYS 600. By default, the user name and password are
requested for the applications. If the application has not been previously prepared
for the LIB 500 User Management, then the first operator who logs into application
will be the System Manager.
By default, the User Management, Calendar and Login Dialog, are run from Power
Process Library. This is applied also when the application has been prepared for the
LIB 500.
For the Login Dialog, the authentication has become more strict. This means that
passwords are case sensitive, i.e. passwords that have been created with SYS 600
revision 9.1 or older must be typed with upper case letters.
Defining applicatio n specific login picture
When opening classic monitor, the first visible object can be defined in file \sc\apl
\'aplname`\ APL_\Apl_Def.txt. This option can be used when application specific
login dialog is opened or user login is not wanted at all. For example, the login
dialog from LIB4 can be taken in use by doing the following:
1. Copy BGU_LOGIN.VSO from LIB4/BASE/BBONE/USE to APL/'APL
NAME'/APL_
2. Make this definition to Apl_Def.txt
;define starting picture
@i_monitor_number = mon:ban
#if mon'i_monitor_number':bcx == "<LIB500/INVISIBLE_MONITOR>"
#then
#block
;This monitor is reserved for the relay tools. Monitor is invisible
@Start_Object_Type = "Dialog" ;Defines the fist object as a VS dialog
@Start_Dialog_File = "b_use/bgu_invisible_mon.vso"
;Needed if Start_Object_Type == "Dialog"
@Start_Dialog_Tag = "Main" ;Needed if Start_Object_Type == "Dialog"
@Start_Dialog_Type = "VS_Main_Dialog" ;Needed if Start_Object_Type == "Dialog"
#block_end
#else_if MON:BDT<>"VS"
#then
#block
@Start_Object_Type = "Picture" ;Defines the fist object as a picture
@Start_Picture_Name = "APL_START" ;Needed if Start_Object_Type == "Picture"
#block_end
#else
#block
@Start_Object_Type = "Dialog" ;Defines the fist object as a VS dialog
@Start_Dialog_File = "b_use/bgu_login.vso"
;Needed if Start_Object_Type == "Dialog"
@Start_Dialog_Tag = "Main" ;Needed if Start_Object_Type == "Dialog"
@Start_Dialog_Type = "VS_Main_Dialog" ;Needed if Start_Object_Type == "Dialog"
#block_end
In order to have Tool Manager as a first picture make the following definition:
@Start_Object_Type = "Dialog" ;Defines if the first object is a picture or VS dialog
@Start_Picture_Name = "APL_START" ;Needed if Start_Object_Type == "Picture"
@Start_Dialog_File = "Sys_Tool/ToolMgr.vso"
;Needed if Start_Object_Type == "Dialog"
148
SYS 600 9.2SYS 600 9.2
MicroSCADA Pro
Installation and Administration Manual
1MRS756115