84
1 Table of Contents Introduction ............................................................................. 2 PLCs ........................................................................................ 4 Number Systems ..................................................................... 8 Terminology ........................................................................... 14 Basic Requirements .............................................................. 23 S7-200 Micro PLCs ................................................................ 29 Connecting External Devices ................................................. 40 Programming A PLC .............................................................. 42 Discrete Inputs/Outputs ........................................................ 50 Analog Inputs and Outputs .................................................... 62 Timers ................................................................................... 65 Counters ................................................................................ 72 High-Speed Instructions ........................................................ 77 Review Answers .................................................................... 81 Final Exam ............................................................................. 82

Basics of Plc Automation

Embed Size (px)

DESCRIPTION

Brief introduction to PLC

Citation preview

Page 1: Basics of Plc Automation

1

Table of Contents

Introduction ............................................................................. 2

PLCs ........................................................................................ 4

Number Systems ..................................................................... 8

Terminology ........................................................................... 14

Basic Requirements .............................................................. 23

S7-200 Micro PLCs ................................................................ 29

Connecting External Devices ................................................. 40

Programming A PLC .............................................................. 42

Discrete Inputs/Outputs ........................................................ 50

Analog Inputs and Outputs .................................................... 62

Timers ................................................................................... 65

Counters ................................................................................ 72

High-Speed Instructions ........................................................ 77

Review Answers .................................................................... 81

Final Exam ............................................................................. 82

Page 2: Basics of Plc Automation

2

Introduction

Welcome to another course in the STEP 2000 series, SiemensTechnical Education Program, designed to prepare ourdistributors to sell Siemens Energy & Automation productsmore effectively. This course covers Basics of PLCs and relatedproducts.

Upon completion of Basics of PLCs you should be able to:

� Identify the major components of a PLC and describetheir functions

� Convert numbers from decimal to binary, BCD, andhexadecimal

� Identify typical discrete and analog inputs and outputs

� Read a basic ladder logic diagram and statement list

� Identify operational differences between different S7-200models

� Identify the proper manual to refer to for programming orinstallation of an S7-200 PLC

� Connect a simple discrete input and output to an S7-200

� Select the proper expansion module for analog inputs andoutputs

� Describe the operation of timers and counters

Page 3: Basics of Plc Automation

3

This knowledge will help you better understand customerapplications. In addition, you will be better able to describeproducts to customers and determine important differencesbetween products. You should complete Basics of Electricitybefore attempting Basics of PLCs. An understanding of many ofthe concepts covered in Basics of Electricity is required forBasics of PLCs. In addition you may wish to complete Basicsof Control Components. Devices covered in Basics ofControl Components are used with programmable logiccontrollers.

If you are an employee of a Siemens Energy & Automationauthorized distributor, fill out the final exam tear-out card andmail in the card. We will mail you a certificate of completion ifyou score a passing grade. Good luck with your efforts.

SIMATIC, STEP 7, STEP 7-Micro, STEP 7-Micro/WIN, PG 702,and PG 740 are registered trademarks of Siemens Energy &Automation, Inc.

MS-DOS and Windows are trademarks of Microsoft, Inc.

Page 4: Basics of Plc Automation

4

PLCs

Programmable Logic Controllers (PLCs), also referred to asprogrammable controllers, are in the computer family. They areused in commercial and industrial applications. A PLC monitorsinputs, makes decisions based on its program, and controlsoutputs to automate a process or machine. This course is meantto supply you with basic information on the functions andconfigurations of PLCs.

Photo-Sensors

Lights Pumps

PushbuttonSwitches

Drive Motors

Page 5: Basics of Plc Automation

5

Basic PLC operation PLCs consist of input modules or points, a Central ProcessingUnit (CPU), and output modules or points. An input accepts avariety of digital or analog signals from various field devices(sensors) and converts them into a logic signal that can be usedby the CPU. The CPU makes decisions and executes controlinstructions based on program instructions in memory. Outputmodules convert control instructions from the CPU into a digitalor analog signal that can be used to control various field devices(actuators). A programming device is used to input the desiredinstructions. These instructions determine what the PLC will dofor a specific input. An operator interface device allows processinformation to be displayed and new control parameters to beentered.

InputModule

OutputModule

CPUCentral Processing

Unit

ProgrammingDevice

OperatorInterface

Pushbuttons (sensors), in this simple example, connected toPLC inputs, can be used to start and stop a motor connected toa PLC through a motor starter (actuator).

PLC

Start/Stop Pushbuttons(Sensors)

Motor Starter(Acuator)

Motor

Input

Output

Page 6: Basics of Plc Automation

6

Hard-wired control Prior to PLCs, many of these control tasks were solved withcontactor or relay controls. This is often referred to as hard-wiredcontrol. Circuit diagrams had to be designed, electricalcomponents specified and installed, and wiring lists created.Electricians would then wire the components necessary toperform a specific task. If an error was made the wires had tobe reconnected correctly. A change in function or systemexpansion required extensive component changes and rewiring.

OL

M

CR

CR

L1T1

T2

T3

L2

L3

OL

OL

OL

M

M

CR

MMotor

StartStop

460 VAC

24 VAC

1

2

PLCs The same, as well as more complex tasks, can be done with aPLC. Wiring between devices and relay contacts is done in thePLC program. Hard-wiring, though still required to connect fielddevices, is less intensive. Modifying the application andcorrecting errors are easier to handle. It is easier to create andchange a program in a PLC than it is to wire and rewire a circuit.

� 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

Advantages

Page 7: Basics of Plc Automation

7

Siemens PLCs Siemens makes several PLC product lines in the SIMATIC® S7family. They are: S7-200, S7-300, and S7-400.

S7-200 The S7-200 is referred to as a micro PLC because of its smallsize. The S7-200 has a brick design which means that the powersupply and I/O are on-board. The S7-200 can be used on smaller,stand-alone applications such as elevators, car washes, ormixing machines. It can also be used on more complexindustrial applications such as bottling and packaging machines.

S7-300 and S7-400 The S7-300 and S7-400 PLCs are used in more complexapplications that support a greater number of I/O points. BothPLCs are modular and expandable. The power supply and I/Oconsist of seperate modules connected to the CPU. Choosingeither the S7-300 or S7-400 depends on the complexity of thetask and possible future expansion. Your Siemens salesrepresentative can provide you with additional information onany of the Siemens PLCs.

Page 8: Basics of Plc Automation

8

Number Systems

Since a PLC is a computer, it stores information in the form ofOn or Off conditions (1 or 0), referred to as binary digits (bits).Sometimes binary digits are used individually and sometimesthey are used to represent numerical values.

Decimal system Various number systems are used by PLCs. All number systemshave the same three characteristics: digits, base, weight. Thedecimal system, which is commonly used in everyday life, hasthe following characteristics:

Ten digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9Base 10Weights 1, 10, 100, 1000, ...

Binary system The binary system is used by programmable controllers. Thebinary system has the following characteristics:

Two digits 0, 1Base 2Weights Powers of base 2 (1, 2, 4, 8, 16, ...)

In the binary system 1s and 0s are arranged into columns. Eachcolumn is weighted. The first column has a binary weight of 2

0.

This is equivalent to a decimal 1. This is referred to as the leastsignificant bit. The binary weight is doubled with eachsucceeding column. The next column, for example, has a weightof 2

1, which is equivalent to a decimal 2. The decimal value is

doubled in each successive column. The number in the far lefthand column is referred to as the most significant bit. In thisexample, the most significant bit has a binary weight of 2

7. This

is equivalent to a decimal 128.

128 64 32 16 8 4 2 1

0 0 0 1 1 0 0 0

Most Significant Bit Least Significant Bit

27

26

25

24

23

22

21

20

Page 9: Basics of Plc Automation

9

Converting binary The following steps can be used to interpret a decimalto decimal number from a binary value.

1) Search from left to right (least significant to mostsignificant bit) for 1s.

2) Write down the decimal representation of each columncontaining a 1.

3) Add the column values.

In the following example, the fourth and fifth columns from theright contain a 1. The decimal value of the fourth column fromthe right is 8, and the decimal value of the fifth column from theright is 16. The decimal equivalent of this binary number is 24.The sum of all the weighted columns that contain a 1 is thedecimal number that the PLC has stored.

128 64 32 16 8 4 2 1

0 0 0 1 1 0 0 0

8

16

24

+

In the following example the fourth and sixth columns from theright contain a 1. The decimal value of the fourth column fromthe right is 8, and the decimal value of the sixth column fromthe right is 32. The decimal equivalent of this binary number is40.

128 64 32 16 8 4 2 1

0 0 1 0 1 0 0 0

8

32

40

+

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.

0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0

Byte

Word

Bit

Page 10: Basics of Plc Automation

10

Logic 0, logic 1 Programmable controllers can only understand a signal that isOn or Off (present or not present). The binary system is asystem in which there are only two numbers, 1 and 0. Binary 1indicates that a signal is present, or the switch is On. Binary 0indicates that the signal is not present, or the switch is Off.

BCD Binary-Coded Decimal (BCD) are decimal numbers where eachdigit is represented by a four-bit binary number. BCD iscommonly used with input and output devices. A thumbwheelswitch is one example of an input device that uses BCD. Thebinary numbers are broken into groups of four bits, each grouprepresenting a decimal equivalent. A four-digit thumbwheelswitch, like the one shown here, would control 16 (4 x 4) PLCinputs.

0 2 0 5

DecimalNumbers

BCDNumbers

0123456789

0000000100100011010001010110011110001001

0000 0010 0000 0101

Page 11: Basics of Plc Automation

11

Hexadecimal Hexadecimal is another system used in PLCs. The hexadecimalsystem has the following characteristics:

16 digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, FBase 16Weights Powers of base 16 (1, 16, 256, 4096 ...)

The ten digits of the decimal system are used for the first tendigits of the hexadecimal system. The first six letters of thealphabet are used for the remaining six digits.

A = 10 D = 13B = 11 E = 14C = 12 F = 15

The hexadecimal system is used in PLCs because it allows thestatus of a large number of binary bits to be represented in asmall space such as on a computer screen or programmingdevice display. Each hexadecimal digit represents the exactstatus of four binary bits. To convert a decimal number to ahexadecimal number the decimal number is divided by the baseof 16. To convert decimal 28, for example, to hexadecimal:

16 28

1 r 12

Decimal 28 divided by 16 is 1 with a remainder of 12. Twelve isequivalent to C in hexadecimal. The hexadecimal equivalent ofdecimal 28 is 1C.

The decimal value of a hexadecimal number is obtained bymultiplying the individual hexadecimal digits by the base 16weight and then adding the results. In the following examplethe hexadecimal number 2B is converted to its decimalequivalent of 43.

160

= 116

1= 16

B = 11

160

161

2 x 16 = 32

11 x 1 = 11

43

2 B

Page 12: Basics of Plc Automation

12

Conversion of numbers The following chart shows a few numeric values in decimal,binary, BCD, and hexadecimal representation.

Decimal Binary BCD Hexadecimal

0 0 0000 0

1 1 0001 1

2 1 0010 2

3 11 0011 3

4 100 0100 4

5 101 0101 5

6 110 0110 6

7 111 0111 7

8 1000 1000 8

9 1001 1001 9

10 1010 0001 0000 A

11 1011 0001 0001 B

12 1100 0001 0010 C

13 1101 0001 0011 D

14 1110 0001 0100 E

15 1111 0001 0101 F

16 1 0000 0001 0110 10

17 1 0001 0001 0111 11

18 1 0010 0001 1000 12

19 1 0011 0001 1001 13

20 1 0100 0010 0000 14

. . . .

. . . .

126 111 1110 0001 0010 0110 7E

127 111 1111 0001 0010 0111 7F

128 1000 1000 0001 0010 1000 80

. . . .

. . . .

510 1 1111 1110 0101 0001 000 1FE

511 1 1111 1111 0101 0001 0001 2FF

512 10 0000 0000 0101 0001 0010 200

Page 13: Basics of Plc Automation

13

Review 11. Identify the following:

a. ______ b. ______ c. ______

d. ______ e. ______

2. The binary number system has a base ____________ .

3. The hexadecimal number system has a base____________ .

4. Convert a decimal 10 to the following:

Binary ____________

BCD ____________

Hexadecimal ____________

Page 14: Basics of Plc Automation

14

Terminology

The language of PLCs consists of a commonly used set ofterms; many of which are unique to PLCs. In order tounderstand the ideas and concepts of PLCs, an understandingof these terms is necessary.

Sensor A sensor is a device that converts a physical condition into anelectrical signal for use by the PLC. Sensors are connected tothe input of a PLC. A pushbutton is one example of a sensorthat is connected to the PLC input. An electrical signal is sentfrom the pushbutton to the PLC indicating the conditon (open/closed) of the pushbutton contacts.

Actuators Actuators convert an electrical signal from the PLC into aphysical condition. Actuators are connected to the PLC output.A motor starter is one example of an actuator that is connectedto the PLC output. Depending on the output PLC signal themotor starter will either start or stop the motor.

Page 15: Basics of Plc Automation

15

Discrete input A discrete input, also referred to as a digital input, is an inputthat is either in an ON or OFF condition. Pushbuttons, toggleswitches, limit switches, proximity switches, and contactclosures are examples of discrete sensors which are connectedto the PLCs discrete or digital inputs. In the ON condition adiscrete input may be referred to as a logic 1 or a logic high. Inthe OFF condition a discrete input may be referred to as a logic0 or a logic low.

PLCInputs

Normally Open Pushbutton

Normally Closed Pushbutton

Normally Closed Switch

Normally Closed Contact

Normally Open Switch

Normally Open Contact

A Normally Open (NO) pushbutton is used in the followingexample. One side of the pushbutton is connected to the firstPLC input. The other side of the pushbutton is connected to aninternal 24 VDC power supply. Many PLCs require a separatepower supply to power the inputs. In the open state, no voltageis present at the PLC input. This is the OFF condition. When thepushbutton is depressed, 24 VDC is applied to the PLC input.This is the ON condition.

Page 16: Basics of Plc Automation

16

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 20milliamps, or 0 to 10 volts. In the following example, a leveltransmitter monitors the level of liquid in a tank. Depending onthe level transmitter, the signal to the PLC can either increase ordecrease as the level increases or decreases.

PLCInputs

Level Transmitter

Discrete outputs A discrete output is an output that is either in an ON or OFFcondition. Solenoids, contactor coils, and lamps are examples ofactuator devices connected to discrete outputs. Discreteoutputs may also be referred to as digital outputs. In thefollowing example, a lamp can be turned on or off by the PLCoutput it is connected to.

PLCOutputs

Light

Page 17: Basics of Plc Automation

17

Analog outputs An analog output is an output signal that has a continuoussignal. The output may be as simple as a 0-10 VDC level thatdrives an analog meter. Examples of analog meter outputs arespeed, weight, and temperature. The output signal may also beused on more complex applications such as a current-to-pneumatic transducer that controls an air-operated flow-controlvalve.

CPU The central processor unit (CPU) is a microprocessor systemthat contains the system memory and is the PLC decision-making unit. The CPU monitors the inputs and makes decisionsbased on instructions held in the program memory. The CPUperforms relay, counting, timing, data comparison, andsequential operations.

Page 18: Basics of Plc Automation

18

Programming A program consists of one or more instructions that accomplisha task. Programming a PLC is simply constructing a set ofinstructions. There are several ways to look at a program suchas ladder logic, statement lists, or function block diagrams.

Ladder logic Ladder logic (LAD) is one programming language used withPLCs. Ladder logic uses components that resemble elementsused in a line diagram format to describe hard-wired control.Refer to the STEP 2000 course Basics of ControlComponents for more information on line diagrams.

STEP 2000

Basics ofControlComponents

Ladder logic diagram The left vertical line of a ladder logic diagram represents thepower or energized conductor. The output element or instructionrepresents the neutral or return path of the circuit. The rightvertical line, which represents the return path on a hard-wiredcontrol line diagram, is omitted. Ladder logic diagrams are readfrom left-to-right, top-to-bottom. Rungs are sometimes referredto as networks. A network may have several control elements,but only one output coil.

Page 19: Basics of Plc Automation

19

In the example program shown example I0.0, I0.1 and Q0.0represent the first instruction combination. If inputs I0.0 and I0.1are energized, output relay Q0.0 energizes. The inputs could beswitches, pushbuttons, or contact closures. I0.4, I0.5, and Q1.1represent the second instruction combination. If either inputI0.4 or I0.5 are energized, output relay Q0.1 energizes.

Statement list A statement list (STL) provides another view of a set ofinstructions. The operation, what is to be done, is shown on theleft. The operand, the item to be operated on by the operation, isshown on the right. A comparison between the statement listshown below, and the ladder logic shown on the previous page,reveals a similar structure. The set of instructions in thisstatement list perform the same task as the ladder diagram.

Function Block Diagrams Function Block Diagrams (FBD) provide another view of a set ofinstructions. Each function has a name to designate its specifictask. Functions are indicated by a rectangle. Inputs are shownon the left-hand side of the rectangle and outputs are shown onthe right-hand side. The function block diagram shown belowperforms the same function as shown by the ladder diagramand statement list.

Page 20: Basics of Plc Automation

20

PLC scan The PLC program is executed as part of a repetitive processreferred to as a scan. A PLC scan starts with the CPU readingthe status of inputs. The application program is executed usingthe status of the inputs. Once the program is completed, theCPU performs internal diagnostics and communication tasks.The scan cycle ends by updating the outputs, then starts over.The cycle time depends on the size of the program, the numberof I/Os, and the amount of communication required.

PLC Scan

ReadInputs

UpdateOutputs

Diagnostics,Communications

ExecuteProgram

Software Software is any information in a form that a computer or PLCcan use. Software includes the instructions or programs thatdirect hardware.

Hardware Hardware is the actual equipment. The PLC, the programmingdevice, and the connecting cable are examples of hardware.

Page 21: Basics of Plc Automation

21

Memory size Kilo, abbreviated K, normally refers to 1000 units. When talkingabout computer or PLC memory, however, 1K means 1024. Thisis because of the binary number system (2

10=1024). This can be

1024 bits, 1024 bytes, or 1024 words, depending on memorytype.

1 Bit2 Bits3 Bits

1 Byte2 Bytes3 Bytes

1 Word2 Words3 Words

1024 Words1024 Bytes1024 Bits

1 K Memory 1 K Memory 1 K Memory

RAM Random Access Memory (RAM) is memory where data can bedirectly accessed at any address. Data can be written to andread from RAM. RAM is used as a temporary storage area.RAM is volatile, meaning that the data stored in RAM will belost if power is lost. A battery backup is required to avoid losingdata in the event of a power loss.

ROM Read Only Memory (ROM) is a type of memory that data canbe read from but not written to. This type of memory is used toprotect data or programs from accidental erasure. ROMmemory is nonvolatile. This means a user program will not losedata during a loss of electrical power. ROM is normally used tostore the programs that define the capabilities of the PLC.

EPROM Erasable Programmable Read Only Memory (EPROM) providessome level of security against unauthorized or unwantedchanges in a program. EPROMs are designed so that datastored in them can be read, but not easily altered. ChangingEPROM data requires a special effort. UVEPROMs (ultravioleterasable programmable read only memory) can only be erasedwith an ultraviolet light. EEPROM (electronically erasableprogrammable read only memory), can only be erasedelectronically.

Firmware Firmware is user or application specific software burned intoEPROM and delivered as part of the hardware. Firmware givesthe PLC its basic functionality.

Page 22: Basics of Plc Automation

22

Putting it together The memory of the S7-200 is divided into three areas: programspace, data space, and configurable parameter space.

� Program space stores the ladder logic (LAD) or statementlist (STL) program instructions. This area of memory controlsthe way data space and I/O points are used. LAD or STLinstructions are written using a programming device such asa PC, then loaded into program memory of the PLC.

� Data space is used as a working area, and includes memorylocations for calculations, temporary storage of intermediateresults and constants. Data space includes memorylocations for devices such as timers, counters, high-speedcounters, and analog inputs and outputs. Data space can beaccessed under program control.

� Configurable parameter space, or memory, stores either thedefault or modified configuration parameters.

Page 23: Basics of Plc Automation

23

Basic Requirements

In order to create or change a program, the following items areneeded:

� PLC� Programming Device� Programming Software� Connector Cable

SoftwareSTEP 7 - Micro/WIN

ProgrammingDevice

PC/PPIConnector Cable

S7-200 PLC

PLC Throughout this course we will be using the S7-200 because ofits ease of use.

Page 24: Basics of Plc Automation

24

Programming devices The program is created in a programming device (PG) and thentransferred to the PLC. The program for the S7-200 can becreated using a dedicated Siemens SIMATIC S7 programmingdevice, such as a PG 720 (not shown) or PG 740, if STEP 7Micro/WIN software is installed.

A personal computer (PC), with STEP 7 Micro/WIN installed,can also be used as a programming device with the S7-200.

Page 25: Basics of Plc Automation

25

A Siemens PG 702 hand-held programming device can also beused. This device uses a Boolean instruction set built into theS7-200. A Boolean function is a logic function in which there aretwo possible values, ON or OFF. The PG 702 is useful whenmaking modifications or troubleshooting the PLC. It should benoted, however, that the PG 702 will not match all the functionsof Micro/WIN.

Software A software program is required in order to tell the PLC whatinstructions it must follow. Programming software is typicallyPLC specific. A software package for one PLC, or one family ofPLCs, such as the S7 family, would not be useful on other PLCs.The S7-200 uses a Windows based software program calledSTEP 7-Micro/WIN. The PG 720 and PG 740 have STEP 7software pre-installed. The PG 702 programming device uses aBoolean instruction set. It is important to note that the PG 702does not match all the functions of Micro/WIN. Micro/WIN isinstalled on a personal computer in a similar manner to anyother computer software.

Page 26: Basics of Plc Automation

26

Connector cables PPI Connector cables are required to transfer data from the(point-to-point interface) programming device to the PLC. Communication can only take

place when the two devices speak the same language orprotocol. Communication between a Siemens programmingdevice and the S7-200 is referred to as PPI protocol (point-to-point interface). An appropriate cable is required for aprogramming device such as a PG 720, PG 740, or PG 702. TheS7-200 uses a 9-pin, D-connector. This is a straight-throughserial device that is compatible with Siemens programmingdevices (MPI port) and is a standard connector for other serialinterfaces.

Programming Device Cable

Page 27: Basics of Plc Automation

27

A special cable, referred to as a PC/PPI cable, is needed when apersonal computer is used as a programming device. This cableallows the serial interface of the PLC to communicate with theRS-232 serial interface of a personal computer. DIP switches onthe PC/PPI cable are used to select an appropriate speed (baudrate) at which information is passed between the PLC and thecomputer.

Page 28: Basics of Plc Automation

28

Review 21. A switch or a pushbutton is a ____________ input.

2. A lamp or a solenoid is an example of a ___________output.

3. The ____________ makes decisions and executes con-trol instructions based on the input signals.

4. ____________ ____________ is a PLC programminglanguage that uses components resembling elementsused in a line diagram.

5. A ____________ consists of one or more instructionsthat accomplish a task.

6. Memory is divided into three areas: ____________ ,____________ , and ____________ ____________ space.

7. When talking about computer or PLC memory, 1K refersto ____________ bits, bytes, or words.

8. Software that is placed in hardware is called____________ .

9. Which of the following is not required when creating orchanging a PLC program?

a. PLCb. Programming Devicec. Programming Softwared. Connector Cablee. Printer

10. A special cable, referred to as a ____________ cable, isneeded when a personal computer is used as aprogramming device.

Page 29: Basics of Plc Automation

29

S7-200 Micro PLCs

The S7-200 Micro PLC is the smallest member of the SIMATICS7 family of programmable controllers. The central processingunit (CPU) is internal to the PLC. Inputs and outputs (I/O) are thesystem control points. Inputs monitor field devices, such asswitches and sensors. Outputs control other devices, such asmotors and pumps. The programming port is the connection tothe programming device.

S7-200 models There are three S7-200 CPU types: S7-221, S7-222, and S7-224.There are three power supply configurations for each CPU type.The model description indicates the type of CPU, the powersupply, the type of input, and the type of output.

CPU 222 DC/DC/DC

CPU Power Supply

Input Output

Model Description Power Supply Input Types Output Types221 DC/DC/DC 20.4-28.8 VDC 6 DC Inputs 4 DC Outputs221 AC/DC/Relay 85-264 VAC

47-63 Hz6 DC Inputs 4 Relay Outputs

222 DC/DC/DC 20.4-28.8 VDC 8 DC Inputs 6 DC Outputs222 AC/DC/Relay 85-264 VAC

47-63 Hz8 DC Inputs 6 Relay Outputs

224 DC/DC/DC 20.4-28.8 VDC 14 DC Inputs 10 DC Outputs224 AC/DC/Relay 85-264 VAC

47-63 Hz14 DC Inputs 10 Relay Outputs

Page 30: Basics of Plc Automation

30

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 acost-effective automation solution. The following table providesa summary of the major features, many of which will becovered in this course.

Feature CPU 221 CPU 222 CPU 224

Program 2048 Words 2048 Words 4096 WordsUser Data 1024 Words 1024 Words 2560 WordsMemory Type EEPROM EEPROM EEPROMMemory Cartridge EEPROM EEPROM EEPROMData Backup 50 Hours 50 Hours 190 Hours

Local I/O 6 In/4 Out 8 In/6 Out 14 In 10 OutExpansion None 2 Modules 7 Modules

Digital I/O Image Size256 (128 In/128 Out)

256 (128 In/128 Out)

256 (128 In/128 Out)

Digital I/O Physical Size 10 62 128Analog I/O Image Size None 16 In/16 Out 16 In/16 Out

Analog I/O Physical Size

None 12 In/12 Out 12 In/12 Out

Boolean Execution Speed

0.37 µs/Inst. 0.37 µs/Inst. 0.37 µs/Inst.

Internal Relays 256 256 256Counters/Timers 256/256 256/256 256/256

Sequential Control Relays

256 256 256

For/Next Loops Yes Yes YesInteger Math (+-*/) Yes Yes YesReal Math (+-*/) Yes Yes Yes

Built-In High-Speed Counter

4 (20 KHz) 4 (20 KHz) 6 (20 KHz)

Analog Adjustments 1 1 2Pulse Outputs 2 (20 KHz, DC) 2 (20 KHz, DC) 2 (20 KHz, DC)

Communication Interrupts

1 Transmit/2 Receive

1 Transmit/2 Receive

1 Transmit/2 Receive

Timed Interrupts 2 (1ms - 255ms) 2 (1ms - 255ms) 2 (1ms - 255ms)

Hardware Input Interrupts

4 4 4

Real-Time Clock Yes (Cartridge) Yes (Cartridge) Yes (Built-In)Password Protection Yes Yes Yes

Number of Ports 1 (RS-485) 1 (RS-485) 1 (RS-485)

Protocols Supported Port 0

PPI, MPI Slave, Freeport

PPI, MPI Slave, Freeport

PPI, MPI Slave, Freeport

Profibus Peer-to-Peer (NETR/NETW) (NETR/NETW) (NETR/NETW)

Communications

Memory

Total I/O

Instructions

Enhanced Features

Local I/O

Page 31: Basics of Plc Automation

31

Mode switch and When the mode switch is in the RUN position the CPU is in theAnalog adjustment run mode and executing the program. When the mode switch is

in the STOP position the CPU is stopped. When the modeswitch is in the TERM position the programming device canselect the operating mode.

The analog adjustment is used to increase or decrease valuesstored in special memory. These values can be used to updatethe value of a timer or counter, or can be used to set limits.

Optional Cartridge The S7-200 supports an optional memory cartridge thatprovides a portable EEPROM storage for your program. Thecartridge can be used to copy a program from one S7-200 PLCto a like S7-200 PLC.

In addition, two other cartridges are available. A real-time clockwith battery is available for use on the S7-221 and S7-222. Thebattery provides up to 200 days of data retention time in theevent of a power loss. The S7-224 has a real-time clock built in.Another cartridge is available with a battery only.

Page 32: Basics of Plc Automation

32

Expansion modules The S7-200 PLCs are expandable. Expansion modules containadditional inputs and outputs. These are connected to the baseunit using a ribbon connector.

The ribbon connector is protected by a cover on the base unit.Side-by-side mounting completely encloses and protects theribbon connector.

Page 33: Basics of Plc Automation

33

Available expansion The S7-221 comes with 6 digital inputs and 4 digital outputs.These are not expandable. The S7-222 comes with 8 digitalinputs and 6 digital outputs. The 222 will accept up to 2expansion modules. The S7-224 comes with 14 digital inputsand 10 digital outputs. The 224 will accept up to 7 expansionmodules.

EM

EM EM EM

EM

EM EMEM EM

CPU 222

CPU 224

CPU 221

8 Inputs, 6 OutputsAccepts up to 2

Expansion Modules (EM)

14 Inputs, 10 OutputsAccepts up to 7

Expansion Modules (EM)

6 Inputs, 4 OutputsNo Expansion

Status indicators The CPU status indicators reflect the current mode of CPUoperation. If, for example, the mode switch is set to the RUNposition, the green RUN indicator is lit. When the mode switchis set to the STOP position, the yellow STOP indicator is lit.

The I/O status indicators represent the On or Off status ofcorresponding inputs and outputs. When the CPU senses aninput is on, the corresponding green indicator is lit.

Page 34: Basics of Plc Automation

34

Installing The S7-200 can be installed in one of two ways. A DIN clipallows installation on a standard DIN rail. The DIN clip snapsopen to allow installation and snaps closed to secure the unit onthe rail. The S7-200 can also be panel mounted using installationholes located behind the access covers.

External power supply An S7-200 can be connected to either a 24 VDC or a 120/230sources VAC power supply depending on the CPU. An S7-200 DC/DC/

DC would be connected to a 24 VDC power supply. The powersupply terminals are located on the far right side of the topterminal strip.

An S7-200 AC/DC/Relay would be connected to a 120 or 230VAC power supply.

Page 35: Basics of Plc Automation

35

I/O numbering S7-200 inputs and outputs are labeled at the wiring terminationsand next to the status indicators. These alphanumeric symbolsidentify the I/O address to which a device is connected. Thisaddress is used by the CPU to determine which input is presentand which output needs to be turned on or off. I designates adiscrete input and Q designates a discrete output. The firstnumber identifies the byte, the second number identifies thebit. Input I0.0, for example, is byte 0, bit 0.

I0.0 = Byte 0, Bit 0I0.1 = Byte 0, Bit 1I1.0 = Byte 1, Bit 0I1.1 = Byte 1, Bit 1

The following table identifies the input and output designations.

Inputs Input devices, such as switches, pushbuttons, and other sensordevices are connected to the terminal strip under the bottomcover of the PLC.

I0.0 1st Input I1.0 9th Input Q0.0 1st Output Q1.0 9th Output

I0.1 2nd Input I1.1 10th Input Q0.1 2nd Output Q1.1 10th Output

I0.2 3rd Input I1.2 11th Input Q0.2 3rd Output

I0.3 4th Input I1.3 12th Input Q0.3 4th Output

I0.4 5th Input I1.4 13th Input Q0.4 5th Output

I0.5 6th Input I1.5 14th Input Q0.5 6th Output

I0.6 7th Input Q0.6 7th Output

I0.7 8th Input Q0.7 8th Output

Page 36: Basics of Plc Automation

36

Input simulator A convenient method of testing a program is to wire toggleswitches to the inputs. Input simulators with prewired toggleswitches are available for the S7-200s. Switches are wiredbetween the 24 VDC power supply (L+) and the inputs. Forexample, the switch on the far left is wired between the firstinput (0.0) and L+. When the switch is closed, 24 VDC isapplied to the input. This is referred to as a logic 1. When theswitch is open, 0 VDC is applied to the input. This is referred toas a logic 0.

Outputs Output devices, such as relays, are connected to the terminalstrip under the top cover of the PLC. When testing a program, itis not necessary to connect output devices. The LED statusindicators signal if an output is active.

Page 37: Basics of Plc Automation

37

Optional connector An optional fan-out connector allows for field wiring connectionsto remain fixed when removing or replacing an S7-221 or 222.The appropriate connector slides into either the input, output, orexpansion module terminals.

Removable Terminal Strip The S7-224 does not have an optional fan-out connector.Instead, the terminal strips are removable. This allows the fieldwiring connections to remain fixed when removing or replacingthe S7-224.

Page 38: Basics of Plc Automation

38

Super capacitor A super capacitor, so named because of its ability to maintain acharge for a long period of time, protects data stored in RAM inthe event of a power loss. The RAM memory is typically backedup on the S7-221 and 222 for 50 hours, and on the S7-224 for72 hours.

ExecutedProgram

CurrentData

Memorybits,timers,counters

Programbackup

Programandparameters

Parameters

RAM EEPROM

Optional EEPROMMemory Cartridge

SuperCapacitor

Reference manual The SIMATIC S7-200 Programmable Controller SystemManual provides complete information on installing andprogramming the S7-200 PLCs.

Page 39: Basics of Plc Automation

39

Review 31. The three models of S7-200 are ____________ ,

____________ and ____________ .

2. Which of the following is not available on an S7-221?

a. Mode Switchb. Expansion Portc. Programming Portd. Status Indicators

3. An S7-222 can have a maximum of ____________expansion modules and an S7-224 can have amaximum of ____________ expansion modules.

4. An S7-222 has ____________ DC inputs and____________ DC outputs.

5. An S7-224 has ____________ DC inputs and____________ DC outputs.

6. The fourth output of an S7-200 would be labeled____________ .

7. S7-200 can be panel mounted or installed on a____________ rail.

8. A super capacitor will maintained data stored in RAMfor up ____________ hours on an S7-222 and up to____________ hours on an S7-224.

Page 40: Basics of Plc Automation

40

Connecting External Devices

TD200 The S7-200 programming port can be used to communicatewith a variety of external devices. One such device is the TD200text display unit. The TD200 displays messages read from theS7-200, allows adjustment of designated program variables,provides the ability to force, and permits setting of the time anddate. The TD200 can be connected to an external power supplyor 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 sensingdevices such as a bar code reader.

Page 41: Basics of Plc Automation

41

Printer Freeport mode can also be used to connect to a non-SIMATICprinter.

Interconnection It is possible to use one programming device to addressmultiple S7-200 devices on the same communication cable. Atotal of 31 units can be interconnected without a repeater.

Page 42: Basics of Plc Automation

42

Programming A PLC

STEP 7-Micro/WIN is the program software used with the S7-200 PLC to create the PLC operating program. STEP 7 consistsof a number of instructions that must be arranged in a logicalorder to obtain the desired PLC operation. These instructions aredivided into three groups: standard instructions, specialinstructions, and high-speed instructions.

Standard instructions Standard instructions consists of instructions that are found inmost programs. Standard instructions include; timer, counter,math, logical, increment/decrement/invert, move, and blockinstructions.

Special instructions Special instructions are used to manipulate data. Specialinstructions include shift, table, find, conversion, for/next, andreal-time instructions.

High-speed instructions High-speed instructions allow for events and interrupts to occurindependent of the PLC scan time. These include high-speedcounters, interrupts, output, and transmit instructions.

It is not the purpose of this text to explain all of the instructionsand capabilities. A few of the more common instructionsnecessary for a basic understanding of PLC operation will bediscussed. PLC operation is limited only by the hardwarecapabilities and the ingenuity of the person programming it.Refer to the SIMATIC S7-200 Programmable ControllerSystem Manual for detailed information concerning theseinstructions.

Page 43: Basics of Plc Automation

43

Micro/WIN The programming software can be run Off-line or On-line. Off-line programming allows the user to edit the ladder diagram andperform a number of maintenance tasks. The PLC does notneed to be connected to the programming device in this mode.On-line programming requires the PLC to be connected to theprogramming device. In this mode program changes aredownloaded to the PLC. In addition, status of the input/outputelements can be monitored. The CPU can be started, stopped,or reset.

Symbols In order to understand the instructions a PLC is to carry out, anunderstanding of the language is necessary. The language ofPLC ladder logic consists of a commonly used set of symbolsthat represent control components and instructions.

Contacts One of the most confusing aspects of PLC programming forfirst-time users is the relationship between the device thatcontrols a status bit and the programming function that uses astatus bit. Two of the most common programming functions arethe normally open (NO) contact and the normally closed (NC)contact. Symbolically, power flows through these contactswhen they are closed. The normally open contact (NO) is true(closed) when the input or output status bit controlling thecontact is 1. The normally closed contact (NC) is true (closed)when the input or output status bit controlling the contact is 0.

Normally Open(NO)

Normally Closed(NC)

Page 44: Basics of Plc Automation

44

Coils Coils represent relays that are energized when power flows tothem. When a coil is energized, it causes a correspondingoutput to turn on by changing the state of the status bitcontrolling that output to 1. That same output status bit may beused to control normally open and normally closed contactselsewhere in the program.

Boxes Boxes represent various instructions or functions that areexecuted when power flows to the box. Typical box functionsare timers, counters, and math operations.

Entering elements Control elements are entered in the ladder diagram bypositioning the cursor and selecting the element from a lists. Inthe following example the cursor has been placed in theposition to the right of I0.2. A coil was selected from a pull-down list and inserted in this position.

Network 1

Network 2

I0.0 I0.1

I0.2

Q0.0

Cursor

Page 45: Basics of Plc Automation

45

An AND operation Each rung or network on a ladder represents a logic operation.The following programming example demonstrates an ANDoperation. Two contact closures and one output coil are placedon network 1. They were assigned addresses I0.0, I0.1, andQ0.0. Note that in the statement list a new logic operationalways 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 truein order for output Q0.0 (output 1) to be true. It can also be seenThat I0.0 and I0.1 must be true for Q0.0 to be true by looking atthe function block diagram representation.

Network 1

Network 1

Network 1LD I0.0A I0.1= Q0.0

I0.0

I0.0

I0.1

I0.1

Q0.0

Q0.0

Ladder Diagram Representation

Statement List Representation

Function Block Diagram Representation

AND

Another way to see how an AND function works is with aBoolean logic diagram. In Boolean logic an AND gate isrepresented by a number of inputs on the left side. In this casethere are two inputs. The output is represented on the rightside. It can be seen from the table that both inputs must be alogic 1 in order for the output to be a logic 1.

I0.0

I0.0

I0.1

I0.1

Q0.0

Q0.0

0011

0101

0001

And (A) Function

Input 1

Input 1

Input 2

Input 2

Output 1

Output 1

0011

0101

0001

And (A) Function

Page 46: Basics of Plc Automation

46

An OR operation In this example an OR operation is used in network 1. It can beseen 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.

Network 1

Network 1

Network 1LD I0.2O I0.3= Q0.1

I0.2

I0.2

I0.3

I0.3

Q0.1

Q0.1

Ladder Diagram Representation

Statement List Representation

Function Block Diagram Representation

OR

Another way to see how an OR function works is with aBoolean logic diagram. The symbol differs slightly from an ANDfunction. The OR function is represented by a number of inputson the left side. In this case there are two inputs. The output isrepresented on the right side. It can be seen from the table thatany input can be a logic 1 in order for the output to be a logic 1.

Input 3

Input 3

Input 4

Input 4

Output 2

Output 2

0011

0101

0111

Or (O) Function

I0.4

I0.4

I0.5

I0.5

Q0.1

Q0.1

0011

0101

0111

Or (O) Function

Page 47: Basics of Plc Automation

47

Testing a program Once a program has been written it needs to be tested anddebugged. One way this can be done is to simulate the fieldinputs with an input simulator, such as the one made for the S7-200. The program is first downloaded from the programmingdevice to the CPU. The selector switch is placed in the RUNposition. The simulator switches are operated and the resultingindication is observed on the output status indicator lamps.

Status functions After a program has been loaded and is running in the PLC, theactual status of ladder elements can be monitored using STEP 7Micro/WIN software. The standard method of showing a ladderelement is by indicating the circuit condition it produces whenthe device is in the deenergized or nonoperated state. In thefollowing illustration input 1 (I0.0) is programmed as a normallyopen (NO) contact. In this condition, power will not flow throughthe contacts to the output (Q0.0).

Page 48: Basics of Plc Automation

48

When viewing the ladder diagram in the status mode, controlelements that are active, or true (logic 1), are highlighted. In theexample shown the toggle switch connected to input 1 hasbeen closed. Power can now flow through the control elementassociated with input 1 (I0.0) and activate the output (Q0.0). Thelamp will illuminate.

Forcing Forcing is another useful tool in the commissioning of anapplication. It can be used to temporarily override the input oroutput status of the application in order to test and debug theprogram. The force function can also be used to overridediscrete output points. The force function can be used to skipportions of a program by enabling a jump instruction with aforced memory bit. Under normal circumstances the toggleswitch, shown in the illustration below, would have to be closedto enable input 1 (I0.0) and turn on the output light. Forcingenables input 1 even though the input toggle switch is open.With input 1 forced high the output light will illuminate. When afunction is forced the control bit identifier is highlighted. Theelement is also highlighted because it is on.

Page 49: Basics of Plc Automation

49

The following table shows the appearance of ladder elements inthe Off, forced, and On condition.

Page 50: Basics of Plc Automation

50

Discrete Inputs/Outputs

To understand discrete control of a programmable controller thesame simple lamp circuit illustrated with forcing will be used.This is only for instructional purposes as a circuit this simplewould not require a programmable controller. In this examplethe lamp is off when the switch is open and on when theswitch is closed.

ToggleSwitch

PLC Lamp

Wiring To accomplish this task, a switch is wired to the input of thePLC and an indicator light is wired to output terminal.

Light

Switch

Page 51: Basics of Plc Automation

51

The following drawing illustrates the sequence of events. Aswitch is wired to the input module of the PLC. A lamp is wiredto the output module. The program is in the CPU. The CPUscans the inputs. When it finds the switch open I0.0 receives abinary 0. This instructs Q0.0 to send a binary 0 to the outputmodule. The lamp is off. When it finds the switch closed I0.0receives a binary 1. This instructs Q0.0 to send a binary 1 to theoutput module, turning on the lamp.

Program instruction When the switch is open the CPU receives a logic 0 from inputI0.0. The CPU sends a logic 0 to output Q0.0 and the light is off.

I0.0 Q0.0

Network 1

LD=

I0.0Q0.0

When the switch is closed the CPU receives a logic 1 frominput I0.0. The CPU sends a logic 1 to output Q0.0, thusactivating Q0.0. The light turns on.

I0.0 Q0.0

Network 1

LD=

I0.0Q0.0

Page 52: Basics of Plc Automation

52

Motor starter example The following example involves a motor start and stop circuit.The line diagram illustrates how a normally open and a normallyclosed pushbutton might be used in a control circuit. In thisexample a motor started (M) is wired in series with a normallyopen momentary pushbutton (Start), a normally closedmomentary pushbutton (Stop), and the normally closedcontacts of an overload relay (OL).

L1T1

T2

T3

L2

L3

OL

OL

OL

OL

M

M

M

Ma

MMotor

StartStop

Momentarily depressing the Start pushbutton completes thepath of current flow and energizes the motor starter (M).

Page 53: Basics of Plc Automation

53

This closes the associated M and Ma (auxiliary contact locatedin the motor starter) contacts. When the Start button is releaseda holding circuit exists to the M contactor through the auxiliarycontacts Ma. The motor will run until the normally closed Stopbutton is depressed, or the overload relay opens the OLcontacts, breaking the path of current flow to the motor starterand opening the associated M and Ma contacts.

L1T1

T2

T3

L2

L3

OL

OL

OL

OL

M

M

M

Ma

MMotor

StartStop

This control task can also be accomplished with a PLC.

PLC

Start/Stop Pushbuttons(Sensors)

Motor Starter(Acuator)

Motor

Input

Output

Page 54: Basics of Plc Automation

54

Program instruction A normally open Start Pushbutton is wired to the first input(I0.0), a normally closed Stop Pushbutton is wired to the secondinput (I0.1), and normally closed overload relay contacts (part ofthe motor starter) are connected to the third input (I0.2). Thefirst input (I0.0), second input (I0.1), and third input (I0.2) forman AND circuit and are used to control normally openprogramming function contacts on Network 1. I0.1 status bit is alogic 1 because the normally closed (NC) Stop Pushbutton isclosed. I0.2 status bit is a logic 1 because the normally closed(NC) overload relay (OL) contacts are closed. Output Q0.0 isalso programmed on Network 1. In addition, a normally open setof contacts associated with Q0.0 is programmed on Network 1to form an OR circuit. A motor starter is connected to outputQ0.0.

Input Output

Network 1

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

When the Start Pushbutton is depressed the CPU receives alogic 1 from input I0.0. This causes the I0.0 contact to close. Allthree inputs are now a logic 1. The CPU sends a logic 1 tooutput Q0.0. The motor starter is energized and the motorstarts.

Input Output

Network 1

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

Page 55: Basics of Plc Automation

55

When the Start pushbutton is pressed, output Q0.0 is now trueand on the next scan, when normally open contact Q0.0 issolved, the contact will close and output Q0.0 will stay on evenif the Start Pushbutton has been released.

Input Output

Network 1

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

The motor will continue to run until the Stop Pushbutton isdepressed. Input I0.1 will now be a logic 0 (false). The CPU willsend a binary 0 to output Q0.0. The motor will turn off.

Input Output

Network 1

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

Page 56: Basics of Plc Automation

56

When the Stop Pushbutton is released I0.1 logic function willagain be true and the program ready for the next time the StartPushbutton is pressed.

Input Output

Network 1

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

Expanding the application The application can be easily expanded to include indicatorlights for RUN and STOP conditions. In this example a RUNindicator light is connected to output Q0.1 and a STOP indicatorlight is connected to output Q0.2.

PLC

Start/Stop Pushbuttons(Sensors)

Motor Starter(Acuator)

Motor

Input

Output Indicator Lights

Page 57: Basics of Plc Automation

57

It can be seen from the ladder logic that a normally open outputQ0.0 is connected on Network 2 to output Q0.1 and a normallyclosed Q0.0 contact is connected to output Q0.2 on network 3.In a stopped condition output Q0.0 is off. The normally openQ0.0 contacts on Network 2 are open and the RUN indicator,connected to output Q0.1 light is off. The normally closed Q0.1on Network 3 lights are closed and the STOP indicator light,connected to output Q0.2 is on.

Input Output

Network 1

Network 2

Network 3

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

RUN Indicator

STOP Indicator

Q0.1

Q0.2

Q0.1

Q0.2

Q0.0

Q0.0

Page 58: Basics of Plc Automation

58

When the PLC starts the motor output Q0.0 is now a logic high(On). The normally open Q0.0 contacts on Network 2 nowswitch to a logic 1 (closed) and output Q0.1 turns the RUNindicator on. The normally closed Q0.0 contacts on Network 3switch to a logic 0 (open) and the STOP indicator lightconnected to output Q0.2 is now off.

Input Output

Network 1

Network 2

Network 3

CPU

I0.0 I0.1 I0.2I0.0

I0.1

I0.2

Q0.0Q0.0

Q0.0

Start (NO)

OL

Stop (NC) MotorStarter

to Motor

RUN Indicator

STOP Indicator

Q0.1

Q0.2

Q0.1

Q0.2

Q0.0

Q0.0

Adding a limit switch The application can be futher expanded by adding a limit switchwith normally open contacts to input I0.3.

PLC

Start/Stop Pushbuttons(Sensors)

Motor Starter(Acuator)

Motor

Input

Output Indicator Lights

Limit Switch

Page 59: Basics of Plc Automation

59

A limit switch could be used to stop the motor or prevent themotor from being started. An access door to the motor, or itsassociated equipment, is one example of a limit switch�s use. Ifthe access door is open, the normally open contacts of LS1connected to input I0.3 are open and the motor will not start.

Input

Output

Network 1

Network 2

Network 3

CPU

I0.0 I0.1 I0.2 I0.3I0.0

I0.1

I0.2

I0.3

Q0.0Q0.0

Q0.0

Start (NO)

OL

LS1

Stop (NC) MotorStarter

to Motor

RUN Indicator

STOP Indicator

Q0.1

Q0.2

Q0.1

Q0.2

Q0.0

Q0.0

When the access door is closed, the normally open contacts onthe limit switch (LS1) are closed. Input I0.3 is now on (logic 1),and the motor will start when the Start pushbutton is pressed.

Input

Output

Network 1

Network 2

Network 3

CPU

I0.0 I0.1 I0.2 I0.3I0.0

I0.1

I0.2

I0.3

Q0.0Q0.0

Q0.0

Start (NO)

OL

LS1

Stop (NC) MotorStarter

to Motor

RUN Indicator

STOP Indicator

Q0.1

Q0.2

Q0.1

Q0.2

Q0.0

Q0.0

Page 60: Basics of Plc Automation

60

The PLC program can be expanded to accomodate manycommercial and industrial applications. Additional Start/StopPushbuttons and indicator lights can be added for remoteoperation, or control of a second motor starter and motor.Overtravel limit switches can be added along with proximityswitches for sensing object position. The applications are onlylimited by the number of I/Os and amount of memory availableon the PLC.

Page 61: Basics of Plc Automation

61

Review 41. Identify the following symbols:

a. ____________

b. ____________

c. ____________

2. In a statement list each new logic operation begins witha ____________ instruction.

3. Complete the following tables:

4. In the following instruction Q0.0 will be true (logic 1)when ____________ or ____________ is true, and when____________ is true.

Page 62: Basics of Plc Automation

62

Analog Inputs and Outputs

PLCs must also work with continuous or analog signals. Typicalanalog signals are 0 - 10 VDC or 4 - 20 mA. Analog signals areused to represent changing values such as speed, temperature,weight, and level. A PLC cannot process these signals in ananalog form. The PLC must convert the analog signal into adigital representation. An expansion module, capable ofconverting the analog signal, must be used. The S7-200converts analog values into a 12-bit digital representation. Thedigital values are transferred to the PLC for use in register orword locations.

I/O Module

Page 63: Basics of Plc Automation

63

Analog inputs A field device that measures a varying value is typicallyconnected to a transducer. In the following example a scale isconnected to a load cell. A load cell is a device that takes avarying value and converts it to a variable voltage or currentoutput. In this example the load cell is converting a value ofweight into a 0 - 10 VDC output. The output value dependsentirely on the manufactured specifications for the device. Thisload cell outputs 0 - 10 VDC for a 0 - 500 Lbs input. The 0 - 10VDC load cell output is connected to the input of an analogexpansion module.

Application example An example of an analog input can be seen in the followingillustration. As packages move along a conveyor they areweighed. A package that weighs at or greater than a specifiedvalue is routed along one conveyor path. A package that weighsless than a specified value is routed along another conveyorpath, where it will later be inspected for missing contents.

Page 64: Basics of Plc Automation

64

Analog outputs Analog outputs are used in applications requiring controlcapability of field devices which respond to continuous voltageor current levels. Analog outputs may be used as a variablereference for control valves, chart recorders, electric motordrives, analog meters, and pressure transducers. Like analoginputs, analog outputs are generally connected to a controllingdevice through a transducer. The transducer takes the voltagesignal and, depending on the requirement, amplifies, reduces,or changes it into another signal which controls the device. Inthe following example a 0 - 10 VDC signal controls a 0 - 500 Lbs.scale analog meter.

Weight0 - 500 Lbs

0 - 10 VDC

PLCAnalog Output

Transducer

Voltage - Weight

Analog WeightMeter

Page 65: Basics of Plc Automation

65

Timers

Timers are devices that count increments of time. Traffic lightsare one example where timers are used. In this example timersare used to control the length of time between signal changes.

Timers are represented by boxes in ladder logic. When a timerreceives an enable, the timer starts to time. The timer comparesits current time with the preset time. The output of the timer isa logic 0 as long as the current time is less than the preset time.When the current time is greater than the preset time the timeroutput is a logic 1. S7-200 uses three types of timers: On-Delay(TON), Retentive On-Delay (TONR), and Off-Delay (TOF).

Page 66: Basics of Plc Automation

66

S7-200 timers S7-200 timers are provided with resolutions of 1 millisecond, 10milliseconds, and 100 milliseconds. The maximum value ofthese timers is 32.767 seconds, 327.67 seconds, and 3276.7seconds, respectively. By adding program elements, logic canbe programmed for much greater time intervals.

Hard-wired timing circuit Timers used with PLCs can be compared to timing circuits usedin hard-wired control line diagrams. In the following example, anormally open (NO) switch (S1) is used with a timer (TR1). Forthis example the timer has been set for 5 seconds. When S1 isclosed, TR1 begins timing. When 5 seconds have elapsed, TR1will close its associated normally open TR1 contacts,illuminating pilot light PL1. When S1 is open, deenergizing TR1,the TR1 contacts open, immediately extinguishing PL1. This typeof timer is referred to as ON delay. ON delay indicates that oncea timer receives an enable signal, a predetermined amount oftime (set by the timer) must pass before the timer�s contactschange state.

On-Delay (TON) When the On-Delay timer (TON) receives an enable (logic 1) atits input (IN), a predetermined amount of time (preset time - PT)passes before the timer bit (T-bit) turns on. The T-bit is a logicfunction internal to the timer and is not shown on the symbol.The timer resets to the starting time when the enabling inputgoes to a logic 0.

Page 67: Basics of Plc Automation

67

In the following simple timer example, a switch is connected toinput I0.3, and a light is connected to output Q0.1.

When the switch is closed input 4 becomes a logic 1, which isloaded into timer T37. T37 has a time base of 100 ms (.100seconds). The preset time (PT) value has been set to 150. This isequivalent to 15 seconds (.100 x 150 ). The light will turn on 15seconds after the input switch is closed. If the switch wereopened before 15 seconds had passed, then reclosed, the timerwould again begin timing at 0.

T37

150

I0.3

Q0.1

TON

T37

IN

PT

Page 68: Basics of Plc Automation

68

A small sample of the flexibility of PLCs is shown in thefollowing program logic. By reprogramming the T37 contact as anormally closed contact, the function of the circuit is changed tocause the indicator light to turn off only when the timer timesout. This function change was accomplished without changingor rewiring I/O devices.

T37

150

I0.3

Q0.1

TON

T37

IN

PT

Retentive On-Delay (TONR) The Retentive On-Delay timer (TONR) functions in a similarmanner to the On-Delay timer (TON). There is one difference.The Retentive On-Delay timer times as long as the enablinginput is on, but does not reset when the input goes off. Thetimer must be reset with a RESET (R) instruction.

Page 69: Basics of Plc Automation

69

The same example used with the On-Delay timer will be usedwith the Retentive On-Delay timer. When the switch is closed atinput I0.3, timer T5 (Retentive timer) begins timing. If, forexample, after 10 seconds input I0.3 is opened the timer stops.When input I0.3 is closed the timer will begin timing at 10seconds. The light will turn on 5 seconds after input I0.3 hasbeen closed the second time. A RESET (R) instruction can beadded. Here a pushbutton is connected to input I0.2. If after 10seconds input I0.3 were opened, T5 can be reset bymomentarily closing input I0.2. T5 will be reset to 0 and begintiming from 0 when input I0.3 is closed again.

T5

T5

150

I0.3

I0.2

Q0.1

R

TONR

T5

IN

PT

Off-Delay (TOF) The Off-Delay timer is used to delay an output off for a fixedperiod of time after the input turns off. When the enabling bitturns on the timer bit turns on immediately and the value is setto 0. When the input turns off, the timer counts until the presettime has elapsed before the timer bit turns off.

TOF

TXXX

IN

PT

Page 70: Basics of Plc Automation

70

S7-200 timers The S7-200s have 256 timers. The specific T number chosen forthe 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 twochemicals, mixed, and then drained. When the Start Button ispressed at input I0.0, the program starts pump 1 controlled byoutput Q0.0. Pump 1 runs for 5 seconds, filling the tank withthe first chemical, then shuts off. The program then starts pump2, controlled by output Q0.1. Pump 2 runs for 3 seconds fillingthe tank with the second chemical. After 3 seconds pump 2shuts off. The program starts the mixer motor, connected tooutput Q0.2 and mixes the two chemicals for 60 seconds. Theprogram then opens the drain valve controlled by output Q0.3,and starts pump 3 controlled by output Q0.4. Pump 3 shuts offafter 8 seconds and the process stops. A manual Stop switch isalso provided at input I0.1.

Timer Type Resolution Maximum Value Timer Number1 ms 32.767 seconds T0, T6410 ms 327.67 seconds T1-T4, T65-T68100 ms 3276.7 seconds T5-T31, T69-T951 ms 32.767 seconds T32, T9610 ms 327.67 seconds T33-T36, T97-T100100 ms 3276.7 seconds T37-T63, T101-T255

TONR

TON, TOF

Page 71: Basics of Plc Automation

71

Review 51. Analog signals are converted into a ____________

format by the PLC.

2. Three types of timers available in the S7-200 are On-Delay, ____________ On-Delay, and ____________-Delay.

3. The maximum time available on a 100 millisecond timebase timer is ____________ seconds.

4. A count of 25 on a 10 millisecond time base timerrepresents a time of __________ milliseconds.

5. There are ____________ timers in the S7-200.

Page 72: Basics of Plc Automation

72

Counters

Counters used in PLCs serve the same function as mechanicalcounters. Counters compare an accumulated value to a presetvalue to control circuit functions. Control applications thatcommonly use counters include the following:

� Count to a preset value and cause an event to occur

� Cause an event to occur until the count reaches a presetvalue

A bottling machine, for example, may use a counter to countbottles into groups of six for packaging.

Page 73: Basics of Plc Automation

73

Counters are represented by boxes in ladder logic. Countersincrement/decrement one count each time the input transitionsfrom off (logic 0) to on (logic 1). The counters are reset when aRESET instruction is executed. S7-200 uses three types ofcounters: up counter (CTU), down counter (CTD), and up/downcounter (CTUD).

Count Up/DownCount Up Count Down

PV PV

R LD

PV

CU CDCD

CU

R

CTU CTD CTUD

XXX XXX XXX

S7-200 counters There are 256 counters in the S7-200, numbered 0 through 255.The same number cannot be assigned to more than onecounter. For example, if an up counter is assigned number 45, adown counter cannot also be assigned number 45. Themaximum 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 froma 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. Ifthe current count is equal to or greater than the preset valuestored in PV, the output bit (Q) turns on (not shown).

PV

R

CU

CTU

XXX

Page 74: Basics of Plc Automation

74

Down counter The down counter counts down from the preset value (PV) eachtime CD transitions from a logic 0 to a logic 1. When the currentvalue is equal to zero the counter output bit (Q) turns on (notshown). The counter resets and loads the current value with thepreset value (PV) when the load input (LD) is enabled.

PV

LD

CD

CTD

XXX

Up/Down counter The up/down counter counts up or down from the preset valueeach 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 outputQU turns on. When the current value (CV) is equal to zero, theoutput QD turns on. The counter loads the current value (CV)with the preset value (PV) when the load input (LD) is enabled.Similarly, the counter resets and loads the current value (CV)with zero when the reset (R) is enabled. The counter stopscounting when it reaches preset or zero.

PV

LD

CD

CU

R

CTUD

XXX

Page 75: Basics of Plc Automation

75

Counter example A counter might be used to keep track of the number ofvehicles in a parking lot. As vehicles enter the lot through anentrance gate, the counter counts up. As vehicles exit the lotthrough an exit gate, the counter counts down. When the lot isfull a sign at the entrance gate turns on indicating the lot is full.

Page 76: Basics of Plc Automation

76

Up/down counter C48 is used in this example. A switch,connected to the entrance gate, has been wired to input I0.0. Aswitch, connected to the exit gate, has been wired to input I0.1.A reset switch, located at the collection booth, has been wiredto input I0.2. The parking lot has 150 parking spaces. This valuehas been stored in the preset value (PV). The counter output hasbeen directed to output Q0.1. Output 2 is connected to a�Parking Lot Full� sign. As cars enter the lot the entrance gateopens. Input I0.0 transitions from a logic 0 to a logic 1,incrementing the count by one. As cars leave the lot the exitgate opens. Input I0.1 transitions from a logic 0 to a logic 1,decrementing the count by 1. When the count has reached 150output Q0.1 transitions from a logic 0 to a logic 1. The �ParkingLot Full� sign illuminates. When a car exits, decrementing thecount to 149, the sign turns off.

Page 77: Basics of Plc Automation

77

High-Speed Instructions

As discussed earlier, PLCs have a scan time. The scan timedepends on the size of the program, the number of I/Os, andthe amount of communication required. Events may occur in anapplication that require a response from the PLC before thescan cycle is complete. For these applications high-speedinstructions can be used.

PLC Scan

ReadInputs

UpdateOutputs

Diagnostics,Communications

ExecuteProgram

High speed counters High-speed counters are represented by boxes in ladder logic.The S7-221 and S7-222 supports four high-speed counters(HSC0, HSC3, HSC4, HSC5). The CPU 224 supports six high-speed counters (HSC0, HSC1, HSC2, HSC3, HSC4, HSC5).

Page 78: Basics of Plc Automation

78

Definition boxes and The high-speed counter definition boxes are used to assignhigh-speed counters a mode to the counter. High-speed counters can be defined by

the definition box to operate in any of the12 available modes. Itshould be noted that not all counters can operate in all of theavailable modes. Refer to the S7-Programmable ControllerSystem Manual for definitions available for each counter. Eachcounter has dedicated inputs for clocks, direction control, reset,and start where these functions are supported. The maximumclock input frequency is 20 KHz. For the two-phase counters,both clocks may be run at 20 KHz. In quadrature mode, 1x or 4xcounting rates can be selected. At 1x rate the maximumcounting frequency is 20 KHz. At 4x rate the maximum countingfrequency is 80 KHz.

Positioning Positioning is one example of an application that can use high-speed counters. In the following illustration a motor isconnected through a starter to a PLC output. The motor shaft isconnected to an encoder and a positioning actuator. Theencoder emits a series of pulses as the motor turns. In thisexample the program will move an object from position 1 toposition 6. Assume the encoder generates 600 pulses perrevolution, and it takes 1000 motor revolutions to move theobject from one position to another. To move the object fromposition 1 to position 6 (5 positions) would take 5000 motorrevolutions. The counter would count up 30,000 counts (5000revolutions x 600 pulses per revolution) and stop the motor.

Page 79: Basics of Plc Automation

79

Interrupts Interrupts are another example of an instruction that must beexecuted before the PLC has completed the scan cycle.Interrupts in the S7-200 are prioritized in the following order:

1. Communications2. I/O Interrupts3. Time-Based Interrupts

PTO Pulse train output (PTO) is used to provide a series of pulses toan output device, such as a stepper motor driver. The PTOprovides a square wave output for a specified number of pulsesand a specified cycle time. The number of pulses can be from 1to 4,294,967,295 pulses. The cycle time can either be from 250to 65,535 microseconds or 2 to 65,535 milliseconds. PTOs havea 50% duty cycle. This means the pulse is off for the sameamount of time it is on. The number of pulses and the cycletime can be changed with an interrupt. In the following exampleeach pulse is on for 500 ms, and off for 500 ms. After fourpulses an interrupt occurs which changes the cycle time to1000 ms.

Q0.0

4 Pulses500 milliseconds Each

4 Pulses1000 milliseconds Each

InterruptOccurs

PWM The Pulse Width Modulation (PWM) function provides a fixedcycle time with a variable duty cycle time. The cycle time andpulse width can be specified from 250 to 65,535 microsecondsor 2 to 65,535 milliseconds. The pulse width time has a range of0 to 65,535 microseconds or 0 to 65,535 milliseconds. Whenthe pulse width is equal to the cycle time, the duty cycle is100% and the output is turned on continuously. In the followingexample the output has a 10% duty cycle (on 10% off 90%).After an interrupt the cycle switches to a 50% duty cycle (on50%, off 50%).

Q0.0

On OnOff Off

10%Duty Cycle

50%Duty Cycle

Page 80: Basics of Plc Automation

80

The PWM function can be used to provide a programmable oradjustable control of machine timing. This allows machineoperation to be varied to compensate for product variations ormechanical wear.

Transmit Transmit allows communication with external devices, such asmodems, printers, computers, via the serial interface. See thesection titled �Connecting External Devices� for examples.

Web site For more information and sales support on the S7-200 visit ourweb site at http://www.siemens.com/s7-200.

Review 61. The S7-200 supports ____________ counters.

2. Three types of counters used in S7-200 are____________ , ____________ , and ____________ .

3. Counters can count to a maximum of ____________ .

4. Events that require an action from the PLC before thescan cycle is complete are controlled by ________________________ instructions.

5. Depending on the counter, there are up to ____________modes available on high-speed counters.

Page 81: Basics of Plc Automation

81

Review Answers

Review 1 1) a: input module, b: CPU, c: output module, d: programmingdevice, e: operator interface; 2) 2; 3) 16; 4) 1010, 0001 000, A.

Review 2 1) discrete; 2) discrete; 3) CPU; 4) Ladder logic; 5) program;6) program, data, configuarable parameter; 7) 1024; 8) firmware;9) e; 10) PC/PPI.

Review 3 1) 221, 222, 224; 2) b; 3) 2, 7; 4) 8, 6; 5) 14, 10; 6) Q0.3; 7) DIN;8) 50, 72.

Review 4 1) a: box, b: contact, c: coil; 2) load; 3) AND Function - a: 0, b: 0,c: 0, d: 1, Or Function - e: 0, f: 1, g: 1, h: 1; 4) I0.0 or Q0.0, andI0.1.

Review 5 1) digital; 2) retentive, off; 3) 3276.7 seconds; 4) 250; 5) 256.

Review 6 1) 256; 2) CTU, CTD, CTUD; 3) ±32,767; 4) high-speed; 5) 12.

Page 82: Basics of Plc Automation

82

Final Exam

The final exam is intended to be a learning tool. The book maybe used during the exam. A tear-out answer sheet is provided.After completing the test, mail the answer sheet in for grading.A grade of 70% or better is passing. Upon successfulcompletion of the test a certificate will be issued.

1. The component of a PLC that makes decisions andexecutes control instructions based on the input signals isthe ____________ .

a. CPU b. Input modulec. Programming device d. Operator interface

2. One byte is made up of ____________ .

a. 2 bits b. 8 bitsc. 16 bits d. 32 bits

3. The binary equivalent of a decimal 5 is ____________ .

a. 11 b. 100c. 101 d. 111

4. An input that is either On or Off is a/an ____________ input.

a. analog b. discretec. high-speed d. normally open

5. A programming language that uses symbols resemblingelements used in hard-wired control line diagrams isreferred to as a ____________ .

a. ladder logic diagram b. statement listc. network d. PLC scan

Page 83: Basics of Plc Automation

83

6. A type of memory that can be read from but not written tois ____________ .

a. RAM b. ROMc. firmware d. K memory

7. Which type of interface cable is needed when a personalcomputer is used as a programming device for an S7-200PLC?

a. PC/PPI b. parallelc. serial d. MPI

8. The CPU 224 AC/DC/RELAY has ____________ .

a. 8 DC inputs and 10 relay outputsb. 8 AC inputs and 6 relay outputsc. 14 DC inputs and 14 relay outputsd. 14 DC inputs and 10 relay outputs

9. ____________ expansion modules can be used on theS7-224.

a. none b. 7c. 10 d. 30

10. The S7-222 has the ability to store ____________ words inuser data.

a. 4096 b. 2,048c. 1,024 d. 8,192

11. A new logic operation begins with a ____________instruction.

a. A b. NOPc. LD d. =

12. The address designation for output four of an S7-200 is____________ .

a. I0.4 b. I0.3c. Q0.3 d. Q0.4

13. The maximum clock input frequency for high-speedcounters is ____________ .

a. 0.37 µs b. 10 KHzc. 20 KHz d. 1 ms

Page 84: Basics of Plc Automation

84

14. The maximum value of an S7-200 timer with a resolutionof 1 millisecond is ____________ seconds.

a. 3.2767 b. 32.767c. 327.67 d. 3276.7

15. An S7-200 timer with a time base of 100 ms can count to amaximum value of ____________ seconds.

a. 3.2767 b. 32.767c. 327.67 d. 3276.7

16. The time base of TON 32 of is ____________ ms.

a. .1 b. 10c. 1 d. 100

17. The maximum count of an S7-200 up counter is____________ .

a. 32,767 b. 65,534c. 98,301 d. 1,000,000

18. A/An ____________ is used to assign a mode to a high-speed counter.

a. toggle switch b. interruptc. PLC scan d. definition box

19. ____________ instructions allows communication withexternal devices, such as modems, printers, andcomputers.

a. Transmit b. Interruptc. High-speed counters d. High-speed outputs

20. ____________ is used to temporarily override the input oroutput status in order to test and debug the program.

a. Transmit b. Forcingc. Interrupt d. PLC scan