Table of Contents

Wake On LAN (WOL)

Wake-on-LAN (WOL) is an Ethernet networking standard that allows a computer to be turned on or woken up by a network message.

A Wake on LAN message can be generated in iViewer. This must be programmed through guiDesigner.

How to use Wake on LAN in guiDesigner

Make sure you have created a project in the Projects Tree.

In the System Manager, add a system. Configure it with the following properties:


Next, we will use the WOL Generator to create the “Magic Packet” required to make the WOL command work.

To do this:

  1. Click on View on the menu bar, then choose WOL Generator
  2. Enter the MAC address of the device you want to wake up in the format 00-00-00-00-00-00
  3. Make sure Hex Format is ticked
  4. Click Generate Magic Packet

The WOL magic packet will be generated in the field below.

An example of a WOL magic packet:
\xFF\xFF\xFF\xFF\xFF\xFF\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF\x45\xE4\x5A\xD3\x44\xAF

Now we need to create a command.
Add a command to the system you created earlier with the following properties:


You may now use this command as you would any other, eg:

Learn About Wake On LAN

To learn more about wake on LAN, visit the Wake on LAN page on Wikipedia.