OpcUa_Double (ALIAS) ¶ TYPE OpcUa_Double : LREAL
OpcUa_Float (ALIAS) ¶ TYPE OpcUa_Float : REAL
OpcUa_Int (ALIAS) ¶ TYPE OpcUa_Int : DINT
OpcUa_Int16 (ALIAS) ¶ TYPE OpcUa_Int16 : INT
OpcUa_Int32 (ALIAS) ¶ TYPE OpcUa_Int32 : DINT
OpcUa_Int64 (ALIAS) ¶ TYPE OpcUa_Int64 : LINT
OpcUa_SByte (ALIAS) ¶ TYPE OpcUa_SByte : SINT
OpcUa_UInt (ALIAS) ¶ TYPE OpcUa_UInt : UDINT
CmpSchedule Library Documentation ¶ Company System Title CmpSchedule Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpSchedule Description 1 ¶ Library to get access to the runtime system scheduler. This can be used to access all IEC tasks and the exported scheduler functions. Contents: ¶ SchedGetCurrentTask (Function) SchedGetNumOfTasks (Function) SchedGetProcessorLoad (Function) SchedGetTaskEventByHandle (Function) SchedGetTaskHandleByIndex (Function) SchedGetTaskHandleByName (Function) SchedGetTaskInterval (Function) SchedPostExternalEvent (Function) SchedRegisterExternalEvent (Function) SchedSetTaskInterval (Function) SchedUnregisterExternalEvent (Function) SchedWaitBusy (Function) SchedWaitSleep (Function) Indices and tables ¶ 1 Based on CmpSchedule.library, last modified 20.04.2021, 15:55:19. LibDoc 4.4.0.0-b.27 The content file CmpSchedule.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:55:19.
SchedGetCurrentTask (FUN) ¶ FUNCTION SchedGetCurrentTask : RTS_IEC_HANDLE <description>Is called to get the schedule handle of the current running task</description> <param name=”pResult” type=”OUT”>ERR_OK or Error code</param> <result>Handle to the current running task or RTS_INVALID_HANDLE if failed</result> InOut: Scope Name Type Return SchedGetCurrentTask RTS_IEC_HANDLE Input pResult POINTER TO RTS_IEC_RESULT