Book Image

PLCs for Beginners

By : M. T. White
Book Image

PLCs for Beginners

By: M. T. White

Overview of this book

As smart factories and advanced technology become more prevalent, the demand for PLC programmers with expertise beyond ladder logic is growing. This book introduces a new approach to PLC programming, preparing you for future challenges by exploring automation programming through computer science and text-based programming. The book begins by exploring the basic components of PLCs and how they integrate with other modules, giving you a clear understanding of system functionality. As you progress, you'll delve into PLC program execution, learning about flow and essential components for effective programming. Next, you'll understand program design with pseudocode and flowcharts, vital for planning programs. You'll then explore Boolean logic intricacies, harnessing logical functions and truth tables for precise control statements. Later, you'll delve into structured text, gaining a comprehensive grasp of syntax and features crucial for efficient programming. The journey continues with a focus on advanced topics like cybersecurity in PLC systems and leveraging generative AI (GenAI), such as ChatGPT, to enhance productivity. By the end of this book, you’ll be able to design real-world projects using pseudocode and flowcharts, and implement those designs in structured text.
Table of Contents (25 chapters)
Free Chapter
1
Part 1: Basics of Computer Science for PLC Programmers
8
Part 2: Introduction to Structured Text Programming
16
Part 3: Algorithms, AI, Security, and More

Part 1: Basics of Computer Science for PLC Programmers

Programming is much more than just writing code. There is a lot of theoretical knowledge that goes into crafting a well-written program, and this part will lay the foundation for just that. This part will provide all the theoretical knowledge needed to understand the rest of the book and will cover the basics of PLCs, including PLC hardware, memory, logic, and design, how programs work under the hood, Boolean algebra, and more.

This part has the following chapters:

  • Chapter 1, Computer Science Versus Automation Programming
  • Chapter 2, PLC Components – Integrating PLCs with Other Modules
  • Chapter 3, The Basics of Programming
  • Chapter 4, Unleashing Computer Memory
  • Chapter 5, Designing Programs – Unleashing Pseudocode and Flowcharts
  • Chapter 6, Boolean Algebra