Simple circuit completion counter

  • Thread starter Thread starter mikeusru
  • Start date Start date
  • Tags Tags
    Circuit Counter
Click For Summary

Discussion Overview

The discussion revolves around the design and implementation of a counting device that registers the completion of circuits, specifically focusing on a 4-digit display that counts each closure of input and output contacts. Participants explore various components and strategies for achieving this functionality, including hardware and software solutions for debouncing signals.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant inquires about a device that counts circuit closures and mentions being unsure of its proper name.
  • Another participant suggests the 4029 counter IC as a potential solution and provides a link to a relevant website.
  • A repeated inquiry about the device emphasizes the need for a 4-digit display and includes a Google Images search for LED counter modules.
  • A suggestion is made to use a bounceless switch before the counter to improve accuracy, referencing specific posts for further information.
  • Another participant proposes a software-based debouncing method, describing a strategy that involves reading the switch state at intervals to avoid counting bounces as multiple closures.
  • A later post expresses gratitude for the suggestions and asks how to modify a specific LED event counter to detect skin conduction with a resistance of over 1k Ohms.

Areas of Agreement / Disagreement

Participants present multiple approaches and suggestions, indicating that there is no consensus on a single solution or method for the counting device. Various techniques for debouncing and circuit sensitivity are discussed, but no agreement is reached on the best approach.

Contextual Notes

There are unresolved assumptions regarding the effectiveness of the proposed debouncing methods and the specifics of modifying the counter for skin conduction detection. The discussion does not clarify the limitations of the suggested components or methods.

Who May Find This Useful

Individuals interested in electronics design, particularly those working on counting mechanisms or circuit completion devices, may find this discussion relevant.

mikeusru
Messages
5
Reaction score
0
I need a device with something like a 4-digit LCD or LED display which counts the amount of times its input and output contacts close. Basically, 1 count for each completed circuit. I was told things like these exist and are cheap, but don't know what to call it.

Thanks in advance!
 
Engineering news on Phys.org
You should take a look at the 4029 counter IC.
Also you might like to see this website that shows http://www.aaroncake.net/circuits/counter.asp"
 
Last edited by a moderator:
mikeusru said:
I need a device with something like a 4-digit LCD or LED display which counts the amount of times its input and output contacts close. Basically, 1 count for each completed circuit. I was told things like these exist and are cheap, but don't know what to call it.

Thanks in advance!

Here are the results of doing a Google Images search on LED Counter Module:

http://www.google.com/images?rlz=1T...ule&um=1&ie=UTF-8&source=og&sa=N&hl=en&tab=wi

.
 
Or, if there is a controller / processor in the loop you can save a little hardware and debounce in the firmware/software:

EE Times said:
Consider the simplest of all debouncing strategies: read the switch once every 500ms or so, and set a flag indicating the input's state. No reasonable switch will bounce that long. A read during the initial bounce period returns a zero or a one indicating the switch's instantaneous state. No matter how we interpret the data (in other words, switch on or off) the result is meaningful. The slow read rate keeps the routine from deducing that bounces are multiple switch closures.
http://www.eetimes.com/discussion/break-point/4024981/My-favorite-software-debouncers
 
Last edited:
Thanks for the help!
So with something like
http://www.quasarelectronics.com/3129-up-down-4-digit-led-event-counter.htm

How would I be able to tweak it to be sensitive enough to respond to skin conduction as a part of the circuit (basically, count a contact with a resistance of over 1k Ohms)?
 

Similar threads

Replies
10
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
Replies
12
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K