PIC16F1847 microcontroller-based programmable logic controller : (Record no. 18814)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 09540cam a2200577Ii 4500 |
001 - CONTROL NUMBER | |
control field | 9781003050643 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | FlBoTFG |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20220724194543.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr |n||||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 200912t20212021flu ob 001 0 eng d |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | OCoLC-P |
Language of cataloging | eng |
Description conventions | rda |
Transcribing agency | OCoLC-P |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000193947 |
Qualifying information | electronic book |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000193942 |
Qualifying information | electronic book |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000194005 |
Qualifying information | electronic publication |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000194000 |
Qualifying information | electronic publication |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781003050643 |
Qualifying information | electronic book |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1003050646 |
Qualifying information | electronic book |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000193978 |
Qualifying information | (electronic bk. : Mobipocket) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000193977 |
Qualifying information | (electronic bk. : Mobipocket) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 0367506483 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780367506483 |
024 7# - OTHER STANDARD IDENTIFIER | |
Standard number or code | 10.1201/9781003050643 |
Source of number or code | doi |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)1194453313 |
Canceled/invalid control number | (OCoLC)1203943511 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC-P)1194453313 |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | TJ223.P76 |
Item number | U93 2021eb |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | TEC |
Subject category code subdivision | 007000 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | TEC |
Subject category code subdivision | 008000 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | TEC |
Subject category code subdivision | 008010 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | TJF |
Source | bicssc |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 629.895 |
Edition number | 23 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Uzam, Murat, |
Dates associated with a name | 1968- |
Relator term | author. |
245 10 - TITLE STATEMENT | |
Title | PIC16F1847 microcontroller-based programmable logic controller : |
Remainder of title | advanced concepts / |
Statement of responsibility, etc. | Murat Uzam. |
250 ## - EDITION STATEMENT | |
Edition statement | First edition. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Boca Raton, FL : |
Name of producer, publisher, distributor, manufacturer | CRC Press, |
Date of production, publication, distribution, manufacture, or copyright notice | 2021. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2021 |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | <P>Chapter 1 -- Program Control Macros <BR> 1.1 Jump Instructions <BR> 1.2 Macro "jump" (Jump to Label) <BR> 1.3 Macro "jumpN" (Jump to Label) <BR> 1.4 Macro "jmp-lst-2" (Jump to One of Two Labels) <BR> 1.5 Macro "jmp-lst-4" (Jump to One of Four Labels) <BR> 1.6 Macro "jmp-lst-8" (Jump to One of Eight labels) <BR> 1.7 Macro "call-SR" (Call Subroutine) <BR> 1.8 Macro "return-SR" (Return from Subroutine) <BR> 1.9 Macro "FOR" (Beginning of For-Next Loop) <BR> 1.10 Macro "NEXT" (End of For-Next Loop) <BR> 1.11 Macro "clear-WDT" (Clear the Watchdog Timer) <BR> 1.12 Implementation of Master Control Relay (MCR) <BR> 1.13 Examples for Program Control Macros <BR> 1.14 References </P><P>Chapter 2 -- High Speed Counter and PWM Macros <BR> 2.1 High Speed Counter (HSC) Instruction <BR> 2.2 PWM Overview <BR> 2.3 Using Standard PWM Functions <BR> 2.4 Macro "PWM-RA4v" (A Standard PWM Operation with a Variable Duty Cycle <BR>by Using the RA4 Pin) <BR> 2.5 Macro "PWM-RA4c" (A Standard PWM Operation with a Fixed Duty Cycle by Using the RA4 Pin) <BR> 2.6 Macro "PWM-RA7v" (A Standard PWM Operation with a Variable Duty Cycle <BR>by Using the RA7 Pin) <BR> 2.7 Macro "PWM-RA7c" (A Standard PWM Operation with a Fixed Duty Cycle by Using the RA7 Pin) <BR> 2.8 Some Control Circuits for the Brushed DC Motor <BR> 2.9 Examples for High Speed Counter and PWM Macros <BR> 2.10 References </P><P>Chapter 3 -- Memory Related Macros <BR> 3.1 Memory Organization of PIC16F1847 Microcontroller <BR> 3.1.1 Flash Program Memory Organization <BR> 3.1.2 Data SRAM Memory Organization <BR> 3.2 Introduction to Memory Read/Write Operations <BR> 3.3 Macro "sram-read" (Read 1 Byte from SRAM Memory) <BR> 3.4 Macro "eeprom-read" (Read 1 Byte from EEPROM Memory to SRAM Memory) <BR> 3.5 Macro "copy-eeprom-to-sram" (Copy N Bytes from EEPROM Memory to <BR>SRAM Memory) <BR> 3.6 Macro "eeprom-write" (Write 1 Byte from SRAM Memory to EEPROM Memory) <BR> 3.7 Macro "write-sram-to-eeprom" (Write N Bytes from SRAM Memory to EEPROM Memory) <BR> 3.8 Macro "prg-mem-read" (Read 1 Word from Flash Program Memory) <BR> 3.9 Macro "copy-prgmem-to-sram" (Copy N Bytes from Flash Program Memory to SRAM Memory) <BR> 3.10 Macro "prg-mem-erase" (Erase N Rows of Flash Program Memory) <BR> 3.11 Macro "write-B-sram-to-prgmem" (Write Bytes from SRAM Memory to Flash Program Memory) <BR> 3.12 Macro "write-W-sram-to-prgmem" (Write Words from SRAM Memory to Flash Program Memory) <BR> 3.13 Macro "fill-sram-N80" (Fill up to 80 Variables with Values in a Bank) <BR> 3.14 Macro "fill-sram-N255" (Fill up to 255 Variables with Values in SRAM Memory) <BR> 3.15 Examples for Memory Related Macros <BR> 3.16 Reference </P><P>Chapter 4 -- Drum Sequencer Instruction <BR> 4.1 Implementation of the Drum Sequencer Instruction <BR> 4.2 Examples for the Drum Sequencer Instruction <BR> 4.3 References </P><P>Chapter 5 -- Sequential Function Charts <BR> 5.1 Introduction to SFC <BR> 5.2 Implementation of SFC Elements <BR> 5.3 References </P><P>Chapter 6 -- Analog Input Modules and Analog Output Modules (Available as E-Ancillaries)<BR> 6.1 Analog Input Modules <BR> 6.2 Analog Output Modules <BR> 6.3 Example 6.1 -- Test Program for Analog Input Modules <BR> 6.4 Test Circuits for Analog Input Modules <BR> 6.5 Example 6.2 -- Test Program for Analog Output Modules <BR> 6.6 Test Circuits for Analog Output Modules <BR> 6.7 Example 6.3 -- Test Program for Using Analog Output Modules together with the PWM Output PWM-RA4 <BR> 6.8 Test Circuits for Using Analog Output Modules together with the PWM Output PWM-RA4 <BR> 6.9 References </P><P><BR>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 BC337 based NPN transistor module <BR> Table A.3. List of components for the TIP142 based NPN Darlington power transistor module <BR> Table A.4. List of components for the IRL540N based N-Channel power MOSFET module <BR> Table A.5. List of components for the 1-channel optical isolation module <BR> Table A.6. List of components for the 2-channel optical isolation module <BR> Table A.7. List of components for the H-bridge circuit with two relays <BR> Table A.8. List of components for the 0V to 5V Analog Input Module 1 <BR> Table A.9. List of components for the 0V to 5V Analog Input Module 2 <BR> Table A.10. List of components for the 0V to 5V Analog Input Module 3 <BR> Table A.11. List of components for the 0V to 5V Analog Input Module 4 <BR> Table A.12. List of components for the 0V to 5V Analog Input Module 5 <BR> Table A.13. List of components for the 0-10V to 0-5V Signal Converter -- Analog Input Module 1 <BR> Table A.14. List of components for the 0-10V to 0-5V Signal Converter -- Analog Input Module 2 <BR> Table A.15. List of components for the #xF02D;5V -- +5V to 0-5V Signal Converter -- Analog Input Module 1 <BR> Table A.16. List of components for the #xF02D;5V -- +5V to 0-5V Signal Converter -- Analog Input Module 2 <BR> Table A.17. List of components for the #xF02D;10V -- +10V to 0-5V Signal Converter -- <BR>Analog Input Module 1 <BR> Table A.18. List of components for the #xF02D;10V -- +10V to 0-5V Signal Converter -- <BR>Analog Input Module 2 <BR> Table A.19. List of components for the 0-5V or 4-20mA to 0-5V Signal Converter -- Analog Input Module 1 <BR> Table A.20. List of components for the 0-5V or 4-20mA to 0-5V Signal Converter -- Analog Input Module 2 <BR> Table A.21. List of components for the 0V to 5V Analog Output Module <BR> Table A.22. List of components for the 0-5V to 0-10V Signal Converter -- Analog<BR>Output Module <BR> Table A.23. List of components for the 0-5V to #xF02D;5V -- +5V Signal Converter -- Analog<BR>Output Module 1 <BR> Table A.24. List of components for the 0-5V to #xF02D;5V -- +5V Signal Converter -- Analog<BR>Output Module 2 <BR> Table A.25. List of components for the 0-5V to #xF02D;10V -- +10V Signal Converter -- <BR>Analog Output Module 1 <BR> Table A.26. List of components for the 0-5V to #xF02D;10V -- +10V Signal Converter -- <BR>Analog Output Module 2 <BR> Table A.27. List of components for the 0-5V to 4-20mA Signal Converter -- Analog Output Module <BR></P> |
520 ## - SUMMARY, ETC. | |
Summary, etc. | The PIC16F1847-Based PLC project supports up to 4 analog inputs and 1 analog output, 1 High Speed Counter, 2 PWM (pulse width modulation) outputs, 1 Drum Sequencer Instruction with up to 16 steps, the implementation of Sequential Function Charts (SFCs) with up to 24 steps. This volume presents advanced concepts of the PIC16F1847-Based PLC project and consists of topics like program control, high speed counter and PWM macros. It further explains memory related drum sequencer instruction, sequential functional charts, and analog input and output modules. Aimed at researchers and graduate students in electrical engineering, power electronics, robotics and automation, sensors, this book: Presents program control macros to enable or disable a block of PLC program or to move execution of a program from one place to another. Proposes a High-Speed Counter and four PWM Macros for high speed counting and PWM operations. Develops memory related macros to enable the user to do memory read/write operations. Provides a Drum Sequencer instruction with up to 16 steps and 16 outputs on each step. Discusses the implementation of Sequential Function Chart (SFC) elements with up to 24 steps. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | OCLC-licensed vendor bibliographic record. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | PIC microcontrollers. |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | TECHNOLOGY / Electricity |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | TECHNOLOGY / Electronics / General |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | TECHNOLOGY / Electronics / Circuits / General |
Source of heading or term | bisacsh |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Materials specified | Read Online |
Uniform Resource Identifier | <a href="https://www.taylorfrancis.com/books/9781003050643">https://www.taylorfrancis.com/books/9781003050643</a> |
856 42 - ELECTRONIC LOCATION AND ACCESS | |
Materials specified | OCLC metadata license agreement |
Uniform Resource Identifier | <a href="http://www.oclc.org/content/dam/oclc/forms/terms/vbrl-201703.pdf">http://www.oclc.org/content/dam/oclc/forms/terms/vbrl-201703.pdf</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) | |
Source of classification or shelving scheme | Library of Congress Classification |
Koha item type | eBook |
No items available.