Programmable Logic Controllers
Programmable Logic Controllers
5th Edition
ISBN: 9780073373843
Author: Frank D. Petruzella
Publisher: McGraw-Hill Education
Question
Book Icon
Chapter 10, Problem 2P
Program Plan Intro

Counter:

  • Counter is a device used to store a particular event has occurred various number of times.
  • There are two types of counter namely,
    • Down counters
      • Down counters are already set with some value.
      • It counts downwards from that value to zero.
      • When it reaches zero, it achieves change state.
    • Up counters
      • Up counters counts upwards from zero to some preset value.
      • When it reaches the preset value, it achieves change state.

Explanation of Solution

b.

Steps to operate the program to set Pilot Light 1 (PL1) output to β€œON”:

  • Press the reset Push Button (PB) to reset the counter to zero.
  • To make a count of off-to-on transitions to 25, set the thumbwheel switch to a count of 025...

Blurred answer
Students have asked these similar questions
you need to design and draw a 3-bit synchronous binary up/down counter for experiment 5. You need to add a bit named "M" for the excitation table that helps it switch between up and down mode and draw the state transition diagram, excitation table, k-map and circuit diagram with T-flip flops. When M = 0, it will perform up counter. When M = 1, it will perform down counter.
11. Implement the given function f(A,B,C,D)=[(0,1,3,4,8,9,15)using 8:1 Multiplexer. 12. a. Design a control enabled JK FLIPFLOP using appropriate number of NAND gates. b.Determine the output of the given Positive edge triggered Flip flop .Assume the previous value of Q to be 0. Draw the output for the positions numbered from 1 to 5 at Q. CLK R 2
Write a Verilog code with testbench for 16-bit up/down counter with synchronous reset and synchronous up/down. If up/down is set the counter is up counter and if it is not set, the counter is a down counter. clock reset Up/down submit the module code, testbench code, and the simulation results.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education