File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:43:46 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpLogAsync.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpLogAsync.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 15:43:46 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder CmpLogAsync Project CmpLogAsync Title CmpLogAsync Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpAsyncMgr ¶ Library Identification ¶ Placeholder: CmpAsyncMgr Default Resolution: CmpAsyncMgr, * (System) Namespace: CmpAsyncMgr Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpAsyncMgr CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) CmpLog ¶ Library Identification ¶ Placeholder: CmpLog Default Resolution: CmpLog, * (System) Namespace: CmpLog Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpLog SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
CmpNameServiceClientIec Library Documentation ¶ Company System Title CmpNameServiceClientIec Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpNameServiceClientIec Description 1 ¶ This library provides access to the feature of scanning a network for plcs. Contents: ¶ Constants (GVL) Datastructures NSC_AddrComponent (Struct) NSC_CompleteNodeInfo (Struct) NSC_NodeAddress (Struct) NSC_NodeInfoExt (Struct) NSC_NodeInfoInt (Struct) Errors (GVL) External Functions NSClientClose (Function) NSClientOpen (Function) NSClientResolveAll (Function) ITaskFinishedCallback (Interface) Finished (Method) Internal Implementation FillNodeInfoInt (Function) IResolveCallbackHandler (Interface) Logging NSClientGeneralResolveCallback (Function) NSClientSysMemAllocator (FunctionBlock) NSClientTaskBase (FunctionBlock) NSClientTaskResolveAllNodes (FunctionBlock) NSClientTaskSearchForSpecificNode (FunctionBlock) ReadArbitraryStringFromBuffer (Function) ResetNodeInfo (Function) ResetNodeInfoInt (Function) UtilAddrEqual (Function) UtilBytesFromHexSubString (Function) UtilFillNodeAddress (Function) UtilReadAddressFromRouter (Function) WStringsEqual (Function) NSC_VersionConstants (GVL) NSClientGlobals (GVL) NSClientSearchNodeFlags (Enum) NSClientWrapper (FunctionBlock) ErrorCode (Property) FoundNodes (Property) GetFoundNode (Method) GetSearchedNode (Method) LastTaskFinished (Property) LastTaskName (Property) SetMemorySettings (Method) StartResolveAllNodes (Method) StartSearchForNode (Method) StartSearchForNode2 (Method) intUseDynamicMemory (Property) prvReset (Method) prvStartSearchForNodeParameterChecking (Method) prvStartTaskIfPossible (Method) Projektinformationen GetBooleanProperty (Function) GetCompany (Function) GetNumberProperty (Function) GetTextProperty (Function) GetTextProperty2 (Function) GetTitle (Function) GetVersion (Function) GetVersionProperty (Function) Indices and tables ¶ 1 Based on CmpNameServiceClientIec.library, last modified 20.04.2021, 15:43:56. LibDoc 4.4.0.0-b.27 The content file CmpNameServiceClientIec.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:43:56.
Datastructures ¶ NSC_AddrComponent (Struct) NSC_CompleteNodeInfo (Struct) NSC_NodeAddress (Struct) NSC_NodeInfoExt (Struct) NSC_NodeInfoInt (Struct)
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Comment Constant InvalidHandle __UXINT RTS_INVALID_HANDLE Only for compatibility - use RTS_INVALID_HANDLE instead VersionWithoutDeviceId WORD 16#100 MaxNodeAddrLength INT 16#F MaxStaticNodes UINT 3 MaxStaticNodeNameLength UINT 30 MaxStaticVendorNameLength UINT 30 MaxStaticParentAddrLength UINT 5 MaxStaticDeviceNameLength UINT 30
OpcUa_ContentFilterElementResult (STRUCT) ¶ TYPE OpcUa_ContentFilterElementResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode NoOfOperandStatusCodes OpcUa_Int32 OperandStatusCodes POINTER TO OpcUa_StatusCode NoOfOperandDiagnosticInfos OpcUa_Int32 OperandDiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_ContentFilterResult (STRUCT) ¶ TYPE OpcUa_ContentFilterResult : STRUCT InOut: Name Type NoOfElementResults OpcUa_Int32 ElementResults POINTER TO OpcUa_ContentFilterElementResult NoOfElementDiagnosticInfos OpcUa_Int32 ElementDiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_CreateMonitoredItemsRequest (STRUCT) ¶ TYPE OpcUa_CreateMonitoredItemsRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader SubscriptionId OpcUa_UInt32 TimestampsToReturn OpcUa_TimestampsToReturn NoOfItemsToCreate OpcUa_Int32 ItemsToCreate POINTER TO OpcUa_MonitoredItemCreateRequest
OpcUa_CreateMonitoredItemsResponse (STRUCT) ¶ TYPE OpcUa_CreateMonitoredItemsResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_MonitoredItemCreateResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_CreateSessionRequest (STRUCT) ¶ TYPE OpcUa_CreateSessionRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader ClientDescription OpcUa_ApplicationDescription ServerUri OpcUa_String EndpointUrl OpcUa_String SessionName OpcUa_String ClientNonce OpcUa_ByteString ClientCertificate OpcUa_ByteString RequestedSessionTimeout OpcUa_Double MaxResponseMessageSize OpcUa_UInt32