OnUserManagementDialogClosed (FUN) ¶ FUNCTION OnUserManagementDialogClosed : BOOL InOut: Scope Name Type Return OnUserManagementDialogClosed BOOL Input pClientData POINTER TO VisuElems.VisuStructClientData
ITrendStorageAccessReadOperator.YAxisDescriptionRead (METH) ¶ METHOD YAxisDescriptionRead Notification, that the description of a y axis of a variable was read from table TblDiagramConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables wsYAxisDescription WSTRING The text ID
TrendFbDatabaseAccessErrorHandler.prvGetActionName (METH) ¶ METHOD prvGetActionName : STRING Returns the name corresponding to an action identifier InOut: Scope Name Type Comment Return prvGetActionName STRING Input iAction INT An int describing the action
TrendFbDatabaseAccessErrorHandler.prvGetErrorDescription (METH) ¶ METHOD prvGetErrorDescription : STRING Returns a brief description of an error code InOut: Scope Name Type Comment Return prvGetErrorDescription STRING Input eError STO.ERROR The error code coming from sqlite
TrendFbDatabaseAccessErrorHandler.prvGetFunctionName (METH) ¶ METHOD prvGetFunctionName : STRING Returns the name corresponding to a method or function identifier InOut: Scope Name Type Comment Return prvGetFunctionName STRING Input iFunction INT An int describing the method or function
TrendFbTrendStorageWriterReader.BuildBuffer (METH) ¶ METHOD BuildBuffer This method builds the buffer based on the passed TrendStructTraceTemporaryStorageInfo variables InOut: Scope Name Type Comment Input paStorageInfo POINTER TO ARRAY [0..0] OF TrendStructTraceTemporaryStorageInfo Contains the description of every variable and the buffer with the samples
TrendFbTrendStorageWriterReader.CleanBuffer (METH) ¶ METHOD CleanBuffer
TrendFbTrendStorageWriterReader.InitializeBufferReader (METH) ¶ METHOD InitializeBufferReader This method will be called to initialize the according buffer client object. Please remark that it might be called several times (maybe initially and after each call to ITrendStorageWriterSupportsBufferClients.AttachBufferClient ) but with similar arguments so it is ok to ignore possible afterwards calls. Additionally it should be synchronized internally as calls are possible from both the task of the trendrecording as well as from the task calling ITrendStorageWriterSupportsBufferClients.AttachBufferClient InOut: Scope Name Type Comment Input xHasToSwap BOOL Indicates, whether the data has to be swapped or not pAbsoluteTimestampProvider POINTER TO TrendFbAbsoluteTimestampProvider Instance, that converts relative timestamps to absolute timestamps paitfTraceMgrVariables POINTER TO ARRAY [0..0] OF ITraceMgrVariable The variables of the trend recording iCountVariables INT The effective size of the array above udiCountSamples UDINT The number of samples, that the trend element displays
VisuLoginProvider.UpdateLoginAttemptsInfos (METH) ¶ METHOD UpdateLoginAttemptsInfos : BOOL update the information of the current user about login attempts and lockout time InOut: Scope Name Type Return UpdateLoginAttemptsInfos BOOL Input LastAttemptState UDINT
VisuUserMgmtProvider (FB) ¶ FUNCTION_BLOCK VisuUserMgmtProvider IMPLEMENTS IVisuUserMgmtProvider This function block searches in the user management for the users which should be displayed and edited in the UserManagement Dialog Methods: Initialize SetUserCount SetUserDB SetUsers Structure: IVisuUserMgmtProvider SetUserCount (Method) SetUserDB (Method) SetUsers (Method) Initialize (Method)