usbir1.PDF

Size: px
Start display at page:

Download "usbir1.PDF"

Transcription

1 Philips Semiconductors 1 Oct 98 Implementing a USB-to-Infrared (Philips RCMM) Dongle - USB IR HID Device (OVU1000, Reference Design Ver 1.1) - USB Compound Hub with IR HID Device Author: Wim, Lemay Edited by: Wei Leong, Chui

2

3 Interconnectivity 1 Oct 98 Page 3 GENERAL HARDWARE BLOCKS FOR USB IR DONGLE 5V to 3V3 Regulator Power On Reset IR Power Up/Down IR Front-End CORE PROCESSING USB Controller IR Wakeup IR Transmitter Microcontroller ROM and Interfacing Envelope Detection IR Receiver USER INTERFACE Status Philips Semiconductors - Asia Product Innovation Center

4 Interconnectivity 1 Oct 98 Page 4 Design Blocks for USB IR Dongle: Infrared Keyboard/Mouse/Gamepad 5V to 3V3 Regulator MC78FC33 Power On Reset Discrete IR Power Up/Down CORE PROCESSING USB Controller PDIUSBD11 XTAL 12MHZ KDS-DAIWA Microcontroller P80C652 Address Latch 74HCT373 IR Wakeup Discrete External ROM AT27LV256 XTAL 24MHZ KDS-DAIWA Envelope Detection 74HCT86 USER INTERFACE IR Front-end IR Transmitter TSIP5201 IR Receiver TSOP 1136 Philips Part Other Vendor's Parts Philips Semiconductors - Asia Product Innovation Center

5 Interconnectivity 1 Oct 98 Page 5 DESIGN BLOCKS FOR USB COMPOUND HUB WITH IR HID SUPPORT IR KEYBOARD/MOUSE/GAMEPAD 5V to 3V3 Regulator MC78FC33 Power On Reset Discrete IR Power Up/Down CORE PROCESSING USB HUB Controller PDIUSBH11A/H12 Downstream Port Power MIC2526 IR Wakeup Discrete XTAL 12MHZ KDS- DAIWA Microcontroller P80C652 Address Latch 74HCT373 External ROM AT27LV256 Envelope Detection 74HCT86 XTAL 24MHZ KDS-DAIWA USER INTERFACE IR Front-end IR Transmitter TSIP5201 IR Receiver TSOP 1136 Philips Part Other Vendor Philips Semiconductors - Asia Product Innovation Center

6 Interconnectivity 1 Oct 98 Page 6 Implementing a USB-to-InfraRed Dongle TECHNICAL DESCRIPTION GENERAL This application note describes the implementation of A USB-IR dongle; and A USB compound hub with a USB-IR dongle device. The main difference in the two designs lie in the USB Controller used. To implement a USB device, the PDIUSBD11 (D11) general-purpose USB interface is selected. To implement a compound hub with USB-IR functionality, you must use PDIUSBH11A (H11A) or PDIUSBH12 (H12). The device functionality is the same for all the designs, H11A provides 4 USB walk-up ports and the H12 provides only 2 USB walk-up ports. The firmware implementation for the USB-IR dongle on the microcontroller can be divided into two parts. The microcontroller has to service the USB controller and at the same time decode and encode the data for the IR front-end. The hub functionality adds another 2 Kbytes of code onto the firmware. The USB-IR dongle portion uses the D11/H11A/H12 as the USB interface for implementing HID functionality. This includes Keyboard, Mouse and Gamepad functionality. For the USB-IR device only, it enumerates as a multi-interface composite device. The individual interfaces, each conforms to the HID Class definition, be it a HID Keyboard, a HID mouse or a HID gamepad. The default HID device driver from Windows 98 is loaded. Thus, the whole system may be implemented ready to ship without a need to develop your own device driver. For the compound hub with the USB-IR device, the hub is first enumerated. The generic driver for Windows 98 is loaded before it enumerates the embedded USB-IR device. The enumeration of the USB-IR device follows the same procedure as explained in the previous paragraph. The USB-IR device translates USB requests into IR signals conforming to the Philips Infrared RCMM (1-way) and Infrared RCMM² (2-way) protocols. The RCMM protocol is proprietary; an NDA would be required to obtain the protocol description. The contact person for the NDA is listed under the Contacts section. Philips Semiconductors - Asia Product Innovation Centre

7 Interconnectivity 1 Oct 98 Page 7 USB INTERFACE CONTROLLER D11, H11A and H12 are full-speed (12 MHz) USB Devices. Thus, a full-speed USB cable is required. The common mode chokes for EMI do not need to be added because both interface devices have built-in skew control for the D+/D- signaling lines. A termination resistor of 24 ohms for the transmission line is required. D11, H11A and H12 incorporate a SoftConnect internal resistor for the D+ pull-up detection. The USB interface controllers run on 3.3V. A step-down voltage regulator from 5V to 3.3V is used. The microcontroller communicates with D11/H11A/H12 via I 2 C. The command registers for D11/H11A/H12 may be obtained from the data sheets of the devices at D11/H11A/H12 will go into sleep mode 1 millisecond after detecting the absence of USB traffic for 3 milliseconds. The suspend pin (Open-Drain) from the USB controllers will go high immediately after the suspend detection. Upon sensing a suspend pin, the microcontroller needs to finish whatever it is processing and go into deep sleep so that the total suspend current is less than 500 µa. When it is processing a critical event, it may pull the suspend pin low to hold off the suspend condition; this may be done for a maximum of 10 milliseconds. The suspend condition is terminated when USB traffic resumes. Thus the system must be responsible for waking up the microcontroller. Or, the USB device can initiate a resume signaling to wake up the host. POWER ON RESET The charging ramp voltage across the 2017 capacitor will trigger a transistor and give a pulse to the input of ExOR gates, which reset the microcontroller. IR WAKE UP This is a -Hz oscillator with an on-time of around 20%, which gives power to the IR receiver. When the microcontroller is working this oscillator is frozen to give constant power to the receiver. IR RECEIVER TSOP1136 chip has a built-in Automatic Gain Control and a demodulator of the 36-kHz Modulation. Philips Semiconductors - Asia Product Innovation Centre

8 Interconnectivity 1 Oct 98 Page 8 ENVELOPE DETECTOR Integrates the receiver pulses and makes a reset of the microcontroller. Under normal working conditions, this part of the circuitry remains dormant. The device kicks into action only after it is put into suspend. It will be enabled every 1 second to scan for any IR signals from the remote IR keyboard/mouse/gamepad. ROM AND INTERFACING The microcontroller is configured to use an external EPROM, the program fetch done over the multiplexed address/data bus. A data latch separates the address byte from the data bytes. The processing power is in the P80C652 microcontroller, which is running at 24 MHz. The 652 was selected because it can go into power-down mode; this is crucial to pass the power requirement during suspend. INDICATION S The four red indications s are driven by BC847B NPN transistors and connect directly to the output of the microcontroller. FIRMWARE To appreciate the hardware, we must understand the firmware. It is, however, not the aim of this application note to go into the details of the firmware. A brief description below would explain the need of the circuitry as shown in the schematics. 36 khz Modulated IR Transmitter Circuitry All IR signaling is modulated on a 36-kHz carrier. This is done by the microcontroller whose output pin modulates the data to the IR s. Much of the circuitry here is used to power down the IR s while in Suspend State; this is to meet the stringent requirement of 500 µa maximum suspend current. Philips Semiconductors - Asia Product Innovation Centre

9 Interconnectivity 1 Oct 98 Page 9 Receiver circuitry The IR data from the TSOP1136 chip is already demodulated. Processing of this data is done via software. The microcontroller is interrupted on every transition of the received data pulse. Since the microcontroller interrupt responds to only falling/low-level trigger, an ExOR gate is used to invert the received data from the TSOP1136. The Philips protocol for RC5 is coded in biphase format as follows: The actual RCMM protocol document requires an NDA from the contact list. Philips Semiconductors - Asia Product Innovation Centre

10 Interconnectivity 1 Oct 98 Page 10 Reset and Recover from Suspend The reset pin is tied as shown in the diagram below. The reset to the microcontroller serves a dual purpose. The first is to do a proper power up reset. The second is to provide a wakeup signal to the microcontroller by pulling and releasing the reset line. There are two sources of waking the system from suspend. The first would be a host-initiated wakeup. In that situation, the suspend pin of the D11 would be pulled low. The second situation occurs when the wakeup is generated from the IR keyboard or IR mouse. When any key is pressed, this generates some toggling on the IR receiver, which is designed to wake up every second. Any detected IR signals during the awake frame would generate an enveloped pulse that triggers a Reset pin to wake the microcontroller from power-down mode. Philips Semiconductors - Asia Product Innovation Centre

11 Interconnectivity 1 Oct 98 Page 11 USER FUNCTIONAL DESCRIPTION The OVU1000 reference design from Philips can communicate through a Philips developed and owned Infrared RCMM (1-way) and Infrared RCMM² (2-way) 36-kHz modulated protocol with the following wireless peripherals: Philips Wireless Keyboard/Mouse (KW10XX) Philips Wireless Gamepads (GP3020): Up to four simultaneously operated gamepads without loss of data and with minimized latency The OVU1000 can also be upgraded, by only programming the EPROM with other software, to support additional wireless peripherals: PHILIPS Remote Controls with Trackball, FSR (Force Sensitive Resistor) and other PHILIPS Remote Controls. The Remote Control can be used as a pointing device and to control the HID controls of the WINDOWS 98 operating system controls. (Volume, Source Selection, ) Compatibility The OVU1000 is compatible with the USB specification 1.1 and compliant with USB HID specification. It complies with the Power Consumption specification described in the USB specification by using Power Control Hardware. The device works with Windows 98. OVU1000 can be used with Windows 95 if OSR2.1 and a proper HID driver are installed. OTHER ENCLOSURES - Attached you will find the Schematic in PDF format USBIRH.pdf (PDF file for the schematic of an IR receiver with PDIUSBH11) USBIRD.pdf (PDF file for the schematic of an IR receiver with PDIUSBD11) - Attached you will find the Bill Of Materials in PDF format USBIRH_BOM.pdf (Bill of Materials for IR receiver with PDIUSBH11) USBIRD_BOM.pdf (Bill of Materials for IR receiver with PDIUSBD11) Philips Semiconductors - Asia Product Innovation Centre

12 SUNSTAR 商斯达实业集团是集研发 生产 工程 销售 代理经销 技术咨询 信息服务等为一体的高科技企业, 是专业高科技电子产品生产厂家, 是具有 10 多年历史的专业电子元器件供应商, 是中国最早和最大的仓储式连锁规模经营大型综合电子零部件代理分销商之一, 是一家专业代理和分銷世界各大品牌 IC 芯片和電子元器件的连锁经营綜合性国际公司, 专业经营进口 国产名厂名牌电子元件, 型号 种类齐全 在香港 北京 深圳 上海 西安 成都等全国主要电子市场设有直属分公司和产品展示展销窗口门市部专卖店及代理分销商, 已在全国范围内建成强大统一的供货和代理分销网络 我们专业代理经销 开发生产电子元器件 集成电路 传感器 微波光电元器件 工控机 /DOC/DOM 电子盘 专用电路 单片机开发 MCU/DSP/ARM/FPGA 软件硬件 二极管 三极管 模块等, 是您可靠的一站式现货配套供应商 方案提供商 部件功能模块开发配套商 商斯达实业公司拥有庞大的资料库, 有数位毕业于著名高校 有中国电子工业摇篮之称的西安电子科技大学 ( 西军电 ) 并长期从事国防尖端科技研究的高级工程师为您精挑细选 量身订做各种高科技电子元器件, 并解决各种技术问题 微波光电部专业代理经销高频 微波 光纤 光电元器件 组件 部件 模块 整机 ; 电磁兼容元器件 材料 设备 ; 微波 CAD EDA 软件 开发测试仿真工具 ; 微波 光纤仪器仪表 欢迎国外高科技微波 光纤厂商将优秀产品介绍到中国 共同开拓市场 长期大量现货专业批发高频 微波 卫星 光纤 电视 CATV 器件 : 晶振 VCO 连接器 PIN 开关 变容二极管 开关二极管 低噪晶体管 功率电阻及电容 放大器 功率管 MMIC 混频器 耦合器 功分器 振荡器 合成器 衰减器 滤波器 隔离器 环行器 移相器 调制解调器 ; 光电子元器件和组件 : 红外发射管 红外接收管 光电开关 光敏管 发光二极管和发光二极管组件 半导体激光二极管和激光器组件 光电探测器和光接收组件 光发射接收模块 光纤激光器和光放大器 光调制器 光开关 DWDM 用光发射和接收器件 用户接入系统光光收发器件与模块 光纤连接器 光纤跳线 / 尾纤 光衰减器 光纤适配器 光隔离器 光耦合器 光环行器 光复用器 / 转换器 ; 无线收发芯片和模组 蓝牙芯片和模组 更多产品请看本公司产品专用销售网站 : 商斯达中国传感器科技信息网 : 商斯达工控安防网 : 商斯达电子元器件网 : 商斯达微波光电产品网 : 商斯达消费电子产品网 :// 商斯达实业科技产品网 :// 微波元器件销售热线 : 地址 : 深圳市福田区福华路福庆街鸿图大厦 1602 室电话 : 传真 : (0) MSN: SUNS8888@hotmail.com 邮编 : szss20@163.com QQ: 深圳赛格展销部 : 深圳华强北路赛格电子市场 2583 号电话 : 技术支持 : 欢迎索取免费详细资料 设计指南和光盘 ; 产品凡多, 未能尽录, 欢迎来电查询 北京分公司 : 北京海淀区知春路 132 号中发电子大厦 3097 号 TEL: FAX: 上海分公司 : 上海市北京东路 668 号上海賽格电子市场 D125 号 TEL: FAX: 西安分公司 : 西安高新开发区 20 所 ( 中国电子科技集团导航技术研究所 ) 西安劳动南路 88 号电子商城二楼 D23 号 TEL: FAX:

Honeywell Elmwood Sensors Elmwood 2 Elmwood sensors 3 Elmwood Elmwood ELMWOOD Elmwood Sensors

Honeywell Elmwood Sensors Elmwood 2 Elmwood sensors 3 Elmwood Elmwood ELMWOOD Elmwood Sensors Honeywell Elmwood Sensors 1 3000 Elmwood 2 Elmwood sensors 3 Elmwood Elmwood 1-800- ELMWOOD Elmwood Sensors Honeywell 1... 3100 3106 3150 / 3156 3305/3306 TO-5 3600/3601 3000 2... 3001-3004 15A 3450/3455R/3455RBV

More information

Document:

Document: INTEGRATED CIRCUITS 18-bit registered driver with inverted register enable with 15 Ω termination resistors (3-State) 1999 Sep 14 FEATURES Wide supply voltage range of 1.2 V to 3.6 V Complies with JEDEC

More information

hilips mionutors ian hyri amplifir mouls akag outlins MOTIG ORIG RCOMMTIO Mounting Th hatsink surfa must flat, fr of urrs an oxiation an paralll to th

hilips mionutors ian hyri amplifir mouls akag outlins MOTIG ORIG RCOMMTIO Mounting Th hatsink surfa must flat, fr of urrs an oxiation an paralll to th ICRT MICOCTOR T HT akag outlins ian hyri amplifir mouls il unr isrt mionutors, C6 998 Mar 9 hilips mionutors ian hyri amplifir mouls akag outlins MOTIG ORIG RCOMMTIO Mounting Th hatsink surfa must flat,

More information

untitled

untitled NEC ELECTRONICS FIBER OPTIC DEVICES 2009 CONTENTS How we fit into the picture............................ 3 PRODUCTS 10G DFB TOSA and PIN ROSA.......................... 4 10G FP TOSA and MM PIN ROSA.........................

More information

Table : Pin Description PIN DESCRIPTION PIN DESCRIPTION IF, V DDIF 9 NC* GND 0 V DDLO 3 NC T CKT 4 GND GND GND 3 GND 6 RF IN 4 OSC OUT 7 I SET GND 8 G

Table : Pin Description PIN DESCRIPTION PIN DESCRIPTION IF, V DDIF 9 NC* GND 0 V DDLO 3 NC T CKT 4 GND GND GND 3 GND 6 RF IN 4 OSC OUT 7 I SET GND 8 G FEATURES Integrated Monolithic Downconverter 8 db Noise Figure 0 db Conversion Gain High Linearity Small Size Low Cost High Reliability VHF/UHF CATV/TV Tuner Downconverter Data Sheet Rev. S3 Package Modified

More information

FEATURES High power gain High output voltage High maximum junction temperature Gold metallization ensures excellent reliability. DESCRIPTION Silicon N

FEATURES High power gain High output voltage High maximum junction temperature Gold metallization ensures excellent reliability. DESCRIPTION Silicon N DISCRETE SEMICONDUCTORS DATA SHEET Supersedes data of 995 Apr File under Discrete Semiconductors, SC4 995 Sep 6 FEATURES High power gain High output voltage High maximum junction temperature Gold metallization

More information

DESCRIPTION N-P-N silicon planar epitaxial transistor primarily intended for use in class-a, AB and B operated, industrial and military transmitters i

DESCRIPTION N-P-N silicon planar epitaxial transistor primarily intended for use in class-a, AB and B operated, industrial and military transmitters i DISCRETE SEMICONDUCTORS DATA SHEET August 1986 DESCRIPTION N-P-N silicon planar epitaxial transistor primarily intended for use in class-a, AB and B operated, industrial and military transmitters in the

More information

PHT6N6T THERMAL RESISTANCES SYMBOL PARAMETER CONDITIONS TYP. MAX. UNIT R th j-sp From junction to solder point Mounted on any PCB 1 15 K/W R th j-amb

PHT6N6T THERMAL RESISTANCES SYMBOL PARAMETER CONDITIONS TYP. MAX. UNIT R th j-sp From junction to solder point Mounted on any PCB 1 15 K/W R th j-amb PHT6N6T GENERAL DESCRIPTION QUICK REFERENCE DATA N-channel enhancement mode SYMBOL PARAMETER MAX. UNIT logic level field-effect power transistor in a plastic envelope V DS Drain-source voltage 55 V suitable

More information

PHN LIMITING VALUES Limiting values in accordance with the Absolute Maximum System (IEC ) SYMBOL PARAMETER CONDITIONS MIN. MAX. UNIT V DS Drain-source

PHN LIMITING VALUES Limiting values in accordance with the Absolute Maximum System (IEC ) SYMBOL PARAMETER CONDITIONS MIN. MAX. UNIT V DS Drain-source PHN FEATURES SYMBOL QUICK REFERENCE DATA mω isolation transistor mω spindle transistors TrenchMOS technology Logic level compatible Surface mount package D G G G isolation FET S G S S S D D D G G G S S

More information

Document:

Document: INTEGRATED CIRCUITS 50 150 MHz 1:9 clock driver 1999 Oct 19 50 150 MHz 1:9 clock driver FEATURES Phase-Locked Loop Clock distribution for PC100/PC133 applications Spread Spectrum clock compatible Operating

More information

Microsoft Word - AN1201_034.doc

Microsoft Word - AN1201_034.doc BBBBBBBBBBBBBBBBBBBBBB AN1201.03 Application Note BBBBBBBBBBBBBBBBBBBBBB The XM1201 Module Reference Board for XE1201 Author: Gael Coron For further information please contact: XEMICS Tel: +41 32 720 5170

More information

DESCRIPTION N-P-N silicon planar epitaxial transistor intended for use in class-a, AB or B operated mobile, industrial and military transmitters in th

DESCRIPTION N-P-N silicon planar epitaxial transistor intended for use in class-a, AB or B operated mobile, industrial and military transmitters in th DISCRETE SEMICONDUCTORS DATA SHEET August 1986 DESCRIPTION N-P-N silicon planar epitaxial transistor intended for use in class-a, AB or B operated mobile, industrial and military transmitters in the h.f.

More information

AWT6111_DS

AWT6111_DS TEL:075583396822 EMAIL:szss20@163.c FEATURES InGa HBT Technology High Efficiency 47% AMS High Efficiency 37% CDMA Low Leakage Current (

More information

电子元器件目录.doc

电子元器件目录.doc SUNSTAR 2 0 0 5 1602 0755-83778810 83376282 83600718 83758073 0755-83376182 83338339 0 13823648918 13902971329 518033 E-mail:szss20@163.com http://www.sunstare.com/ http://www.sensor-ic.com/ SUNSTAR 1

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

BLF248 VHF push-pull power MOS transistor

BLF248  VHF push-pull power MOS transistor DISCRETE SEMICONDUCTORS DATA SHEET M3D91 VHF push-pull power MOS transistor Supersedes data of 1997 Dec 17 23 Sep 2 FEATURES PIN CONFIGURATION High power gain Easy power control Good thermal stability

More information

FEATURES Small plastic SMD package Switching speed: max. 50 ns General application Continuous reverse voltage: max. 200 V Repetitive peak reverse volt

FEATURES Small plastic SMD package Switching speed: max. 50 ns General application Continuous reverse voltage: max. 200 V Repetitive peak reverse volt DISCRETE SEMICONDUCTORS DATA SHEET book, halfpage M3D049 1999 Feb 09 FEATURES Small plastic SMD package Switching speed: max. 50 ns General application Continuous reverse voltage: max. 200 V Repetitive

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

AWT6301_AppNote_Rev1

AWT6301_AppNote_Rev1 Application Note Soldering Guidelines for Module PCB Mounting Rev 3 OBJECTIVE The objective of this application note is to provide ANADIGICS customers general guidelines for PCB second level interconnect

More information

DESCRIPTION Silicon planar PNPN switch in a SOT143B plastic package. It is an integrated PNP/NPN transistor pair, with all electrodes accessible. APPL

DESCRIPTION Silicon planar PNPN switch in a SOT143B plastic package. It is an integrated PNP/NPN transistor pair, with all electrodes accessible. APPL DISCRETE SEMICONDUCTORS DATA SHEET M3D071 Supersedes data of 1997 Jul 21 1999 Apr 22 DESCRIPTION Silicon planar PNPN switch in a SOT143B plastic package. It is an integrated PNP/NPN transistor pair, with

More information

BSR12_CNV_2

BSR12_CNV_2 DISCRETE SEMICONDUCTORS DATA SHEET book, halfpage M3D088 1999 Jul 23 FEATURES Low current (max. 100 ma) Low voltage (max. 15 V). handbook, halfpage 3 3 APPLICATIONS 1 High-speed, saturated switching applications

More information

FEATURES Small ceramic SMD package High switching speed: max. 4 ns Continuous reverse voltage: max. 75 V Repetitive peak reverse voltage: max. 85 V Re

FEATURES Small ceramic SMD package High switching speed: max. 4 ns Continuous reverse voltage: max. 75 V Repetitive peak reverse voltage: max. 85 V Re DISCRETE SEMICONDUCTORS DATA SHEET book, halfpage M3D154 Supersedes data of 1996 Apr 03 1999 Apr 22 FEATURES Small ceramic SMD package High switching speed: max. 4 ns Continuous reverse voltage: max. 75

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

FEATURES Plastic package Glass passivated High maximum operating temperature Low leakage current Excellent stability 4% overvoltage allowed during 5 s

FEATURES Plastic package Glass passivated High maximum operating temperature Low leakage current Excellent stability 4% overvoltage allowed during 5 s DISCRETE SEMICONDUCTORS DATA SHEET M3D35 1998 Dec 4 FEATURES Plastic package Glass passivated High maximum operating temperature Low leakage current Excellent stability 4% overvoltage allowed during 5

More information

iml v C / 4W Down-Light EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the cur

iml v C / 4W Down-Light EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the cur iml8683-220v C / 4W Down-Light EVM - pplication Notes iml8683 220V C 4W Down Light EVM pplication Notes Table of Content. IC Description... 2 2. Features... 2 3. Package and Pin Diagrams... 2 4. pplication

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin iml8683-220v C / 0W EVM - pplication Notes iml8683 220V C 0W EVM pplication Notes Table of Content. IC Description... 2 2. Features... 2 3. Package and Pin Diagrams... 2 4. pplication Circuit... 3 5. PCB

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

iml88-0v C / 8W T Tube EVM - pplication Notes. IC Description The iml88 is a Three Terminal Current Controller (TTCC) for regulating the current flowi

iml88-0v C / 8W T Tube EVM - pplication Notes. IC Description The iml88 is a Three Terminal Current Controller (TTCC) for regulating the current flowi iml88-0v C / 8W T Tube EVM - pplication Notes iml88 0V C 8W T Tube EVM pplication Notes Table of Content. IC Description.... Features.... Package and Pin Diagrams.... pplication Circuit.... PCB Layout

More information

HCD0174_2008

HCD0174_2008 Reliability Laboratory Page: 1 of 5 Date: December 23, 2008 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified

More information

ch_code_infoaccess

ch_code_infoaccess 地 產 代 理 監 管 局 公 開 資 料 守 則 2014 年 5 月 目 錄 引 言 第 1 部 段 數 適 用 範 圍 1.1-1.2 監 管 局 部 門 1.1 紀 律 研 訊 1.2 提 供 資 料 1.3-1.6 按 慣 例 公 布 或 供 查 閱 的 資 料 1.3-1.4 應 要 求 提 供 的 資 料 1.5 法 定 義 務 及 限 制 1.6 程 序 1.7-1.19 公 開 資

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

FEATURES ESD rating >8 kv, according to IEC SOT163-1 surface mount package Common anode configuration Non-clamping range 0.5 to 6.8 V Maximum

FEATURES ESD rating >8 kv, according to IEC SOT163-1 surface mount package Common anode configuration Non-clamping range 0.5 to 6.8 V Maximum DISCRETE SEMICONDUCTORS DATA SHEET ndbook, halfpage M3D184 9-fold ESD transient voltage suppressor Supersedes data of 1997 Oct 27 File under Discrete Semiconductors, SC01 1997 Dec 01 FEATURES ESD rating

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

BLF2047L_2

BLF2047L_2 DISCRETE SEMICONDUCTORS DATA SHEET book, halfpage M3D379 Supersedes data of 1999 Apr 01 1999 Dec 06 FEATURES High power gain Easy power control Excellent ruggedness Source on underside eliminates DC isolators,

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

Microsoft Word - LD5515_5V1.5A-DB-01 Demo Board Manual

Microsoft Word - LD5515_5V1.5A-DB-01 Demo Board Manual Subject LD5515 Demo Board Model Name (5V/1.5A) Key Features Built-In Pump Express TM Operation Flyback topology with PSR Control Constant Voltage Constant Current High Efficiency with QR Operation (Meet

More information

HC50246_2009

HC50246_2009 Page: 1 of 7 Date: June 2, 2009 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

ARM Cortex-M3 (STM32F) STMicroelectronics ( ST) STM32F103 Core: ARM 32-bit Cortex -M3 CPU 72 MHz, 90 DMIPS with 1.25 DMIPS/MHz Single-cycle multiplica

ARM Cortex-M3 (STM32F) STMicroelectronics ( ST) STM32F103 Core: ARM 32-bit Cortex -M3 CPU 72 MHz, 90 DMIPS with 1.25 DMIPS/MHz Single-cycle multiplica CP Chip Power ARM Cortex-M3 (STM32F) ARM Cortex-M3 (STM32F) STMicroelectronics ( ST) STM32F103 Core: ARM 32-bit Cortex -M3 CPU 72 MHz, 90 DMIPS with 1.25 DMIPS/MHz Single-cycle multiplication and hardware

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

CANVIO_AEROCAST_CS_EN.indd

CANVIO_AEROCAST_CS_EN.indd 简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安

More information

68369 (ppp quickstart guide)

68369 (ppp quickstart guide) Printed in USA 04/02 P/N 68369 rev. B PresencePLUS Pro PC PresencePLUS Pro PresencePLUS Pro CD Pass/Fails page 2 1 1. C-PPCAM 2. PPC.. PPCAMPPCTL 3. DB9D.. STPX.. STP.. 01 Trigger Ready Power 02 03 TRIGGER

More information

USB - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - DES Module FSM CONTROLLER 8 6 8 Key ROM 8 8 Data_in RAM Data_out RAM 8 USB Board - 8 - - 9 - - 10 - - 11 - - 12 - USB device INF Windows INF Device Function

More information

BFG43W FEATURES Low current Very high power gain Low noise figure High transition frequency Very low feedback capacitance. PINNING PIN DESCRIPTION 1 e

BFG43W FEATURES Low current Very high power gain Low noise figure High transition frequency Very low feedback capacitance. PINNING PIN DESCRIPTION 1 e DISCRETE SEMICONDUCTORS BFG43W Supersedes data of 1997 Oct 29 File under Discrete Semiconductors, SC14 1998 Mar 11 BFG43W FEATURES Low current Very high power gain Low noise figure High transition frequency

More information

HC20131_2010

HC20131_2010 Page: 1 of 8 Date: April 14, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

邏輯分析儀的概念與原理-展示版

邏輯分析儀的概念與原理-展示版 PC Base Standalone LA-100 Q&A - - - - - - - SCOPE - - LA - - ( Embedded ) ( Skew ) - Data In External CLK Internal CLK Display Buffer ASIC CPU Memory Trigger Level - - Clock BUS Timing State - ( Timing

More information

USB解决方案.ppt

USB解决方案.ppt USB USB? RS232 USB USB HID U modem ADSL cable modem IrDA Silabs USB CP210x USB UART USB RS-232 USB MCU 15 USB 12 FLASH MCU 3 USB MCU USB MCU C8051F32x 10 ADC 1.5%, Vref CPU 25MIPS 8051 16KB Flash -AMUX

More information

HC70245_2008

HC70245_2008 Reliability Laboratory Page: 1 of 6 Date: September 5, 2008 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11 Latches and Flip-Flops 11.1 Introduction 11.2 Set-Reset Latch 11.3 Gated D Latch 11.4 Edge-Triggered D Flip-Flop 11.5 S-R Flip-Flop 11.6 J-K Flip-Flop 11.7 T Flip-Flop 11.8 Flip-Flops with additional Inputs

More information

Product Specification Chip Intel DSL6540 Thunderbolt 3 Controller Connectors 2 x Thunderbolt 3 ports (Thunderbolt 3 Port 1/Thunderbolt 3 Port 2), supp

Product Specification Chip Intel DSL6540 Thunderbolt 3 Controller Connectors 2 x Thunderbolt 3 ports (Thunderbolt 3 Port 1/Thunderbolt 3 Port 2), supp GC-ALPINE RIDGE Installation Guide/ 12WE6-ALPINER-10AR Product Specification Chip Intel DSL6540 Thunderbolt 3 Controller Connectors 2 x Thunderbolt 3 ports (Thunderbolt 3 Port 1/Thunderbolt 3 Port 2),

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

A wide-band class-A linear power amplifier ( MHz) with two transistors BLV33 Application Note ECO7904

A wide-band class-A linear power amplifier ( MHz) with two transistors BLV33 Application Note ECO7904 APPLICATION NOTE A wide-band class-a linear power amplifier (174 230 MHz) with two transistors CONTENTS 1 ABSTRACT 2 INTRODUCTION 3 DESIGN OF THE AMPLIFIER 4 ADJUSTMENTS OF THE AMPLIFIER 5 ASSEMBLING OF

More information

A wide-band class-A linear power amplifier ( MHz) with 2 transistors BLV33F Application Note ECO8005

A wide-band class-A linear power amplifier ( MHz) with 2 transistors BLV33F Application Note ECO8005 APPLICATION NOTE A wide-band class-a linear power amplifier (174 230 MHz) with 2 transistors BLV33F CONTENTS 1 ABSTRACT 2 INTRODUCTION 3 DESIGN OF THE AMPLIFIER 4 ADJUSTMENTS OF THE AMPLIFIER 5 ASSEMBLING

More information

Chroma 61500/ bit / RMS RMS VA ()61500 DSP THD /61508/61507/61609/61608/ (61500 ) Chroma STEP PULSE : LISTLIST 100 AC DC

Chroma 61500/ bit / RMS RMS VA ()61500 DSP THD /61508/61507/61609/61608/ (61500 ) Chroma STEP PULSE : LISTLIST 100 AC DC MODEL 61509/61508/61507/ 61609/61608/61607 PROGRAMMABLE AC POWER SOURCE MODEL 61509/61508/61507/ 61609/61608/61607 61509/61609: 6kVA 61508/61608: 4.5kVA 61507/61607: 3kVA : 0-175V/0-350V/Auto : DC, 15Hz-2kHz

More information

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 3,,,,,, 1872,,,, 3 2004 ( 04BZS030),, 1 2005 5,,,,,,,,,,,,,,,,, 1928 716,1935 6 2682 1928 2 1935 6 1966, 2174, 7014 %, 94137 % 4, 1961, 59 1929,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 , :,,,, :,,,,,,

More information

mdt1030

mdt1030 深圳市英锐恩科技有限公司 第 1 页 单片机集成方案全方位解决服务商 优质智能电子产品 芯 方案解决商 Micon MDT1030 产品用户参考手册 全球销售及服务联系信息 : 深圳市英锐恩科技有限公司 ENROO-TECH(SHENZHEN)CO.,LTD 中国 深圳市福田区福华路嘉汇新城汇商中心 27 楼 2701 室 Enroo-Tech Technologies CO., Limited Light-Tech

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63> 2010 年 理 工 类 AB 级 阅 读 判 断 例 题 精 选 (2) Computer mouse How does the mouse work? We have to start at the bottom, so think upside down for now. It all starts with mouse ball. As the mouse ball in the bottom

More information

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E Gerotor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 5 5 1 0 1 0 3 3 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 25mm Keyed (A) 1.0' 6T Spline

More information

r_09hr_practical_guide_kor.pdf

r_09hr_practical_guide_kor.pdf PRACTICAL GUIDE TO THE EDIROL R-09HR 3 4 PRACTICAL GUIDE TO THE EDIROL R-09HR 5 Situation 1 6 1 2 3 PRACTICAL GUIDE TO THE EDIROL R-09HR WAV MP3 WAV 24 bit/96 khz WAV 16 bit/44.1 khz MP3 128 kbps/44.1

More information

HC70044_2008

HC70044_2008 Page: 1 of 9 Date: July 10, 2008 KORENIX TECHNOLOGY CO., LTD. 9 F, NO. 100-1, MING-CHUAN RD., SHIN TIEN CITY, TAIPEI, TAIWAN The following merchandise was submitted and identified by the vendor as: Product

More information

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi SPHE8202R Design Guide V2.0 JUN, 2007 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com SPHE8202R Design Guide Important Notice

More information

AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING

AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING 前言 - Andrew Payne 目录 1 2 Firefly Basics 3 COMPONENT TOOLBOX 目录 4 RESOURCES 致谢

More information

Microsoft Word - P SDV series.DOC

Microsoft Word - P SDV series.DOC 片式压敏电阻器 SDV 系列 Chip SDV Series Operating Temp. : -55 ~ +125 特征 SMD 结构适合高密度安装 优异的限压比, 响应时间短 (

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

ESD.xls

ESD.xls Transient Suppressor Reverse Reverse ESD Capacitance Stand-off Beakdown Package Contact/Air Channel Circuit Diagram Pin Configuration Remark CMTLCP020CR35BFE CMTLDF02CR35AFE CMTLDF02CR50BLE CSP020 (pf)

More information

Microsoft Word - HC20138_2010.doc

Microsoft Word - HC20138_2010.doc Page: 1 of 7 Date: April 26, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Microsoft Win

Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Microsoft Win Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A... 11 (6) Microsoft Windows 2000... 14 Ác Åé å Serial ATA ( Nvidia nforce430)

More information

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot OSI OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Protocol OSI OSI OSI OSI OSI O S I 2-1 Application

More information

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se 8051 8051 System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and setup. This type of robot uses two kinds of

More information

Microsoft Word - LR1122B-B.doc

Microsoft Word - LR1122B-B.doc UNISONIC TECHNOLOGIES CO., LTD LOW NOISE ma LDO REGULATOR DESCRIPTION The UTC is a typical LDO (linear regulator) with the features of High output voltage accuracy, low supply current, low ON-resistance,

More information

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

PLC Simulative Control of an Elevator by PLC POWER SUPPLY ii iii ABSTRACT In the modern time, elevator is very popular and based. Most techniques of elevator are owned by foreigners. A simple introduction

More information

audiogram3 Owners Manual

audiogram3 Owners Manual USB AUDIO INTERFACE ZH 2 AUDIOGRAM 3 ( ) * Yamaha USB Yamaha USB ( ) ( ) USB Yamaha (5)-10 1/2 AUDIOGRAM 3 3 MIC / INST (XLR ) (IEC60268 ): 1 2 (+) 3 (-) 2 1 3 Yamaha USB Yamaha Yamaha Steinberg Media

More information

r

r 2004 2004 MURATA PRODUCT Selection Guides r 01 05 08 11 17 19 19 20 22 24 01 C02E C49E C80E T13E C84E C41E C49E C80E C84E C41E T13E C02E SUNSTAR 微波光电 http://www.rfoe.net/ SUNSTAR 射频通信 http://www.rfoe.net/

More information

Microsoft Word - AP1515V02

Microsoft Word - AP1515V02 Document No. Rev.: V0.20 Page: 1 of 9 Revision History Rev. DRN # History Initiator Effective Date V01 V02 Initial document 黃宗文 Add second package description 葉宗榮 2014/05/15 2015/09/08 Initiator: 雷晨妤 (DCC)

More information

1505.indd

1505.indd 上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展

More information

Product Specification Chip Connectors Interface Data Transfer Rate Intel DSL5520 Thunderbolt 2 Controller 2 x Thunderbolt 2 ports (TBT 1/TBT 2), suppo

Product Specification Chip Connectors Interface Data Transfer Rate Intel DSL5520 Thunderbolt 2 Controller 2 x Thunderbolt 2 ports (TBT 1/TBT 2), suppo GC-Thunderbolt 2 Installation Guide/ 12WE6-TH2-10AR Product Specification Chip Connectors Interface Data Transfer Rate Intel DSL5520 Thunderbolt 2 Controller 2 x Thunderbolt 2 ports (TBT 1/TBT 2), supporting

More information

Gerolor Motors Series Dimensions A,B C T L L G1/2 M8 G1/ A 4 C H4 E

Gerolor Motors Series Dimensions A,B C T L L G1/2 M8 G1/ A 4 C H4 E Gerolor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 12 12 1 1 0 0 2 2 31 31 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 2mm Keyed (A) 1.0'

More information

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family small, speedy, safe Eextremely modular Up to 64 modules per bus de Quick reaction time: up to 20 µs A new Member of the Cube Family Murrelektronik s modular I/O system expands the field-tested Cube family

More information

01CP-WX3030WNetc_CO_ENG.indd

01CP-WX3030WNetc_CO_ENG.indd Data Video Projector User s Manual (Concise) ModelS: 8928A/8930A/8931WA/ 8933W Information in this Guide may change due to product improvements. To obtain the latest manuals, literature, and software please

More information

P3B-F Pentium III/II/Celeron TM

P3B-F Pentium III/II/Celeron TM P3B-F Pentium III/II/Celeron TM 1999 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 13 R PS2 KBMS USB COM1 COM2 JTPWR ATXPWR PWR_FAN CPU_FAN Row 0 1 2 3 4 5 6 7 DSW JP20

More information

Xear 3D USB CH-IN-2 SPKs 2 6 :

Xear 3D USB CH-IN-2 SPKs 2 6 : 13 6 CH-IN-2 SPKs 2 6 : 13 2003 7 0 13 Notice The content furnished in this document is C-Media audio product knowledge for customers reference However, C-Media Inc assumes no responsibility for the consequences

More information

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

!!

!! !! Noise Suppression by EMIFILr Application Guide Application Manual Cat.No.C35C !! 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 YYYYYYYYYYYYYYYYYYYYYY........................ YYYYYYYYYYYYYYYYYYYY........................

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午 China Career Fair: To Know a Different Intel Time Participants Chat Transcript [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Participant Hi [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Intel Hosts 大 家 好! [ 13 年 12 月 06 日, 下 午

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

Progress Report of BESIII Slow Control Software Development

Progress Report of BESIII Slow Control Software Development BESIII 慢控制系统高压和 VME 监控 系统的设计和实现 陈锡辉 BESIII 慢控制组 2006-4-27 Outline Design and implementation of HV system Features Implementation Brief introduction to VME system Features Implementation of a demo Tasks

More information

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information