-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Apologies for the slightly random question - I'm considering getting a PowerWalker PDU RC-16A IEC device. (or probably more, eventually, if this works well) Using the Windows software isn't a realistic option, so thanks for publishing your work on this alternative! I'm still trying to work out if this combination of hardware and software will suit my needs. (or in the software's case, if I can adapt it to suit my needs.)
One of the main features I'm interested in is sequential power-up of the outputs when the PDU first receives input power, for minimising load spikes when power comes back on after an outage. I've been looking through the readme and source, but I don't see any mention of this being configurable via this library. The manual and specs for the device are also unclear on how this feature works.
- Is sequential power-on configurable, or is this just a fixed feature which is always enabled on the hardware?
- If it's configurable, does one of the existing functions of your library control it?
- If it's configurable but not yet via this library, do you have the necessary information about the wire protocol commands required to control it, and could you share that information so I can extend the library?
Thanks!