Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can sequential power-on be configured via this on PDU RC-16A? #3

Open
pmj opened this issue Jul 17, 2023 · 2 comments
Open

Can sequential power-on be configured via this on PDU RC-16A? #3

pmj opened this issue Jul 17, 2023 · 2 comments

Comments

@pmj
Copy link

pmj commented Jul 17, 2023

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.

  1. Is sequential power-on configurable, or is this just a fixed feature which is always enabled on the hardware?
  2. If it's configurable, does one of the existing functions of your library control it?
  3. 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!

@pmj
Copy link
Author

pmj commented Aug 1, 2023

On further inspection, it looks like output_start_up_delay might be the interval between outlets coming online during sequential start-up. Is that right?

@thomasjsn
Copy link
Owner

Hello! The PowerWalker PDU has sequential power up enabled by default. That is handled internally in the device. The output_start_up_delay is the delay in seconds between each output turning on.

My library doesn't support changing any memory settings unfortunately. But it could be that you could do this from the Windows application, you'd only need to do it once.

The one second delay worked well enough for me that I didn't pursuit changing it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants