Asentria SiteBoss 571 UserManual
Page 112
>sk event.power[200]powerup.sequence = "v48,600;5//power up SW5 at 48v
or 10 min;"
COMPLETE
This string would cause power output 5 to wait for 48V or a maximum of 10 minutes before powering up.
event.power[X].powerup.timeout
The
event.power[x].powerup.timeout
settings key sets the total amount of time allowed, in seconds, for the
power-up sequence to execute; once the specified amount of time elapses, the power-up sequence is aborted and
all switches are turned on (if the SiteBoss application has started, the switches will be set to the application-defined
state). Values range from 1 to 65535 (inclusive) seconds, and the default is 3600.
Output Power-Up Commands
POWERUP STATUS X
Provides information about the status of the power-up sequence, including whether it is complete, which step it is
performing if not, and how much time has taken so far (or total time if done).
Note:
The power-up sequence shown in the status display reflects the
event.power[X].powerup.sequence
setting. If it is not in sync with the power controller (i.e. it is changed
while the sequence is running), then it may not accurately reflect which step is currently being executed.
>powerup status 200
SiteBoss 571 Power-up Sequence Status for Controller 200
Sequence complete: NO
Time in sequence : 00:08:41
Step Description
==== ================================================================
01 Switch 1
02 Switch 2
03 Switch 3
04 Delay 512
05 Switch 4
06 Switch 5
*07 Delay 32 (00:00:09)
08 Switch 6
09 Delay 32
10 Switch 7
11 Delay 32
End ------------
POWERUP ABORT X
Aborts the power-up sequence if it is still in progress, and sets all outputs to the application-defined state.