GlobalVariables ¶ Globals (GVL) PublicVariables (GVL)
Globals (GVL) ¶ Attributes: qualified_only InOut: Name Type Comment AllClients FBAcceptsAllClients Function block to do action on all clients CurrentClient FBAcceptsCurrentClient Function block to do action on current client. Can only be used, when action is called out of the visualization. OnlyTargetVisu FBAcceptsTargetVisuOnly Function block to do action on target visu. OnlyRemoteTargetVisu FBAcceptsRemoteTargetVisuOnly Function block to do action on remote target visu. OnlyWebVisu FBAcceptsWebVisuOnly Function block to do action on remote target visu.
PublicVariables (GVL) ¶ This GVL is called from the visualization libraries and it registers therein. Therefore it is initialized in visualization context. In fact this initialization together with the visualization fixes a problem that the library did not work anymore after onlinechanges. InOut: Name Type Clients FbCurrentClientProvider
Interfaces ¶ IVisualizationClient (Interface) ClientDevicePixelRatio (Property) ClientHeight (Property) ClientId (Property) ClientType (Property) ClientWidth (Property) CurrentVisuName (Property) GetClientName (Method) GetIPv4Address (Method) GetRemoteTargetVisuId (Method) GetRemoteTargetVisuVersion (Method) InputType (Property) NextVisuName (Property) PreviousVisuName (Property) UserGroupId (Property) UserName (Property) IVisualizationClientFilter (Interface) IsAccepted (Method) IVisualizationClientIteration (Interface) EndIteration (Method) HandleClient (Method) StartIteration (Method) IVisualizationClientRaw (Interface) ClientDataPointer (Property)
IVisualizationClient (ITF) ¶ INTERFACE IVisualizationClient EXTENDS __SYSTEM.IQueryInterface Shows the information, needed to choose a client (with the client filter). See also IVisualizationClientRaw if the pointer to the VisuStructClientData is needed. Note This interface is not intended for being implemented by functionblocks outside this library as it might be extended in the future. Properties: ClientDevicePixelRatio ClientHeight ClientId ClientType ClientWidth CurrentVisuName InputType NextVisuName PreviousVisuName UserGroupId UserName Methods: GetClientName GetIPv4Address GetRemoteTargetVisuId GetRemoteTargetVisuVersion Structure: ClientDevicePixelRatio (Property) ClientHeight (Property) ClientId (Property) ClientType (Property) ClientWidth (Property) CurrentVisuName (Property) GetClientName (Method) GetIPv4Address (Method) GetRemoteTargetVisuId (Method) GetRemoteTargetVisuVersion (Method) InputType (Property) NextVisuName (Property) PreviousVisuName (Property) UserGroupId (Property) UserName (Property)
StrToReal (FUN) ¶ FUNCTION StrToReal : REAL Converts a string to a REAL value, taking into account the special values ‘NaN’, ‘+Inf’, and ‘-Inf’. Based on STRING_TO_REAL. InOut: Scope Name Type Comment Return StrToReal REAL Input str STRING The string to convert
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:17:29 companyName string 3S-Smart Software Solutions GmbH libraryFile FloatingPointUtils.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile FloatingPointUtils.clean.json version version 2.0.0.0 ProjectInformation IECCodeConverter bool True Released True LastModificationDateTime date 20.04.2021, 15:17:29 LibraryCategories library-category-list Intern|Utils Company string System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace FPU Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder FloatingPointUtils Project FloatingPointUtils Title FloatingPointUtils Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
Visu Utils Library Documentation ¶ Company : System Title : Visu Utils Version : 4.5.0.0 Categories : Intern|Utils Namespace : VU Author : CODESYS Development GmbH Placeholder : VisuUtils Description [ 1 ] ¶ This library contains utilities functionality. For execute action within the visualization, which are triggered in the program. Contents: ¶ VisuUtils VisuActionUtilities Indices and tables ¶ [ 1 ] Based on Visu Utils.library, last modified 13.12.2023, 11:05:39. LibDoc 4.4.0.0-b.37 The content file Visu Utils.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.12.2023, 11:05:45.
VisuUtils ¶ VisuActionUtilities Function Blocks FBFileTransfer (FunctionBlock) OnCyclicActionDone (Method) FbChangeVisu (FunctionBlock) FbCloseDialog (FunctionBlock) FbIterateClients (FunctionBlock) FbOpenDialog (FunctionBlock) FbOpenDialogExtended (FunctionBlock) Functions FctGetNextVisu (Function) FctGetPreviousVisu (Function) GlobalVariables Globals (GVL) PublicVariables (GVL) Interfaces IVisualizationClient (Interface) ClientDevicePixelRatio (Property) ClientHeight (Property) ClientId (Property) ClientType (Property) ClientWidth (Property) CurrentVisuName (Property) GetClientName (Method) GetIPv4Address (Method) GetRemoteTargetVisuId (Method) GetRemoteTargetVisuVersion (Method) InputType (Property) NextVisuName (Property) PreviousVisuName (Property) UserGroupId (Property) UserName (Property) IVisualizationClientFilter (Interface) IsAccepted (Method) IVisualizationClientIteration (Interface) EndIteration (Method) HandleClient (Method) StartIteration (Method) IVisualizationClientRaw (Interface) ClientDataPointer (Property) Types Enum ERROR (Enum) VisuClientType (Enum) VisuInputType (Enum)