User Guide

41
Standard NetLinx API (SNAPI) R 1.8.0
Disc Transport
Component
Name: Disc Transport
Interface: IDiscTransportComponent
IDiscTransportComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
cycleScanSpeed() 192 SCAN_SPEED Momentary Function Channel: Cycles the scan speed when the channel is activated
getTrackInfo() ?TRACKINFO Query for the track info, responds with TRACKINFO-<num>,<duration>,<discNumber>,
where <duration> is a String in the format hh:mm:ss.ff
queryTrackProperties() ?TRACKPROPS Query for the track properties, responds with multiple TRACKPROP-<key>,<value>
commands, one for each key
queryTrackProperty(key) ?TRACKPROP-<key> Query for a track property, responds with TRACKPROP-<key>,<value> command
setDiscTrans-
port(FRAME_FWD)
185 FRAME_FWD Momentary Function Channel: Deck is set to step frame forward when the channel is
activated
setDiscTrans-
port(FRAME_REV)
186 FRAME_REV Momentary Function Channel: Deck is set to step frame reverse when the channel is
activated
setDiscTransport(NEXT) 4 FFWD Momentary Function Channel: Deck is set to next track/chapter when the channel is
activated
setDiscTrans-
port(PAUSE)
3 PAUSE Momentary Function Channel: Deck is set to pause when the channel is activated
setDiscTransport(PLAY) 1 PLAY Momentary Function Channel: Deck is set to play when the channel is activated
setDiscTransport(PRE-
VIOUS)
5 REW Momentary Function Channel: Deck is set to previous track/chapter when the channel
is activated
setDiscTrans-
port(RECORD)
8 RECORD Momentary Function Channel: Deck is set to record when the channel is activated
setDiscTrans-
port(SCAN_FWD)
6 SFWD Momentary Function Channel: Deck is set to scan forward when the channel is acti-
vated
setDiscTrans-
port(SCAN_REV)
7 SREV Momentary Function Channel: Deck is set to scan reverse when the channel is acti-
vated
setDiscTrans-
port(SLOW_FWD)
188 SLOW_FWD Momentary Function Channel: Deck is set to slow forward when the channel is acti-
vated
setDiscTrans-
port(SLOW_REV)
189 SLOW_REV Momentary Function Channel: Deck is set to slow reverse when the channel is acti-
vated
setDiscTransport(STOP) 2 STOP Momentary Function Channel: Deck is set to stop when the channel is activated
setPlayPosition(mt) PLAYPOSITION-<counter> Set the play position where <counter> is a String in the format [-]hh:mm:ss.ff, mm
should be 0 >= mm < 60, ss should be 0 >= ss < 60, ff should be valid for the disc type
setTrackCounterNotifica-
tionOn(state)
TRACKCOUNTERNOTIFY-<state> Turn track counter notification on or off, where <state> is 1 or 0