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?
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top