Process Control PDF
Process Control PDF
• The vertical lines indicate the ‘Power supply’ for the control system. The logical ‘power flow’ is visualized to
move from left to right, and cannot flow from right to left (unlike ‘real’ wires).
• Read the ladder diagram from top to bottom and left to right (as in the normal Western convention of
reading a book).
• Electrical devices are normally shown in their de-energized condition. This can sometimes be confusing and
special care needs to be taken to ensure consistency.
• The contacts associated with coils, timers, counters and other instructions have the same numbering
convention as their control device.
• Devices that indicate a start operation for a particular item are normally wired in parallel (so that any of
them can start or switch the particular item on).
• Devices that indicate a stop operation for a particular item are normally wired in series (so that any of them
can stop or switch the particular items off).
• The operation of latching is used where a momentary start input signal latches the start signal into the ON
condition; so that when the start input goes into the OFF condition, the start signal remains energized ON.
The latching operation is also referred to as holding or maintaining a sealing contact. See the previous two
diagrams for examples of latching.
• An output address status is immediately available to rungs or branches which follow its generation.
• Interactive Logic. Ladderlogic rungs that appear later in the program often interact with the earlier
ladderlogic rungs. This useful feedback mechanism can be used to provide feedback on successful
completion of a sequence of operations or to protect the overall system due to failure of some aspect.
7
Process Control, Automation,
Instrumentation and SCADA Chapter 1 Automation Using PLCs
This instruction examines its memory address location for an ON condition. If this memory location is set
to ON or 1, the instruction is set to ON or TRUE or 1. If the location is set to OFF or 0, the instruction is set
to OFF or FALSE or 0.
This instruction examines its memory address location for an OFF condition. If this memory location is set
to ON or 1, the instruction is set to OFF or 0. The memory location is set to OFF or 0, the instruction is set
to ON or TRUE or 1.
8
Process Control, Automation,
Instrumentation and SCADA Chapter 1 Automation Using PLCs
When the complete ladderlogic rung is set to a TRUE or ON condition, the output energize instruction sets its memory
location to an ON condition; otherwise if the ladderlogic rung is set to a FALSE or OFF condition, the output energize
coil sets its memory location to an OFF condition.
An example of this is given in Figure 1.8. Essentially when the MCR is energized, the output coils for each rung following
can be driven by their appropriate logic. Whenever the MCR is de-energized, the output coils for each rung following cannot
be energized even if the appropriate logic for that coil attempts to drive it into the energized or true state.
1.2.4 Timers
-- Timer ON Delay
-- Timer OFF Delay
-- Retentive Timer
• The Preset Value is the constant number of units of time that the timer ‘times to’ before being energized or
de-energized.
• The Accumulated Value is the number of units of time recording how long the timer has been actively
timing.
• The Time Base indicates the units of time in which the timer operates e.g. 1 second, 0.1 seconds, 0.01 seconds, and
possibly milliseconds or 0.1 minute.
The operation of the ‘Timer ON’ Timer is indicated in Figure 1.9 below. The Timer output coil is activated when the
accumulated time adds up to the preset value due to the rung being energized for this period of time. Should the rung