1

Size: px
Start display at page:

Download "1"

Transcription

1 Ver.1.04 Reference Document For LCD Module Product No Documenet No 1B3GB02 SPC1B3GB02V104 Version Ver.1.04 REPRO ELECTRONICS CORPORATION Maruwa Building 2F, Sotokanda,Chiyoda-ku,Tokyo Japan TEL: / FAX: SPC1B3GB02V104 1

2 Revision History Version Date by Description Comments /Dec/2006 gyg Initial Version /Dec/2006 rt /Dec/2006 rt /Dec/2006 rt /Jun/2008 Jeffrey Add register description Contents Page 1. General specifications Outline Structure LCD Module Backlight Interface Signals Timing Chart RGB Interface Serial Interface Use LCD Module Data direction Initial code Lcd sleep mode code Lcd Power off code Sub Function Description Register function description...9 SPC1B3GB02V104 1

3 1. General specifications Display format:240 (RGB) 320 Outline dimensions: 2.4 inch Color:262k color (R:6bit,G:6bit,B:6bit) Current LED:typical 20mA Signals:23(Except of Power and GND) Power Signals:Power(+3V)3,Power(+2V)2,GND 5 LED Signals:4 2. Outline Structure 2.1. LCD Module IC1 IC Backlight Fig. 1 LCD outline structure Pin 1, 2 Pin 3, 4 Fig. 2 Backlight structure SPC1B3GB02V104 2

4 2.3. Interface Signals Pin No. Symbol Description I/O 1 GND Ground I 2 *RESET Reset(low active) I 3 GND Ground I 4 VSYNC Vertical synchronizing signal I 5 VEE Power (+3V) I 6 VEE Power (+3V) I 7 VEE Power (+3V) I 8 SDI Serial data input I 9 SCLK Serial clock I 10 GND Ground I 11 VDEN Video data enable signal I 12 VCLK Video data sampling clock I 13 VDD Power logic (+2V) I 14 VDD Power logic (+2V) I 15 *SCS Serial interface chip select(low active) I 16 GND Ground I 17 R5 Red data signal(msb) I 18 R4 Red data signal I 19 R3 Red data signal I 20 R2 Red data signal I 21 R1 Red data signal I 22 R0 Red data signal(lsb) I 23 G5 Green data signal(msb) I 24 G4 Green data signal I 25 G3 Green data signal I 26 G2 Green data signal I 27 G1 Green data signal I 28 G0 Green data signal(lsb) I 29 B5 Blue data signal(msb) I 30 B4 Blue data signal I 31 B3 Blue data signal Backlight Cathode I 32 B2 Blue data signal I 33 B1 Blue data signal I 34 B0 Blue data signal(lsb) I 35 GND Ground I Note: I Input O Output SPC1B3GB02V104 3

5 3. Timing Chart 3.1. RGB Interface B0~B5. Input display data by each terminal of VSYNC, VDEN, VCLK, R0~R5, G0~G5, Fig. 3 RGB timing chart Pin Description Symbol Typical Unit Note VSYNC Cycle tv 334 H Vertical (Frequency) Fv ms synchronizing Front Porch tvf 2 H signal Back Porch tvb 8 H Pulse Width tvp 4 H Display Period tvd 320 H VDEN Cycle td 300 CLK Horizontal (Frequency) Fd 50 us Synchronizing Pulse Width tdp 60 CLK signal Display Period tdd 240 CLK VCLK fclk 6 MHz SPC1B3GB02V104 4

6 3.2. Serial Interface It is possible to set LCD driver register. Specification of register and setting of register value is done by serial interface. This serial interface is composed by 24-bit data or by 32-bit data. Some registers are set by 24-bit data, and some registers are set by 32-bit data. Keep chip select active during transmission of total 24-bit or 32-bit data. SCS SCLK SDI D22 D20 D18 D16 D14 D12 D10 D8 D6 D4 D2 D0 D23 D21 D19 D17 D15 D13 D11 D9 D7 D5 D3 D1 Fig bitdata serial timing chart SCS SCLK SDI D30 D28 D26 D24 D22 D20 D18 D16 D14 D12 D10 D8 D6 D4 D2 D0 D31 D29 D27 D25 D23 D21 D19 D17 D15 D13 D11 D9 D7 D5 D3 D1 4. Use LCD Module Fig bitdata serial timing chart 4.1. Data direction IC1 IC2 Fig. 5 Data direction SPC1B3GB02V104 5

7 4.2. Initial code (1) Power on and Reset (2) Set LCD driver register: LCD_Reg_Set1(0x0070, 0x80); Delay(115); LCD_Reg_Set1(0x007A, 0x01); LCD_Reg_Set1(0x0070, 0xC8); LCD_Reg_Set1(0x00A1, 0x00); LCD_Reg_Set1(0x00A0, 0x00); LCD_Reg_Set1(0x0072, 0xA3); LCD_Reg_Set1(0x0073, 0x04); LCD_Reg_Set1(0x0075, 0x46); LCD_Reg_Set1(0x0076, 0x23); LCD_Reg_Set1(0x0077, 0x08); LCD_Reg_Set1(0x0078, 0x08); LCD_Reg_Set1(0x0079, 0x00); LCD_Reg_Set1(0x007F, 0xF0); LCD_Reg_Set1(0x0071, 0x81); Delay(3); LCD_Reg_Set1(0x000D, 0x20); LCD_Reg_Set1(0x002E, 0x00); LCD_Reg_Set1(0x0011, 0x00); Delay(340); LCD_Reg_Set1(0x0012, 0x00); LCD_Reg_Set1(0x0085, 0x74); LCD_Reg_Set1(0x0021, 0x37); LCD_Reg_Set1(0x0022, 0x02); LCD_Reg_Set1(0x0023, 0x24); LCD_Reg_Set1(0x0024, 0x13); LCD_Reg_Set1(0x0025, 0x0A); LCD_Reg_Set1(0x0026, 0x82); LCD_Reg_Set1(0x0027, 0x01); LCD_Reg_Set1(0x006F, 0x00); LCD_Reg_Set1(0x001E, 0x25); LCD_Reg_Set1(0x001F, 0x59); LCD_Reg_Set2(0x0030, 0x0777); LCD_Reg_Set2(0x0031, 0x0444); LCD_Reg_Set2(0x0032, 0x0555); LCD_Reg_Set2(0x0033, 0x0444); LCD_Reg_Set2(0x0034, 0x0333); LCD_Reg_Set2(0x0035, 0x0333); LCD_Reg_Set2(0x0036, 0x0333); LCD_Reg_Set2(0x0037, 0x0333); LCD_Reg_Set2(0x0038, 0x0444); //11.5ms=115*100us SPC1B3GB02V104 6

8 LCD_Reg_Set2(0x0039, 0x0555); LCD_Reg_Set2(0x003A, 0x0666); LCD_Reg_Set2(0x003B, 0x0666); LCD_Reg_Set2(0x003C, 0x0777); LCD_Reg_Set2(0x003D, 0x0777); LCD_Reg_Set2(0x003E, 0x0777); LCD_Reg_Set2(0x003F, 0x0777); LCD_Reg_Set2(0x0040, 0x0777); LCD_Reg_Set2(0x0041, 0x0777); LCD_Reg_Set2(0x0042, 0x0777); LCD_Reg_Set2(0x0043, 0x0777); LCD_Reg_Set2(0x0044, 0x0777); LCD_Reg_Set2(0x0045, 0x0777); LCD_Reg_Set2(0x0046, 0x0777); LCD_Reg_Set2(0x0047, 0x0777); LCD_Reg_Set2(0x0048, 0x0777); LCD_Reg_Set2(0x0049, 0x0777); LCD_Reg_Set2(0x004A, 0x0777); LCD_Reg_Set2(0x004B, 0x0777); LCD_Reg_Set2(0x004C, 0x0777); LCD_Reg_Set2(0x004D, 0x0666); LCD_Reg_Set2(0x004E, 0x0666); LCD_Reg_Set2(0x004F, 0x0666); LCD_Reg_Set1(0x0014, 0x00); LCD_Reg_Set1(0x0000, 0x04); LCD_Reg_Set1(0x0001, 0x07); LCD_Reg_Set1(0x0002, 0x00); LCD_Reg_Set2(0x0003, 0x0000); LCD_Reg_Set1(0x0004, 0xEF); LCD_Reg_Set2(0x0005, 0x013F); LCD_Reg_Set1(0x0006, 0xFF); LCD_Reg_Set2(0x0007, 0x01FF); LCD_Reg_Set1(0x0008, 0xFF); LCD_Reg_Set2(0x0009, 0x01FF); LCD_Reg_Set1(0x000A, 0x00); LCD_Reg_Set1(0x000B, 0x00); LCD_Reg_Set1(0x000C, 0x00); LCD_Reg_Set1(0x0014, 0x00); LCD_Reg_Set2(0x0015, 0x0000); LCD_Reg_Set2(0x0016, 0x0000); LCD_Reg_Set2(0x0017, 0x01FF); LCD_Reg_Set2(0x0018, 0x01FF); LCD_Reg_Set1(0x0013, 0x00); LCD_Reg_Set2(0x0019, 0x01FF); SPC1B3GB02V104 7

9 LCD_Reg_Set2(0x001B, 0x01FF); LCD_Reg_Set2(0x001C, 0x01FF); LCD_Reg_Set2(0x001A, 0x01FF); LCD_Reg_Set1(0x001D, 0x0E); LCD_Reg_Set1(0x000D, 0x00); Delay(4); //start output of CLK,HSY,VSY now LCD_Reg_Set1(0x0011, 0x80); Delay(400); LCD_Reg_Set1(0x002E, 0x0D);//0x0D LCD_Reg_Set1(0x001E, 0x29); LCD_Reg_Set1(0x0011, 0xC0); LCD_Reg_Set1(0x000D, 0x24); Delay(200); LCD_Reg_Set1(0x0010, 0x02); Delay(26); // Start to send RGB display data Lcd sleep mode code LCD_Reg_Set1(0x0011, 0x40); Delay(390); LCD_Reg_Set1(0x001E, 0x25); LCD_Reg_Set1(0x0011, 0x00); LCD_Reg_Set1(0x002E, 0x00); Delay(130); LCD_Reg_Set1(0x000D, 0x20); LCD_Reg_Set1(0x0010, 0x04); Delay(390); LCD_Reg_Set1(0x0071, 0x09); Delay(160); LCD_Reg_Set1(0x0071, 0x05); LCD_Reg_Set1(0x0071, 0x71); LCD_Reg_Set1(0x007A, 0x01); LCD_Reg_Set1(0x00A0, 0x55); LCD_Reg_Set1(0x00A1, 0xAA); LCD_Reg_Set1(0x0070, 0x00); 4.4. Lcd Power off code LCD_Reg_Set1(0x0011, 0x40); Delay(390); LCD_Reg_Set1(0x001E, 0x25); LCD_Reg_Set1(0x0011, 0x00); LCD_Reg_Set1(0x002E, 0x00); Delay(100); LCD_Reg_Set1(0x000D, 0x20); SPC1B3GB02V104 8

10 LCD_Reg_Set1(0x0010, 0x04); Delay(398); LCD_Reg_Set1(0x0071, 0x09); Delay(160); LCD_Reg_Set1(0x0071, 0x09); LCD_Reg_Set1(0x0071, 0x71); LCD_Reg_Set1(0x007A, 0x01); LCD_Reg_Set1(0x00A0, 0xAA); LCD_Reg_Set1(0x00A1, 0xAA); LCD_Reg_Set1(0x0070, 0x00); Delay(20000); LCD_Reg_Set1(0x0070, 0x80); Delay(53); LCD_Reg_Set1(0x007A, 0x01); LCD_Reg_Set1(0x0071, 0x0A); Delay(160); LCD_Reg_Set1(0x0071, 0x71); LCD_Reg_Set1(0x00A0, 0xAA); LCD_Reg_Set1(0x00A1, 0xAA); LCD_Reg_Set1(0x0070, 0x00); 4.5. Sub Function Description (1) LCD_Reg_Set1(unsigned int reg, unsigned int data) Function: Set the LCD driver register. Para1: reg---- Select the register through serial interface. Para2: data----the set value for register through serial interface, the data should 8 bits. (2) LCD_Reg_Set2(unsigned int reg, unsigned int data) Function: Set the LCD driver register. Para1: reg---- Select the register through serial interface. Para2: data----the set value for register through serial interface, the data should 16 bits. (3) Delay (unsigned int time) Function: Delay time*100us. 5. Register function description (1) Display control (R0010h) R/W IB15 IB14 IB13 IB12 IB11 IB10 IB9 IB8 IB7 IB6 IB5 IB4 IB3 IB2 IB1 IB0 W DEN 0 DEN: 1 the display turns on, 0 the display turns off. SPC1B3GB02V104 9

11 (2) Entry Mode (R0000h) R/W IB15 IB14 IB13 IB12 IB11 IB10 IB9 IB8 IB7 IB6 IB5 IB4 IB3 IB2 IB1 IB0 W GSDC 0 SSDC 0 0 SSDC: SSDC is a bit which selects the source scanning direction. If this bit is set, the LR output pin is changed and the display is reversed (right and left). LR signal changes by frame synchronization (VSYNC synchronization). If 1 is set in SSDC, the display will be reversed (right and left). Therefore, in accordance with the display reversal, the analog video output of 4chxRGB is reversed in bit order. At this time, the polarity of SCK and SCKB is reversed. SSDC Description 0 LR output is high 1 LR output is low GSDC: GSDC is a bit to select the direction of gate scanning. If this bit is set, the UD output pin is changed and the display is reversed (up and down).ud signal changes by frame synchronization (VSYNC synchronization). GSDC Description 0 UD output is low 1 UD output is high Select the direction of the source driver channel in pixel unit by setting GSDC and SSDC. ITEM GSDC=1 GSDC=0 SSDC=1 SSDC=0 SPC1B3GB02V104 10

12 Ver1.04 SPC1B3GB02V104 CCopyright Repro Electronics Co. All Rights Reserved.

13 . PRODUCT A FF02S65SV FF02S55SV FF02S45SV FF02S35SV FF02S33SV FF02S31SV FF02S29SV FF02S27SV FF02S25SV FF02S17SV FF02S15SV JAE PMK Div. Proprietary. Copyright 2006 Japan Aviation Electronics Industry, Ltd. SPC1B3GB02V104 CCopyright Repro Electronics Co. All Rights Reserved.

14 . D JAE PMK Div. Proprietary. Copyright 2006 Japan Aviation Electronics Industry, Ltd. SPC1B3GB02V104 CCopyright Repro Electronics Co. All Rights Reserved.

15 No. D±0.1 (1) 2.5±0.15 (0.5) No. 0.5 B A±0.15 (C:FPC (0.15) (0.15) (1.6) 0.9±0.1() HRS (1.3) 2.15± MAX 0.15MAX 3 S 0.15G G ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** Reference Document for 1B3GB02 LCD Module SPC1B3GB02V104CCopyright Repro Electronics Co. All Right Reserverd.

16 0.3± ± ± H H (0.15) (0.15)(0.15) (0.15) (3) (2.5) (A) J±0.1 K± ± ±0.05 (0.2) (0.05) (X) 0.2± MIN() 0.3± MIN() 2-R ±0.07 B± ±0.03 L± ±0.03(FPC) 0.3±0.03(FFC) 2.5±0.3() B B Reference Document for 1B3GB02 LCD Module SPC1B3GB02V104CCopyright Repro Electronics Co. All Right Reserverd.

untitled

untitled 1.0 1. Display Format 8*2 Character 2. Power Supply 3.3V 3. Overall Module Size 30.0mm(W) x 19.5mm(H) x max 5.5mm(D) 4. Viewing Aera(W*H) 27.0mm(W) x 10.5mm(H) 5. Dot Size (W*H) 0.45mm(W) x 0.50mm(H) 6.

More information

mbed祭りMar2016_プルアップ.key

mbed祭りMar2016_プルアップ.key 1 2 4 5 Table 16. Static characteristics (LPC1100, LPC1100L series) continued T amb = 40 C to +85 C, unless otherwise specified. Symbol Parameter Conditions Min Typ [1] Max Unit Standard port pins, RESET

More information

L C -6D Z3 L C -0D Z3 3 4 5 6 7 8 9 10 11 1 13 14 15 16 17 OIL CLINIC BAR 18 19 POWER TIMER SENSOR 0 3 1 3 1 POWER TIMER SENSOR 3 4 1 POWER TIMER SENSOR 5 11 00 6 7 1 3 4 5 8 9 30 1 3 31 1 3 1 011 1

More information

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp)

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp) 1.5 Gbps 4x4 LVDS Crosspoint Switch Literature Number: JAJS984 1.5Gbps 4 4 LVDS 4 4 (LVDS) ( ) 4 4:1 4 1 MODE 4 42.5Gb/s LVDS 20010301 33020 23900 11800 ds200287 2007 12 Removed preliminary. Removed old

More information

Цифровой спутниковый ресивер Lumax DV 2400 IRD

Цифровой спутниковый ресивер Lumax DV 2400 IRD 13... 3 1.... 5 1.1 1.2... 5... 6 2.... 7 2.1 2.2 2.3... 7... 8... 9 3.... 10 3.1... 10 3.1.1 RF...10 3.1.2 SCART...11 3.2... 12 3.2.1 DISH IN...12 3.2.2 DiSEqC...13 4..... 14 4.1 0003.... 15 4.1.1...15

More information

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp)

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp) DAC121S101 DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter Literature Number: JAJSA89 DAC121S101 12 D/A DAC121S101 12 D/A (DAC) 2.7V 5.5V 3.6V 177 A 30MHz 3 SPI TM QSPI MICROWIRE

More information

(Making the electronic circuit with use of micro-processor)

(Making the electronic circuit with use of micro-processor) (Making the electronic circuit with use of micro-processor) 1055083 1 1 2 3 4 2L T = Vs T = 1 34000 2 = 58.824 5 4069 9V R1 1k Q1 NPN R2 1k

More information

R1RW0408D シリーズ

R1RW0408D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

LM9822 3 Channel 42-Bit Color Scanner Analog Front End (jp)

LM9822 3 Channel 42-Bit Color Scanner Analog Front End (jp) LM9822 LM9822 3 Channel 42-Bit Color Scanner Analog Front End Literature Number: JAJS680 LM9822 3 42 LM9822 AFE CIS CCD CDS / LM9822 14 6MHz ADC 600 / CCD CDS CCD CIS TTL/CMOS 14 6MHz 5V 5% I/O 3.3V 10%

More information

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp)

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp) 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter Literature Number: JAJSAA2 2 200KSPS 8 A/D 2 8 CMOS A/D 50kSPS 200kSPS / IN1 IN2 1 2 SPI QSPI MICROWIRE DSP 2.7V 5.25V 3V 1.6mW 5V 5.8mW 3V 0.12 W 5V

More information

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル DL1720/DL1740 IM 701710-01 http://www.yokogawa.co.jp/measurement/ 0120-137046 tmi-cs@csv.yokogawa.co.jp FAX 0422-52-6624 Disk No. DL30 2nd Edition : July 2001 (YK) All Rights Reserved, Copyright 2001 Yokogawa

More information

2

2 L C -60W 7 2 3 4 5 6 7 8 9 0 2 3 OIL CLINIC BAR 4 5 6 7 8 9 2 3 20 2 2 XXXX 2 2 22 23 2 3 4 5 2 2 24 2 2 25 2 3 26 2 3 6 0 2 3 4 5 6 7 8 9 2 3 0 2 02 4 04 6 06 8 08 5 05 2 3 4 27 2 3 4 28 2 3 4 5 2 2

More information

2

2 8 24 32C800037C800042C8000 32 40 45 54 2 3 24 40 10 11 54 4 7 54 30 26 7 9 8 5 6 7 9 8 18 7 7 7 40 10 13 12 24 22 22 8 55 8 8 8 8 1 2 3 18 11 54 54 19 24 30 69 31 40 57 23 23 22 23 22 57 8 9 30 12 12 56

More information

ADC78H90 8-Channel, 500 kSPS, 12-Bit A/D Converter (jp)

ADC78H90 8-Channel, 500 kSPS, 12-Bit A/D Converter (jp) 8-Channel, 500 ksps, 12-Bit A/D Converter Literature Number: JAJSA63 8 500kSPS 12 A/D 8 12 CMOS A/D 500kSPS / AIN1 AIN8 8 SPI QSPI MICROWIRE DSP (AV DD ) 2.7V 5.25V (DV DD ) 2.7V AV DD 3V 1.5mW 5V 8.3mW

More information

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書 C S0 CS Digital Hi-Vision Tuner C C C C S0-0A TQZW99 0 C C C C 4 5 6 7 8 9 C C C C C C C C C C C C C C C C C C C C C C C 0 FGIH C 0 FGIH C C C FGIH FG IH FGIH I H FGIH FGIH 0 C C # $ IH F G 0 # $ # $

More information

2

2 8 23 32A950S 30 38 43 52 2 3 23 40 10 33 33 11 52 4 52 7 28 26 7 8 8 18 5 6 7 9 8 17 7 7 7 38 10 12 9 23 22 22 8 53 8 8 8 8 1 2 3 17 11 52 52 19 23 29 71 29 41 55 22 22 22 22 22 55 8 18 31 9 9 54 71 44

More information

C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C

C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C TUDSR5SET TUDSR5 C 7 8 9 ch DIGITAL CS TUNER C C C C S-A C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C

More information

RW1097-0A-001_V0.1_170106

RW1097-0A-001_V0.1_170106 INTRODUCTION RW1097 is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology. It can display 1line/2line/3line/4line/5line/6lines x 12 (16 x 16 dot format) with the

More information

H8000操作編

H8000操作編 8 26 35 32H800037H800042H8000 49 55 60 72 2 3 4 48 7 72 32 28 7 8 9 5 7 9 22 43 20 8 8 8 8 73 8 13 7 7 7 55 10 49 49 13 37 49 49 49 49 49 49 12 50 11 76 8 24 26 24 24 6 1 2 3 18 42 72 72 20 26 32 80 34

More information

TH-42/47/55LF6J,TH-42/47/55LF60J

TH-42/47/55LF6J,TH-42/47/55LF60J - + - + 1 2 M3 HDMI HDMI AV OUT HDMI AV OUT DVD DVD 19 3 1 18 4 2 11 12 13 14 15 16 17 18 19 10 DVD VIDEO OUT VCR AUDIO OUT L R RCA-BNC RCA-BNC Y PB PR OUT RGB OUT L R AUDIO OUT RGB DVD DVI-D PC DVI 5

More information

R1LV0416Dシリーズ データシート

R1LV0416Dシリーズ データシート Wide Temperature Range Version 4M SRAM (256-kword 16-bit) RJJ03C0237-0100 Rev. 1.00 2007.05.24 262,144 16 4M RAM TFT 44 TSOP II 48 CSP 0.75mm 3.0V 2.7V 3.6V 55/70ns max 3µW typ V CC =3.0V 2CS 40 +85 C

More information

VE-GP32DL_DW_ZA

VE-GP32DL_DW_ZA VE-GP32DL VE-GP32DW 1 2 3 4 5 6 1 2 3 4 1 1 2 3 2 3 1 1 2 2 2006 Copyrights VisionInc. @. _ & $ % + = ^ @. _ & $ % + = ^ D11 D12 D21

More information

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp)

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp) ADC121S625 ADC121S625 12-Bit, 50 ksps to 200 ksps, Differential Input, Micro Power Sampling A/D Converter Literature Number: JAJSAB8 ADC121S625 12 50kSPS 200kSPS A/D ADC121S625 50kSPS 200kSPS 12 A/D 500mV

More information

2

2 8 23 26A800032A8000 31 37 42 51 2 3 23 37 10 11 51 4 26 7 28 7 8 7 9 8 5 6 7 9 8 17 7 7 7 37 10 13 12 23 21 21 8 53 8 8 8 8 1 2 3 17 11 51 51 18 23 29 69 30 39 22 22 22 22 21 56 8 9 12 53 12 56 43 35 27

More information

2

2 8 22 19A800022A8000 30 37 42 49 2 3 22 37 10 11 49 4 24 27 7 49 7 8 7 9 8 5 6 7 9 8 16 7 7 7 37 10 11 20 22 20 20 8 51 8 8 9 17 1 2 3 16 11 49 49 17 22 28 48 29 33 21 21 21 21 20 8 10 9 28 9 53 37 36 25

More information

R1LV1616H-I シリーズ

R1LV1616H-I シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

LC-24_22_19K30.indb

LC-24_22_19K30.indb L C -24K 30 L C -22K 30 L C -19K 30 http://www.sharp.co.jp/support/aquos/ 2 3 4 5 6 7 8 LC-24K30 9 10 11 12 LC-24K30 8 10 PM 11 12 9 PM 13 10 PM 14 11 15 PM 16 0 17 AM 1 3 101 103 00 00 30 50 00 00 00

More information

AN15880A

AN15880A DATA SHEET 品種名 パッケージコード QFH064-P-1414H 発行年月 : 2008 年 12 月 1 目次 概要.. 3 特長.. 3 用途.. 3 外形.. 3 構造...... 3 応用回路例.. 4 ブロック図.... 5 端子.. 6 絶対最大定格.. 8 動作電源電圧範囲.. 8 電気的特性. 9 電気的特性 ( 設計参考値 )... 10 技術資料.. 11 入出力部の回路図および端子機能の

More information

6 4 45 7ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 57 64 69 66 66 69 0 4 4 4 4 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4 6 4 9 9 0

More information

0 C C C C C C C

0 C C C C C C C C * This device can only be used inside Japan in areas that are covered by subscription cable TV services. ecause of differences in broadcast formats and power supply voltages, it cannot be used in overseas

More information

MLA8取扱説明書

MLA8取扱説明書 (5)-2 2 (5)-2 3 (5)-2 4 5 2 3 4 5 6 7 1 2 3 4 5 6 7 8 POWER ON / OFF 1 1 n 2 3 4 5 6 7 n 6 AC IN 8 MODEL MAL8 MADE IN INDONESIA 7 6 5 4 OUTPUT +4dBu ANALOG OUTPUT +4dBu G G 3 2 1 8 7 6 5 INPUT 4 3 2 1

More information

6 4 45 ZS7ZS4ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 0 4 4 4 4 6 57 64 69 66 66 66 69 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4

More information

Triple 2:1 High-Speed Video Multiplexer (Rev. C

Triple 2:1 High-Speed Video Multiplexer (Rev. C www.tij.co.jp OPA3875 µ ± +5V µ RGB Channel OPA3875 OPA3875 (Patented) RGB Out SELECT ENABLE RED OUT GREEN OUT BLUE OUT 1 R G B RGB Channel 1 R1 G1 B1 X 1 Off Off Off 5V Channel Select EN OPA875 OPA4872

More information

LTC ビット、200ksps シリアル・サンプリングADC

LTC ビット、200ksps シリアル・サンプリングADC µ CBUSY ANALOG INPUT 10V TO 10V 2. 2. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 V DIG V ANA PWRD BUSY CS R/C TAG SB/BTC DATA EXT/INT DATACLK DGND SY 28 27 26 25 24 23 22 21 20 19 18 17 16 15 10µF 0.1µF SERIAL INTERFACE

More information

16-Bit, Serial Input Multiplying Digital-to-Analog Converter (Rev. B

16-Bit, Serial Input Multiplying Digital-to-Analog Converter (Rev. B DAC8811 www.tij.co.jp ± ± µ ± µ ± V REF CS Power-On Reset DAC8811 D/A Converter 16 DAC Register 16 R FB I OUT CLK SDI Shift Register GND DAC8811C ±1 ±1 MSOP-8 (DGK) 4to 85 D11 DAC8811ICDGKT DAC8811C ±1

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

MAX1213N EV.J

MAX1213N EV.J 19-0610; Rev 0; 7/06 DESIGNATION QTY DESCRIPTION C1 C9, C13, C15, C16, C18, C19, C20, C35 C39, C49, C52 22 C10, C27, C28, C40 4 C11, C30 2 C12, C17, C58 C71 0 C14, C33 2 C21 C24 4 C25, C26, C51, C53, C54,

More information

0 C C C C C C

0 C C C C C C C TU-HD50 TUNER TU - HD50 0 TU-HD50 C C C C S00-06C D D D 0 C C C C 4 5 6 7 8 9 C C C C C C C C C C C C C C C C C C C C C C TUNER TU - HD50 FGIH 0 C C C 0 FGIH C C C C C C FGIH FG IH FGIH I H FGIH FGIH

More information

1

1 PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC-5G Version 1.01 PalmGauss SC PGSC5G 1.... 3 2.... 3 3.... 3 3.1... 3 3.2... 3 3.3 PalmGauss... 4 3.4... 4 3.4.1 (Fig. 4)... 4 3.4.2 (Fig. 5)...

More information

DS90LV V or 5V LVDS Driver/Receiver (jp)

DS90LV V or 5V LVDS Driver/Receiver (jp) DS90LV019 DS90LV019 3.3V or 5V LVDS Driver/Receiver Literature Number: JAJS563 DS90LV019 LVDS 1 / DS90LV019 Low Voltage Differential Signaling (LVDS) 1 CMOS / DS90LV019 EIA-644 IEEE1596.3 (SCI LVDS) 2

More information

51505agj.PDF

51505agj.PDF Type No. 2002 7 3 ******** 1.... 2 2.... 3 3.... 7 4. I/O... 9 5.... 11 6.... 12 7.... 16 8.... 16 9.... 16 10.... 17 11.... 18 CORPORATION Page 1/18 1. min. -20max. 70 min. -20max. 70 20 2 5 8 1 83.0

More information

LM35 高精度・摂氏直読温度センサIC

LM35 高精度・摂氏直読温度センサIC Precision Centigrade Temperature Sensors Literature Number: JAJSB56 IC A IC D IC IC ( ) IC ( K) 1/4 55 150 3/4 60 A 0.1 55 150 C 40 110 ( 10 ) TO-46 C CA D TO-92 C IC CA IC 19831026 24120 11800 ds005516

More information

2 3 12 13 6 7

2 3 12 13 6 7 2 8 17 42ZH700046ZH700052ZH7000 28 43 54 63 74 89 2 3 12 13 6 7 3 4 11 21 34 63 65 8 17 4 11 4 55 12 12 10 77 56 12 43 43 13 30 43 43 43 43 10 45 14 25 9 23 74 23 19 24 43 8 26 8 9 9 4 8 30 42 82 18 43

More information

Arduino UNO IS Report No. Report Medical Information System Laboratory

Arduino UNO IS Report No. Report Medical Information System Laboratory Arduino UNO 2015 2 25 IS Report No. Report Medical Information System Laboratory Abstract ( ) Arduino / Arduino Bluetooth Bluetooth : Arduino Arduino UNO Arduino IDE micro computer LED 1............................

More information

R1RW0416DI シリーズ

R1RW0416DI シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

TH-65LFE7J TH-50LFE7J TH-42LFE7J - + - + PC IN DVI-D IN IR IN/OUT CHARGE OUT SERIAL IN LAN AUDIO IN (DVI-D / PC) AUDIO OUT AV IN (HDMI 1 HDMI 2) 19 3 1 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10

More information

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用 WP-01034-1.0/JP DLL (PVT compensation) 90 PLL PVT compensated FPGA fabric 90 Stratix III I/O block Read Dynamic OC T FPGA Write Memory Run Time Configurable Run Time Configurable Set at Compile dq0 dq1

More information

2 3 12 13 6 7

2 3 12 13 6 7 02 08 22AV55026AV550 17 25 32 22AV550 26AV550 39 50 2 3 12 13 6 7 3 4 11 8 8 9 9 8 9 23 8 9 17 4 11 4 33 12 12 11 24 18 12 10 21 39 21 4 18 18 45 45 11 5 6 7 76 39 32 12 14 18 8 1 2 32 55 1 2 32 12 54

More information

5 30 B36B3 4 5 56 6 7 3 4 39 4 69 5 56 56 60 5 8 3 33 38 45 45 7 8 4 33 5 6 8 8 8 57 60 8 3 3 45 45 8 9 4 4 43 43 43 43 4 3 43 8 3 3 7 6 8 33 43 7 8 43 40 3 4 5 9 6 4 5 56 34 6 6 6 6 7 3 3 3 55 40 55

More information

R1RP0416D シリーズ

R1RP0416D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

R1EV5801MBシリーズ データシート

R1EV5801MBシリーズ データシート 1M EEPROM (128-kword 8-bit) Ready/Busy and function R10DS0209JJ0100 Rev.1.00 131072 8 EEPROM ROM MONOS CMOS 128 2.7V 5.5V 150ns (max) @ Vcc=4.5V 5.5V 250ns(max) @ Vcc=2.7V 5.5V 20mW/MHz (typ) 110µW (max)

More information

19_22_26R9000操作編ブック.indb

19_22_26R9000操作編ブック.indb 8 19R900022R900026R9000 25 34 44 57 67 2 3 4 10 37 45 45 18 11 67 25 34 39 26 32 43 7 67 7 8 7 9 8 5 7 9 21 18 19 8 8 70 8 19 7 7 7 45 10 47 47 12 47 11 47 36 47 47 36 47 47 24 35 8 8 23 12 25 23 OPEN

More information

ANDIAMO Manual

ANDIAMO Manual DirectOut Technologies D.O.TEC ANDIAMO Version 1.0 Copyright Note page 2 / 28 Table of contents Table of contents About This Manual 4 How to Use This Manual 4 Conventions 4 CHAPTER 1: Overview 5 Introduction

More information

LM5021 AC-DC Current Mode PWM Controller (jp)

LM5021 AC-DC Current Mode PWM Controller (jp) LM5021 LM5021 AC-DC Current Mode PWM Controller Literature Number: JAJSAC6 LM5021 AC-DC PWM LM5021 (PWM) LM5021 (25 A) 1 ( ENERGY STAR CECP ) Hiccup (Hiccup ) 8 LM5021 100ns 1MHz AC-DC PWM 5021 LM Steve

More information

LP3470 Tiny Power On Reset Circuit (jp)

LP3470  Tiny Power On Reset Circuit (jp) Tiny Power On Reset Circuit Literature Number: JAJS547 IC ( C) CMOS IC 2.63V 2.93V 3.08V 3.65V 4.00V 4.38V 4.63V 6 (V RTH ) 2.4V 5.0V V CC (L ow ) ( ) V CC ( ) IC SOT23-5 1 : 2.63V 2.93V 3.08V 3.65V 4.00V

More information

LT 低コスト、シャットダウン機能付き デュアルおよびトリプル300MHz 電流帰還アンプ

LT 低コスト、シャットダウン機能付き デュアルおよびトリプル300MHz 電流帰還アンプ µ µ LT1398/LT1399 V IN A R G 00Ω CHANNEL A SELECT EN A R F 3Ω B C 97.6Ω CABLE V IN B R G 00Ω EN B R F 3Ω 97.6Ω V OUT OUTPUT (00mV/DIV) EN C V IN C 97.6Ω R G 00Ω R F 3Ω 1399 TA01 R F = R G = 30Ω f = 30MHz

More information

TH-42PAS10 TH-37PAS10 TQBA0286

TH-42PAS10 TH-37PAS10 TQBA0286 TH-42PAS10 TH-37PAS10 TQBA0286 2 4 8 10 11 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 42 44 46 50 51 52 53 54 3 4 5 6 7 8 3 4 1 2 9 5 6 1 4 2 3 5 6 10 11 1 2 3 4 12 13 14 TH-42PAS10 TH-42PAS10

More information

untitled

untitled http://www.riskdatabank.co.jp The of Japan, Ltd. All rights reserved. 2 The of Japan, Ltd. All rights reserved. 3 The of Japan, Ltd. All rights reserved. 4 The of Japan, Ltd. All rights reserved. 5 The

More information

pc725v0nszxf_j

pc725v0nszxf_j PC725NSZXF PC725NSZXF PC725NSZXF PC725 DE file PC725 Date Jun. 3. 25 SHARP Corporation PC725NSZXF 2 6 5 2 3 4 Anode Cathode NC Emitter 3 4 5 Collector 6 Base PC725NSZXF PC725YSZXF.6 ±.2.2 ±.3 SHARP "S"

More information

4

4 I/O 2AO DC0-10V/ 10V 16Bit Ver. 1.0.0 2 750-562 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO Kontakttechnik

More information

5 7 3AS40AS 33 38 45 54 3 4 5 4 9 9 34 5 5 38 6 8 5 8 39 8 78 0 9 0 4 3 6 4 8 3 4 5 9 5 6 44 5 38 55 4 4 4 4 5 33 3 3 43 6 6 5 6 7 3 6 0 8 3 34 37 /78903 4 0 0 4 04 6 06 8 08 /7 AM 9:3 5 05 7 07 AM 9

More information

MEDIAEDGE MEDIAEDGE TEL FAX :00 12:00 13:00 17: MEDIAEDGE MEDIAEDGE 8. HDMI HDMIHigh-Definition M

MEDIAEDGE MEDIAEDGE TEL FAX :00 12:00 13:00 17: MEDIAEDGE MEDIAEDGE 8. HDMI HDMIHigh-Definition M VPM-H1 HDMI http://www.mediaedge.co.jp http://www.mediaedge.co.jp TEL:078-265-1551 FAX:078-265-1550 TEL:03-3517-1655 FAX:03-3517-1657 10 00 12 00 13 00 17 00 e-mail:info-mec@mediaedge.co.jp 651-0083 5-1-14

More information

20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved.

20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 12 300pixel 300pixel www.yahoo.co.jp Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 300pixel 300pixel www.yahoo.co.jp

More information

N12866N2P-H.PDF

N12866N2P-H.PDF 16Mx64bits PC133 SDRAM SO DIMM Based on 16Mx16 SDRAM with LVTTL, 4 banks & 8K Refresh (16M x 16bit) /. / 1 A0 ~ A12 BA0, BA1 CK0, CK1 CKE0 /S0 /RAS /CAS /WE DQM0 ~ DQM7 DQ0 ~ DQ63 SA0~2 SDA SCL VCC 3.3

More information

弥生会計/やよいの青色申告

弥生会計/やよいの青色申告 c c c c c 1 c c c c c c c c c c c 2 3 c c 4 a a a a a a a a a

More information

MAX IIデバイスのIEEE (JTAG)バウンダリ・スキャン・テスト

MAX IIデバイスのIEEE (JTAG)バウンダリ・スキャン・テスト 3. MAX II IEEE 49. JTAG MII54-.6 PCB PCB Bed-of-nails PCB 98 Joint Test Action Group JTAG IEEE Std. 49. BST PCB BST 3 3. IEEE Std. 49. Serial Data In Boundary-Scan Cell IC Pin Signal Serial Data Out Core

More information

6 4 4 9RERE6RE 5 5 6 7 8 9 4 5 6 4 4 5 6 8 4 46 5 7 54 58 60 6 69 7 8 0 9 9 79 0 4 0 0 4 4 60 6 9 4 6 46 5 4 4 5 4 4 7 44 44 6 44 8 44 46 44 44 4 44 0 4 4 5 4 8 6 0 4 0 4 4 5 45 4 5 50 4 58 60 57 54

More information

untitled

untitled LeCroy Corporation 700 Chestnut Ridge Road Chestnut Ridge, NY, 10977 6499 Tel: (845) 578 6020, Fax: (845) 578 5985 Internet: www.lecroy.com 2010 by LeCroy Corporation. All rights reserved. LeCroy and other

More information

Z7000操作編_本文.indb

Z7000操作編_本文.indb 2 8 17 37Z700042Z7000 46Z7000 28 42 52 61 72 87 2 3 12 13 6 7 3 4 11 21 34 61 8 17 4 11 4 53 12 12 10 75 18 12 42 42 13 30 42 42 42 42 10 62 66 44 55 14 25 9 62 65 23 72 23 19 24 42 8 26 8 9 9 4 11 18

More information

VE-GD21DL_DW_ZB

VE-GD21DL_DW_ZB V E-G D21D L V E-G D21D W 1 2 3 4 1 2 1 2 1 2 2 1 2 3 1 2 3 1 2 3 1 4 4 2 3 5 5 1 2 3 4 1 2 3 1 2 3 4 1 2 3 2006 Copyrights VisionInc. @. _ & $ % + = ^ 2011

More information

CM1-GTX

CM1-GTX CM1-GTX000-2002 R R i R ii 1-1 1-2 1-3 Process Variables Process Variables Pressure Output Analog Output Sensor Temp. Lower Range Value (0%) Upper Range Value (100%) Pressure Pressure Chart Pressure

More information

PFQX2227_ZA

PFQX2227_ZA V E -G P 05D B Ni-MH 1 2 3 4 5 6 1 2 3 4 5 6 A B C D E F 1 2 A B C 1 2 3 2 0 7 9 4 6 6 4 7 9 1 2 3 # 6 6 2 D11 D12 D21 D22 19 # # # # Ni-MH Ω Ω

More information

DL1700Eシリーズ ディジタルオシロスコープ ユーザーズマニュアル

DL1700Eシリーズ ディジタルオシロスコープ ユーザーズマニュアル DL1700E シリーズ ディジタルオシロスコープ ユーザーズマニュアル IM 701730-01 3 版 ユーザー登録のお願い 今後の新製品情報を確実にお届けするために お客様にユーザー登録をお願いしております 下記 URL の ユーザー登録 のページで ご登録いただけます http://www.yokogawa.co.jp/tm/ 計測相談のご案内 当社では お客様に正しい計測をしていただけるよう

More information

XC9500 ISP CPLD JTAG Port 3 JTAG Controller In-System Programming Controller 8 36 Function Block Macrocells to 8 /GCK /GSR /GTS 3 2 or 4 Blocks FastCO

XC9500 ISP CPLD JTAG Port 3 JTAG Controller In-System Programming Controller 8 36 Function Block Macrocells to 8 /GCK /GSR /GTS 3 2 or 4 Blocks FastCO - 5ns - f CNT 25MHz - 800~6,400 36~288 5V ISP - 0,000 / - / 36V8-90 8 - IEEE 49. JTAG 24mA 3.3V 5V PCI -5-7 -0 CMOS 5V FastFLASH XC9500 XC9500CPLD 0,000 / IEEE49. JTAG XC9500 36 288 800 6,400 2 XC9500

More information

GP05取説.indb

GP05取説.indb E -G V P 05D L V E -G P 05D W Ni-MH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 1 2 3 4 5 6 + + + 1 + + + + + + + + + + + + + + + + + + 1 A B C + D + E

More information

TH-47LFX60 / TH-47LFX6N

TH-47LFX60 / TH-47LFX6N TH-47LFX60J TH-47LFX6NJ 1 2 3 4 - + - + DVI-D IN PC IN SERIAL IN AUDIO IN (DVI-D / PC) LAN, DIGITAL LINK AV IN AUDIO OUT 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10 19 19 3 1 18 4 2 HDMI AV OUT

More information

4

4 I/O 2AO 0/4-20mA / DC6-18V 16Bit Ver. 1.0.0 2 750-563 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO

More information

5 11 3 1....1 2. 5...4 (1)...5...6...7...17...22 (2)...70...71...72...77...82 (3)...85...86...87...92...97 (4)...101...102...103...112...117 (5)...121...122...123...125...128 1. 10 Web Web WG 5 4 5 ²

More information

XY-VIDEO CONVERTER XY-22 INSTRUCTION MANUAL T-0006Q3.XPL.XY

XY-VIDEO CONVERTER XY-22 INSTRUCTION MANUAL T-0006Q3.XPL.XY XY-VIDEO CVERTER XY-22 INSTRUCTI MANUAL T-0006Q3.XPL.XY OUTLINE SPECIAL FEATURE APPLICATIS Mixing Consle PROGRAM OUT L,R INPUT XY-22 XY-VIDEO CVERTER INPUT OUTPUT HORIZTAL VERTICAL POWER VIDEO BYPASS

More information

Specification for Manual Pulse Generator, GFK-2262

Specification for Manual Pulse Generator, GFK-2262 Specification change in Manual Pulse Generator () A) Abstract This document explains about the specification change in Manual Pulse Generator (). The production of the former specifications written in

More information

SE-800 INSTRUCTION BOOK

SE-800 INSTRUCTION BOOK 1 2 3 4 1b 1a 2 3 6 7 8 9 1c 1d 1e 4 5 11a 10 11b 11c 11d 13 12 14 5 6 7 3 4 5 6 7 8 1 2 24 23 22 9 10 11 21 20 19 18 16 17 15 14 13 12 8 9 10 11 12 13 14 1. 2. 3. 4. 5. 1. 2. 15 16 17 18 19 20 datavideo

More information

DS90LV011A 3V LVDS 1 回路入り高速差動出力ドライバ

DS90LV011A 3V LVDS 1 回路入り高速差動出力ドライバ 3V LVDS Single High Speed Differential Driver Literature Number: JAJS962 Single High Speed Differential Driver 19961015 23685 ds200149 Input Voltage changed to 3.6V from 5V Updated DC and AC typs basic

More information

GM-F520S/GM-F470S/GM-F420S

GM-F520S/GM-F470S/GM-F420S GM-F520S GM-F470S GM-F420S LCT2504-002A-H 2 3 4 200 150 150 50 1 3 4 1 2 3 1 2 3 4 5 e 6 7 8 9 p q w r t 5 6 5 23 7 8 9 p q 4 5 6 7 8 9 2 3 4 5 5 23 6 7 8 9 w 1 2 e r t p p 5 6 9( 3 DVI-D (HDCP) RGB IN

More information

MAX191 EV J

MAX191 EV J -0; Rev ; / µ µ PART TEMP. RANGE BOARD TYPE MAXEVSYS-DIP 0 C to +0 C Through-Hole MAXEVKIT-DIP 0 C to +0 C Through-Hole 0CMODULE-DIP 0 C to +0 C Through-Hole Evaluates: MAX Maxim Integrated Products Evaluates:

More information

液晶プロジェクター CP-S317J/X327J 取扱説明書

液晶プロジェクター CP-S317J/X327J 取扱説明書 CP-S317/CP-X327/CP-X328 STANDBY/ON VIDEO RGB SEARCH ASPECT MAGNIFY ON OFF FREEZE POSITION ESC HOME END PAGE DOWN ENTER AUTO PAGE UP BLANK VOLUME MUTE KEYSTONE MENU RESET TANDBY/ON INPUT KEYSTONE RESET

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

SV_mp730_0715

SV_mp730_0715 Operating Instructions Digital Audio Player -S M0705SF0 2005 Matsushita Electric Industrial Co., Ltd. All Rights Reserved. 2 3 4 1 2 2 3 1 1 2 3 5 1 2 3 6 7 8 1 3 4 5 2 3 9 10 11 12 PLAYER aaatrack.mp3

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

CDR1000_J

CDR1000_J PROFESSIONAL AUDIO CD ORDER PROFESSIONAL AUDIO CD ORDER OPEN/ CLOSE PEAK HOLD TIME DISPLAY INPUT SELECT UTILITY LEVEL POWER MUTE UV22 REPEAT A-B SYNC AUTO INDEX INC TRACK INC 0 10 L R PHONES LEVEL ON /

More information

DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル

DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル IM 701610-01 8 版 ユーザー登録のお願い 今後の新製品情報を確実にお届けするために お客様にユーザー登録をお願いしております 下記 URL の ユーザー登録 のページで ご登録いただけます http://www.yokogawa.co.jp/tm/ 計測相談のご案内 当社では お客様に正しい計測をしていただけるよう

More information

PDW-75MD

PDW-75MD 3-270-633-02(1) PDW-75MD 2007 Sony Corporation m a b c 2 ... 2 6 6... 8... 8 1... 10... 10... 12... 13... 13... 19... 23 2... 25... 26... 27... 27... 28... 29... 29... 29... 30... 31... 33 3... 34... 34...

More information

スライド 1

スライド 1 1 1. 2 2. 3 isplever 4 5 6 7 8 9 VHDL 10 VHDL 4 Decode cnt = "1010" High Low DOUT CLK 25MHz 50MHz clk_inst Cnt[3:0] RST 2 4 1010 11 library ieee; library xp; use xp.components.all; use ieee.std_logic_1164.all;

More information

6 50G5S 3 34 47 56 63 http://toshibadirect.jp/room048/ 74 8 9 3 4 5 6 3446 4755 566 76373 7 37 3 8 8 3 3 74 74 79 8 30 75 0 0 4 4 0 7 63 50 50 3 3 6 3 5 4 4 47 7 48 48 48 48 7 36 48 48 3 36 37 6 3 3 37

More information