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 dummy UDINT Dummy for LP64 systems (e.g. Linux 64 bit) 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:43 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpPLCHandlerDataModelLP64.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpPLCHandlerDataModelLP64.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 01.04.2022, 08:14:43 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 CmpPLCHandlerDataModelLP64 Project CmpPLCHandlerDataModelLP64 Title CmpPLCHandlerDataModelLP64 Version version 3.5.18.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
CmpPfc200 Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title CmpPfc200 Version 3.5.8.0 Categories System|SysLibs Namespace PFC Author 3S - Smart Software Solutions GmbH Placeholder CmpPfc200 Description 1 ¶ Library for setting the LEDs on the Wago PFC200 Contents: ¶ CmpPFC200 Enums Functions Indices and tables ¶ 1 Based on CmpPfc200.library, last modified 01.01.1601, 00:53:00. LibDoc 4.4.0.0-b.27 The content file CmpPfc200.clean.json was generated with CODESYS V3.5 SP10 Patch 2 on 18.05.2017, 08:11:15.
CmpPFC200 ¶ Enums ERROR (Enum) LED (Enum) LedState (Enum) Functions Log_EVENT_LogId (Function) SetLed (Function)
Enums ¶ ERROR (Enum) LED (Enum) LedState (Enum)
ERROR (ENUM) ¶ TYPE ERROR : {attribute ‘conditionalshow’ := ‘SomeText’} {attribute ‘conditionalshow’} {attribute ‘hide’} Attributes: qualified_only InOut: Name NO_ERROR FIRST_ERROR TIME_OUT FIRST_MF LAST_ERROR
LED (ENUM) ¶ TYPE LED : InOut: Name NOLED U1 U2 U3 U4 U5 U6 U7 MAXLED
LedState (ENUM) ¶ TYPE LedState : InOut: Name Initial STATIC_OFF 16#0 STATIC_GRN 16#1 STATIC_RED 16#2 STATIC_YLW 16#3 BLINK_GRN 16#10 BLINK_RED 16#11 BLINK_YLW 16#12 BLINK_GRN_RED 16#13 BLINK_GRN_YLW 16#14 BLINK_RED_YLW 16#15 BLINK_OFF_GRN 16#16 BLINK_OFF_RED 16#17 BLINK_OFF_YLW 16#18 BLINK_RED_GRN 16#19 BLINK_YLW_GRN 16#1A BLINK_YLW_RED 16#1B
Functions ¶ Log_EVENT_LogId (Function) SetLed (Function)