s7200 - System - Manual - en-US 16-26
s7200 - System - Manual - en-US 16-26
s7200 - System - Manual - en-US 16-26
What’s New?
The new features of the SIMATIC S7-200 include two new analog expansion modules:
S7-200 CPU
The S7-200 CPU combines a microprocessor, an integrated power supply, input circuits, and
output circuits in a compact housing to create a powerful Micro PLC. See Figure 1-1. After you
have downloaded your program, the S7-200 contains the logic required to monitor and control the
input and output devices in your application.
2
Product Overview Chapter 1
Siemens provides different S7-200 CPU models with a diversity of features and capabilities that
help you create effective solutions for your varied applications. Table 1-1 briefly compares some of
the features of the CPU. For detailed information about a specific CPU, see Appendix A.
1 You must calculate your power budget to determine how much power (or current) the S7-200 CPU can provide for your configuration. If the CPU
power budget is exceeded, you may not be able to connect the maximum number of modules. See Appendix A for CPU and expansion module
power requirements, and Appendix B to calculate your power budget.
3
S7-200 Programmable Controller System Manual
4
Product Overview Chapter 1
Computer Requirements
STEP 7--Micro/WIN runs on either a personal computer or a Siemens programming device, such
as a PG 760. Your computer or programming device should meet the following minimum
requirements:
- Operating system:
Windows 2000, Windows XP, Vista
- At least 350M bytes of free hard
disk space
- Mouse (recommended)
Tip
To install STEP 7--Micro/WIN on a Windows 2000, Windows XP, or Windows Vista operating
system, you must log in with Administrator privileges.
Communications Options
Siemens provides two programming options for connecting your computer to your S7-200: a direct
connection with a PPI Multi-Master cable, or a Communications Processor (CP) card with an MPI
cable.
The PPI Multi-Master programming cable is the most common and economical method of
connecting your computer to the S7-200. This cable connects the communications port of the
S7-200 to the serial communications of your computer. The PPI Multi-Master programming cable
can also be used to connect other communications devices to the S7-200.
5
S7-200 Programmable Controller System Manual
Display Panels
Text Display Units
The Text Display (TD) is a display device that can be connected to the S7-200. Using the Text
Display wizard, you can easily program your S7-200 to display text messages and other data
pertaining to your application.
The TD device provides a low cost interface to your application by allowing you to view, monitor,
and change the process variables pertaining to your application.
The Text Display wizard in STEP 7--Micro/WIN helps you configure Text Display messages
quickly and easily. To start the Text Display wizard, select the Tools > Text Display Wizard menu
command.
6
Getting Started
STEP 7--Micro/WIN makes it easy for you to program your S7-200. In just a few short steps using
a simple example, you can learn how to connect, program, and run your S7-200.
All you need for this example is a PPI Multi-Master cable, an S7-200 CPU, and a programming
device running the STEP 7--Micro/WIN programming software.
In This Chapter
Connecting the S7-200 CPU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Creating a Sample Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Downloading the Sample Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Placing the S7-200 in RUN Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
7
S7-200 Programmable Controller System Manual
Before you install or remove any electrical device, ensure that the power to that equipment has
been turned off. Always follow appropriate safety precautions and ensure that power to the
S7-200 is disabled before attempting to install or remove the S7-200.
Warning
Attempts to install or wire the S7-200 or related equipment with power applied could cause
electric shock or faulty operation of equipment. Failure to disable all power to the S7-200 and
related equipment during installation or removal procedures could result in death or serious
injury to personnel, and/or damage to equipment.
Always follow appropriate safety precautions and ensure that power to the S7-200 is disabled
before attempting to install or remove the S7-200 or related equipment.
DC Installation AC Installation
8
Getting Started Chapter 2
Tip
Examples in this manual use the RS-232/PPI Multi-Master cable. The RS-232/PPI Multi-Master
cable replaces the previous PC/PPI cable. A USB/PPI Multi-Master cable is also available.
Refer to Appendix E for order numbers.
9
S7-200 Programmable Controller System Manual
10
Getting Started Chapter 2
Example: Sample Program for getting started with STEP 7-- Micro/WIN
Timing Diagram
current = 100
current = 40
T33 (bit)
M0.0
Q0.0
11
S7-200 Programmable Controller System Manual
1. Double-click the Compare icon to display the compare instructions. Select the >=I
instruction (Greater-Than-Or-Equal-To-Integer ).
2. Hold down the left mouse button
and drag the compare instruction
onto the second network.
3. Click on the “???” above the
contact and enter the address for
the timer value: T33
4. Press the Return key to enter the
timer number and to move the
focus to the other value to be
compared with the timer value.
5. Enter the following value to be
compared
p with the timer value: 40
6. Press the Return key to enter the Figure 2-8 Network 2
value.
To enter the instruction for turning on output Q0.0:
1. Double-click the Bit Logic icon to display the bit logic instructions and select the output coil.
2. Hold down the left mouse button and drag the coil onto the second network.
3. Click on the “???” above the coil and enter the following address: Q0.0
4. Press the Return key to enter the address for the coil.
12