Specifications
Page46
8. AppendixA
AutomationCommands
ThesecommandsareusedtoquerythestatusoftheJSD100orchangeitsoperation(adjustlevel,select
input,etc.).Thecommandsaretypicallysentbyanautomationsystem.TheymaybesentoverRS232or
Ethernet.Thisisasubsetofthefullcommandset.Thefullcommandsetincludescommandsforadjust
equalization,etc.CommandsarenotechoedbytheJSD100.Commandsareterminatedbyacarriagereturn
(0x0d).Commandsaretabdelimited.Thereneedstobeatabcharacter(0x09)betweenthecommandand
thefirstparameter,thenanothertabbeforethesecondparameter,
etc.TheJSD100respondstoevery
command.Responsesarealsotabdelimitedandareterminatedwithacarriagereturn.Allcommandsare
lowercaseandarecasesensitive.Note:
Everycommandgeneratessomesortofresponsethatmustbe
pickedupbythecommandsender.FailuretopickuptheseresponsescancausebuffersintheJSD100orthe
hosttofill,possiblyhaltingcommunications.Iftheresponseisnotneeded,asimple"eatgarbage"routinethat
loopsuntilthereceivebufferisemptyshouldbecalledbeforesendingacommand.
RS232
TheJSD100isaDCEdevicethattransmitsonpin2ofthe9pinDconnector.TheJSD100receivesdataonpin
3.Communicationsisat38.4kbps,8N1(8databits,noparity,1stopbit).
Ethernet
TheJSD100listensonport10001forTCPconnectionsfromotherequipment(typicallyadigitalcinema
server).CommandsandresponsesarethenexchangedinASCII.
AutomationCommandList
TheAutomationCommandListshownintablebelow:
Command Response Description
jsd100.sys.fader700 700
Setsorreadsthecurrentfaderlevel.Ifaparameterisprovided,the
mainfaderissettothecorrespondinglevel.Theparameteristhe
faderleveltimes100.Inthisexample,thefaderissetto7.0.Ifno
parameterissupplied,thefaderlevelisnotchanged.Thecommand
alwaysreturnsthecurrentfaderleveltimes100.Ifthecommand
changedthefaderlevel,thenewlevelisreturned.
jsd100.sys.fader_rel50 50
Makesarelativeadjustmenttothecurrentfaderlevel.The
parameteristherelativeadjustmenttimes100.Intheexample,
thefaderlevelwasdecreasedby0.5(perhapsfrom7.0to6.5).The
relativeadjustmentthatwasmadeisreturned.
jsd100.sys.input_mode4 4
Selectsorreadstheinputformat.Ifaparameterissupplied,the
JSD100isswitchedtothisinput.Intheexample,inputmode4,
correspondingtobutton4onthefrontpanel(Digital16Channel)is
selected.Ifnoparameterissupplied,nochangeismadeto
the
currentinputmode.Thecommandalwaysreturnsthecurrently
selectedinputmode.Ifaparameterwasprovided,thenewinput
modeisreturned.Ifnoparameterwasprovided,thecurrently
selectedinputmodeisreturned.