Show Posts
|
|
Pages: 1 ... 3 4 [5] 6 7 ... 72
|
|
65
|
Using Arduino / General Electronics / Re: Hardware protection - 2 Relays - only one can switch-on at the same time.
|
on: January 15, 2013, 04:49:41 am
|
|
Or, if it's a stuck-on relay that you want to cover against then use one of the relay NC contacts to open the feed circuit to the other relay. Do this for both relays, then it matters not whether logic is screwed or working, it is impossible for both relays to be "energised" at the same time. This assumes of course that the relay contacts are 100% reliable.
You are now getting an insight into how difficult it is to design a logic control system that is 100% reliable (it's impossible)
|
|
|
|
|
66
|
Using Arduino / Motors, Mechanics, and Power / Re: its possible to change dir in an AC motor
|
on: January 14, 2013, 04:41:59 am
|
|
If you managed to "simply" reverse the stator (mechanically) then I suggest you have a shaded pole motor, the direction of rotation being influenced by the "side" that the shaded pole is on, with respect to the rotor core. A photograph of the motor would end 99% of the speculation since your original question mentioned an "AC common motor", whatever one of those.
|
|
|
|
|
69
|
Using Arduino / Motors, Mechanics, and Power / Re: Backlash problem about step motors
|
on: January 11, 2013, 04:42:13 pm
|
|
Little more information required. a) is there a gearbox involved or are you looking directly at stepper shaft b) how must does it move by (part of 1 step or 1 complete step) c) do you keep the coils energised when stopped d) if answer to (c) is "yes" are the coils really energised e) if the answer to (c) is "no" is there a possibility of at least one of the coils being energised f) how many coils are used g) and finally the model number of the stepper motor
|
|
|
|
|
70
|
Using Arduino / Project Guidance / Re: Arduino Ammeter
|
on: January 11, 2013, 12:13:03 pm
|
|
Use a hall sensor, sample current at intervals over a fixed period of time, say a couple of seconds, and add up the respective values. Then divide the totalised current by the number of samples take. The resultant figure is the "average" current.
|
|
|
|
|
73
|
Using Arduino / Project Guidance / Re: Several switches connected to the same pin.
|
on: January 10, 2013, 05:12:13 am
|
|
One method would be to feed your input point as an analogue-in then each switch is across a different value of resistor in a divider chain. Since this will produce a differing input as the respective resistor is shortened, the A-In will read a differing voltage and be able to determine which switch is operated. Note that this system only caters for one switch being operated at any time. If you google R-2R you'll get info on how this is accomplished
|
|
|
|
|
74
|
Using Arduino / Project Guidance / Re: +/- 22VDC Power Supply???
|
on: January 08, 2013, 05:04:45 am
|
|
Or if you want something really simple just use one of your 15 volt supplies. Connect to it an isolated switch mode converter that outputs 15 volts and connect it's output such that the inverter positive output is connected to the original supply negative. This then gives you the +/- 15 volt supply you desire.
|
|
|
|
|
75
|
Using Arduino / General Electronics / Re: High pitch sound from electronics...
|
on: January 07, 2013, 04:29:49 pm
|
|
It's actually amazingly simply to create sound from electrical "voltage" oscillations. As a youngster I "discovered" that by using a neon type screwdriver with the 'live" end stuck into a 240v live socket, and the "finger" end place into the ear using a steel knitting needle as a bridge-piece, one could actually hear the 50hz hum. Of course that was in the days when you were able to experiment without the safety elves ensuring that we all ended up frightened to live. I lived to tell the tale.
|
|
|
|
|