User Guide
237
Standard NetLinx API (SNAPI) R 1.8.0
Slide Projector
ILampComponent
ILampComponentListener
IModuleComponent
IModuleComponentListener
ISlideProjectorComponent
ISlideProjectorComponentListener
Name: Slide Projector
Interface: ISlideProjector
Slide Projector Functions
Name Component Channel Level Command Constant Notes
cycleLampPower() ILampComponent 9 POWER Momentary Function Channel: Cycle lamp
power when channel is activated
getCoolDownTime() ILampComponent ?COOLDOWN Query for cool down time, responds with
COOLDOWN-<time> where <time> is in
seconds
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