wilson Posted May 21, 2018 Report Posted May 21, 2018 Hi, is it any way to wake up non watch out installed pc on LAN ? 0 Quote
zackboyd Posted May 22, 2018 Report Posted May 22, 2018 Hi Wilson - Wake-On-Lan is not a Watchout thing, it's a standard. It must be enabled on the bios of your machine. The WOL packet or 'Magic Packet' is 6 bytes of 255 followed by 16 instances of the machine's MAC address, UDP broadcast to port 9. 0 Quote
Dataton Partner RBeddig Posted May 23, 2018 Dataton Partner Report Posted May 23, 2018 You can send this out from WATCHOUT, e.g. a special aux timeline, or through WATCHNET where you would need to add this in the devices section. 0 Quote
Mike Fahl Posted May 23, 2018 Report Posted May 23, 2018 FYI, PIXILAB Blocks can control WATCHOUT in ways similar to WATCHNET, and can also control other devices (including waking those devices using wake-on-LAN commands). Mike 0 Quote
SteffVernier Posted April 10, 2019 Report Posted April 10, 2019 I'm trying to achieve that using aux timeline but I do not find the proper message to send. The mac address of the computer that I'm trying to wake up is 1C-EE-C9-01-52-11 its IP 192.168.100.101 its subnet 255.255.255.0 shouldn't it be " wolcmd 1ceec9015211 192.168.100.101 255.255.255.0 7" send by a string cue in udp on a string output with the correct network address and port ? 0 Quote
Dataton Partner RBeddig Posted April 11, 2019 Dataton Partner Report Posted April 11, 2019 No. The network adaptor of your PC does not know it's IP address as long as the OS is not running. Therefore you need to send a "Magic Packet" as a broadcast (UDP) into the network. Usually it would look like this: FF FF FF FF FF FF 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 0D This needs to be sent as hex code to either the IP address of the device or to the broadcast address of your network which would proabably be 192.168.100.254 in this case. 0 Quote
SteffVernier Posted April 26, 2019 Report Posted April 26, 2019 On 4/11/2019 at 2:24 AM, RBeddig said: No. The network adaptor of your PC does not know it's IP address as long as the OS is not running. Therefore you need to send a "Magic Packet" as a broadcast (UDP) into the network. Usually it would look like this:FF FF FF FF FF FF 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 0D This needs to be sent as hex code to either the IP address of the device or to the broadcast address of your network which would proabably be 192.168.100.254 in this case. Is that what I need to enter in my string cue ? it doesn't seem to work... 0 Quote
Dataton Partner RBeddig Posted April 26, 2019 Dataton Partner Report Posted April 26, 2019 3 hours ago, SteffVernier said: This needs to be sent as hex code The WATCHNET manual tells you how to use hex code: HINT: As in WATCHOUT, it is possible to send hexadecimal data bytes by using the prefix “$” followed by two characters that specify a byte. For example, “$0D” will send a carriage return. It is possible to mix text messages with hexadecimal bytes in any order. Any number of hexadecimal bytes may be sent but each two character sequence defining a byte must be prefixed with the “$” symbol. So use the form $FF$FF............$0D 0 Quote
Fredrik Svahnberg Posted May 1, 2019 Report Posted May 1, 2019 StaffVerneir, don't waste your valuable time. Use a turn-key control system that works PIXILAB Blocks can control WATCHOUT in ways similar to WATCHNET, including built-in support for "Sleep" and "Wake-On-LAN". 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.