Variables in the Instruction Listms
318 SICAM RTUs, User Manual SICAM CMIC
DC8-001-2.09, Edition 08.2016
A.1 Systemvariables
A.1.1 System Errors
Variable name Meaning Format
PLC_SYSERROR_001 Sum error internal BOOL
PLC_SYSERROR_002 Sum error external BOOL
PLC_SYSERROR_003 Sum error communication BOOL
PLC_SYSERROR_004 Sum error test BOOL
PLC_SYSERROR_005 Sum error warning BOOL
PLC_SYSERROR_006 Sum error board failure BOOL
PLC_SYSERROR_007 Sum error failure BOOL
PLC_SYSERROR_008 Sum error startup BOOL
PLC_SYSERROR_009 M-CPU fault BOOL
PLC_SYSERROR_010 Periphery fault BOOL
PLC_SYSERROR_011 Protocol 0 fault BOOL
PLC_SYSERROR_012 Protocol 1 fault BOOL
PLC_SYSERROR_013 Protocol 2 fault BOOL
PLC_SYSERROR_014 Connection 0 fault BOOL
PLC_SYSERROR_015 Connection 1 fault BOOL
PLC_SYSERROR_016 Connection 2 fault BOOL
PLC_SYSERROR_017 Periphery failure BOOL
PLC_SYSERROR_018 Protocol 0 failure BOOL
PLC_SYSERROR_019 Protocol 1 failure BOOL
PLC_SYSERROR_020 Protocol 2 failure BOOL
PLC_SYSERROR_021 Connection 0 failure BOOL
PLC_SYSERROR_022 Connection 1 failure BOOL
PLC_SYSERROR_023 Connection 2 failure BOOL
PLC_SYSERROR_024 Protocol 3 fault BOOL
PLC_SYSERROR_025 Connection 3 fault BOOL
PLC_SYSERROR_026 Protocol 3 failure BOOL
PLC_SYSERROR_027 Connection 3 failure BOOL
Example:
PLC_START:
LD PLC_SYSERROR_005 (*sum error warning if bit = "1"*)
ST M_BOOL_ERROR005 (*store in a flag*)