![Tecomat TC600 Series Manual Download Page 87](http://html1.mh-extra.com/html/tecomat/tc600-series/tc600-series_manual_1072620087.webp)
Technical equipment of TC600 PLC
87
TXV 138 08.02
The following abbreviations and terms are used in the overview of error
codes:
PC
- address of instruction in which the error occurred (program counter)
AM
- activation of inputs and outputs:
$40 = activation of inputs
$80 = activation of outputs
$C0 = activation of inputs and outputs
AJ
- upper byte of the physical address of inputs and outputs at which
the error occurred
$12 = serial channel CH2
$13 = serial channel CH3
$81 = binary inputs and outputs of the first EM/2 (TC631, TC632)
$82 = binary inputs and outputs of the second EM/2 (TC631,
TC632)
$91 = binary inputs and outputs of the first EM/2 (TC633)
$92 = binary inputs and outputs of the second EM/2 (TC633)
$A0 = BM binary inputs and outputs
$A2 = EM binary inputs and outputs
$D0 = BM analog inputs and outputs
$D1 = analog inputs of the first EM/2
$D2 = analog inputs of the second EM/2 or EM
Map of the user program
- main control structure generated by the compiler.
Numerical codes are given in the hexadecimal form.
11.3.1 User Program Errors
80 01 00 00
wrong length of the user program map in the EEPROM
source memory
80 02 00 00
wrong ensuring character (CRC) of the user program map in
the EEPROM source memory
80 03 00 00
wrong ensuring character (CRC) of the whole program in the
EEPROM source memory
80 04 00 00
user program is not in the EEPROM source memory
Fault in the EEPROM source memory has occurred, the
user program is designed for another series of central units
or it has not been recorded in the EEPROM at all. It is nec-
essary to load a new user program in EEPROM or discon-
nect the EEPROM memory and load the user program in
the RAM memory.
80 05 00 00
wrong length of the user program map in RAM
80 06 00 00
wrong ensuring character (CRC) of the user program map in
RAM
80 07 00 00
wrong ensuring character (CRC) of the whole program in
RAM
A fault in the memory has occurred. It is necessary to load a
new user program in RAM.
80 08 00 00
editing intervention in the user program while the EEPROM
source memory has been connected
If the EEPROM memory is connected, after turning on the
system its contents is loaded in the RAM memory of the
central unit. The central unit checks integrity of the program
copy from EEPROM. In the case of editing intervention, it
announces the error Editing intervention, and it is necessary
to disconnect the EEPROM memory or re-program it. If the
editing intervention has been unwanted, it is sufficient to
turn off the PLC and turn it on again, and the original pro-
gram will be loaded from EEPROM.
Errors of storage of
the user program