Alarms, faults and system messages
10.2 Diagnostics through fieldbus
SIMATIC ET 200pro FC-2 converter
230
Operating Instructions, 04/2018, FW V4.7 SP10, A5E34257324B AF
A table with the message classes is provided in the List Manual of the inverter.
Betriebsanleitung ET 200pro
https://support.industry.siemens.com/cs/ww/en/view/21210852
10.2.1
Diagnostics through the user program
The drive's fault condition is indicated in the cyclic program via status word 1 in bit 3
(ZSW1/bit 3). The PLC program can read this bit and in the event of any faults it can
investigate their cause with the help of the function "Reading parameters": Parameter P0944
contains the quantity of active faults and r0947 the fault number (the meaning can be found
in the list manual).
Interrupts are displayed in bit 7 of the status word (ZSW1/bit 7). Once this bit has been
evaluated, if any interrupts exist their cause can be investigated with the help of the function
"Reading parameters". Parameter P2111 contains all pending interrupts and r2110 contains
the interrupt numbers, whose meanings can be found in the List Manual.
The user can then initiate suitable action:
●
Display
●
Reactions in the user program
●
Fault acknowledgment via the cyclic program (STW1/bit 7)
The parameters are read in PROFIdrive mode by calling SFC 59.
Note
The fault bit (ZSW1/bit 3) can also be evaluated by means of system diagnostics.
10.2.2
System diagnostics by means of standardized functions
Prerequisites
1.
When configuring the interface module, the diagnosis must be released.
2.
When configuring the converter, the diagnosis must be released.