CmpPLCHandlerDataModelDefault Library Documentation ¶ Company CODESYS GmbH Title CmpPLCHandlerDataModelDefault Version 3.5.18.0 Categories System|SysLibs Namespace PLCH Author CODESYS Development GmbH Placeholder CmpPLCHandlerDataModelDefault Description 1 ¶ Library that allows access to the symbolic monitoring functionality of the PLCHandler. This is an additional library needed by CmpPLCHandler.library in order to handle data access on all 32bit platforms and on Windows 64bit (LLP64 data model). Contents: ¶ CmpPLCHandler Structs Indices and tables ¶ 1 Based on CmpPLCHandlerDataModelDefault.library, last modified 01.04.2022, 08:14:28. LibDoc 4.4.0.0-b.27 The content file CmpPLCHandlerDataModelDefault.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 01.04.2022, 08:14:28.
Structs ¶ VariableValue (Struct)
CmpPLCHandler ¶ Structs VariableValue (Struct)
VariableValue (STRUCT) ¶ TYPE VariableValue : STRUCT Instances of this structure represent the value and status information for a single variable Note In fact this structure is the same than PlcVarValue from the PLCHandler SDK InOut: Name Type Comment ulTimeStamp UDINT UTC-Timestamp of the value, is read from the PLC Note The UTC-timestamp is not supported by all PLCs quality BYTE Quality of the value 1: Value was read from the PLC 0: Value was not read from the PLC data ARRAY [0..0] OF BYTE Array with the value. The concrete size of this array depends on the data type (byData[1] is only a placeholder with the minimum size). Should only be accessed, if bQuality is TRUE
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 01.04.2022, 08:14:28 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpPLCHandlerDataModelDefault.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpPLCHandlerDataModelDefault.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 01.04.2022, 08:14:28 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company CODESYS GmbH CompiledLibraryCompatibilityVersion CODESYS V3.5 SP16 Patch 3 DefaultNamespace PLCH Description See: Description DocFormat reStructuredText Placeholder CmpPLCHandlerDataModelDefault Project CmpPLCHandlerDataModelDefault Title CmpPLCHandlerDataModelDefault Version version 3.5.18.0
CmpRedundancyConnection Interfaces Library Documentation ¶ Company System Title CmpRedundancyConnection Interfaces Version 3.5.17.0 Categories System|SysLibs Author CODESYS Development GmbH Description 1 ¶ This interface contains types needed to access the functions of CmpRedundancyConnection. Contents: ¶ CmpRedundancyConnection Types Indices and tables ¶ 1 Based on CmpRedundancyConnection_Itfs.library, last modified 20.04.2021, 15:54:52. LibDoc 4.4.0.0-b.27 The content file CmpRedundancyConnection_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:54:52.
TraceVarInfo (UNION) ¶ TYPE TraceVarInfo : UNION InOut: Name Type info VariableInformationStruct pInfo POINTER TO VariableInformationStruct2
TraceVariable (STRUCT) ¶ TYPE TraceVariable : STRUCT Definition of a single trace variable InOut: Name Type Comment pszName POINTER TO STRING Name of the variable tvaAddress TraceVariableAddress Address definition of the variable tcClass TypeClass3 Type class of the variable. See enum IBase.TypeClass for the possible values. ulSize UDINT Size in bytes of a sample value
TraceVariableAddress (STRUCT) ¶ TYPE TraceVariableAddress : STRUCT Address description of a single trace variable InOut: Name Type Comment ulAddressFlags UDINT Address flags. See TRACE_VAR_ADDRESS_FLAGS taAddress TraceAddress Trace address definition
TriggerState (STRUCT) ¶ TYPE TriggerState : STRUCT The state of the trigger InOut: Name Type Comment ulState UDINT The state. See TRACE_TRIGGER_STATE dtTriggerDate UDINT The date of the trigger event (in UTC) tTriggerReached SYSTIME The time of the trigger event