Wolf Cinema Owner's Manual
B-9
HelP TeXT:TohavetheHelpTextforaspeciccommandreturnedasareplyfromtheprojector,
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 requestmessagetondoutifthecontrolisglobal.
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
messagetonoutthespecicvalueoftheindexparameter.Forexample:
(bRU? I22) WhatisthevalueforWhiteFieldUniformityspeciedbyindex22?
(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—”)
TheendofthelistismarkedwithP1=111.Youcanalsoaccessthetextforaspeciciteminthat
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:Tondoutthenameofthecontrolyouareusing,addtheletter“n” to 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:Tondoutthetypeofcontrolitisthatyouareusing,addtheletter“T” to
your request message. if indexes are being used for control with multiple values, insert the
index parameter after the “T” to ndout the typeofcontrol that theindex is. Forsome 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:
AppendixB►SerialCommunications