CimLogin (procedure)

Syntax CimLogin project$
Description Initiates a login for the specified project. Similar in effect to selecting login from the Login Panel. Only valid when the user is actively using points or viewing alarms from the project, otherwise it has no effect. Initiating a login will cause the CIMPLICITY login box to be displayed.
Comments Parameter Description
project$ String. The project to login to.
Example
Sub Main()
   CimLogin "CIMPDEMO"
End Sub