Building a Programmable Logic Controller with a PIC16F648A Microcontroller
Autor Murat Uzamen Limba Engleză Paperback – 19 iun 2019
The author first described a microcontroller-based implementation of a PLC in a series of articles published in Electronics World magazine between 2008 and 2010. This book is based on an improved version of the project, including:
- Updates to the hardware configuration, with a smaller CPU board and two I/O extension boards that now support 16 inputs and 16 outputs instead of 8
- An increased clock frequency of 20 MHz
- Improvements to several macros
- Flowcharts to help you understand the macros (functions)
In this book, the author provides detailed explanations of hardware and software structures. He also describes PIC Assembly macros for all basic PLC functions, which are illustrated with numerous examples and flowcharts. An accompanying downloadable resources contain source files (.ASM) and object files (.HEX) for all of the examples in the book. It also supplies printed circuit board (PCB) (Gerber and .pdf) files so that you can have the CPU board and I/O extension boards produced by a PCB manufacturer or produce your own boards.
Making PLCs more easily accessible, this unique book is written for advanced students, practicing engineers, and hobbyists who want to learn how to build their own microcontroller-based PLC. It assumes some previous knowledge of digital logic design, microcontrollers, and PLCs, as well as familiarity with the PIC16F series of microcontrollers and w
Preț: 488.11 lei
Preț vechi: 574.25 lei
-15% Nou
Puncte Express: 732
Preț estimativ în valută:
93.48€ • 96.31$ • 78.31£
93.48€ • 96.31$ • 78.31£
Carte tipărită la comandă
Livrare economică 22 februarie-08 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367379537
ISBN-10: 0367379538
Pagini: 372
Dimensiuni: 156 x 234 x 23 mm
Greutate: 0.52 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
ISBN-10: 0367379538
Pagini: 372
Dimensiuni: 156 x 234 x 23 mm
Greutate: 0.52 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Public țintă
Professional Practice & DevelopmentCuprins
Hardware of the PIC16F648A-Based PLC. Basic Software. Contact and Relay-Based Macros. Flip-Flop Macros. Timer Macros. Counter Macros. Comparison Macros. Arithmetical Macros. Logical Macros. Shift and Rotate Macros. Multiplexer Macros. Demultiplexer Macros. Decoder Macros. Priority Encoder Macros. Application Example. About the CD-ROM. References. Index.
Notă biografică
Dr. Murat Uzam is a professor in the Department of Electrical and Electronics Engineering at Melikşah University in Kayseri, Turkey.
Descriere
Programmable logic controllers (PLCs) are extensively used in industry to perform automation tasks. Not surprisingly, the design and implementation of PLCs have long been a secret of manufacturers. Unveiling the mysteries of PLC technology, this book explains how to design and use your own PIC16F648A-based PLC. The author describes hardware and