User Guide
Standard NetLinx API (SNAPI) R 1.8.0
314
Video Projector Functions (Cont.)
Name Component Channel Level Command Constant Notes
getLampTime() ILampComponent ?LAMPTIME Query for lamp time, responds with LAMP-
TIME-<time> where <time> is in hours
getWarmUpTime() ILampComponent ?WARMUP Query for warm up time, responds with
WARMUP-<time> where <time> is in sec-
onds
setCoolDownTime(secs) ILampComponent COOLDOWN-<time> Set cool down time where <time> is in sec-
onds
setCounterNotificationOn(state) ILampComponent COUNTERNOTIFY-
<state>
Turn counter notification on or off, where
<state> is 1 or 0
setLampPower(ON) ILampComponent 27 PWR_ON Momentary Function Channel: Lamp power
is turned on when channel is activated
setLampPower(OFF) ILampComponent 28 PWR_OFF Momentary Function Channel: Lamp power
is turned off when channel is activated
setLampPower(ps) ILampComponent 255 POWER_ON Discrete Function Channel: Lamp power is
on while channel is active
setLampTime(hours) ILampComponent LAMPTIME-<time> Set lamp time where <time> is in hours
setWarmUpTime(secs) ILampComponent WARMUP-<time> Set warm up time where <time> is in sec-
onds
processCoolDownCounterEvent(int) ILampComponentListener COOLING-<time> Cool down counter time, <time> is seconds
remaining
processLampPowerEvent(WARMING_UP) ILampComponentListener 253 LAMP_WARMING_FB Feedback Channel: Indicates Lamp is
warming and cannot accept commands
processLampPower-
Event(COOLING_DOWN)
ILampComponentListener 254 LAMP_COOLING_FB Feedback Channel: Indicates Lamp is cool-
ing and cannot accept commands
processLampPowerEvent(ON) ILampComponentListener 255 LAMP_POWER_FB Feedback Channel: Indicates lamp is ON
processLampTimeEvent(int) ILampComponentListener LAMPTIME-<time> Lamp time, <time> is elapsed hours
processWarmUpCounterEvent(int) ILampComponentListener WARMING-<time> Warm up counter time, <time> is seconds
remaining
moveMenuCursor(UP) IMenuComponent 45 MENU_UP Momentary Function Channel: Move menu
cursor UP
moveMenuCursor(DOWN) IMenuComponent 46 MENU_DN Momentary Function Channel: Move menu
cursor DOWN
moveMenuCursor(LEFT) IMenuComponent 47 MENU_LT Momentary Function Channel: Move menu
cursor LEFT
moveMenuCursor(RIGHT) IMenuComponent 48 MENU_RT Momentary Function Channel: Move menu
cursor RIGHT
moveMenuCursor(UP_LEFT) IMenuComponent 51 MENU_UP_LT Momentary Function Channel: Move menu
cursor UP_LEFT
moveMenuCursor(UP_RIGHT) IMenuComponent 52 MENU_UP_RT Momentary Function Channel: Move menu
cursor UP_RIGHT