What hardware would I need to distribute a binary signal?

In summary, Svein's link provides good information on how to interface a discrete digital chip with a computer.
  • #1
Rozzdogs
1
0
Thread moved to the Homework Help forums from the technical forums, so no HH Template is shown.
I'm designing part of a machine for my final year engineering project and I could use some help figuring out the right parts for a circuit I'm trying to create as part of it.

Basically what I intend the circuit to do is is have the input to the circuit connected to the computer controlling the machine and the outputs to the circuits as a series of switches. what I intend the circuit to be capable of doing is to accept a binary signal as an input and to then break up the signal and distribute each 0 or 1 to its repective switch e.g. the first binary digit will go to switch 1, the second digit will go to switch 2 and so on. the number the switches receive will tell it to be on or off.

it's a fairly simple circuit as far as I can tell but I'm having trouble getting information for the parts I'd need, so any help or suggestions would be apreciated. I did consider using a series of microprocessor chips from hobbyist stores to break up the signal until it was in individual digits but that seems like an over-complicated solution to me.
 
Physics news on Phys.org
  • #2
Last edited:
  • #3
It seems to me that what you want is a serial-in parallel-out shift register (http://www.allaboutcircuits.com/textbook/digital/chpt-12/serial-in-parallel-out-shift-register/).
 
  • #4
Be sure to evaluate and specify any safety or isolation requirements up front. What sort of loads are being switched? What kind of voltages or currents are involved? Could a hardware fault send damaging or unsafe potentials back through the control chain?
 
  • #5
From a very generic prospective you will need some sort of hardware that can interface with the computer (RS232 / usb ).

Then you will need to extract the data from that signal (discrete digital chips or logic / fpga / micro-controller with compatibility with that com protocol).
If you do it yourself you will want to dump the data into a register (or memory depending on your system). Svein's link provides some good information on one way to do that.
Then use that register to drive the switches. Those switches should then interface with larger circuits, to address the concerns that gneill brought up.

what is your background. If you are a computer engineer and your project is building a board, you might want to implement this with an fgpa or discrete logic. Meaning do it yourself.
if you're a controls engineer, you might want to just follow meBigGuys advice and buy an off the shelf part that will do it for you. It all depends on the level of effort you want to put in, and the size of your project. For my senior project I build a UAV. while I was capable of designing every little circuit from scratch, it was highly impractical, and much more beneficial to buy off the shelf parts.
 
  • #6

1. What is a binary signal?

A binary signal is a type of digital signal that has only two possible values, typically represented as 0 and 1. It is commonly used in computer and electronic systems to transmit and process information.

2. What is the purpose of distributing a binary signal?

Distributing a binary signal allows for the transmission of information to multiple locations or devices. This is useful for tasks such as communication, control, and data processing.

3. What are some examples of hardware that can be used to distribute a binary signal?

Some examples of hardware that can be used to distribute a binary signal include transmitters, receivers, amplifiers, switches, and routers. These devices are designed to send and receive binary signals over different types of communication channels.

4. Do I need any special hardware to distribute a binary signal?

Yes, you will need hardware specifically designed for handling binary signals. This includes devices that can convert between analog and digital signals, as well as devices that can amplify and distribute the signal to multiple locations.

5. What factors should I consider when choosing hardware for distributing a binary signal?

When choosing hardware for distributing a binary signal, you should consider factors such as the signal frequency, bandwidth, and transmission distance. You should also ensure that the hardware is compatible with the type of binary signal you are working with, such as digital or pulse-coded modulation signals.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
13
Views
282
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
974
  • Engineering and Comp Sci Homework Help
Replies
25
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
2K
  • Electrical Engineering
Replies
3
Views
804
Replies
37
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
4K
Back
Top