欢迎访问ic37.com |
会员登录 免费注册
发布采购

TSL2563 参数 Datasheet PDF下载

TSL2563图片预览
型号: TSL2563
PDF下载: 下载PDF文件 查看货源
内容描述: 低压灯 - 数字转换器 [LOW-VOLTAGE LIGHT-TO-DIGITAL CONVERTER]
分类和应用: 转换器
文件页数/大小: 38 页 / 432 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号TSL2563的Datasheet PDF文件第15页浏览型号TSL2563的Datasheet PDF文件第16页浏览型号TSL2563的Datasheet PDF文件第17页浏览型号TSL2563的Datasheet PDF文件第18页浏览型号TSL2563的Datasheet PDF文件第20页浏览型号TSL2563的Datasheet PDF文件第21页浏览型号TSL2563的Datasheet PDF文件第22页浏览型号TSL2563的Datasheet PDF文件第23页  
TSL2562, TSL2563  
LOW-VOLTAGE  
LIGHT-TO-DIGITAL CONVERTER  
TAOS066J MAY 2007  
APPLICATION INFORMATION: SOFTWARE  
Configuring the Timing Register  
The command, timing, and control registers are initialized to default values on power up. Setting these registers  
to the desired values would be part of a normal initialization or setup procedure. In addition, to maximize the  
performance of the device under various conditions, the integration time and gain may be changed often during  
operation. The following pseudo code illustrates a procedure for setting up the timing register for various  
options:  
// Set up Timing Register  
//Low Gain (1x), integration time of 402ms (default value)  
Address = 0x39  
Command = 0x81  
Data = 0x02  
WriteByte(Address, Command, Data)  
//Low Gain (1x), integration time of 101ms  
Data = 0x01  
WriteByte(Address, Command, Data)  
//Low Gain (1x), integration time of 13.7ms  
Data = 0x00  
WriteByte(Address, Command, Data)  
//High Gain (16x), integration time of 101ms  
Data = 0x11  
WriteByte(Address, Command, Data)  
//Read data registers (see Basic Operation example)  
//Perform Manual Integration  
//Set up for manual integration with Gain of 1x  
Data = 0x03  
//Set manual integration mode – device stops converting  
WriteByte(Address, Command, Data)  
//Begin integration period  
Data = 0x0B  
WriteByte(Address, Command, Data)  
//Integrate for 50ms  
Sleep (50)  
//Wait for 50ms  
//Stop integrating  
Data = 0x03  
WriteByte(Address, Command, Data)  
//Read data registers (see Basic Operation example)  
Copyright E 2007, TAOS Inc.  
The LUMENOLOGY r Company  
r
r
www.taosinc.com  
19  
 复制成功!