Wolf Cinema Owner's Manual
B-9
HelP TeXT:TohavetheHelpTextforaspeciccommandreturnedasareplyfromtheprojector,
add the letter “H” to your request message. For example:
(COn?H) What is the help text for the Contrast Control?
(COn! “The Contrast is crushed”) reply from the projector.
GlObal InQUIRY: add the letter G” in your requestmessagetondoutifthecontrolisglobal.
a reply of “001” is returned if the control is global. For example:
(bDR?G) is BDr a global control?
(bDR!001) BDr is a global control.
InDeX ValUe: When a control uses indexes for multiple values, insert an “i” into your request
messagetonoutthespecicvalueoftheindexparameter.Forexample:
(bRU? I22) WhatisthevalueforWhiteFieldUniformityspeciedbyindex22?
(bRU! 123) The value is 123 for index 22.
aCCessInG a lIsT: For a control with a list of available options, add the letter “l” to your
request message to get a reply of the available options in that list control in the order they appear
in the menu. The reply message includes the following four parameters:
P1=1, item selectable
P2=1, item displayable
P3=value of item
P4=text for item
examples:
(sTD?l) What are the list options for the STD list control?
(sTD!l001 001 00008 “auto”)
(sTD!l001 001 00007 “nTsC”)
(sTD!l001 001 00003 “nTsC4.43”)
(sTD!l001 001 00000 “Pal”)
(sTD!l001 001 00004 “Pal-M”)
(sTD!l001 001 00005 “Pal-C”)
(sTD!l001 001 00006 “Pal-60”)
(sTD!l001 001 00002 “seCaM”)
(sTD!l001 001 00009 “?”)
(sTD!l111 “—enD—”)
TheendofthelistismarkedwithP1=111.Youcanalsoaccessthetextforaspeciciteminthat
list by adding the value of that item after the l. For example:
(sTD?l4) What is the text for item for in the Video Standard list?
(sTD!l001 001 00004 “Pal-M”)
COnTROl naMe:Tondoutthenameofthecontrolyouareusing,addtheletter“nto your
request message. if the control uses indexes for multiple values, insert the index number after
the “n” to read the name of the index. For example:
(COn?n) What is the name of the COn control?
(COn! “Contrast”)
(bRU?n2) What is the name for index parameter 2 for BrU?
(bRU! “left side, R”)
(bRU?n6) What is the name for index parameter 6 for BrU?
(bRU! “Top left Corner, R”)
COnTROl TYPe:Tondoutthetypeofcontrolitisthatyouareusing,addtheletterTto
your request message. if indexes are being used for control with multiple values, insert the
index parameter after the T” to ndout the typeofcontrol that theindex is. Forsome slide
bar or number controls, an additional parameter may be returned to specify the number of
decimal places the control uses and if the control is to be displayed as a percentage (0=min and
100=max). if the reply message does not contain the letter T”, than this function is invalid for
that control. The parameters for control types are:
AppendixB►SerialCommunications