PIC16F1847 microcontroller-based programmable logic controller : hardware and basic concepts / Murat Uzam.
Programmable logic controllers (PLCs) have been used extensively and are offered in terms of functions, program memories, and the number of inputs/outputs (I/Os), ranging from a few to thousands. With a focus on how to design and implement a PLC, this volume explains hardware and associated basic co...
Saved in:
Online Access: |
Full Text (via Taylor & Francis) |
---|---|
Main Author: | |
Format: | eBook |
Language: | English |
Published: |
Boca Raton, FL :
CRC Press,
2021.
|
Edition: | First edition. |
Subjects: |
MARC
LEADER | 00000cam a2200000xi 4500 | ||
---|---|---|---|
001 | b11670576 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 200912t20212021flu ob 0|1 0 eng d | ||
005 | 20240930163714.0 | ||
019 | |a 1203943976 | ||
020 | |a 9781000193879 |q electronic book | ||
020 | |a 100019387X |q electronic book | ||
020 | |a 9781003050605 |q electronic book | ||
020 | |a 1003050603 |q electronic book | ||
020 | |a 9781000193893 |q (electronic bk. : Mobipocket) | ||
020 | |a 1000193896 |q (electronic bk. : Mobipocket) | ||
020 | |a 9781000193916 |q (electronic bk. : EPUB) | ||
020 | |a 1000193918 |q (electronic bk. : EPUB) | ||
020 | |z 0367506394 | ||
020 | |z 9780367506391 | ||
024 | 7 | |a 10.1201/9781003050605 | |
035 | |a (OCoLC)tfe1194536395 | ||
035 | |a (OCoLC)1194536395 |z (OCoLC)1203943976 | ||
037 | |a tfe9781003050605 | ||
040 | |a YDX |b eng |e rda |c YDX |d UKMGB |d OCLCO |d OCLCF |d UKAHL |d YDXIT |d OCLCO |d ZCU |d TYFRS |d OCL | ||
049 | |a GWRE | ||
050 | 4 | |a TJ223.P76 |b U93 2021 | |
100 | 1 | |a Uzam, Murat, |d 1968- |e author. |0 http://id.loc.gov/authorities/names/no2014001433 |1 http://isni.org/isni/0000000418642458. | |
245 | 1 | 0 | |a PIC16F1847 microcontroller-based programmable logic controller : |b hardware and basic concepts / |c Murat Uzam. |
250 | |a First edition. | ||
264 | 1 | |a Boca Raton, FL : |b CRC Press, |c 2021. | |
264 | 4 | |c ©2021. | |
300 | |a 1 online resource. | ||
336 | |a text |b txt |2 rdacontent. | ||
337 | |a computer |b c |2 rdamedia. | ||
338 | |a online resource |b cr |2 rdacarrier. | ||
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a <P>Chapter 1 -- Hardware of the PIC16F1847-Based PLC </P><P>Chapter 2 -- Basic Software <BR> 2.1. Definition and Allocation of Variables <BR> 2.2. Contents of the File PICPLC-PIC16F1847-memory.inc <BR> 2.3. Contents of the File PICPLC-PIC16F1847-main.asm <BR> 2.4. Contents of the File PICPLC-PIC16F1847-user.inc <BR> 2.5. Contents of the File PICPLC-PIC16F1847-subr.inc <BR> 2.6. Contents of the File PICPLC-PIC16F1847-macros.inc <BR> 2.7. Example Programs <BR> 2.8. Reference <BR> <BR>Chapter 3 -- Contact and Relay Based Macros <BR> 3.1. Macro "ld" (load) <BR> 3.2. Macro "ld-not" (load-not) <BR> 3.3. Macro "not" <BR> 3.4. Macro "or" <BR> 3.5. Macro "or-not" <BR> 3.6. Macro "nor" <BR> 3.7. Macro "and" <BR> 3.8. Macro "and -not" <BR> 3.9. Macro "nand" <BR> 3.10. Macro "xor" <BR> 3.11. Macro "xor-not" <BR> 3.12. Macro "xnor" <BR> 3.13. Macro "out" <BR> 3.14. Macro "out-not" <BR> 3.15. Macro "mid-out" (Midline Output) <BR> 3.16. Macro "mid-out-not" (Inverted Midline Output) <BR> 3.17. Macro "in-out" <BR> 3.18. Macro "inv-out" <BR> 3.19. Macro "-set" <BR> 3.20. Macro "-reset" <BR> 3.21. Macro "SR" (Set-Reset) <BR> 3.22. Macro "RS" (Reset-Set) <BR> 3.23. Macro "r-edge" (rising edge detector) <BR> 3.24. Macro "f-edge" (falling edge detector) <BR> 3.25. Macro "r-toggle" (Output Toggle with Rising Edge Detector) <BR> 3.26. Macro "f-toggle" (Output Toggle with Falling Edge Detector) <BR> 3.27. Macro "adrs-re" (Address Rising Edge Detector) <BR> 3.28. Macro "adrs-fe" (Address Falling Edge Detector) <BR> 3.29. Macro "setBF" (set Bit Field) <BR> 3.30. Macro "resetBF" (reset Bit Field) <BR> 3.31. Examples for Contact and Relay Based Macros </P><P>Chapter 4 -- Flip-Flop Macros <BR> 4.1. Macro latch1 (D latch with active high enable) <BR> 4.2. Macro latch0 (D latch with active low enable) <BR> 4.3. Macro "dff-r" (rising edge triggered D flip-flop) <BR> 4.4. Macro dff-r-SR (rising edge triggered D flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.5. Macro "dff-f" (falling edge triggered D flip-flop) <BR> 4.6. Macro dff-f-SR (falling edge triggered D flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.7. Macro "tff-r" (rising edge triggered T flip-flop) <BR> 4.8. Macro tff-r-SR (rising edge triggered T flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.9. Macro "tff-f" (falling edge triggered T flip-flop) <BR> 4.10. Macro tff-f-SR (falling edge triggered T flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.11. Macro "jkff-r" (rising edge triggered JK flip-flop) <BR> 4.12. Macro jkff-r-SR (rising edge triggered JK flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.13. Macro "jkff-f" (falling edge triggered JK flip-flop) <BR> 4.14. Macro jkff-f-SR (falling edge triggered JK flip-flop with active high preset (S) and clear (R) inputs) <BR> 4.15. Examples for Flip-Flop Macros </P><P>Chapter 5 -- Timer Macros <BR> 5.1. On Delay Timer (TON) <BR> 5.2. Macro "TON-8" (8-Bit ON Delay Timer) <BR> 5.3. Macro "TON-16" (16-Bit ON Delay Timer) <BR> 5.4. Retentive On Delay Timer (RTO) <BR> 5.5. Macro "RTO-8" (8-Bit Retentive ON Delay Timer) <BR> 5.6. Macro "RTO-16" (16-Bit Retentive ON Delay Timer) <BR> 5.7. Off Delay Timer (TOF) <BR> 5.8. Macro "TOF-8" (8-Bit OFF Delay Timer) <BR> 5.9. Macro "TOF-16" (16-Bit OFF Delay Timer) <BR> 5.10. Pulse Timer (TP) <BR> 5.11. Macro "TP-8" (8-Bit Pulse Timer) <BR> 5.12. Macro "TP-16" (16-Bit Pulse Timer) <BR> 5.13. Extended Pulse Timer (TEP) <BR> 5.14. Macro "TEP-8" (8-Bit Extended Pulse Timer) <BR> 5.15. Macro "TEP-16" (16-Bit Extended Pulse Timer) <BR> 5.16. Oscillator Timer (TOS) <BR> 5.17. Macro "TOS-8" (8-Bit Oscillator Timer) <BR> 5.18. Macro "TOS-16" (16-Bit Oscillator Timer) <BR> 5.19. Examples for Timer Macros </P><P>Chapter 6 -- Counter Macros <BR> 6.1. Up Counter (CTU) <BR> 6.2. Macro "CTU-8" (8-Bit Up Counter) <BR> 6.3. Macro "CTU-16" (16-Bit Up Counter) <BR> 6.4. Down Counter (CTD) <BR> 6.5. Macro "CTD-8" (8-Bit Down Counter) <BR> 6.6. Macro "CTD-16" (16-Bit Down Counter) <BR> 6.7. Up/Down Counter (CTUD) <BR> 6.8. Macro CTUD-8" (8-Bit Up/Down Counter) <BR> 6.9. Macro CTUD-16" (16-Bit Up/Down Counter) <BR> 6.10. Generalized Up/Down Counter (GCTUD) <BR> 6.11. Macro GCTUD-8" (8-Bit Generalized Up/Down Counter) <BR> 6.12. Macro GCTUD-16" (16-Bit Generalized Up/Down Counter) <BR> 6.13. Examples for Counter Macros </P><P>Chapter 7 -- Comparison Macros (Available as E-Ancillaries)<BR> 7.1. Macro "R1-GT-R2" <BR> 7.2. Macro "R1-GT-R2-16" <BR> 7.3. Macro "R1-GE-R2" <BR> 7.4. Macro "R1-GE-R2-16" <BR> 7.5. Macro "R1-EQ-R2" <BR> 7.6. Macro "R1-EQ-R2-16" <BR> 7.7. Macro "R1-LT-R2" <BR> 7.8. Macro "R1-LT-R2-16" <BR> 7.9. Macro "R1-LE-R2" <BR> 7.10. Macro "R1-LE-R2-16" <BR> 7.11. Macro "R1-NE-R2" <BR> 7.12. Macro "R1-NE-R2-16" <BR> 7.13. Macro "R-GT-K" <BR> 7.14. Macro "R-GT-K-16" <BR> 7.15. Macro "R-GE-K" <BR> 7.16. Macro "R-GE-K-16" <BR> 7.17. Macro "R-EQ-K" <BR> 7.18. Macro "R-EQ-K-16" <BR> 7.19. Macro "R-LT-K" <BR> 7.20. Macro "R-LT-K-16" <BR> 7.21. Macro "R-LE-K" <BR> 7.22. Macro "R-LE-K-16" <BR> 7.23. Macro "R-NE-K" <BR> 7.24. Macro "R-NE-K-16" <BR> 7.25. Macro "in-RANGE" <BR> 7.26. Macro "in-RANGE-16" <BR> 7.27. Macro "out-RANGE" <BR> 7.28. Macro "out-RANGE-16" <BR> 7.29. Macro "Hbit-CaC" (High Bit Count and Compare) <BR> 7.30. Macro "Lbit-CaC" (Low Bit Count and Compare)<BR> 7.31. Examples for Comparison Macros </P><P>Appendix A -- List of Components for Boards and Modules (Available as E-Ancillaries)<BR> Table A.1. Some example universal double sided prototyping printed circuit boards (PCBs) that can be used for the modules developed in this book <BR> Table A.2. List of components for the PIC16F1847-Based PLC CPU board <BR> Table A.3. List of components for one I/O extension board only <BR> Table A.4. List of components for the 5.00V voltage reference module <BR> Table A.5. List of components for the RC low pass filter module <BR> Table A.6. List of components for the voltage regulator module <BR></P> | |
520 | |a Programmable logic controllers (PLCs) have been used extensively and are offered in terms of functions, program memories, and the number of inputs/outputs (I/Os), ranging from a few to thousands. With a focus on how to design and implement a PLC, this volume explains hardware and associated basic concepts of PLC. Authors have used PIC16F1847 microcontroller with: 8192 words of Flash program memory, 1024 bytes of SRAM data memory, 256 bytes of EEPROM data memory, the maximum operating speed of 32 MHz, 16-level deep hardware stack, an enhanced instruction set consisting of 49 single-word instructions. Flowcharts are provided to help the understanding of macros (instructions). Aimed at researchers and graduate students in electrical engineering, power electronics, robotics and automation, sensors, this book: Explains how to design and use a PIC16F1847 microcontroller-based PLC. Provides easy to use software structures written by using the PIC Assembly programming language. Describes a PLC from a designer's perspective. Explains the basic hardware and basic software structures of the PIC16F1847 based PLC. Focuses on concepts like Contact and Relay Based Macros, Flip-Flop Macros, Timer Macros, Counter Macros and Comparison Macros. | ||
545 | 0 | |a Murat Uzam was borned in Sḵe, Turkey, in 1968. He received the B.Sc. and M.Sc. degrees from Electrical Engineering Department, Yıldız Technical University, İstanbul, Turkey, 1989 and 1991, respectively, and the Ph.D. degree from University of Salford, Salford, U.K., in 1998. He was with Nigde University, Turkey, from 1993 to 2010 in the Department of Electrical and Electronics Engineering as a Research Assistant, Assistant Professor, Associate Professor and Professor. He was a Professor in the Department of Electrical and Electronics Engineering, at Melikşah University in Kayseri, Turkey from 2011 to 2016. He was a Visiting Researcher with INRIA, University of Metz and University of Rennes, France, in 1999, with University of Toronto, Toronto, ON, Canada, in 2003, and with Xidian University, Xi'an, China, in 2013, 2015 and 2019. Since 15 April 2020, he has been serving as a Professor in the Department of Electrical and Electronics Engineering, at Yozgat Bozok University in Yozgat, Turkey. He has published 50 conference papers and 85 journal and magazine papers, 70 of which are indexed by Science Citation Index Expanded (SCIE). He has published two books in Turkish and one book in English by CRC Press (Taylor & Francis Group). According to Publons, his H-Index is 15 and his papers have been cited 1269 times by the papers indexed in the SCIE. His current research interests include design and implementation of discrete event control systems modeled by Petri nets and, in particular, deadlock prevention/liveness enforcing in flexible manufacturing systems, programmable logic controllers (PLCs), microcontrollers (especially PIC microcontrollers), and design of microcontroller-based PLCs. Dr. Uzam has been serving as a reviewer for prestigious journals and conferences. According to Publons, the number of his verified reviews is 70. | |
588 | |a Description based on online resource; title from digital title page (viewed on November 25, 2020) | ||
650 | 0 | |a PIC microcontrollers. |0 http://id.loc.gov/authorities/subjects/sh2017003126. | |
650 | 0 | |a Programmable logic devices. |0 http://id.loc.gov/authorities/subjects/sh87004285. | |
650 | 7 | |a Programmable logic devices. |2 fast |0 (OCoLC)fst01078688. | |
650 | 7 | |a PIC microcontrollers. |2 fast |0 (OCoLC)fst01982826. | |
776 | 0 | 8 | |i Print version: |z 0367506394 |z 9780367506391 |w (OCoLC)1151815591. |
856 | 4 | 0 | |u https://colorado.idm.oclc.org/login?url=https://www.taylorfrancis.com/books/9781003050605 |z Full Text (via Taylor & Francis) |
907 | |a .b116705760 |b 10-05-21 |c 01-23-21 | ||
956 | |a Taylor & Francis Ebooks | ||
956 | |b Taylor & Francis All eBooks | ||
956 | |a Taylor & Francis Perpetual | ||
998 | |a web |b 09-14-21 |c b |d b |e - |f eng |g flu |h 0 |i 1 | ||
907 | |a .b116705760 |b 09-14-21 |c 01-23-21 | ||
944 | |a MARS - RDA ENRICHED | ||
915 | |a I | ||
999 | f | f | |i 5f37731a-600e-5c44-a5d1-14c24654f1db |s 5a513b49-e947-5771-8496-c678748db78f |
952 | f | f | |p Can circulate |a University of Colorado Boulder |b Online |c Online |d Online |e TJ223.P76 U93 2021 |h Library of Congress classification |i web |n 1 |