Design an Electronic System for Counting Objects on a Conveyor Belt

  • Thread starter Thread starter khumalop3
  • Start date Start date
  • Tags Tags
    Design
AI Thread Summary
The discussion focuses on designing an electronic system for counting objects on a conveyor belt, emphasizing the use of optical sensors to detect transitions between logical states. A signal conditioning circuit is essential to filter the sensor's imperfect output, utilizing a comparator op-amp to distinguish between logical "0" and "1" states effectively. The design suggests implementing a simple counter with flip-flops to tally the transitions, which can be displayed on a BCD display. Considerations include the finite number of objects, the need for a microcontroller if the count exceeds the counter's capacity, and the importance of matching the sensor circuit's bandwidth to the conveyor's speed. Additionally, the discussion highlights the potential need for a belt speed sensor and the concept of hysteresis in the comparator to manage situations where the belt stops with an object in the beam.
khumalop3
Messages
1
Reaction score
0
I'M required to design an electronic system to be used to count objects in a
packaging process as they pass on a moving conveyor belt. The system consists of a power supply, optical detectors, a signal conditioning circuit, digital counter circuits, and displays.
PLEASE HELP whith how to desing a signal conditioning circuit and digital counter circuits
 
Engineering news on Phys.org
The one way to do it is to do the following:

Let's assume that the optical sensor consist of two parts, transmitter and receiver, transmitter constantly sends a beam of light (or whatever) towards the receiver, hence receiver gets all the energy, let's assume that this state is logical "1".Once the object is in the between, no energy gets to a receiver, hence the output is at low state, logical "0".

The only thing you're required to do is to count those 1->0 or 0->1 (you'll have to decide) transitions, in order to get the number of objects that has passed. A simple counter implemented using flip-flops could be used, where the output is fed directly to some BCD display via appropriate logic. You can find discrete implementations of the counters searching the http://focus.ti.com/paramsearch/doc...&navigationId=11385&family=logic&paramTable=" or Analog Devices sites.

Now, the output of receiver is not perfect, since it is a sensor, so the output won't have those perfect 0's and 1's, hence the output of the sensor should be coupled with a comparator opamp, this way you'll be able to sort out between 0's & 1's better (distinguish level transitions).

Since you didn't mention anything about the number of objects, I'm guessing that there will be a finite number of them, so when you've determined the number of objects so you can find out what kind of counter you'll need (how many bits). Otherwise, when you don't know anything about the number of objects, you'll need a micro controller of some kind in order to save and add the number of objects, before resetting the counter.
 
Last edited by a moderator:
And another part of the signal conditioning should constrain the sensor circuit's bandwidth to match the expected behavior of the items passing by on the conveyor belt. How frequently will the signal change (how wide are the objects, and how fast is the belt)?

Also, think about what you want your circuit to do if the belt stops right when there is a can in line with the beam...what does that tell you about the kind of filter you should be using in that signal conditioning circuit? Can you think of a reason why you might want to have a belt speed sensor as part of the processing circuit? Are you familiar with the concept of hysteresis, with respect to the comparator component that antoker mentioned?
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top