Simatic S5 PLC

The Simatic S5 PLC is an automation system based on Programmable Logic Controllers. It was manufactured and sold by Siemens AG. Such automation systems control process equipment and machinery used in manufacturing. This product line is considered obsolete, as the manufacturer has since replaced it with their newer Simatic S7 PLC. However, the S5 PLC still has a huge installation base in factories around the world. Most automation systems integrators still have the ability to provide support for the platform.

Hardware

The S5 line comes in the 90U, 95U, 101U, 100U, 105, 110, 115,115U, 135U, and 155U chassis styles. The higher the number (except for the 101U), the more sophisticated and more expensive the system. Within each chassis style, several CPUs are available, with varying speed, memory, and capabilities. Some systems provide redundant CPU operation for ultra-high-reliability control, as used in pharmaceutical manufacturing, for example.

Each chassis consists of a power supply, and a backplane with slots for the addition of various option boards. Available options include serial and Ethernet communications, digital input and output cards, analog signal processing boards, counter cards, and other specialized interface and function modules.

Software

The S5 product line is usually programmed with a PC based software programming tool called Step 5. Step 5 is used for programming, testing, and commissioning, and for documentation of programs for S5 PLCs.

The original Step5 versions ran on the CPM operating system. Later versions ran on MS-DOS, and then versions of Windows through Windows XP. The final version of Step 5 is version 7.2. No further development of this product line has occurred since that time, due to its announced obsolescence.

In addition to Step5, Siemens offered a proprietary State logic programming package called Graph5. Graph5 is a sequential programming language intended for use on machines that normally run through a series of discrete steps. It simulates a State machine on the S5 platform.

Several third-party programming environments have been released for the S5. Most closely emulate Step5, some adding macros and other minor enhancements, others functioning drastically differently from Step5. One allows Step5 programs to be cross-compiled to and from the C programming language and BASIC.

Structured programming

STEP 5 allows the creation of structured or unstructured programming, from simple AND/OR operations up to complex subroutines. A STEP 5 program may, therefore, contain thousands of statements.

To maintain maximum transparency, STEP 5 offers a number of structuring facilities:

Methods of representation

STEP 5 programs can be represented in three different ways:

Absolute or symbolic designations can be used for operands with all three methods of representation.

In LAD and FBD complex functions and function block calls can be entered via function keys. They are displayed on the screen as graphical symbols.

There are several program editors, from either genuine Siemens, or from other suppliers. Because Siemens no longer support. So, other Supplier start to develop new STEP5 version which can run on Windows XP, or Windows 7.

Blocks

Five types of blocks are available:

Some S5 PLCs also have block types FX (Extended Function Blocks), and DX(Extended Data Blocks); these are not distinct block types, but rather are another set of available blocks due to the CPU having more memory and addressing space.

Operations

STEP 5 differentiates between three types of operations:

Additional functions

This article is issued from Wikipedia - version of the 10/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.