Asentria SiteBoss 571 UserManual
Page 111
•
A value of 0 for a timeout means "forever" (this is consistent with other timeout usages in Asentria
products), subject to the overall timeout specified by
event.power[X].powerup.timeout
.
Once a valid sequence has been successfully set, it will be executed the next time the power controller is powered
up or reset. Switches cannot be controlled by the SiteBoss application software while the sequence is being
executed.
Turn on Output
Individual outputs are referenced in the command string by their power output point number, 1 through 9 for the
S571 or for a PowerBoss. To turn a switch on, simply reference the switch by point number.
Wait for temperature or timeout
Command would be written TXXX,NNNNN.
Where XXX is temperature, in C (from -100 to 100), to reach before proceeding and NNNNN is the maximum time
to wait, in seconds (up to 65000)
Examples:
"T5, 300 // wait for 5 degrees C, or 5 minutes;"
"T-1,0 // wait forever for -1 degrees C;"
T(-5), 300;
Wait for voltage, or timeout
Command would be written VXX,NNNNN.
Where XX is input voltage, up to 99, to reach before proceeding and NNNNN is maximum time to wait, in seconds
(up to 65000)
Examples:
V 44,0;
"V 48,60 //wait 60 sec for 48v;"
Delay
Command would be written DNNNNN.
Where NNNNN is number of seconds to wait (up to 65000)
Examples:
"D30//wait 30 seconds;"
Example Sequences
sk event.power[200]powerup.sequence= D60;1;2;3;4;5;
COMPLETE
This string sets up your SiteBoss to wait 60 seconds before powering up the power outputs 1 through 5.
sk event.power[9]powerup.sequence= D60;1;2;T5,300;3;4;
COMPLETE
This will wait one minute then turn on switch 1 and 2 then wait 5 minutes or until 5 deg. C is reached and turn on
switch 3 and 4 for a PowerBoss set up at slot 9 of a SiteBoss.