Руководство Пользователя для Infocus lp815

Скачать
Страница из 13
 
Read Commands 
Read commands have the following format: 
 
 
(AAA?)  
where, 
 
  ( - 
starts 
the 
CLI 
command 
 
  AAA 
denotes 
the 
CLI 
function 
 
 
 
 
- denotes the read request 
 
  ) - 
ends 
the 
CLI 
command
 
 
A read command returns the current setting in an ASCII format enclosed in parentheses. 
The following Format is defined: 
1)  Range Format  (r-R, V) 
2)  String Format (S) 
  
Range Format:  (r-R, V) 
 
Where 
 
 
 
open parenthesis marks the start of the CLI response 
 
r   minimum 
value 
of 
the 
setting’s 
range 
 
 
 
maximum value of the setting’s range 
 
 
 
the current value of the setting 
 
 
 
closing parenthesis marks the end of the CLI response 
 
Examples: 
 
(VOL?)   
Read the current range and value of the projector’s volume 
   Returns: 
 
(0-127,64) 
   
 
(BRT?)   
Read the current range and value of the projector’s brightness 
   Returns: 
 
(0-255,128) 
 
String Format:  (S) 
 
Where 
 
 
 
open parenthesis marks the start of the CLI response 
 
  character 
string 
 
 
 
 
closing parenthesis marks the end of the CLI response 
 
Examples: 
 
(VER?)   
Read the current software version 
   Returns: 
 
(v2.0)