OpcUaReadValueIdClear (FUN) ¶ FUNCTION OpcUaReadValueIdClear InOut: Scope Name Type Input pValue POINTER TO OpcUa_ReadValueId
OpcUaReadValueIdInitialize (FUN) ¶ FUNCTION OpcUaReadValueIdInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_ReadValueId
OpcUaReferenceDescriptionClear (FUN) ¶ FUNCTION OpcUaReferenceDescriptionClear InOut: Scope Name Type Input pValue POINTER TO OpcUa_ReferenceDescription
OpcUaReferenceDescriptionInitialize (FUN) ¶ FUNCTION OpcUaReferenceDescriptionInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_ReferenceDescription
OpcUaServerOnNetworkClear (FUN) ¶ FUNCTION OpcUaServerOnNetworkClear InOut: Scope Name Type Input pValue POINTER TO OpcUa_ServerOnNetwork
OpcUaServerOnNetworkInitialize (FUN) ¶ FUNCTION OpcUaServerOnNetworkInitialize InOut: Scope Name Type Input pValue POINTER TO OpcUa_ServerOnNetwork
CmpTargetVisu Library Documentation ¶ Company System Title CmpTargetVisu Version 3.5.19.0 Categories System|SysLibs Author 3S-Smart Software Solutions GmbH Placeholder CmpTargetVisu Description 1 ¶ This library provides access to some functionality that is exported by the targetvisualization component Contents: ¶ Constants (GVL) EventIds (GVL) EventParameter EVTPARAM_Application (Struct) TargetVisuCyclic (Function) TargetVisuFindById (Function) TargetVisuNotify (Function) Indices and tables ¶ 1 Based on CmpTargetVisu.library, last modified 02.03.2023, 11:02:30. LibDoc 4.4.0.0-b.27 The content file CmpTargetVisu.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 02.03.2023, 11:02:32.
EventIds (GVL) ¶ InOut: Scope Name Type Initial Comment Constant CMPID_CmpTargetVisu DWORD 16#52 ComponentID to specify for EventOpen EVTPARAMID_CmpTargetVisu_WindowCreated WORD 16#1 IDs for the event parameter structures EVTVERSION_CmpTargetVisu_WindowCreated WORD 16#1 EVTPARAMID_CmpTargetVisu_WindowDestroyed WORD 16#1 EVTVERSION_CmpTargetVisu_WindowDestroyed WORD 16#1 EVTPARAMID_CmpTargetVisu_WindowFirstPaint WORD 16#1 EVTVERSION_CmpTargetVisu_WindowFirstPaint WORD 16#1 EVT_WindowCreated DWORD (SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#3) <category>Events</category> <description>Event is sent when the target visu window is created</description> <param name=”pEventParam” type=”IN”>EVTPARAM_Application</param> EVT_WindowDestroyed DWORD (SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#4) <category>Events</category> <description>Event is sent when the target visu window is destroyed</description> <param name=”pEventParam” type=”IN”>EVTPARAM_Application</param> EVT_WindowFirstPaint DWORD (SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#5) <category>Events</category> <description>Event is sent when the target visu was painted the first time</description> <param name=”pEventParam” type=”IN”>EVTPARAM_Application</param>
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Comment Constant NOTIFY_TAG_PAINTDATA_AVAILABLE DWORD 1 This tag can be sent to a targetvisualization instance to signal that new information is available that can be drawn from now on. This tag does not use the parameters at the moment.
EventParameter ¶ EVTPARAM_Application (Struct)