Technical data

Table Of Contents
Glossary
System Software for S7-300/400 System and Standard Functions- Volume 2/2
A5E00739858-01
Glossary-7
Integral Component
Integral component of the controller.
After a step change in the process variable (or error signal) the output variable
changes with a ramp function over time at a rate of change proportional to the
integral-action factor KI (= 1/TI). The integral component in a closed control loop
has the effect of correcting the controller output variable until the error signal
becomes zero.
Integrated Controller
An integrated controller is a ready programmed controller block available in the
operating system and containing the most important functions of a closed-loop
control application. The user can select and deselect functions using software
switches.
Complete Restart
CPU startup mode. The following applies to complete restart mode: Data blocks
generated by SFCs will be deleted from work memory, all other data blocks are
assigned their default values as in load memory. The process image, times,
counters and memory bits will also be reset - irrespective of a remanent memory
configuration. During the complete restart, the CPU executes OB 102, reads the
process image input table and then continues to process the user program, starting
at the first OB 1 instruction.
Interrupt
The SIMATIC S7 priority class system recognizes 10 different priority classes,
which regulate the processing of the user program. Interrupts belong to these
priority classes, for example, hardware interrupts. When an interrupt occurs, the
operating system automatically calls an organization block in which the user can
program the required reaction (for example, in a function block).
Interrupt, Time-of-Day
The time-of-day interrupt belongs to one of the priority classes in SIMATIC S7
program execution. It is generated at a specific date (or day) and time (for
example, 9:50 or every hour or every minute). A corresponding organization block
is then executed.
Interrupt, Time-Delay
The time-delay interrupt belongs to one of the priority classes in SIMATIC S7
program execution. It is generated when a timer has expired in the user program. A
corresponding organization block is then executed.