RESET_MODE (ENUM) ¶ TYPE RESET_MODE : InOut: Name RESET_WARM RESET_COLD RESET_HARD
Data types ¶ RESET_MODE (Enum)
Control ¶ SysEnableScheduling (Function) SysGetPlcLoad (Function) SysResetPlcProgram (Function) SysShutdownPlc (Function) SysStartPlcProgram (Function) SysStopPlcProgram (Function)
POUs ¶ Control SysEnableScheduling (Function) SysGetPlcLoad (Function) SysResetPlcProgram (Function) SysShutdownPlc (Function) SysStartPlcProgram (Function) SysStopPlcProgram (Function) Retains SysRestoreRetains (Function) SysSaveRetains (Function) Watchdog SysWdgEnable (Function)
SysEnableScheduling (FUN) ¶ FUNCTION SysEnableScheduling : DWORD Function to enable/disable scheduling. Disabled for V3, the function returns always 0 InOut: Scope Name Type Return SysEnableScheduling DWORD Input bEnable BOOL
SysGetPlcLoad (FUN) ¶ FUNCTION SysGetPlcLoad : DWORD Function to return the PLC Load. InOut: Scope Name Type Return SysGetPlcLoad DWORD Input Result UDINT
SysShutdownPlc (FUN) ¶ FUNCTION SysShutdownPlc : BOOL Shutdown the plc InOut: Scope Name Type Return SysShutdownPlc BOOL Input bDummy BOOL
SysResetPlcProgram (FUN) ¶ FUNCTION SysResetPlcProgram : BOOL Reset all top level applications of the plc. CmpAsyncMgr needed in the runtime. NOTE: The function returns and asynchronously, the reset will be executed! InOut: Scope Name Type Return SysResetPlcProgram BOOL Input rmRESETMODE RESET_MODE
SysStartPlcProgram (FUN) ¶ FUNCTION SysStartPlcProgram : BOOL Start all top level applications of the plc InOut: Scope Name Type Return SysStartPlcProgram BOOL Input bDummy BOOL
SysStopPlcProgram (FUN) ¶ FUNCTION SysStopPlcProgram : BOOL Stop all top level applications of the plc InOut: Scope Name Type Return SysStopPlcProgram BOOL Input bDummy BOOL