User Guide

125
Standard NetLinx API (SNAPI) R 1.8.0
Slide Projector
Component
Name: Slide Projector
Interface: ISlideProjectorComponent
ISlideProjectorComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
getSlide() ?SLIDE Query for Slide, responds with SLIDE-<slide> where <slide> is 1 to x where x is the
maximum support slide (see specific module documentation)
nextSlide() 4 SLIDE_NEXT Momentary Function Channel: Slide is advanced to the next slide when channel is acti-
vated
previousSlide() 5 SLIDE_PREV Momentary Function Channel: Slide is advanced to the previous slide when channel is
activated
setFocusRamp(FAR) 161 FOCUS_FAR Ramping Channel: Focus is ramped far while channel is active
setFocusRamp(NEAR) 160 FOCUS_NEAR Ramping Channel: Focus is ramped near while channel is active
setSlide(int) SLIDE-<slide> Set Slide where <slide> is 1 to x where x is the maximum support slide (see specific
module documentation)
Listener
Name: Slide Projector Listener
Interface: ISlideProjectorComponentListener
ISlideProjectorComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
processFocusRampE-
vent
161 FOCUS_FAR_FB Feedback Channel: Focus is ramping far while channel is on
processFocusRampE-
vent
160 FOCUS_NEAR_FB Feedback Channel: Focus is ramping near while channel is on
processSlideEvent SLIDE-<slide> Current Slide changed where <slide> is 1 to x where x is the maximum support slide
(see specific module documentation)