Looking for: Programmable stand alone 120v switch?

  • Thread starter sportdman
  • Start date
  • Tags
    Switch
In summary, the user is looking for a stand alone 120v 15amp electrical switch that is programmable with a sequence of on/offs for specific time intervals. The switch should also have a start button for initiation and be self-contained without needing external communication. Suggestions include a programmable receptacle timer or a repeat cycle timer, or using a time delay relay with a microprocessor chip like a Picaxe. Alternatively, the user could build their own using a cam/microswitch system.
  • #1
sportdman
2
0
I am a mechatronics engineer and need to find a stand alone 120v 15amp electrical switch that is programmable. I need it to be able to program a sequence of on/offs for specific time intervals for both on and off. The user needs to be able to hit a start button to initiate the programmed on/off sequence.

I am not looking for a switch that is programmable via a RS232 or other means of external communication. I just need a "black box" that is standalone and self contained that will control power to a device.

Does anyone know where I can find something like this?

Thanks in advance for your help.:confused:

Jon
 
Engineering news on Phys.org
  • #2
http://www.smarthome.com/2046/Programmable-Receptacle-Timer/p.aspx
 
  • #3
Thanks TurtleMeister.

I am looking for something that is not based on time of day. Here is what I need the switch do be able to do:

Start (user activated)
Loop (1 to 20)
Turn power On for 20 seconds​
Turn power Off for 20 seconds​
end loop
End

I intend to use the switch with a vacuum filtration pump. I need the 20 second on/off intervals for the initial priming of the system. The scientists tell me that they need this 20 second cycling or the filtration does not work effectively. After that the user can just turn the power on and let it run.

Thanks,
Jon
 
  • #5
Also, do a search for time delay relay. They do exactly what you're looking for.

EDIT: ...Except that they're single shot.
 
  • #6
If you have trouble finding a suitable unit, you could always fall back to the old cam/microswitch system such as washing machines had a couple of decades back.
 
  • #7
Sounds like there is enough expertise there to just build one.

Have a look at the Picaxe range of microprocessor chips.
These are programmed by school kids who are 12 years old and older.

http://www.rev-ed.co.uk/picaxe/

These chips are just normal 8, 14, 18, 20 or more pin DIL chips with 0.1 inch pin spacing. Just like most logic chips. They run on 5 volts. Cost is less than $10 for the smaller ones.
I'd get Picaxe 14s.

They are programmed with a cheap plug-in cable from a computer. This can then be removed forever. The programmer you download to the computer from the above website but it is free.
To do your job the program would look a bit like this:

High 2
Pause 20000
Low 2
Pause 20000
High 2

That's it, the whole program.

The pause figure is in milliseconds. So 20000 is 20 seconds. It just means do nothing for 20 seconds.
"High 2" puts 5 volts on one of the pins of the IC. "Low 2" puts zero volts there.
The 5 volts can deliver about 20 mA which is enough to turn on the base current of a transistor which could pull in a suitable relay. This would do the actual switching.
So, it like this:
Turn on pin 2 ... Wait 20 seconds...Turn off pin 2 ... Wait 20 seconds ...Turn on pin 2.
 

1. What is a programmable stand alone 120v switch?

A programmable stand alone 120v switch is an electronic device that allows you to control the power supply to a device or appliance using a 120v circuit. It can be programmed to turn on and off at specific times or intervals.

2. How is a programmable stand alone 120v switch different from a regular switch?

A regular switch only allows for manual control of the power supply, while a programmable stand alone 120v switch allows for automated control through programming. This means you can set it to turn on and off at specific times without needing to physically operate the switch.

3. What are the benefits of using a programmable stand alone 120v switch?

The main benefit of using a programmable stand alone 120v switch is convenience. It allows you to automate tasks and save time by not having to manually turn devices on and off. It can also help save energy by ensuring devices are only using power when needed.

4. What can I use a programmable stand alone 120v switch for?

A programmable stand alone 120v switch can be used for a variety of purposes, such as controlling lights, appliances, or even heating and cooling systems. It can also be useful for security purposes, such as turning on lights at specific times to make it appear as if someone is home.

5. How do I program a programmable stand alone 120v switch?

Each programmable stand alone 120v switch may have slightly different programming instructions, so it is important to follow the manufacturer's instructions. Typically, you will need to set the date, time, and desired schedule for turning on and off. Some switches may also have additional features such as randomization to make it appear more natural.

Similar threads

  • Electrical Engineering
Replies
2
Views
461
Replies
37
Views
3K
Replies
31
Views
2K
  • Electrical Engineering
Replies
4
Views
1K
Replies
4
Views
1K
  • STEM Academic Advising
Replies
8
Views
400
  • Electrical Engineering
Replies
7
Views
2K
  • Electrical Engineering
Replies
2
Views
1K
  • Electrical Engineering
Replies
18
Views
2K
  • Electrical Engineering
Replies
8
Views
1K
Back
Top