Timed Commands
The timed commands allow a units to be turned on or off for a specified period of time. The unit may be turned On for
Lighting units
To enter a timed command, you must first enter the unit that you want to control. From the control menu, enter the unit number (or scroll to it using the arrow keys), then press the ' # ' key.
To enter a time, press the 9 (TIM) key. Before any digits are entered, the ' # ' key may be used to switch between minutes, seconds, and hours. After you choose, enter a time
For example:
Entry | Lights | For 2H |
0=OFF | 1=ON | 2=DIM 3=BRT↓ |
Status of a Unit
To see the status of a unit, from the control menu, press the ' # ' key. The last command along with any time (hh:mm:ss) remaining on a timed command will be displayed.
Entry Lights | 1:22:10 |
STATUS ON |
|
At this point, one of the menu choices may be entered or the ' * ' or ' # ' key may be pressed to redisplay the menu.
Note: If an
Internal Flags
The easiest way to define a flag it to refer to it as a "virtual relay". A flag can be in one of three separate states: On, Off, or set to a value between 0 and 255. If a flag has a value of
When a counter is decremented to zero, the "When Unit Off" macro is executed. A counter will not decrement below zero. The counter will, however, roll over from 255 to 0 when incremented. The "When Unit Off" macro will be executed when the counter rolls over. This allows two counters to be cascaded to form a larger counter.
When the counter is incremented from 0 to 1, the "When Unit On" macro will now execute. This will allow you to execute a command when the Flag is incremented (counting up) from zero.
The Set command is used to set the counter to a value from 0 to 255. No macros are executed when the counter is set to zero or when the counter is changed from zero using the set command. This allows a counter to be reset without executing macros or programs associated with the counter counting to zero. Turn the Flag On or Off to have the associated macro execute. When the Flag is turned Off, its value is set to zero (0). When the Flag is turned On, its value is set to one (1). The counter is considered On for program conditions if it is nonzero
Flags can be turned Off, On, Decremented (DEC), Incremented (INC), Set, and Timed ON/OFF.
Page 25