Home > Philips > Television > Philips Bdl3221vs User Manual

Philips Bdl3221vs User Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Philips Bdl3221vs User Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 619 Philips manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							
     
    2. Enabling The IR Remote Control 
    2.1 Monitor Address 
    To allow individual control, a 3-digit address (decimal format) is ass\
    igned to each 
    monitor that can be modified by the user. 
    The default address set in the factory is 000. 
    2.2 Enabling and disabling the IR remote control(Reserved) 
    If the remote controller is disabled by the SICP command in section 3.3.2.9, the remote 
    controller doesn’t work since the monitor is powered on. It is possible to enable or 
    disable the remote control device on the addressed monitor by sending the following key 
    code: 
     
    1 XXX Enable remote control on the addressed (XXX) monitor 
    0 XXX Disable remote control on the addressed (XXX) monitor 
     
    Where  and  stand for the “UP” and “DOWN” cursor buttons on the IR remote 
    controller (see also Fig. 1 ]). The input of two consecutive buttons cannot exceed 3 
    seconds, or the input sequence will be reset. 
    2.3 Changing the monitor address(Reserved) 
    It is possible to modify the monitor address by means of the following two commands: 
     
    9 NNN Set a new address (NNN), also enabling the remote control 
    9 NNN Set a new address (NNN), also disabling the remote control 
     
    The input of two consecutive buttons cannot exceed 3 seconds, or the input sequence 
    will be reset. 
    When using the above commands, please be sure that only the relevant monitor is 
    switched on, in order to avoid interference with the other ones. 
    2.4 Notice(Reserved) 
    If the panel is on stand-by, it wakes up after receiving one of the above commands. If not 
    used for more than 30 seconds (that counts since the last button input is received), the 
    IR interface is automatically disabled.  
     
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     05 14023
     
    						
    							
     
     
                 
    Fig. 1 Remote controllers for BDS PAL and NTSC model on the left and right, res\
    pectively. 
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     06 14023
     
    						
    							
     
    3. Serial Interface Communication Protocol 
    3.1 General specifications 
    3.1.1 Protocol definition  
    Communication to the main monitor microprocessor is possible through the\
     serial port, 
    which support a communication protocol dedicated to BDS only. The protocol is \
    specifically designed to allow data communication in half duplex multi-point 
    environments, but it can also be used for half duplex point-to-point RS-232 
    communication. 
    3.1.2 Communication characteristics 
    A half duplex communication is implemented starting from the concept of \
    a master-slave 
    structure, where the monitor is supposed to be the slave. 
    The first action is always taken by the master, which can be either a built-in PC-based 
    video controller in a MASTER monitor or any external device (acting a server) interfaced 
    to the monitor. After sending a command or a request in the appropriate for\
    mat (see 
    section 3.2), the master receives form the slave an acknowledgement, wh\
    ich tells the 
    transmitter whether the command is not valid (or not executable, anyway\
    ) or it is 
    accepted. 
    In case of a request, the requested information is sent back and it becomes the 
    acknowledgement by itself. 
    If the poll sequence has been sent, the acknowledgement tells the transmitter the 
    monitor status, i.e. whether it is ready or busy and other information. \
    3.1.3 RS232 pin assignment 
    There is a 9-pin male connector on the set for RS232 communication. The pin 
    assignment is as following table. 
     
    Pin No. Function Description 
    1 GND Signal Ground 
    2 RxD Receive Data 
    3 TxD Transmit Data 
    4 NC Not Connected 
    5 GND Signal Ground 
    6 NC Not Connected 
    7 NC Not Connected 
    8 NC Not Connected 
     
    9 NC Not Connected 
     
    3.1.4 RS232 settings 
    This section describes the parameters used during the whole communicatio\
    n process. 
     
    Baud rate 57600 bps
    Data bits 8 bits
    Parity None
    Stop bit 1
    Flow Control None
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     07 14023
     
    						
    							
     
    3.2 Data frame 
    3.2.1 Poll sequence: frame format 
    The poll sequence must be transmitted before sending any command, to che\
    ck whether 
    the monitor is ready to accept a command or it is busy. 
    The poll message in enclosed in a frame that has the following format: 
     
        
     
    where: 
     
     =  , i.e. ASCII characters [1Bh] and [24h]. 
     
     = 3 ASCII characters each of which ranging from [30h] to [39h], which are 
    used as monitor address. 
     
     = the ASCII character [45h]. 
     
     = , i.e. the ASCII character [3Bh]. 
     
    3.2.2 Acknowledge to poll sequence: frame format 
     Once the monitor has received the poll sequence, it returns the followin\
    g message: 
     
         
     
    where: 
     
     =   , i.e. ASCII characters [1Bh] and [25h]. 
     
     = 3 ASCII characters each of which ranging from [30h] to [39h], which are 
    used as monitor address. 
     
     = 2 ASCII characters (ranging from [30h] to [39h], i.e. digits  to , 
    and from [41h] to [46h]), i.e. letters  to ), representing the most 
    significant nibble (bit 7 to bit 4) and the least significant nibble (bit 3 to 
    bit 0) of the Status byte, respectively. 
     
      The meaning of the bits in the status byte is as follows: 
     
      Bit [7]: set to 0   (not used, reserved) 
      Bit [6]: set to 0   (not used, reserved) 
      Bit [5]: set to 0   (not used, reserved) 
      Bit [4]: set to 0   (not used, reserved) 
      Bit [3]: set to 0   (not used, reserved) 
      Bit [2]: Overheated  0 = Normal 1 = Overheated 
      Bit [1]: Standby   0 = Normal 1 = Standby 
      Bit [0]: Ready    0 = Not Ready 1 = Ready 
     
     = , i.e. the ASCII character [3Bh]. 
     
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     08 14023
     
    						
    							
     
    Note: While Standby bit is set, the SICP engine accepts only STANDBY com\
    mand in 
    miscellaneous group is accepted. 
     
    3.2.3 General sequence: frame format 
     
    A message can be sent to the monitor to execute a command or to ask for \
    any 
    information; each message is enclosed in a frame, which consists of the \
    following: 
     
          ...   
     
    where: 
     
     =  , i.e. ASCII characters [1Bh] and [24h]. 
     
     = 3 ASCII characters each of which ranging from [30h] to [39h], which are \
    used as monitor address. 
     
     = An ASCII character that identifies the command type selected among 
    the list below: 
       
       [47h] = Geometry Group 
       [4Dh] = Miscellaneous Group 
       [50h] = Picture Group 
       [41h] = Audio Group 
       [44h] = Debug Group(Reserved) 
     
     = Two ASCII characters (ranging from [30h] to [39h], i.e. digits  to 
    , and from [41h] to [5Ah]), i.e. letters  to ), defining the 
    command. 
     
     ... = Two ASCII characters (ranging from [30h] to [39h], i.e. digits  to 
    , and from [41h] to [46h]), i.e. letters  to ), representing the 
    hex value of the data, or one ASCII characters when data are text 
    strings. 
     
      Write commands may become a request for the current value when 
    only     =  (i.e. [3Fh]) is sent. 
     
     = , i.e. the ASCII character [3Bh]. 
     
    3.2.4 Acknowledge to general sequence: frame format 
     
    Once the monitor has received a general command sequence, it returns a m\
    essage that 
    is one of the following when no data are expected as part of the answerb\
    ack: 
      
       
     
      
     
     In case data are expected, then the message becomes: 
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     09 14023
     
    						
    							
     
     
         ...  \
     
    where: 
     
     = The ASCII character [06h], to tell the transmitter that the command has 
    been acknowledged. 
     
     = The ASCII characters [15h], to tell the transmitter that the command 
    has not been acknowledged, because the command itself is not valid 
    for any reason. 
     
     =  , i.e. ASCII characters [1Bh] and [25h]. 
     
        = 3 ASCII characters each of which ranging from [30h] to [39h], which are 
    used as monitor address. 
     
     = An ASCII character which identifies the command type, i.e. the same 
    identifier of the general command sequence that is being 
    acknowledged. 
     
     =  Two ASCII characters (ranging from [30h] to [39h], i.e. digits  to 
    , and from [41h] to [5Ah]), i.e.   letters  to ), defining the 
    command, i.e. the same identifier of the general command sequence 
    that is being acknowledged. 
     
    ... = Two ASCII characters (ranging from [30h] to [39h], i.e. digits  to 
    , and from [41h] to [46h]), i.e. letters  to ), representing the 
    hex value of the data, or one ASCII characters when data are text 
    strings. 
     
     = , i.e. the ASCII character [3Bh]. 
    3.3 Available Commands 
    Note: 
    1. Write commands may become a request for the current value when only     
    =  (i.e. [3Fh]) is sent. 
    2. A character  means a “don’t care” value in this section. 
    3. There is an availability table attached to each command. See the followi\
    ng table. 
    (1) Each gray shaded cell in the table means the source is not available for the 
    corresponding model.
     
    (2) A dot, ‘•‘, means the command is available for the corresponding source and 
    model. For instance, the command is available in EXT input, PAL model. 
     
    Model 
    Source PAL NTSC AP CHINA 
    PC ANALOG     
    PC DIGITAL 
    (DVI)     
    HDCP     
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     10 14023
     
    						
    							
     
        
    COMPOSITE     
    S VIDEO     
    EXT •    
        
    3.3.1 Geometry Group 
    3.3.1.1 VIDEO MODE 
    Command: VM 
    Function: Set the format of the screen output for video inputs. 
    Data Range: 
     
     [00h] – WIDE SCREEN(STANDARD MODE) 
     [01h] – 4:3 
     [02h] – ZOOM 16:9 (FULL SCREEN) 
     [03h] – SUPER WIDE (NONLINEAR SCALING) 
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG     
    PC DIGITAL 
    (DVI)     
    HDCP • • • • 
        
    COMPOSITE • • • • 
    S VIDEO • • • • 
    EXT • • • • 
      
     
     
     
    3.3.1.2 PIP SIZE 
    Command: PS 
    Function: Control the PIP size. 
    Data Range: 
     [00h] – PIP OFF  
     [01h] – Small size 
     [02h] – Medium size  
     [03h] – Large size  
     [04h] – PBP size 
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG • • • • 
    PC DIGITAL 
    (DVI) • • • • 
    HDCP     
        
    COMPOSITE     
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     11 14023
     
    						
    							
     
    S VIDEO     
    EXT     
        
     
     
     
    3.3.1.3 PIP POSITION 
    Command: PP 
    Function: Control the PIP position. 
    Data Range: 
     [00h] – Upper left corner  
     [01h] – Upper right corner 
     [02h] – Bottom right corner  
     [03h] – Bottom left corner 
     This command is only supported in PC Analog/Digital inputs and when the 
    PIP is not OFF.  
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG • • • • 
    PC DIGITAL 
    (DVI) • • • • 
    HDCP     
         
    COMPOSITE     
    S VIDEO     
    EXT     
        
     
     
     
    3.3.1.4 ZOOM Type 
     
    Command: ZT 
    Function: Select Zoom type. 
    Data Range: 
     [00h] – Zoom type 1x1(zoom off)  
     [01h] – Zoom type 4x4 
     [02h] – Zoom type 3x3 
     [03h] – Zoom type 2x2 
     [04h] – Zoom type 1x5 
     
     
       
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG • • • • 
    PC DIGITAL 
    (DVI) • • • • 
    HDCP • • • • 
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     12 14023
     
    						
    							
     
        
    COMPOSITE • • • • 
    S VIDEO • • • • 
    EXT • • • • 
        
      
    3.3.1.5 ZOOM ID 
     
    Command: ZD 
    Function: Select Zoom ID . 
    Data Range: It depend on zoom type. 
         [00h] : [00h] ----- Zoom type 1x1(Zoom off)  
         [00h] : [0Fh] ----- Zoom type 4x4 
         [00h] : [08h] ----- Zoom type 3x3 
         [00h] : [03h] ----- Zoom type 2x2 
         [00h] : [04h] ----- Zoom type 1x5 
     
     
    0 
     
    •0 •1 •2 •3 
    •4 •5 •6 •7 
    •8 •9 •A •B 
    •C •D •E •F 
      
     
    •0 •1 •2 
    •3 •4 •5 
    •6 •7 •8 
     
    •0 •1 
    •2 •3 
     
               
    •0 •1 •2 •3 •4 
     
       
     
     
    3.3.2 Miscellaneous Group 
    3.3.2.1 OPERATION HOURS  
    Command: OH 
    Function: Operation hours of the target monitor. 
    Data Range: 
     [00000d] to [65535d] (5 digits) 
     This a “query only” command. 
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     13 14023
     
    						
    							
     
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG     
    PC DIGITAL 
    (DVI)     
    HDCP     
        
    COMPOSITE     
    S VIDEO     
    EXT     
        
     
     
    3.3.2.2 STANDBY 
    Command: SB 
    Function: Standby ON/OFF. 
    Data Range: 
     [00h] – Standby OFF 
     [01h] – Standby ON 
     “Standby ON” means the set enters standby mode. 
     Query is not supported in this command. 
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG     
    PC DIGITAL 
    (DVI)     
    HDCP • • • • 
         
    COMPOSITE • • • • 
    S VIDEO • • • • 
    EXT • • • • 
        
     
     
    3.3.2.3 LIGHT SENSOR 
    Command: LS 
    Function: Light sensor ON/OFF. 
    Data Range: 
     [00h] – Light Sensor OFF 
     [01h] – Light Sensor ON 
     Enabling this feature enables the automatically brightness control for more 
    comfortable viewing. 
      
    Model
    Source PAL NTSC AP CHINA 
    PC ANALOG • • • • 
    PC DIGITAL 
    (DVI) • • • • 
     
    2838   100   05424
     
     
     
    [ NAME ] 
                          Philips 
     14 14023
     
    						
    All Philips manuals Comments (0)

    Related Manuals for Philips Bdl3221vs User Manual