CimLogout (procedure)

Syntax

CimLogout project$

Description

Logs the user out of the specified project. Similar in effect to selecting logout from the Login Panel. When the user is logged out of the project, all points from the project will be unavailable and no alarm information will be available. If the user is not logged into the project, the call has no effect.

Comments

Parameter

Description

 

project$

String. The project to logout of.

Example

Sub Main()

   CimLogout "CIMPDEMO"

End Sub

More information

CIMPLICITY Extensions to Basic