0 L Unit - 9 Module - 1 Book
0 L Unit - 9 Module - 1 Book
Module 9.1
Describe the Operation of Programmable Logic Control (PLC)
Objectives
Terminal Objective
9.1.1: Given access to
Identify the major components of a PLC and manufacturer's
describe their functions. documentation, the
9.1.2: trainee will correctly
Convert numbers from decimal to binary, describe the operation of
BCD, and hexadecimal. Programmable Logic
9.1.3: System
Identify typical discrete and analog inputs and outputs.
9.1.4:
Read a basic ladder logic diagram & identify PLC terminology.
9.1.5:
Identify the basic requirements to create a PLC.
9.1.6:
Describe the operation of analog inputs & outputs.
9.1.7:
Describe the operation of timers and counters.
9.1.8:
Interpret programming a PLC.
Introduction
1 PCSTP
For example, let's assume that when a switch turns on we want to
turn a solenoid on for 5 seconds and then turn it off regardless of how
long the switch is on for. We can do this with a simple external timer. But
what if the process included 10 switches and solenoids? We would need
10 external timers. What if the process also needed to count how many
times the switches individually turned on? We need a lot of external
counters.
As you can see the bigger the process the more of a need we have
for a PLC. We can simply program the PLC to count its inputs and turn the
solenoids on for the specified time.
2 PCSTP
Objective 9.1.1
Identify the major components of a PLC and describe their
functions.
PLCs
Programmable Logic Controllers (PLCs), also referred to as programmable
controllers, are in the computer family. They are used in commercial and
industrial applications. A PLC monitors inputs, makes decisions based on
its program, and controls outputs to automate a process or machine. This
course is meant to supply you with basic information on the functions and
configurations of PLCs.
3 PCSTP
Pushbuttons (sensors), in this simple example, connected to PLC inputs,
can be used to start and stop a motor connected to a PLC through a motor
starter (actuator).
4 PCSTP
Hard-Wired Control
Prior to PLCs, many of these control tasks were solved with contactor or
relay controls. This is often referred to as hardwired control. Circuit
diagrams had to be designed, electrical components specified and
installed, and wiring lists created.
5 PCSTP
Advantages of PLCs
The same, as well as more complex tasks can be done with a PLC. Wiring
between devices and relay contacts is done in the PLC program. Hard-
wiring, though still required to connect field devices, is less intensive.
Modifying the application and correcting errors are easier to handle. It is
easier to create and change a program in a PLC than it is to wire and
rewire a circuit.
Following are just a few of the advantages of PLCs:
• Smaller physical size than hard-wire solutions.
• Easier and faster to make changes.
• PLCs have integrated diagnostics and override functions.
• Diagnostics are centrally available.
• Applications can be immediately documented.
• Applications can be duplicated faster and less expensively.
6 PCSTP
The Siemens S7-200 can be used on smaller, stand-alone
applications such as elevators, car washes, or mixing machines. It can
also be used on more complex industrial applications such as bottling and
packaging machines.
7 PCSTP
Objective 9.1.2
Convert numbers from decimal to binary, BCD, and hexadecimal.
Number Systems
Since a PLC is a computer, it stores information in the form of ON or OFF
conditions (1 or 0), referred to as binary digits (bits).
Sometimes binary digits are used individually and sometimes they are
used to represent numerical values.
Decimal System
Various number systems are used by PLCs. All number systems have the
same three characteristics: digits, base, weight.
The decimal system, which is commonly used in everyday life, has the
following characteristics:
Ten digits: 010, 110, 210, 310, 410, 510, 610, 710, 810, 910, Base 10
Weights Powers of base 10: 105 104 103 102 101 100
Binary System
The binary system is used by programmable controllers.
In the binary system 1s and 0s are arranged into columns. Each column is
weighted.
The first column has a binary weight of 20. This is equivalent to a decimal
1.
This is referred to as the least significant bit. The binary weight is doubled
with each succeeding column.
The next column, for example, has a weight of 21, which is equivalent to
a decimal 2.
In this example, the most significant bit has a binary weight of 27. This is
equivalent to a decimal 128.
8 PCSTP
Most Significant Bit Last Significant
Bit
In the following example, the fourth and fifth columns from the right
contain a 1. The decimal value of the fourth column from the right is 8,
and the decimal value of the fifth column from the right is 16. The decimal
equivalent of this binary number is 24. The sum of all the weighted
columns that contain a 1 is the decimal number that the PLC has stored.
In the following example the fourth and sixth columns from the right
contain a 1. The decimal value of the fourth column from the right is 8,
and the decimal value of the sixth column from the right is 32. The
decimal equivalent of this binary number is 40.
9 PCSTP
Bits, Bytes, and Words
Each binary piece of data is a Bit.
Eight bits make up one Byte.
Two Bytes, or 16 bits, make up one word.
Logic 0, Logic 1
The binary numbers are broken into groups of four bits, each group
representing a decimal equivalent. A four-digit thumbwheel switch, like
the one shown here, would control 16 (4 x 4) PLC inputs.
10 PCSTP
Hexadecimal
Hexadecimal is another system used in PLCs. The hexadecimal system has
the following characteristics:
16 digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
Base 16
Weights Powers of base 16 (1, 16, 256, 4096 ...)
The ten digits of the decimal system are used for the first ten digits of the
hexadecimal system. The first six letters of the alphabet are used for the
remaining six digits.
A = 10 D = 13
B = 11 E = 14
C = 12 F = 15
11 PCSTP
To convert decimal 28, for example, to hexadecimal:
12 PCSTP
Conversion of Numbers
The following chart shows a few numeric values in decimal, binary, BCD,
and hexadecimal representation.
13 PCSTP
Review 1
14 PCSTP
7. Mention the three characteristics of all number systems?
a. Digits, base, power
b. Base, power, function
c. Digits, base, weight
d. Weight, power, base
15 PCSTP
6. What does each binary piece of data represent?
a. One byte
b. 8 bits
c. A bit
d. One word
16 PCSTP
11. Convert the decimal number 16 to BCD representation?
a. 0001 0110
b. 1 0000
c. 10
d. 1FE
17 PCSTP
Objective 9.1.3
Identify typical discrete and analog inputs and outputs.
Terminology
The language of PLCs consists of a commonly used set of terms; many of
which are unique to PLCs. In order to understand the ideas and concepts
of PLCs, an understanding of these terms is necessary.
Sensor
A sensor is a device that converts a physical condition into an electrical
signal for use by the PLC. Sensors are connected to the input of a PLC. A
pushbutton is one example of a sensor that is connected to the PLC input.
An electrical signal is sent from the pushbutton to the PLC indicating the
condition (open/ closed) of the pushbutton contacts.
Actuators
Actuators convert an electrical signal from the PLC into a physical
condition. Actuators are connected to the PLC output.
A motor starter is one example of an actuator that is connected to the PLC
output. Depending on the output PLC signal the motor starter will either
start or stop the motor.
18 PCSTP
Discrete Input
A discrete input also referred to as a digital input, is an input that is either
in an ON or OFF condition.
Pushbuttons, toggle switches, limit switches, proximity switches, and
contact closures are examples of discrete sensors which are connected to
the PLCs discrete or digital inputs.
19 PCSTP
A Normally Open (NO) pushbutton is used in the following example. One
side of the pushbutton is connected to the first PLC input. The other side
of the pushbutton is connected to an internal 24 VDC power supply. Many
PLCs require a separate power supply to power the inputs.
Analog Inputs
An analog input is an input signal that has a continuous signal.
Typical analog inputs may vary from 0 to 20 milliamps, 4 to 20
milliamps, or 0 to 10 volts.
Depending on the level transmitter, the signal to the PLC can either
increase or decrease as the level increases or decreases.
20 PCSTP
Discrete Outputs
A discrete output is an output that is either in an ON or OFF condition.
21 PCSTP
Analog Outputs
An analog output is an output signal that has a continuous signal. The
output may be as simple as a 0-10 VDC level that drives an analog meter.
The output signal may also be used on more complex applications such as
a current-to pneumatic transducer that controls an air-operated flow-
control valve.
CPU
The central processor unit (CPU) is a microprocessor system that contains
the system memory and is the PLC decision making unit.
The CPU monitors the inputs and makes decisions based on instructions
held in the program memory. The CPU performs relay, counting, timing,
data comparison, and sequential operations.
22 PCSTP
Objective 9.1.4
Read a basic ladder logic diagram & identify PLC terminology.
Ladder Logic
A program consists of one or more instructions that accomplish a task.
Programming a PLC is simply constructing a set of instructions. There are
several ways to look at a program such as ladder logic, statement lists, or
function block diagrams.
Ladder logic (LAD) is one programming language used with PLCs. Ladder
logic uses components that resemble elements used in a line diagram
format to describe hard-wired control. Refer to the STEP 2000 course
Basics of Control Components for more information on line diagrams.
In the example program shown example I0.0, I0.1 and Q0.0 represent the
first instruction combination. If inputs I0.0 and I0.1 are energized, output
relay Q0.0 energizes. The inputs could be switches, pushbuttons, or
contact closures. I0.4, I0.5, and Q1.1 represent the second instruction
combination. If either input I0.4 or I0.5 are energized, output relay Q0.1
energizes.
23 PCSTP
PLC Scan
The PLC program is executed as part of a repetitive process referred to as
a scan. A PLC scan starts with the CPU reading the status of inputs. The
application program is executed using the status of the inputs. Once the
program is completed, the CPU performs internal diagnostics and
communication tasks.
Software
Software is any information in a form
that a computer or PLC can use.
Software includes the instructions or
programs that direct hardware.
24 PCSTP
Hardware
Hardware is the actual
equipment. The PLC, the
programming device, and
the connecting cable are
examples of hardware.
Memory Size
Kilo, abbreviated K, normally refers to 1000 units. When talking about
computer or PLC memory, however, 1K means 1024.
This is because of the binary number system (210=1024). This can be
1024 bits, 1024 bytes, or 1024 words, depending on memory type.
25 PCSTP
RAM
Random Access Memory (RAM) is memory
where data can be directly accessed at any
address. Data can be written to and read from
RAM. RAM is used as a temporary storage area.
RAM is volatile, meaning that the data stored in
RAM will be lost if power is lost. A battery
backup is required to avoid losing data in the
event of a power loss.
ROM
Read Only Memory (ROM) is a type of memory that
data can be read from but not written to. This
type of memory is used to protect data or
programs from accidental erasure. ROM memory is
nonvolatile. This means a user program will not
lose data during a loss of electrical power. ROM is
normally used to store the programs that define
the capabilities of the PLC.
EPROM
Erasable Programmable Read Only Memory
(EPROM) provides some level of security against
unauthorized or unwanted changes in a program.
EPROMs are designed so that data stored in
them can be read, but not easily altered.
Changing EPROM data requires a special effort.
UVEPROMs (ultraviolet erasable
programmable read only memory) can only be
erased with an ultraviolet light. EEPROM
(electronically erasable programmable read only
memory), can only be erased electronically.
Firmware
Firmware is user or application specific software burned into EPROM and
delivered as part of the hardware. Firmware gives the PLC its basic
functionality.
26 PCSTP
Putting it together
The memory of the S7-200 is divided into three areas: program space,
data space, and configurable parameter space.
• Program space stores the ladder logic (LAD) or statement list (STL)
program instructions. This area of memory controls the way data space
and I/O points are used. LAD or STL instructions are written using a
programming device such as a PC, then loaded into program memory of
the PLC.
• Data space is used as a working area, and includes memory locations for
calculations, temporary storage of intermediate results and constants.
Data space includes memory locations for devices such as timers,
counters, high-speed counters, and analog inputs and outputs. Data space
can be accessed under program control.
• Configurable parameter space, or memory, stores either the default or
modified configuration parameters.
Basic Requirements
• PLC
• Programming Device
• Programming Software
• Connector Cable
27 PCSTP
PLC
Throughout this course we will be
using the S7-200 because of its
ease of use.
Programming Devices
The program is created in a programming device (PG) and then
transferred to the PLC. The program for the S7-200 can be created using
a dedicated Siemens SIMATIC S7 programming device, such as a PG 720
(not shown) or PG 740, if STEP 7 Micro/WIN software is installed.
Software
A software program is required in order to tell the
PLC what instructions it must follow. Programming
software is typically PLC specific. A software
package for one PLC, or one family of PLCs, such
as the S7 family, would not be useful on other
PLCs. The S7-200 uses a Windows based software
program called STEP 7-Micro/WIN32. The PG 720
and PG 740 have STEP 7 software pre-installed.
Micro/WIN32 is installed on a personal computer in
a similar manner to any other computer software.
28 PCSTP
Connector Cables PPI (Point-to-Point Interface)
Connector cables are required to transfer data from the programming
device to the PLC.
Communication can only take place when the two devices speak the same
language or protocol.
Communication between a
Siemens programming device
and the S7-200 is referred to
as PPI protocol (point -to- point
interface).
An appropriate cable is required
for a programming device such
as a PG 720 or PG 740.
29 PCSTP
Review 2
30 PCSTP
Objective 9.1.5
Identify the basic requirements to create a PLC .
S7-200 Models
There are four S7-200 CPU types: S7-221, S7-222, S7-224, S7-226, and
S7-226XM and three power supply configurations for each type.
31 PCSTP
The model description indicates the type of CPU, the power supply, the
type of input, and the type of output.
S7-200 Features
The S7-200 family includes a wide variety of CPUs and features.
This variety provides a range of features to aid in designing a cost-
effective automation solution. The following table provides a summary of
the major features, many of which will be covered in this course.
32 PCSTP
Mode Switch and Analog Adjustment
When the mode switch is in the RUN position the CPU is in the run mode
and executing the program. When the mode switch is in the STOP position
the CPU is stopped. When the mode switch is in the TERM position the
programming device can select the operating mode.
33 PCSTP
Optional Cartridge
The S7-200 supports an optional memory cartridge that provides a
portable EEPROM storage for your program. The cartridge can be used to
copy a program from one S7-200 PLC to a like S7-200 PLC.
34 PCSTP
Expansion Modules
The S7-200 PLCs are expandable. Expansion modules contain additional
inputs and outputs. These are connected to the base unit using a ribbon
connector.
35 PCSTP
Available Expansion
The S7-221 comes with 6 digital inputs and 4 digital outputs.
These are not expandable. The S7-222 comes with 8 digital inputs and 6
digital outputs. The 222 will accept up to 2 expansion modules. The S7-
224 comes with 14 digital inputs and 10 digital outputs. The 224 will
accept up to 7 expansion modules. The S7-226 and S7-226XM come with
24 digital inputs and 16 digital outputs. The 226 and 226XM will accept up
to 7 expansion modules.
Status Indicators
The CPU status indicators reflect the current mode of CPU operation. If,
for example, the mode switch is set to the RUN position, the green RUN
indicator is lit. When the mode switch is set to the STOP position, the
yellow STOP indicator is lit.
36 PCSTP
Installing
The S7-200 can be installed in one of two ways. A DIN clip allows
installation on a standard DIN rail. The DIN clip snaps open to allow
installation and snaps closed to secure the unit on the rail. The S7-200
can also be panel mounted using installation holes located behind the
access covers.
37 PCSTP
I/O Numbering
S7-200 inputs and outputs are labeled at the wiring terminations and next
to the status indicators. These alphanumeric symbols identify the I/O
address to which a device is connected. This address is used by the CPU
to determine which input is present and which output needs to be turned
on or off. I designates a discrete input and Q designates a discrete
output. The first number identifies the byte, the second number identifies
the bit. Input I0.0, for example, is byte 0, bit 0.
I0.0 = Byte 0, Bit 0
I0.1 = Byte 0, Bit 1
I1.0 = Byte 1, Bit 0
I1.1 = Byte 1, Bit 1
The following table identifies the input and output designations.
Inputs
Input devices, such as switches, pushbuttons, and other sensor devices
are connected to the terminal strip under the bottom cover of the PLC.
38 PCSTP
Input Simulator
A convenient method of testing a program is to wire toggle switches to
the inputs. Input simulators with prewired toggle switches are available
for the S7-200s. Switches are wired between the 24 VDC power supply
(L+) and the inputs. For example, the switch on the far left is wired
between the first input (0.0) and L+. When the switch is closed, 24 VDC is
applied to the input. This is referred to as a logic 1. When the switch is
open, 0 VDC is applied to the input. This is referred to as a logic 0.
Outputs
Output devices, such as relays, are connected to the terminal strip under
the top cover of the PLC. When testing a program, it is not necessary to
connect output devices. The LED status indicators signal if an output is
active.
39 PCSTP
Optional Connector
An optional fan-out connector allows for field wiring connections to remain
fixed when removing or replacing an S7-221 or 222.
The appropriate connector slides into either the input, output, or
expansion module terminals.
Super Capacitor
A super capacitor, so named because of its ability to maintain a charge for
a long period of time, protects data stored in RAM in the event of a power
loss. The RAM memory is typically backed up on the S7-221 and 222 for
50 hours, and on the S7-224 and 226 for 190 hours.
40 PCSTP
Review 3
1. The five models of S7-200 are ____________ , ____________ ,
____________ , ____________, and ____________ .
41 PCSTP
Connecting External Devices
TD200
The S7-200 programming port can be used to communicate with a variety
of external devices. One such device is the TD200 text display unit. The
TD200 displays messages read from the S7-200, allows adjustment of
designated program variables, provides the ability to force, and permits
setting of the time and date. The TD200 can be connected to an external
power supply or receive its power from the S7-200.
Freeport Mode
The programming port has a mode called freeport mode.
Freeport mode allows connectivity to various intelligent sensing devices
such as a bar code reader.
42 PCSTP
Printer
Freeport mode can also be used to connect to a non-SIMATIC printer.
Interconnection
It is possible to use one programming device to address multiple S7-200
devices on the same communication cable. A total of 31 units can be
interconnected without a repeater.
43 PCSTP
Objective 9.1.6
Describe the operation of analog inputs & outputs.
Discrete Inputs/Outputs
To understand discrete control of a programmable controller the same
simple lamp circuit illustrated with forcing will be used. This is only for
instructional purposes as a circuit this simple would not require a
programmable controller. In this example the lamp is off when the switch
is open and on when the switch is closed.
Wiring
To accomplish this task, a switch is wired to the input of
the PLC and an indicator light is wired to output terminal.
44 PCSTP
Program Instruction
When the switch is open the CPU receives a logic 0 from input I0.0. The
CPU sends a logic 0 to output Q0.0 and the light is off.
45 PCSTP
This closes the associated M and Ma (auxiliary contact located in the
motor starter) contacts. When the Start button is released a holding
circuit exists to the M contactor through the auxiliary contacts Ma. The
motor will run until the normally closed Stop button is depressed, or the
overload relay opens the OL contacts, breaking the path of current flow to
the motor starter and opening the associated M and Ma contacts.
46 PCSTP
Program Instruction
A normally open Start pushbutton is wired to the first input (I0.0), a
normally closed Stop pushbutton is wired to the second input (I0.1), and
normally closed overload relay contacts (part of the motor starter) are
connected to the third input (I0.2). The first input (I0.0), second input
(I0.1), and third input (I0.2) form an AND circuit and are used to control
normally open programming function contacts on Network 1. I0.1 status
bit is a logic 1 because the normally closed (NC) Stop Pushbutton is
closed. I0.2 status bit is a logic 1 because the normally closed
(NC) overload relay (OL) contacts are closed. Output Q0.0 is also
programmed on Network 1. In addition, a normally open set of contacts
associated with Q0.0 is programmed on Network 1 to form an OR circuit.
A motor starter is connected to output Q0.0.
When the Start pushbutton is depressed the CPU receives a logic 1 from
input I0.0. This causes the I0.0 contact to close. All three inputs are now
a logic 1. The CPU sends a logic 1 to output Q0.0. The motor starter is
energized and the motor starts.
47 PCSTP
When the Start
pushbutton is
pressed, output
Q0.0 is now true
and on the next
scan, when
normally open
contact Q0.0 is
solved, the contact
will close and
output Q0.0 will
stay on even if the
Start pushbutton
has been released.
48 PCSTP
Expanding the Application
The application can be easily
expanded to include indicator lights
for RUN and STOP conditions. In
this example a RUN indicator light
is connected to output Q0.1 and a
STOP indicator light is connected to
output Q0.2.
49 PCSTP
Adding a Limit Switch
The application can be
further expanded by adding
a limit switch with normally
open contacts to input I0.3.
50 PCSTP
Expansion
The PLC program can be expanded to
accommodate many commercial and
industrial applications. Additional
Start/Stop pushbuttons and indicator
lights can be added for remote
operation, or control of a second motor
starter and motor.
Over travel limit switches can be added
along with proximity switches for
sensing object position. In addition,
expansion modules can be added to
further increase the I/O capability. The
applications are only limited by the
number of I/Os and amount of memory
available on the PLC.
Review
51 PCSTP
Objective 9.1.7
Describe the operation of timers and counters.
Timers
Timers are devices that count increments of time. Traffic lights are one
example where timers are used. In this example timers are used to control the
length of time between signal changes.
S7-200 Timers
S7-200 timers are provided with resolutions of 1 millisecond, 10 milliseconds,
and 100 milliseconds. The maximum value of these timers is 32.767 seconds,
327.67 seconds, and 3276.7 seconds, respectively. By adding program
elements, logic can be programmed for much greater time intervals.
52 PCSTP
predetermined amount of time (set by the timer) must pass before the timer’s
contacts change state.
On-Delay (TON)
When the On-Delay timer (TON) receives an enable (logic 1) at its input (IN),
a predetermined amount of time (preset time - PT) passes before the timer bit
(T-bit) turns on. The T-bit is a logic function internal to the timer and is not
shown on the symbol. The timer resets to the starting time when the enabling
input goes to a logic 0.
In the following simple timer example, a switch is connected to input I0.3, and
a light is connected to output Q0.1.
When the switch is closed input 4 becomes a logic 1, which is loaded into
timer T37. T37 has a time base of 100 ms (.100 seconds). The preset time
53 PCSTP
(PT) value has been set to 150. This is
equivalent to 15 seconds (.100 x 150 ).
The light will turn on 15 seconds after the
input switch is closed. If the switch were
opened before 15 seconds had passed,
then reclosed, the timer would again
begin timing at 0.
The same example used with the On-Delay timer will be used with the
Retentive On-Delay timer. When the switch is
closed at input I0.3, timer T5 (Retentive timer)
begins timing. If, for example, after 10 seconds
input I0.3 is opened the timer stops. When input
I0.3 is closed the timer will begin timing at 10
seconds. The light will turn on 5 seconds after input
I0.3 has been closed the second time. A RESET
(R) instruction can be added. Here a pushbutton is
connected to input I0.2. If after 10 seconds input
I0.3 were opened, T5 can be reset by momentarily
closing input I0.2. T5 will be reset to 0 and begin timing from 0 when input I0.3
is closed again.
54 PCSTP
Off-Delay (TOF)
The Off-Delay timer is used to delay an output off for a fixed period of time
after the input turns off. When the enabling bit turns on the timer bit turns on
immediately and the value is set to 0.When the input turns off, the timer
counts until the preset time has elapsed before the timer bit turns off.
S7-200 Timers
The S7-200s have 256 timers. The specific T number chosen for the timer
determines its time base and whether it is TON, TONR, or TOF.
Timer Example
In the following example a tank will be filled with two chemicals, mixed, and
then drained. When the Start Button is pressed at input I0.0, the program
starts pump 1 controlled by output Q0.0. Pump 1 runs for 5 seconds, filling the
tank with the first chemical, then shuts off. The program then starts pump 2,
controlled by output Q0.1. Pump 2 runs for 3 seconds filling the tank with the
second chemical. After 3 seconds pump 2 shuts off. The program starts the
mixer motor, connected to output Q0.2 and mixes the two chemicals for 60
seconds. The program then
opens the drain valve
controlled by output Q0.3,
and starts pump 3
controlled by output Q0.4.
Pump 3 shuts off after 8
seconds and the process
stops. A manual Stop
switch is also provided at
input I0.1.
55 PCSTP
Review 5
Counters
56 PCSTP
S7-200 Counters
There are 256 counters in the S7-200, numbered C0 through C255. The same
number cannot be assigned to more than one counter. For example, if an up
counter is assigned number 45, a down counter cannot also be assigned
number 45. The maximum count value of a counter is ±32,767.
Up Counter
The up counter counts up from a current value to a
preset value (PV). Input CU is the count input. Each time
CU transitions from a logic 0 to a logic 1 the counter
increments by a count of 1. Input R is the reset. A preset
count value is stored in PV input. If the current count is
equal to or greater than the preset value stored in PV,
the output bit (Q) turns on (not shown).
Down Counter
The down counter counts down from the preset value
(PV) each time CD transitions from a logic 0 to a logic
1. When the current value is equal to zero the counter
output bit (Q) turns on (not shown). The counter
resets and loads the current value with the preset
value (PV) when the load input (LD) is enabled.
Up/Down Counter
The up/down counter counts up or down from the preset value each time
either CD or CU transitions from a logic 0 to a logic 1. When the current value
is equal to the preset value, the output QU turns on. When the current value
(CV) is equal to zero, the output QD turns on. The counter loads the current
value (CV) with the preset value (PV) when the load input (LD) is enabled.
57 PCSTP
Objective 9.1.8
Interpret programming a PLC.
Programming A PLC
STEP 7-Micro/WIN32 is the program software used with the S7-200 PLC to
create the PLC operating program. STEP 7 consists of a number of
instructions that must be arranged in a logical order to obtain the desired
PLC operation. These instructions are divided into three groups: standard
instructions, special instructions, and high-speed instructions.
Standard Instructions
Standard instructions consist of instructions that are found in most
programs. Standard instructions include; timer, counter, math, logical,
increment/decrement/invert, move, and block instructions.
Special Instructions
Special instructions are used to manipulate data. Special instructions
include shift, table, find, conversion, for/next, and real-time instructions.
High-Speed Instructions
High-speed instructions allow for events and interrupts to occur
independent of the PLC scan time. These include high-speed counters,
interrupts, output, and transmit instructions. It is not the purpose of this
text to explain all of the instructions and capabilities. A few of the more
common instructions necessary for a basic understanding of PLC operation
will be discussed. PLC operation is limited only by the hardware
capabilities and the ingenuity of the person programming it.
Micro/WIN32
The programming software can be run Off-line or On-line. Offline
programming allows the user to edit the ladder diagram and perform a
number of maintenance tasks. The PLC does not need to be connected to
the programming device in this mode. On-line programming requires the
PLC to be connected to the programming device. In this mode program
changes are downloaded to the PLC. In addition, status of the
input/output elements can be monitored. The CPU can be started,
stopped, or reset.
58 PCSTP
Symbols
In order to understand the instructions a PLC is to carry out, an
understanding of the language is necessary. The language of PLC ladder
logic consists of a commonly used set of symbols that represent control
components and instructions.
Contacts
One of the most confusing aspects of PLC programming for first-time
users is the relationship between the device that controls a status bit and
the programming function that uses a status bit. Two of the most common
programming functions are the normally open (NO) contact and the
normally closed (NC) contact. Symbolically, power flows through these
contacts when they are closed. The normally open contact (NO) is true
(closed) when the input or output status bit controlling the contact is 1.
The normally closed contact (NC) is true (closed) when the input or output
status bit controlling the contact is 0.
Coils
Coils represent relays that are energized when power flows to them. When
a coil is energized, it causes a corresponding output to turn on by
changing the state of the status bit controlling that output to 1. That same
output status bit may be used to control normally open and normally
closed contacts elsewhere in the program.
Boxes
Boxes represent various instructions or functions that are executed when
power flows to the box. Typical box functions are timers, counters, and
math operations.
59 PCSTP
Entering Elements
Control elements are entered in the ladder diagram by positioning the
cursor and selecting the element from a list. In the following example the
cursor has been placed in the position to the right of I0.2. A coil was
selected from a pull-down list and inserted in this position.
An AND Operation
Each rung or network on a ladder represents a logic operation. The
following programming example demonstrates an AND operation. Two
contact closures and one output coil are placed on network 1. They were
assigned addresses I0.0, I0.1, and Q0.0. Note that in the statement list a
new logic operation always begins with a load instruction (LD). In this
example I0.0 (input 1) and (A in the statement list) I0.1 (input 2) must
be true in order for output Q0.0 (output 1) to be true. It can also be seen
That I0.0 and I0.1 must be true for Q0.0 to be true by looking at the
function block diagram representation.
60 PCSTP
Another way to see how an AND function works is with a Boolean logic
diagram. In Boolean logic an AND gate is represented by a number of
inputs on the left side. In this case there are two inputs. The output is
represented on the right side. It can be seen from the table that both
inputs must be a logic 1 in order for the output to be a logic 1.
An OR Operation
In this example an OR operation is used in network 1. It can be seen that
if either input I0.2 (input 3) or (O in the statement list) input I0.3 (input
4), or both are true, then output Q0.1 (output 2) will be true.
61 PCSTP
Testing a Program
Once a program has been written it needs
to be tested and debugged. One way this
can be done is to simulate the field inputs
with an input simulator, such as the one
made for the S7-200. The program is first
downloaded from the programming device
to the CPU. The selector switch is placed
in the RUN position. The simulator
switches are operated and the resulting
indication is observed on the output status indicator lamps.
Status Functions
After a program has been loaded and is running in the PLC, the actual
status of ladder elements can be monitored using STEP 7 Micro/WIN32
software. The standard method of showing a ladder element is by
indicating the circuit condition it produces when the device is in the de-
energized or non-operated state. In the following illustration input 1 (I0.0)
is programmed as a normally open (NO) contact. In this condition, power
will not flow through the contacts to the output (Q0.0).
62 PCSTP
When viewing the ladder diagram in the status mode, control elements
that are active, or true (logic 1), are highlighted. In the example shown
the toggle switch connected to input 1 has been closed. Power can now
flow through the control element associated with input 1 (I0.0) and
activate the output (Q0.0). The lamp will illuminate.
Forcing
Forcing is another useful tool in the commissioning of an application. It
can be used to temporarily override the input or output status of the
application in order to test and debug the program. The force function can
also be used to override discrete output points. The force function can be
used to skip portions of a program by enabling a jump instruction with a
forced memory bit. Under normal circumstances the toggle switch, shown
in the illustration below, would have to be closed to enable input 1 (I0.0)
and turn on the output light. Forcing enables input 1 even though the
input toggle switch is open. With input 1 forced high the output light will
illuminate. When a function is forced the control bit identifier is
highlighted. The element is also highlighted because it is on.
63 PCSTP
The following table shows the appearance of ladder elements in the Off,
forced, and On condition.
64 PCSTP