Skip to main content

Questions tagged [counter]

A digital circuit that literally "counts" - it progresses through a sequence of states that are representative of some value. It need not count in a natural progression, i.e., 1,2,3,4,5, etc., to be considered a counter (you can have different count sequences). Sometime it's sufficient that the counter counts to some value and then stops. Examples are Gray code, up/down counter.

1 vote
1 answer
131 views

I'm trying to simulate a circuit with a 74192 counter and I don't understand why it stops counting up after counting down at least once. This is the circuit I'm simulating. The problem is: up ...
Clay Teck's user avatar
5 votes
8 answers
1k views

I was asked to design a digital system that receives an 8-bit binary input and outputs the binary position of the third '1' bit from the right (LSB side). The output should be a 3-bit binary number ...
Fourier_Asker's user avatar
1 vote
1 answer
293 views

I am redesigning the control panel for a project I have been working on. I am using a rotary encoder to replace a set of 3 rotary dials, but I cannot use any microcontrollers or programming. I plan on ...
Engineer1's user avatar
  • 305
-1 votes
1 answer
100 views

I want to design a bidirectional synchronous mod‑16 counter using two mod‑8 counters, with synchronous reset and direction control. I began with a straightforward bidirectional mod‑16 counter and its ...
Pizza's user avatar
  • 193
0 votes
2 answers
95 views

Please consider the sketch below. In this sketch, the grey bars represent the clock of a hardware counter/timer of a microcontroller. The blue trace is an asynchronous signal applied to a pin of the ...
tobalt's user avatar
  • 25.5k
1 vote
1 answer
131 views

I'm designing a mod-19 counter in Logisim using two 3-bit (mod-8) counters: Counter A – low-order bits (0…7) Counter B – high-order bits (0…2) 1 Asynchronous version (works) Clock drives A directly. ...
Pato's user avatar
  • 1
0 votes
2 answers
188 views

I’m using the Logic.ly online demo (first time) to build a synchronous ÷ 75 counter. Plan: Block A – four JK flip-flops wired as a /16, but I clear it asynchronously on ...
Pato's user avatar
  • 1
1 vote
0 answers
100 views

As the title says, I have been really struggling, with converting my current 4-bit counter that counts down -1 from numbers 9-3 to switch to 14-0, it is meant to be a synchronous and parallel, meaning ...
yufi shisti's user avatar
1 vote
1 answer
132 views

I'm working with LOGO! Soft Comfort version V8.4.1 and encountering an issue in simulation mode where a Mathematic Instruction block (B002) isn't using the live, updated value from an Up/Down Counter (...
Ashley Lantz's user avatar
2 votes
3 answers
355 views

Recently, I am using more and more microcontrollers for simple projects and one thing that has struck me as odd is that the hardware timers available on microcontrollers allow easy fixed-frequency PWM ...
tobalt's user avatar
  • 25.5k
2 votes
2 answers
247 views

I’m building a project that requires a battery powered up/down counter to measure distances/length of line coming off a spool, and re measure it on rewinding back onto spool. but the spool diameter is ...
W W's user avatar
  • 23
0 votes
0 answers
90 views

I have a digital clock connected to an MM74C915 7 segment to BCD encoder, which goes into a 74LS42 BCD to 1 of 10 decoder. (Think like a CD4017 but BCD) Need to somehow convert the 1 of 10 output into ...
devicemodder's user avatar
4 votes
6 answers
456 views

Please help me with designing a counting circuit which goes 1 to 8 in a loop. using 4000-series IC’s (because that’s what I have on hand). It will have a 7-segment led numeric display (Preferably ...
Sequencing Sarah's user avatar
2 votes
3 answers
151 views

It works well in Proteus (Simulation), but when I implement it, it doesn't work. I'm sure that the hardware connections are correct. Also, the 7-segment doesn't display, for example, the number 2 ...
Mahmoud Elkomy's user avatar
0 votes
0 answers
82 views

I'm using Proteus to test a circuit before implementing it practically, but it doesn't work. I'm supposed to build a counter that is displayed in a 7 segment display, using a 555 timer. The counter is ...
Mahmoud Elkomy's user avatar

15 30 50 per page
1
2 3 4 5
43