Program instructions
7.10 Interrupt
S7-200 SMART
282 System Manual, 09/2015, A5E03822230-AC
32 Previous process variable
n-1
REAL In/Out Contains the value of the process variable stored
from the last execution of the PID instruction.
36 to 79 Reserved for auto-tuning variables. Refer to PID loop definition table (Page 468) for details.
When you make the transition to RUN mode, interrupts are initially disabled. In RUN mode,
you can enable interrupt processing by executing the ENI (enable Interrupt) instruction.
Executing the DISI (disable interrupt) instruction inhibits the processing of interrupts;
however, active interrupt events will continue to be queued.
The enable interrupt instruction globally enables processing of all attached inter-
rupt events.
The disable interrupt instruction globally disables processing of all interrupt
events.
The conditional return from interrupt instruction can be used to return from an
interrupt, based upon the condition of the preceding program logic.
Non-fatal errors with ENO = 0
• 0004H Attempted ENI or DISI exe-
cution disallowed in an interrupt
routine
None