Run-Time Programming Problems - Siemens Simatic S7-200 System Manual

Programmable controller
Hide thumbs Also See for Simatic S7-200:
Table of Contents

Advertisement

C.2

Run-Time Programming Problems

Your program can create non-fatal error conditions (such as addressing errors) during the
normal execution of the program. In this case, the CPU generates a non-fatal run-time error
code. Table C-2 lists the descriptions of the non-fatal error codes.
Table C-2 Run-Time Programming Problems
Error Code
0000
0001
0002
0003
0004
0005
0006
0007
0008
0009
000A
0091
0092
0094
S7-200 Programmable Controller System Manual
C79000-G7076-C230-02
Run-Time Programming Problem (Non-Fatal)
No error
HSC box enabled before executing HDEF box
Conflicting assignment of input interrupt to a point already assigned to a HSC
Conflicting assignment of inputs to a HSC already assigned to input interrupt
Attempted execution of ENI, DISI, or HDEF instructions in an interrupt routine
Attempted execution of a second HSC with the same number before completing the
first (HSC in an interrupt routine conflicts with HSC in main program)
Indirect addressing error
TODW (Time-of-Day Write) data error
Maximum user subroutine nesting level exceeded
Execution of a XMT or RCV instruction while a different XMT or RCV instruction
is in progress
Attempt to redefine a HSC by executing another HDEF instruction for the same HSC
Range error (with address information): check the operand ranges
Error in count field of an instruction (with count information): verify the maximum
count size
Range error writing to non-volatile memory with address information
Error Codes
C-3

Advertisement

Table of Contents
loading

Table of Contents