Autor: M. T. White
1
Ebook

Mastering PLC Programming. The software engineering survival guide to automation programming

M. T. White

Object-oriented programming (OOP) is a new feature of PLC programming that has taken the automation world by storm. This book provides you with the necessary skills to succeed in the modern automation programming environment.The book is designed in a way to take you through advanced topics such as OOP design, SOLID programming, the software development lifecycle (SDLC), library design, HMI development, general software engineering practices, and more. To hone your programming skills, each chapter has a simulated real-world project that’ll enable you to apply the skills you’ve learned. In all, this book not only covers complex PLC programming topics, but it also removes the financial barrier that comes with most books as all examples utilize free software. This means that to follow along, you DO NOT need to purchase any PLC hardware or software.By the end of this PLC book, you will have what it takes to create long-lasting codebases for any modern automation project.

2
Ebook

PLCs for Beginners. An introductory guide to building robust PLC programs with the Structured Text language

M. T. White

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.