Results 1 to 20 of 20

Thread: Can you control Power Sockets like Wake On Lan?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Can you control Power Sockets like Wake On Lan?

    Weird Question I know, but I have been playing with WOL this morning on my laptop, and it got me thinking. Is there something similar where you can control a power socket using this sort of thing.

    There is a remote location that we need access to the computers, however in weather conditions like this, they are nion impossible to get to, so I am wondering if there is anyway you can control power sockets like you can wake on LAN.
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  2. #2
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Can you control Power Sockets like Wake On Lan?

    Sure. What exactly are you intending to do? I can rig an entire factory's power system to a bank of high-power relays and connect them to a digital interface to a single PC or server. As long as the network equipment and PC has enough power for me to wake it up from a power-off state, I can control everything else from that machine.

    If I don't want to use a PC, there are PLCs that will do the job as well.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Can you control Power Sockets like Wake On Lan?

    I recently saw a description of a computer in a plug technology that might allow for a single switch solution with mass market appeal.
    My usual boring signature: Nothing

  4. #4
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Can you control Power Sockets like Wake On Lan?

    What about the Clapper? Clap on, clap off. The Clapper!
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    Well the entire purpose is this:

    At work we have a storage facility, but it is located in a highly inaccessible area when the weather comes! We normally unplug everything to prevent even standby to keep overheads reduced (if possible) I want to have these plugged in at all times, but rather than "flick the switch" physically, I want to do something where (If I can connect say a master extension socket to my router), I want to ping it, and that to turn it on. or something along those lines.

    Unfortunately I will be trying to power these devices on from about 20 miles away...
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Hey,

    Have a look at the following:

    http://www.x10europe.com/ha/overview.htm

    There is an article about this here:

    http://blogs.msdn.com/coding4fun/arc...31/916464.aspx

    Hope that helps!!

    Gary

  7. #7
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Can you control Power Sockets like Wake On Lan?

    It can certainly be done. Does the remote building have a phone line? If so you can wake on ring with most modems.

    Basically, from what it sounds like you want to do:
    On the incoming electrical line to the building, it enters some form of circuit-breaker/fuse box. From here, the singular, main power line is split into various circuits in the building.

    You'll need one circuit to power your wake-up hardware/whatever it may be. This for example could be a completely new circuit run to a single, dedicated outlet. In here, you plug in your router, wake-up computer, PLC, whatever. It stays powered all the time (this might defeat your purposes, but there's little way around this problem). There may be a completely phone-based solution though that would only use the analog power from the phone lines.

    If you control the incoming power lines, (for example, the outbuilding is receiving power from another building) you also have the option to control it from there.

    All other circuits will need an appropriately sized latched power relay installed on them. The relays can be latched on/off via a digital output card from the controller.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    To be honest the boss doesnt want any work done so he doesnt want the place to be rebuilt (or different circuits putting in). We are looking primarily at plugging a couple of extension sockets into one wall outlet, and have that respond. unfortunately we get a lot of "cold calls" to the building (god knows how they got the number as the place is nion always deserted!) so ringing the phone to switch on wouldnt work. Wake On Lan, is good because as longas the power is there you can ping the Machine and then it will switch on, I know there is of course Power Over Ethernet, but I dont know if that can be used here?
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  9. #9
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Did you look at the links I provided? this technology can be configured to do pretty much anything you want.

    Gary

  10. #10
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Can you control Power Sockets like Wake On Lan?

    Yeah, that X10 stuff is now to the point where you can call your home and change pretty nearly everything. I considered doing that until I realized that I really had no reason to do that other than 'because I can' (which has driven many of my home improvement projects, to be honest).
    My usual boring signature: Nothing

  11. #11
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Ha ha, yeah, I was very tempted to get some components as well, but then I looked at some of the prices, and thought, do I actually need it? Short answer was no, but just wait until I win the lottery!! That reminds me, I need to go and buy a ticket

    Gary

  12. #12
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Can you control Power Sockets like Wake On Lan?

    When I worked at $%^&*:"<, a company that was doing PLC(Powerline Communications) I made a suggestion of putting a PLC chip in everything electronic. Ethernet like communications with everything in your home!
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  13. #13

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    Hi Guys, Gep I did take a look at the pages you sent, however I did notice that you have to flick a switch for this to happen (unless I mis-interpereted it), and the problem is I can be 20 miles away when these things need initialising!
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  14. #14
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Can you control Power Sockets like Wake On Lan?

    Moved From Chit Chat

  15. #15
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Quote Originally Posted by JayCR View Post
    Hi Guys, Gep I did take a look at the pages you sent, however I did notice that you have to flick a switch for this to happen (unless I mis-interpereted it), and the problem is I can be 20 miles away when these things need initialising!
    Hey,

    This isn't true, no. This was just an example of what you can do.

    You can pretty much do anything you want with it. If you watch some more of the video, you will see that the author turns on and off a light based on the result of a change in a stock price that comes from a web service.

    You can extend this to run off anything you like. It just comes down to your imagination.

    Gary

  16. #16

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    Thanks Gep, will take a look into that, thats quite interesting.
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  17. #17
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Hey,

    Not a problem at all. As I mentioned, the only slight issue, from a personal perspective, is the cost of the units, but if this is for a commercial application, the budget might be slightly higher

    Gary

  18. #18

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    Thats the one thing I havent yet seen, dare I ask if you know the unit price?
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

  19. #19
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Can you control Power Sockets like Wake On Lan?

    Hey,

    Not off the top of my head, no. And it has been a few years since I looked at them.

    If you give that company a phone, they should be able to give you a price.

    Gary

  20. #20

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2008
    Location
    Kent, England
    Posts
    713

    Re: Can you control Power Sockets like Wake On Lan?

    No Worries, thanks Gary.
    "Wisdom is only truly achieved, when you realise you dont know everything" ... I must be a genius because I always have to ask stupid questions...

    Pointing an idiot like me in the right direction, is always appreciated by the idiot, explaining how to do what you have pointed the idiot to, is appreciated even more. I apologise to all experienced coders who will think I am an idiot, you are right, I am an idiot, but I am an idiot who is trying to learn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width