CmpOPCUAServer Library Documentation ¶ Company System Title CmpOPCUAServer Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpOPCUAServer Description 1 ¶ This library provied access to differenct information of the OPC UA Server Indices and tables ¶ 1 Based on CmpOPCUAServer.library, last modified 20.04.2021, 15:45:33. LibDoc 4.4.0.0-b.27 The content file CmpOPCUAServer.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:45:33.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:45:33 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpOPCUAServer.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpOPCUAServer.clean.json version version 2.0.0.0 ProjectInformation IsCommonLibraryContainer bool True IsEndUserLibrary False Released True LastModificationDateTime date 20.04.2021, 15:45:33 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace Description See: Description DocFormat reStructuredText Placeholder CmpOPCUAServer Project CmpOPCUAServer Title CmpOPCUAServer Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpOPCUAServer Implementation ¶ Library Identification ¶ Placeholder: CmpOPCUAServer Implementation Default Resolution: CmpOPCUAServer Implementation, * (System) Namespace: CmpOPCUAServer_Implementation Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpOPCUAServer Implementation CmpOPCUAServer Interfaces ¶ Library Identification ¶ Name: CmpOPCUAServer Interfaces Version: newest Company: System Namespace: CmpOPCUAServer_Interfaces Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpOPCUAServer Interfaces, * (System)
NSClientWrapper.LastTaskFinished (PROP) ¶ PROPERTY LastTaskFinished : BOOL
NSClientWrapper.LastTaskName (PROP) ¶ PROPERTY LastTaskName : STRING
NSClientWrapper.SetMemorySettings (METH) ¶ METHOD SetMemorySettings : UDINT InOut: Scope Name Type Comment Return SetMemorySettings UDINT Input pData POINTER TO BYTE This pointer points to some IEC-Memory that can be used for storing nodes udiSize UDINT The size of the buffer behind <see cref=”pData”> bUseDynamicMemory BOOL
NSClientWrapper.StartResolveAllNodes (METH) ¶ METHOD StartResolveAllNodes : UDINT InOut: Scope Name Type Comment Return StartResolveAllNodes UDINT Input optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.StartSearchForNode (METH) ¶ METHOD StartSearchForNode : UDINT InOut: Scope Name Type Comment Return StartSearchForNode UDINT Input udiDeviceType UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByType udiDeviceId UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchById udiDeviceVersion UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByVersion pwsNodeName POINTER TO WSTRING checked only if searchFlags AND NSClientSearchNodeFlags.SearchByNodeName the pointer must be valid as long as the scan takes! searchFlags NSClientSearchNodeFlags determines how the search will happen, for the details have a look at the definition of <see cref=”NSClientSearchNodeFlags”> optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.StartSearchForNode2 (METH) ¶ METHOD StartSearchForNode2 : UDINT InOut: Scope Name Type Comment Return StartSearchForNode2 UDINT Input udiDeviceType UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByType udiDeviceId UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchById udiDeviceVersion UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByVersion pwsNodeName POINTER TO WSTRING checked only if searchFlags AND NSClientSearchNodeFlags.SearchByNodeName the pointer must be valid as long as the scan takes! stParentRelations STRING checked only if (searchFlags AND SearchForChildOfAddressOnly := 16#0020) OR (searchFlags AND SearchForChildOfNameOnly) searchFlags NSClientSearchNodeFlags determines how the search will happen, for the details have a look at the definition of <see cref=”NSClientSearchNodeFlags”> optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.intUseDynamicMemory (PROP) ¶ PROPERTY intUseDynamicMemory : BOOL