Ethernet control of Baytech RPC series remote power control units Code copyright 2005 Ryan P. Wright (http://www.ryanwright.com) Change log / version history Version 1.1 :: 12/3/2006 + Fixed problem: Outlets would flip on and off during a status update if the RPC device was in a different outlet state than Netlinx's virtual device. This was evident during a Netlinx system reboot, or if someone manually logged into the RPC device and changed outlet state. The module now tracks the RPC's outlet state in a different set of channels (101-112). Outlet state is now checked after every command execution to the device, and mapping to the virtual channels happens without flipping the outlet in the event of discrepency. + Fixed problem: Issuing multiple commands at once didn't work. The RPC device takes several seconds after a command is issued to execute and recover back to the menu. There is now a user-definable wait setting with a default of 3.5 seconds so we don't overload the device. Version 1.0 :: 2/24/2005 + First version of the code.