meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| automation:simatic_1 [2025/12/11 13:59] – created vamsan | automation:simatic_1 [2025/12/11 15:56] (current) – [Simatic] vamsan | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Preface Instead ===== | ===== Preface Instead ===== | ||
| - | In this book, I aim to explain the basics of automation with Simatic as if I were speaking to a friend or acquaintance. I use straightforward language to describe or paraphrase complex topics, like the REAL type, when needed. Automation can be quite complicated, | + | {{ : |
| + | In this book, I aim to explain the basics of automation with Simatic as if I were speaking to a friend or acquaintance. I use straightforward language to describe or paraphrase complex topics, like the REAL type, when needed. Automation can be pretty | ||
| - | Initially, I intended to write this as a book, but I abandoned that plan for several reasons. Firstly, since the information base is constantly growing and evolving, managing it through online documentation is much simpler. Secondly, I doubt there would be enough interest in the topic for yet another published book. Therefore, I chose this format, which doesn’t prevent you from occasionally buying a coffee if you find this document | + | Initially, I intended to write this as a book, but I abandoned that plan for several reasons. Firstly, since the information base is constantly growing and evolving, managing it through online documentation is much simpler. Secondly, I doubt there would be enough interest in the topic for yet another published book. Therefore, I chose this format, which doesn’t prevent you from occasionally buying a coffee if you find this helpful |
| + | |||
| + | ===== PLC ===== | ||
| + | The first question that comes to mind is: what exactly is a PLC? Is it just a PC, a microcontroller, | ||
| + | |||
| + | It’s unlikely to categorize PLCs as modern and short-lived devices. The term PLC stands for programmable logic controller, and in German, it’s called SPS, short for speicherprogrammierbare Steuerung. | ||
| + | | ||
| + | |||
| + | In 1968, GM Hydramatic, the automatic transmission division of General Motors, was seeking a solution to replace fixed wiring relay systems. The winning bid was submitted by Bedford Associates in Bedford, Massachusetts. The result of this project was the first PLC, built in 1969 and designated as 084, named after Bedford Associates' | ||
| + | |||
| + | Instead of fixed relays, the PLC can perform control dynamically through software, and it must load the following tasks to do so: | ||
| + | * The processor (CPU) interprets inputs, executes the control program stored in memory, and sends output signals | ||
| + | * Power supply | ||
| + | * Memory unit (and data carrier), which stores the contents of inputs and outputs, as well as the programs to be executed by the processor | ||
| + | * Input and output interfaces, where the controller receives and sends data from and to external devices | ||
| + | * Communication interface for receiving and transmitting data over communication networks | ||
| + | |||
| + | ===== Simatic ===== | ||
| + | {{ : | ||
| + | **SIMATIC** is a series of programmable logic controllers and automation systems created by Siemens. First launched in 1958, the series has evolved through four major generations, | ||
| + | |||
| + | The name SIMATIC is a registered trademark of Siemens. It combines the words //" | ||
| + | |||
| + | In 1959, the Simatic G was introduced, a system designed to replace relay logic with a hard-wired programmable logic controller that used Germanium transistors. It was marketed as the //" | ||
| + | |||
| + | In 1964, the Simatic N was launched, featuring a hard-wired programmable logic controller based on Silicon transistors. 1973 saw the release of the Simatic S3, the first system with a microprocessor that enabled programmable logic. | ||
| + | |||
| + | In 1979, the Simatic S5 series was introduced and remained in use until 2000, with systems still operational worldwide. Programming was done using STEP 5 software. The S5 U (universal) controllers were introduced in 1984. | ||
| + | |||
| + | In 1994, the Simatic S7 series was launched, mainly consisting of the S7-200 for simple automation, S7-300 for general use, and S7-400 for large-scale projects, all supporting networking via Profibus or Industrial Ethernet. | ||