IsaInterrupt (STRUCT) ¶ TYPE IsaInterrupt : STRUCT InOut: Name Type ulBusNumber UDINT ulDevciceNumber UDINT ulFunctionNumber UDINT ulIntLine UDINT
GVL (GVL) ¶ InOut: Scope Name Type Initial Comment Constant SYSINT_INVALID_HANDLE UDINT 16#FFFFFFFF -1 is not valid for a unsigned int in IEC
SimpleRectangle (STRUCT) ¶ TYPE SimpleRectangle : STRUCT InOut: Name Type Comment ptTopLeft Point this structure contains the topleft and the bottomright point of a rectangle ptBottomRight Point
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
SysIecTasks23 Library Documentation ¶ Company System Title SysIecTasks23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Access to IEC task configuration Contents: ¶ LDATAREF_TYPE (Struct) SYSIECTASKCONFENTRY (Struct) SYSIECTASKINFO (Struct) SysIECGetFctPointer (Function) SysIECTaskGetConfig (Function) SysIECTaskGetInfo (Function) SysIECTaskResetEvent (Function) Indices and tables ¶ 1 Based on SysIecTasks23.library, last modified 03.07.2018, 10:34:54. LibDoc 4.4.0.0-b.27 The content file SysIecTasks23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:54.
LDATAREF_TYPE (STRUCT) ¶ TYPE LDATAREF_TYPE : STRUCT InOut: Name Type POURef UINT Offset UDINT Size UDINT
SYSIECTASKCONFENTRY (STRUCT) ¶ TYPE SYSIECTASKCONFENTRY : STRUCT InOut: Name Type byTaskNr USINT byPriority USINT lInterval DINT ldrEvent LDATAREF_TYPE wIndex UINT ulNameLen UDINT szName STRING(80)
SYSIECTASKINFO (STRUCT) ¶ TYPE SYSIECTASKINFO : STRUCT InOut: Name Type dwCount DWORD dwCycleTime DWORD dwCycleTimeMin DWORD dwCycleTimeMax DWORD dwCycleTimeAvg DWORD wStatus WORD wMode WORD
SysIECGetFctPointer (FUN) ¶ FUNCTION SysIECGetFctPointer : DWORD This function returns the address of a function. This function is not implemented in V3 and return 0 InOut: Scope Name Type Comment Return SysIECGetFctPointer DWORD Input wIndexOf WORD Index of POU, see operator INDEXOF()
SysIECTaskGetConfig (FUN) ¶ FUNCTION SysIECTaskGetConfig : BOOL This function return the iec task configuration InOut: Scope Name Type Return SysIECTaskGetConfig BOOL Input udiTaskId UDINT pTaskConfig POINTER TO SYSIECTASKCONFENTRY