How can I create a switch pattern without using microcontrollers?

  • Thread starter Thread starter Home Tinkers
  • Start date Start date
  • Tags Tags
    Switch
AI Thread Summary
To create a switch pattern for 8 electromagnets without using microcontrollers, consider researching programmable switches or sequencers that can handle on/off commands. A microcontroller like Arduino offers flexibility but requires programming knowledge, which may not be ideal for a quick solution. Look for devices that can record and playback on/off sequences, similar to a macro program for circuits, which could simplify the process. The desired setup should allow for adjustable time intervals and the ability to hardwire a final pattern. If such a device doesn't exist, there may be a market opportunity for a product that combines programmable power control with ease of use.
Home Tinkers
Messages
3
Reaction score
0
I need to hook up 8 electromagnets and make them turn on and off to a pre designed pattern. I have no idea how to get something to turn on and off in a programmed sequence. I'm sure there are probably ready made programmable switches that come with software but I don't know.

In any case I need the quickest, simplest way to get 8 things to turn on and off in a pattern of my choosing.

Please let me know what to research, what specific things to learn, or items to look at for purchase to complete my project thank you.
 
Last edited:
Engineering news on Phys.org
You need to specify whether this is a one shot sequence or whether there are time intervals as well as repetitions to be set . That will determine how simple your setup can be.
 
I would want to be able to do it at time intervals of my choosing to loop until power is disconnected. I want to be able to change the pattern of each electromagnet firing to a new pattern for testing purposes, but the final product can be hardwired to one looping pattern that fires until power is disconnected and does not change.
 
most flexible is a micro controller like arduino or pic, but you would have to learn programming.

look up "pic led sequencer", or "arduino led sequencer" to get started down that path. "LED chaser" gets hits too.

With a microcontroller the sky is the limit for flexibility.
 
yea I saw a YouTube vid on microcontrollers how to solder leads into a breadboard and all that...seems time consuming to say the least even if you know what your doing. Then there is the software aspect of it at least I know c++ and a little java that should help. If that's what it takes there are good tutorials for it I guess. I really don't want to invest the time and money into it if there is a work around. I'm thinking if it comes down to using a microcontroller Ill just redesign my project and learn microcontrollers as a hobby on the side of my hobby I'm working on now because they seem pretty nice for lots of applications so I would want to mildly master them. I just really need to get this project near completion in about 1 month so I don't want to take on something like microcontrollers right now.

is there another way though? Maybe some kind of simple switch box that just records your on off commands and plays them back. Something like a computer key macro program for circuits? I would think some company somewhere would of made a unit that can output a range of voltages to different sources and also be programmed to regulate power and go on/off with some companion software. I imagine a box with 12 power-ports that have a specific voltage range and you can hook up any device you want to those ports (using homemade wiring), and using companion software you can program patterns for power flow through ports and power amounts within the range the device would support. If not there is probably money in that for anyone who could make such a thing. So I guess a cross between a power strip and a microcontroller is what I really could use.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top