Package Designer ¶ This feature will be available with CODESYS V3.5.3.0 The Package Designer is available via the CODESYS Store .
Library Development Checklist ¶ The library type is defined by one of the following Properties : “Placeholder” => Common Library , “IsContainerLibrary” => Container Library “IsInterfaceLibrary” => Int
Glossary ¶ Note This glossary is still a work in progress. We intend to provide improved explanations and additional topics in future versions of CODESYS. If you think an important term is missing, pl
Index A | C | D | E | F | G | H | I | L | M | N | O | P | Q | R | S | T A Application Composer asynchronous C Category CODESYS CODESYS Store Common Library Compatibility conditionalshow , [1] conditio
TYPE_CLASS ¶ Global Variable List __SYSTEM.TYPE_CLASS {attribute 'qualified_only'} TYPE TYPE_CLASS : ( TYPE_BOOL := DWORD#0 ; TYPE_BIT := DWORD#1 ; TYPE_BYTE := DWORD#2 ; TYPE_WORD := DWORD#3 ; TYPE_D
AnyType ¶ TYPE AnyType : STRUCT pValue : POINTER TO BYTE ; diSize : DINT ; TypeClass : __SYSTEM.TYPE_CLASS ; END_STRUCT END_TYPE
MEMORY_AREA ¶ Global Enum Type __SYSTEM.MEMORY_AREA {attribute 'qualified_only'} TYPE MEMORY_AREA : ( MEM_UNKNOWN := -1 , MEM_MEMORY := 0 , MEM_INPUT := 1 , MEM_OUTPUT := 2 , MEM_RETAIN := 3 , MEM_GLO
VAR_INFO ¶ Example VAR aiData : ARRAY [0..9] OF INT ; (* My measurements *) viInfo : __SYSTEM.VAR_INFO ; END_VAR viInfo := __VARINFO ( aiData ); A monitoring snipped of the variable viInfo ¶ TYPE VAR_