Manuel d’utilisation DVDO VP20

68 pages 0.77 mb
Télécharger

Aller à la page of 68

Summary
  • DVDO VP20 - page 1

    Serial and IR Automation Specifications and Programming Guide for iScan VP20, VP30, VP50 and VP50 PRO Revised - December 2007 ...

  • DVDO VP20 - page 2

    Document Contents 0 Preface ......................................................................................................................... 3 0.1 Information Warranty Statement ........................................................................ 3 0.2 Document Scope and Limitations ..................................................... ...

  • DVDO VP20 - page 3

    0 Preface Thank you for purchasing a DVDO iScan VP xx Series video processor. We believe the iScan will become a favorite device in your m ultimedia presentation system due to picture quality, ease of use, and the level of control the iScan gives you or your customer over the processed signal. This document is intended to cover the supplemental con ...

  • DVDO VP20 - page 4

    0.2 Document Scope and Limitations This document will cover the necessary inform ation required to construct and transmit a serial (RS-232 ) or Infrared (IR) control signal to a DVDO iScan VP xx model video processor. These two basic mediums of control, are intended to convey the intentions of the user or automation system into the processes that o ...

  • DVDO VP20 - page 5

    0.3.2 Product Introduction This section is a brief introduction with pict ures of each of the models of the iScan VP xx series – it is only intended as a brief “spo tters guide” to iScan units. Please refer to your product’s user’s manual or our website for more in-depth pr oduct information at www.anchorbaytech.com/products/systems (repl ...

  • DVDO VP20 - page 6

    0.3.4 VP30 (MM603) iScan VP30 Front iScan VP30 Back This model is our high-end entry-level pr oduct with the full four HDMI comp lement, the RGBHV/Component 3 input a nd Analog video output – with available options like an SD-SDI input and the ABT102 Deinterlacing add-on card for excepti onal reproduction of interlaced SD content. The VP30 also f ...

  • DVDO VP20 - page 7

    0.3.6 VP50 PRO (MM606) iScan VP50 PRO Front iScan VP50 PRO Back The iScan VP50 PRO is the first Video Processor to achieve the THX certif ication f or Video Processors, setting the benchmark for vi deo processing. This device is also the first HDMI 1.3 compatible video processor wi th the sam e outstanding Anchor Bay VRS HD and SD content processin ...

  • DVDO VP20 - page 8

    0.4 How does automation work? The iScan line of DVDO brand video processo rs are designed to enable control and flexibility over various input and output signal configurations – as we ll as our proprietary algorithms to improve several aspects of vide o quality and enable new capabilities that legacy devices by themselves are not able to achieve. ...

  • DVDO VP20 - page 9

    0.4.3 What is Binary? The digital world is all ones and zeros. By placing ones and zeros in a standardized pattern we can encode data th at can be exchanged between multiple devices. The lowest level of encoding data is “binar y notation”. In this notation, a “bit” represents the “true” or “false” presence of the numeric value at th ...

  • DVDO VP20 - page 10

    As an example, using “65” again – the HEX eq uivalent is “41h”. So what’s the “h” at the end? There are two commonly accepted ways to identify HEX notatio n in a sentence (or “string”). One is with the use of a “ 0x00” notation, where the tw o last zeros represent the two HEX characters, or with “00h” show ing that this ...

  • DVDO VP20 - page 11

    0.5 A brief dialog about remote controlling a VPxx series video processor Please be honest with yourself and ensu re that you have understood the previous sections. If you’re not confident about how binary = HEX = decimal and relates to ASCII, then you may want to check out the internet for more inform ation on digital information technology – ...

  • DVDO VP20 - page 12

    0.6 A dialog about input video memories Due to the number of inputs and different types of input formats and ever further numerous types of source devices, we at Anchor Bay added input memories, which allow the user/system-integrator to configure very specific “effects” for a specific input form at on a specific input connection. This means th ...

  • DVDO VP20 - page 13

    This page intentionally left blank 13 ...

  • DVDO VP20 - page 14

    1 RS-232 Control 1.1 The RS-232 Physical Connection RS-232 connections come in several styl es which are accepted in the consumer electronics industry. The most common is th e 9-pin D-Subminiature connector found on the back of most computers, and is the one that we use on the iScan VP xx products. The female seri al port, found on the back panel o ...

  • DVDO VP20 - page 15

    1.1.1 The Anchor Bay RS-232 Protocol In this portion of the document, we will dis cus the three types of control communications that occur between th e iScan and the controlling device. 1.1.2 A Dialog on Checksums Checksums are a way for a receiving device to double check the communication that occurred between the transmitting de vice and th e rec ...

  • DVDO VP20 - page 16

    Also, each of the above “characters” has a related HEX notation number to go with it: “Attention” = Start Text or STX = 0x 02 in HEX notation >>pause<< = Null or NUL = 0x 00 in HEX notation “I’m Done Talking” = End Text or ETX = 0x 03 in HEX notation It is up to the individual programmer to determ ine which method is easie ...

  • DVDO VP20 - page 17

    Before we start listing Command ID bytes, lets look at the “ this long ” portion of our sentence. For this, count the two command ID bytes (c ount the bytes, don’t add the values!), add the count of the two NUL bytes (again, don’t add the values), add the count of the value bytes (this r eally should sink in now - don’t add the values the ...

  • DVDO VP20 - page 18

    Let’s look at the sentence agai n, replacing what we know now: “0x 02 0x 33 0x 30 0x 30 0x 35 0x 41 0x 31 0x 00 0x 31 0x 00 [ checksum – optional] 0x 03 ” If you recall, unless your applica tion calls for it specifically – YOU DO NOT NEED A CHECKSUM!!! If your application doesn’t need it, you are done with the sentence construction (jus ...

  • DVDO VP20 - page 19

    The checksum. This is the last part ot her than the Command ID Table and Value Table you might need to create a comma nd string. Again, unless your custom er/job requirements demand/specify it – YOU DO NOT NEED A CHECKSUM!! Assuming that you absolutely need to have a check sum due to a customer/job requirem ent, the checksum is fairly easy - add ...

  • DVDO VP20 - page 20

    1.2.1 Example RS-232 Command Packets This section contains the most comm only requested automation command-type strings (no checksums are provided): Power On 0x 02 0x 33 0x 30 0x 35 0x 41 0x 31 0x 00 0x 31 0x 00 0x 03 Off 0x 02 0x 33 0x 30 0x 35 0x 41 0x 31 0x 00 0x 30 0x 00 0x 03 Input Composite 1 0x 02 0x 33 0x 30 0x 35 0x 41 0x 43 0x 00 0x 31 0x ...

  • DVDO VP20 - page 21

    Preset 1 0x 02 0x 33 0x 30 0x 35 0x 43 0x 31 0x 00 0x 35 0x 00 0x 03 Preset 2 0x 02 0x 33 0x 30 0x 35 0x 43 0x 31 0x 00 0x 36 0x 00 0x 03 Preset 3 0x 02 0x 33 0x 30 0x 35 0x 43 0x 31 0x 00 0x 37 0x 00 0x 03 Preset 4 0x 02 0x 33 0x 30 0x 35 0x 43 0x 31 0x 00 0x 38 0x 00 0x 03 Preset 5 0x 02 0x 33 0x 30 0x 35 0x 43 0x 31 0x 00 0x 39 0x 00 0x 03 Prese ...

  • DVDO VP20 - page 22

    Mosquito Noise Reduction Off 0x 02 0x 33 0x 30 0x 35 0x 43 0x 41 0x 00 0x 30 0x 00 0x 03 Level 1 0x 02 0x 33 0x 30 0x 35 0x 43 0x 41 0x 00 0x 31 0x 00 0x 03 Level 2 0x 02 0x 33 0x 30 0x 35 0x 43 0x 41 0x 00 0x 32 0x 00 0x 03 Level 3 0x 02 0x 33 0x 30 0x 35 0x 43 0x 41 0x 00 0x 33 0x 00 0x 03 Output Display Profile (recall – not save ) Display Pro ...

  • DVDO VP20 - page 23

    1.3 Query Commands Query commands allow an external device to determine the setting of a given control. Building on the information presente d in th e previous section on constructing Command Packets, we will discuss the method for build ing a Query Packet. We’ll use the example of querying the “power” stat e of the unit (Command ID A1 used i ...

  • DVDO VP20 - page 24

    1.4 Responses Responses (aka “feedback”) is arguabl y what really make RS-232 a powerful interface. As opposed to infrared control, the RS-232 port allows for bi-direction al communication, so that the controlling devi ce can get information from the controlled unit to make decisions based on the actual stat e of the unit. Res ponse packets are ...

  • DVDO VP20 - page 25

    Error “1” – Invalid checksum. This e rror m eans either the checksum you sent was wrong or the transmission was bad due to interference (double check your checksum calculation or your serial link). Error “2” – Invalid Incoming Packet ID (i.e. Command = “3”&”0”, Query = “2”&“0 ”, others are invalid when sent to th ...

  • DVDO VP20 - page 26

    The query response is the most involved re sponse packet you will ge t in reply. This packet can have any data in the “value” bytes (although it will still be ASCII characters in HEX notation). Note that commands like “ Model Name” will reply with text, while commands which are controlled by numbers will reply with n umbers. The response to ...

  • DVDO VP20 - page 27

    2 IR Control We have provided a reprint of Barry G or do n ’s pape r on IR interfacing in Appendix B at the end of this document. If you feel the information provided in the next few sections is a bit confusing, please take a moment to read that document. 2.1 The NEC IR Protocol (Factory Remote) In this section, we will provide the basic values n ...

  • DVDO VP20 - page 28

    2.2 The Anchor Bay IR Protocol (Discrete Control) As stated before, the discrete controls may be longer than the NEC protocol will allow. The NEC protocol only allows fo r one byte of “c ontrol/value” data to be transfer red from the rem ote control to t he controlled device. The Pr onto HEX fo rmat does not have specific le ngth limit s, and s ...

  • DVDO VP20 - page 29

    If you recall from the RS-232 section, th e comman d ID for the power control is “A ” and “1”, but if you look at th e Pronto HEX format, the command ID can only be o ne byte. This is why we mad e the Command IDs out of “HEX compatible” na ming – so that the same data when represented as a byte will look very familiar. Thus the HEX by ...

  • DVDO VP20 - page 30

    This writer finds this to be the best step to explai n the “bit burst” count in the Pronto HEX format. The bit burst is every “bit” fro m th e after last “00 00” in the header to the last “bit” in the co mmand defenition. The bits being referred to are in bold and larger above. There is one st art bit, 8 command ID bi t s, 8 val ue ...

  • DVDO VP20 - page 31

    2.2.1 Discrete IR Control Examples Below is a partial l ist of comm only used disc rete commands in P ronto HE X syntax form at (Pronto HEX is a com mon Home-A utomation I nterchange f ormat): Power On: 0000 006c 001b 0000 0064 0 064 0016 0041 0016 0015 0 016 0015 0016 0015 0016 0 015 0016 0041 0016 0015 0016 004 1 0016 0041 0016 0015 001 6 0015 00 ...

  • DVDO VP20 - page 32

    S-Video 2: 0000 006d 0024 0000 0156 00ab 0016 0015 0016 0015 0015 00 40 0016 0015 0015 0015 00 16 0015 0016 0015 0015 004 0 0016 0015 0015 0015 001 6 0015 0016 0015 00 15 0015 0016 0040 0015 0 015 0016 0015 0016 001 5 0015 0015 0016 0040 001 5 0015 0016 0015 00 16 0015 0015 0015 0016 0 015 0016 003f 0016 0040 0015 0015 0016 0040 0015 0040 0016 003f ...

  • DVDO VP20 - page 33

    SDI: 0000 006d 0024 0000 0156 00ab 0016 0015 0016 0015 0015 00 40 0016 0015 0015 0015 00 16 0015 0016 0015 0015 004 0 0016 0015 0015 0015 001 6 0015 0016 0015 00 15 0015 0016 0040 0015 0 015 0016 0015 0016 001 5 0015 0015 0016 0015 001 6 0015 0015 0040 00 16 0015 0015 0015 0016 0 015 0016 003f 0016 0040 0015 0040 0016 003f 0016 0 015 0016 003f 0016 ...

  • DVDO VP20 - page 34

    Right: 0000 006d 0024 0000 0156 00ab 0016 0015 0016 0015 0015 00 40 0016 0015 0015 0015 00 16 0015 0016 0015 0015 004 0 0016 0015 0015 0015 001 6 0015 0016 0015 00 15 0015 0016 0040 0015 0 015 0016 0015 0016 003f 0016 0040 0015 0015 001 6 0015 0016 003f 001 6 0015 0016 0015 0015 00 15 0016 0015 0016 001 5 0015 0040 0016 003f 0016 0015 0016 003f 001 ...

  • DVDO VP20 - page 35

    Cue Off: 0000 006c 001b 0000 0064 0 064 0016 0015 0016 0015 0 016 0015 0016 0041 0016 0 015 0016 0041 0016 0015 0016 001 5 0016 0015 0016 0015 001 6 0015 0016 0015 00 16 0041 0016 0041 0016 0 015 0016 0015 0016 001 5 0016 0015 0016 0015 001 6 0041 0016 0041 00 16 0015 0016 0041 0016 0 015 0044 0044 016 0001 On: 0000 006c 001b 0000 0064 0 0640016 00 ...

  • DVDO VP20 - page 36

    IAR Preset 1: 0000 006c 001b 0000 0064 0 064 0016 0041 0016 0015 0 016 0015 0016 0015 0016 0 015 0016 0041 0016 0041 0016 004 1 0016 0015 0016 0015 001 6 0041 0016 0015 00 16 0041 0016 0041 0016 0 015 0016 0015 0016 004 1 0016 0015 0016 0041 001 6 0015 0016 0041 00 16 0015 0016 0015 0016 0 015 0044 0044 0016 000 1 IAR Preset 2: 0000 006c 001b 0000 ...

  • DVDO VP20 - page 37

    1.55:1 0000 006c 001b 0000 0064 0 064 0016 0015 0016 0015 0 016 0015 0016 0015 0016 0 041 0016 0015 0016 0041 0016 001 5 0016 0015 0016 0041 001 6 0015 0016 0015 00 16 0041 0016 0041 0016 0 015 0016 0015 0016 001 5 0016 0041 0016 0015 001 6 0015 0016 0015 00 16 0015 0016 0015 0016 0 041 0044 0044 0016 000 1 1.66:1 0000 006c 001b 0000 0064 0 064 001 ...

  • DVDO VP20 - page 38

    Audio 4: 0000 006c 001b 0000 0064 0 064 0016 0015 0016 0041 0 016 0015 0016 0041 0016 0 015 0016 0015 0016 0041 0016 001 5 0016 0015 0016 0015 001 6 0041 0016 0015 00 16 0041 0016 0041 0016 0 015 0016 0015 0016 001 5 0016 0041 0016 0041 001 6 0041 0016 0041 00 16 0041 0016 0041 0016 0 015 0044 0044 0016 000 1 Analog: 0000 006c 001b 0000 0064 0 064 ...

  • DVDO VP20 - page 39

    On: 0000 006c 001b 0000 0064 0 064 0016 0041 0016 0041 0 016 0041 0016 0015 0016 0 015 0016 0041 0016 0041 0016 004 1 0016 0041 0016 0015 001 6 0015 0016 0015 00 16 0041 0016 0041 0016 0 015 0016 0015 0016 001 5 0016 0015 0016 0015 001 6 0041 0016 0041 00 16 0015 0016 0015 0016 0 015 0044 0044 0016 000 1 Deinterlacin g Modes Auto: 0000 006c 001b 00 ...

  • DVDO VP20 - page 40

    Curtain: 0000 006d 0024 0000 0156 00ab 0016 0015 0016 0015 0015 00 40 0016 0015 0015 0015 00 16 0015 0016 0015 0015 004 0 0016 0015 0015 0015 001 6 0015 0016 0015 00 15 0015 0016 0040 0015 0 015 0016 0015 0016 001 5 0015 0015 0016 0015 001 6 003f 0016 0015 00 16 0015 0015 0015 0016 0 015 0016 003f 0016 0040 0015 0040 0016 0015 0015 0040 0016 003f 0 ...

  • DVDO VP20 - page 41

    Viewing Modes: 0000 006c 0024 0000 0156 00ac 0016 0015 0016 0015 0015 0040 0016 0015 0015 0 015 0016 0015 0016 0015 0015 004 1 0016 0015 0015 0015 001 6 0015 0016 0015 00 15 0015 0016 0041 0015 0 015 0016 0015 0016 004 0 0016 0015 0016 0015 001 5 0015 0016 0040 00 15 0015 0016 0041 0015 0 015 0016 0015 0016 004 0 0016 0041 0015 0041 001 6 0015 0015 ...

  • DVDO VP20 - page 42

    3 Automation Command IDs and V alues This section beginning on the next page, c ontains the entire list of Control/Query commands available with the iScan VP xx line of video processors. The two character Command ID is in bold-underline (example: A1 for “Power”). The possible values are given for each control in bold (example: 1.000 ). We have ...

  • DVDO VP20 - page 43

    Complete OSD Menu Tree Input Select – 4C Video 1 - 1 Video 2 - 2 S-Video 1 - 3 S-Video 2 - 4 Component 1 - 5 Component 2 - 6 RGBHV/Component - 7 HDMI 1 - 8 HDMI 2 - 9 HDMI 3 - 10 HDMI 4 - 11 SD/HD-SDI 1 - 12 (with SD/HD-SDI module installed) SD/HD-SDI 2 - 14 (with HD-SDI module installed) Auto - 13 Input Aspect Ratio (OSD MENU ONLY) Frame AR – ...

  • DVDO VP20 - page 44

    Borders (see below) Horizontal – 44 R a n g e : 0-200 Vertical – 45 R a n g e : 0-200 Preset – E1 4:3 Full Frame - 1 Letterbox - 2 16:9 Full Frame - 3 4:3 Stretch - 14 Preset 1 - 4 Preset 2 - 5 Preset 3 - 6 Preset 4 - 7 Preset 5 - 8 Preset 6 - 9 Preset 7 - 10 Preset 8 - 11 Preset 9 - 12 Preset 10 - 13 U s e r - 0 Save User to – 53 (there is ...

  • DVDO VP20 - page 45

    Deinterlacing – 49 A u t o - 6 Film Bias Mode - 0 Video Mode - 1 Forced 3:2 Mode - 8 or with ABT102 card Forced 2:2 Mode - 10 or with ABT102 card 2:2 Even Mode - 2 or with ABT102 card 2:2 Odd Mode - 3 or with ABT102 card Game Mode 1 - 4 or with ABT102 card Game Mode 2 - 5 or with ABT102 card Field-Scale - 9 PReP – B6 O f f - 0 O n - 1 Cadence D ...

  • DVDO VP20 - page 46

    Auto AR – B0 O f f - 0 O n - 1 Auto Color Space – B1 O f f - 0 O n - 1 Auto Priority – 81 Range: 1-13 Audio Input – 4A Audio 1 - 1 Audio 2 - 2 Audio 3 - 3 Audio 4 - 4 Stereo - 5 HDMI - 6 O f f - 0 AV Lipsync – 4B Range: 0-200 Picture Control ( OSD MENU ONLY) Fine Detail – C8 Range: (-100)-(+100) Edge Enhancement – C9 Range: (-100)-(+1 ...

  • DVDO VP20 - page 47

    Configur ati on ( OSD MENU ONLY) Test Patterns – 80 O f f - 0 Frame Geometry - 1 Brightness/C ontrast - 2 Checker board - 3 Vertical Lines - 4 Horizontal Lines - 5 J u d d e r - 6 Color8 Bars75 - 7 Color8 Bars100 - 8 Window IRE10 - 9 Window IRE20 - 10 Window IRE30 - 11 Window IRE40 - 12 Window IRE50 - 13 Window IRE60 - 14 Window IRE70 - 15 Window ...

  • DVDO VP20 - page 48

    User Mode – 85 Normal - 1 Advanced - 2 Serial Port Rate – A3 (Unit will reply with acknowledge, then switch to new baud-rate) 4800bps - 1 9600bps - 2 14400bps - 3 19200bps - 4 38400bps - 5 57600bps - 6 Factory Default – AC (Use value “0” – there is no safety fo r this function) Software Update – AD (Use value “0” – there is no s ...

  • DVDO VP20 - page 49

    1365x768 - 35 852x576 - 15 1366x768 (1) - 16 1366x768 (2) - 33 1360x768 (1) - 31 1360x768 (2) - 32 1280x768 - 17 1024x1024 - 18 1024x852 - 19 1024x768 - 36 1024x576 - 20 848x600 - 21 1365x1024 - 22 1400x1050 - 23 1400x788 - 24 960x540 - 25 1280x960 - 26 1440x960 - 27 1440x1152 - 28 U s e r - 29 USER RESOLUTION CONTROLS: Horizontal Shi f t (OSD MENU ...

  • DVDO VP20 - page 50

    Aspect Ratio (OSD MENU ONLY) D i s p l a y – 6A 4:3 - 1 5:4 - 2 16:9 - 3 2.35:1 - 4 U s e r - 5 Display User Value – 88 Range: 1.00-3.00 Lens – B7 M o d e 1 - 1 Mode 1 “Auto” - 2 M o d e 2 - 3 N o n e - 0 S c r e e n – 89 4:3 - 1 5:4 - 2 16:9 - 3 2.35:1 - 4 U s e r - 5 S c r e e n U s e r V a l u e – 8A R a n g e : 1.00-3.00 Image Shi ...

  • DVDO VP20 - page 51

    Output Level – E6 Video - 1 P C - 2 Framerate (OSD MENU ONLY) W h e n input is: 24Hz - NOT YET DEFINED 2 4 H z L o c k - 1 4 8 H z L o c k - 2 6 0 H z L o c k - 3 7 2 H z L o c k - 4 U n l o c k - 0 24Hz input, Unlocked output framerate – NOT YET DEFINED R a n g e : 24.00-80.00 W h e n input is: 25Hz - NOT YET DEFINED 2 5 H z L o c k - 1 5 0 H ...

  • DVDO VP20 - page 52

    Border Level – 4F Range: (-16)-(+100) Output Picture Cont rols (OSD MENU ONLY) Presets – C4 ISF Day Normal - 1 ISF D ay Br ight - 2 I S F N i g h t - 3 Preset 1 - 4 Preset 2 - 5 Brightness – C0 R a n g e : (-100)-(+100) Contrast – C1 R a n g e : (-100)-(+100) Saturation – C2 R a n g e : (-100)-(+100) H u e – C3 R a n g e : (-100)-( +100 ...

  • DVDO VP20 - page 53

    Appendix A. Decimal to Binary to HEX to ASCII Conversion Table Some ASCII Characters will not be u sed ev er in the iScan communication – these are grayed out for clarity (the entire list is published for the sake of com pletion). Decimal Binary (MSB) HEX ASCII 0 0000 0000 0x00 NUL – Null 1 0000 0001 0x01 SOH – Start of Heading 2 0000 0010 0x ...

  • DVDO VP20 - page 54

    39 0010 0111 0x27 ‘ 40 0010 1000 0x28 ( 41 0010 1001 0x29 ) 42 0010 1010 0x2A * 43 0010 1011 0x2B + 44 0010 1100 0x2C , 45 0010 1101 0x2D - 46 0010 1110 0x2E . 47 0010 1111 0x2F / 48 0011 0000 0x30 0 49 0011 0001 0x31 1 50 0011 0010 0x32 2 51 0011 0011 0x33 3 52 0011 0100 0x34 4 53 0011 0101 0x35 5 54 0011 0110 0x36 6 55 0011 0111 0x37 7 56 0011 ...

  • DVDO VP20 - page 55

    84 0101 0100 0x54 T 85 0101 0101 0x55 U 86 0101 0110 0x56 V 87 0101 0111 0x57 W 88 0101 1000 0x58 X 89 0101 1001 0x59 Y 90 0101 1010 0x5A Z 91 0101 1011 0x5B [ 92 0101 1100 0x5C 93 0101 1101 0x5D ] 94 0101 1110 0x5E ^ 95 0101 1111 0x5F _ 96 0110 0000 0x60 ` 97 0110 0001 0x61 a 98 0110 0010 0x62 b 99 0110 0011 0x63 c 100 0110 0100 0x64 d 101 0110 ...

  • DVDO VP20 - page 56

    129 1000 0001 0x81 No ASCII Character at This Value 130 1000 0010 0x82 No ASCII Character at This Value 131 1000 0011 0x83 No ASCII Character at This Value 132 1000 0100 0x84 No ASCII Character at This Value 133 1000 0101 0x85 No ASCII Character at This Value 134 1000 0110 0x86 No ASCII Character at This Value 135 1000 0111 0x87 No ASCII Character ...

  • DVDO VP20 - page 57

    174 1010 1110 0xAE No ASCII Character at This Value 175 1010 1111 0xAF No ASCII Character at This Value 176 1011 0000 0xB0 No ASCII Character at This Value 177 1011 0001 0xB1 No ASCII Character at This Value 178 1011 0010 0xB2 No ASCII Character at This Value 179 1011 0011 0xB3 No ASCII Character at This Value 180 1011 0100 0xB4 No ASCII Character ...

  • DVDO VP20 - page 58

    219 1101 1011 0xDB No ASCII Character at This Value 220 1101 1100 0xDC No ASCII Character at This Value 221 1101 1101 0xDD No ASCII Character at This Value 222 1101 1110 0xDE No ASCII Character at This Value 223 1101 1111 0xDF No ASCII Character at This Value 224 1110 0000 0xE0 No ASCII Character at This Value 225 1110 0001 0xE1 No ASCII Character ...

  • DVDO VP20 - page 59

    Appendix B. Infrared Control White Paper by Barry Gordon Note: This article in Sections 2.1 thro ugh 2.5 is reprinted with permission from Barry Gordon. The original article was printed circa 1998, although the information it contains is still very pertinent. We wish to thank Barry for allo wing us to reprint the article. Anchor Bay is not responsi ...

  • DVDO VP20 - page 60

    been pressed (and perhaps even what device this key is for). We first need to simplify the problem so that we don’t have deal with t oo m any "Pulse widths". We can easily do this by representing the number in base 2, or bina ry. (I apologize if th is now gets a little technical, but in reality it alre ady has). In binary there are only ...

  • DVDO VP20 - page 61

    having them equal. We m ight choose 48,24 for the "1" and 24,24 for the "0". In fact this is what Sony has done in its IR remotes. [Note: If you work through the numbers you will find that Sony IR signaling uses a sequence of 1200 microseconds of light followed by 600 microseconds of no light to represent a "1"; and a ...

  • DVDO VP20 - page 62

    A Burst Pair Sequence usually looks as follows: Lead in Burst Pair Data Burst Pairs Lead Out Burst Pair The Lead In Burst pair can be thought of as the hello or wake up burst. It tells the receiver to start listening (or rather looking) ve ry closely as what is com ing. It is usually of different timing duration than the Burst Pair s in the data pa ...

  • DVDO VP20 - page 63

    IR Codes The world of IR remotes has become a commodity world. IR remotes (simple ones, not the Pronto) are rela tively inexpensive. I bought 5, credit card sized, universal remotes for $10. They are three times as thick as a credit card but the sam e height and width. Fits nicely in a shirt pocket. (A true couch potato must NE VER EVER be without ...

  • DVDO VP20 - page 64

    Let us break it up to decipher it. Preamble 0000 0067 000 0015 Word 1 0 so it is a learned IR code Word 2 103 decimal which when plugged into the formula already given yields an IR Ca rrier frequency of about 40kHz. Word 3 0000 is the length of the On e Time Burst. There is no one time burst Word 4 Decimal 21 is the l ength of the repeat burst. The ...

  • DVDO VP20 - page 65

    Continuing on to the device code we have: Word 21,22 0018 0018 (24,24 decimal) Burst Pair 8, bit 1 = " 0" Word 23,24 0030 0018 (48,24 decimal) Burst Pair 9, bit 2 = " 1" Word 25,26 0018 0018 (24,24 decimal) Burst Pair 10, bit 3 = "0" Word 27,28 0030 0018 (48,24 decimal) Burst Pair 11, bit 4 = "1" Word 29,30 0 ...

  • DVDO VP20 - page 66

    NEC IR Code Format Parameter Carrier Freque ncy Unit of Burst Time Lead In Burst "1" Burst Pattern "0" Burst Pattern Lead Out Decimal Value 40kHz 22 cycles o f the carrier 341 171 22 96 22 24 22, 1427 HEX Value 0156 00ab 0016 0060 0016 0016 0016 0593 Doing the arithmetic we see that this c ode uses a base time of 550 m icrosecon ...

  • DVDO VP20 - page 67

    If you work out all of the detailed analys is in a manner similar to that shown for the Sony you should determine that the carrier frequency is indeed 40kHz, there are 34 total burst pairs in the o n e burst s equence use d, and the burst sequence is repeatable. The actual 32 bits of data is : 00010101 11101010 01011000 10100111 Looking at the adja ...

  • DVDO VP20 - page 68

    Appendix C. Help and Support Thanks for taking the time to read this docum ent. W e have tried to cover in easy-to- understand terms, every facet of autom ation the iScan supports – while attempting at answer every question we’ve ever been asked by customers and installers. However – if after reading this docum ent you have questions which ar ...

Fabricant DVDO Catégorie TV Video Accessories

Les documents que nous recevons du fabricant de l'appareilDVDO VP20 peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques DVDO
- manuels d’utilisations VP20
- fiches produit DVDO
- dépliants
- ou étiquettes-énergie DVDO VP20
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation DVDO VP20.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation DVDO VP20, manuels d’entretien, brefs manuels ou manuels de l’utilisateur DVDO VP20. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit DVDO VP20.

Manuels d’utilsiation similaires

Manuel d’utilisation complet de l’appareil DVDO VP20, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser DVDO VP20 par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs DVDO VP20.

Le manuel d’utilisation complet DVDO, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel DVDO VP20 - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières DVDO VP20, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lDVDO VP20 qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil DVDO VP20 - qui devraient nous aider dans les premières étapes lors de l'utilisation DVDO VP20
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de DVDO VP20
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service DVDO VP20 dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de DVDO VP20?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec DVDO VP20, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec DVDO VP20 il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (0)