SysTaskResume (FUN) ¶ FUNCTION SysTaskResume : BOOL InOut: Scope Name Type Comment Return SysTaskResume BOOL Input udiTaskId UDINT Task ID of the task
SysTaskSetPriority (FUN) ¶ FUNCTION SysTaskSetPriority : BOOL InOut: Scope Name Type Comment Return SysTaskSetPriority BOOL Input udiTaskId UDINT Task ID of the task byPriority BYTE The priority
SysTaskSleep (FUN) ¶ FUNCTION SysTaskSleep : BOOL InOut: Scope Name Type Comment Return SysTaskSleep BOOL Input udiMilliseconds UDINT wait time in milliseconds
SysTaskSuspend (FUN) ¶ FUNCTION SysTaskSuspend : BOOL InOut: Scope Name Type Comment Return SysTaskSuspend BOOL Input udiTaskId UDINT Task ID of the task
Visu User Mgmt Interfaces Library Documentation ¶ Company System Title Visu User Mgmt Interfaces Version 3.5.17.0 Categories Intern|Visu Namespace VisuUserManagement_Interfaces Author 3S-Smart Software Solutions GmbH Description 1 ¶ This library contains the interfaces for the user management functionality for the visualization. Contents: ¶ ExternalUserDatabase Interfaces VUM_Constants (GVL) VUM_EditType (Enum) VUM_ReturnValues (Enum) VUM_User (Struct) VisuUserManagement IVisuUserManagement (Interface) IVisuUserManagement2 (Interface) Indices and tables ¶ 1 Based on VisuUserMgmt_Itfs.library, last modified 10.03.2021, 17:59:22. LibDoc 4.4.0.0-b.27 The content file VisuUserMgmt_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 10.03.2021, 17:59:23.
Interfaces ¶ IExternalUserDatabaseProvider (Interface) ChangePassword ChangeUserPassword (Method) Login CheckLogin (Method) CheckLoginWithGroupID (Method) UserManagement ChangeUser (Method) GetUserCount (Method) GetUsers (Method)
ExternalUserDatabase ¶ Interfaces IExternalUserDatabaseProvider (Interface) ChangePassword ChangeUserPassword (Method) Login CheckLogin (Method) CheckLoginWithGroupID (Method) UserManagement ChangeUser (Method) GetUserCount (Method) GetUsers (Method)
IExternalUserDatabaseProvider (ITF) ¶ INTERFACE IExternalUserDatabaseProvider Interface which can be implemented when not the standard user database should be used. For example when the user database should be adapted to an active directory. In this case the internal user management calls this interface when a Login, ChangePassword or ChangeUserDatabase action is executed. Methods: ChangeUser ChangeUserPassword CheckLogin CheckLoginWithGroupID GetUserCount GetUsers Structure: ChangePassword ChangeUserPassword (Method) Login CheckLogin (Method) CheckLoginWithGroupID (Method) UserManagement ChangeUser (Method) GetUserCount (Method) GetUsers (Method)
ChangePassword ¶ ChangeUserPassword (Method)
Login ¶ CheckLogin (Method) CheckLoginWithGroupID (Method)