InFocus_Mondopad_Datasheet_CN20111021
- 格式:pdf
- 大小:415.61 KB
- 文档页数:4
Micro FocusThe Lawn22-30 Old Bath RoadNewbury, Berkshire RG14 1QNUKCopyright © Micro Focus 2009-2017. All rights reserved.MICRO FOCUS, the Micro Focus logo, and Micro Focus product names are trademarks or registered trademarks of Micro Focus Development Limited or its subsidiaries or affiliated companies in the United States, United Kingdom, and other countries. All other marks are the property of their respective owners.Revised 2017-06-02ContentsMicro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release Notes . 2 Installing this Update (2)Before Installing the IPv4/IPv6 OSAgent Update (2)Operating Systems Supported (2)Installing the IPv4/IPv6 OSAgent Update (2)Patching the vbj.config file (3)Introduction (3)Default Behavior (3)Compatibility (3)New Configuration Variables (4)Enabling IPv6 (4)Locating Smart Agents (5)Configuring Smart Agent Locations (5)Smart Agent Discovery (5)Controlling Local Addresses in Use (6)Updates and SupportLine (7)Further Information and Product Support (7)Disclaimer (7)Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release Notes | 1Micro Focus VisiBroker 8.5.4Dual IPv4/IPv6 OSAgent Update Release NotesInstalling this UpdateBefore Installing the IPv4/IPv6 OSAgent UpdateThis release updates VisiBroker 8.5 SP4. Before installing this release, you must have VisiBroker 8.5 SP4 installed.Operating Systems SupportedAt this release, the following platforms are supported:∙Microsoft Windows 7 with Visual Studio 2008∙Microsoft Windows Server 2008 with Visual Studio 2008∙Solaris 10.x (SPARC)∙Solaris 10.x (x86 and x64)∙Solaris 11.x (SPARC)∙Solaris 11.x (x86 and x64)∙Red Hat Enterprise Linux 5.x (x86 and x64)∙Red Hat Enterprise Linux 6.x (x86 and x64)∙Red Hat Enterprise Linux 7.x (x86 and x64)∙SUSE Linux Enterprise Server 10.x (x86 and x64)∙SUSE Linux Enterprise Server 11.x (x86 and x64)∙SUSE Linux Enterprise Server 12.x (x86 and x64)∙HP UX 11i v3/11.31 on Itanium∙AIX 6.x (32 or 64 bit)∙AIX 7.1 (32 or 64 bit)∙Montavista Linux CGE V4 (x64)For a full list of platforms supported by VisiBroker 8.5 SP4, see/prodavail.aspxInstalling the IPv4/IPv6 OSAgent UpdateTo install this release:1.Download the release archive to your VBROKERDIR folder.2.Unpack the archive in the same folder.3.Patch the vbj.config file (or files) as described in Patching the vbj.config file.4.Restart the application.2 | Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release NotesPatching the vbj.config fileThis release introduces two new configuration environment variables: see New Configuration Variables for details.For these variables to be effective for Java applications, or for VisiBroker services written in Java, a change must be made to any vbj.config files in use in your deployment. For more information regarding the default location of this file, and how alternate or additional files might have been configured in your application’s environment, s ee the documentation for the argument –VBJConfig. This argument is listed under “General options”, in the chapter Programmer tools for Java of the VisiBroker for Java Developer’s Guide(https:///Documentation/books/VisiBroker/854/vb_javadg_854.pdf)You can patch the requisite change into the default Java configuration file ($VBROKERDIR/bin/vbj.config). From a command shell configured with your application’s normal VisiBroker environment values set, run:vbj PatchVBJConfigIf you have a non-default configuration file, you must patch it by passing the location of the file to PatchVBJConfig as the value of the option -VBJConfig:vbj -VBJConfig /opt/foo/bar.config PatchVBJConfigIntroductionVisiBroker 8.5 SP4 supports ORB communications over IPv6. This means that, if so configured, object implementation methods can be invoked by client programs overIPv6. However, the Smart Agent (osagent) included with SP4 supports only IPv4, making it impossible to migrate VisiBroker applications that depend upon the Smart Agent to a pure IPv6 environment.This VisiBroker 8.5 SP4 update enables Smart Agent communications over IPv6, in addition to IPv4.See the C++ or Java editions of the VisiBroker Developer’s Guide for more information about how to deploy the Smart Agent. This Release Note complements the information in the Developer’s Guide and provides the additional information required to enable IPv6 Smart Agent communications.Default BehaviorOnce this update has been installed, the default behavior will still be for all Smart Agent communication to use IPv4 only. This means that the new Smart Agent behaves in the same way as the standard Smart Agent when deployed with the same configuration.To use IPv6, you must enable it as described in Enabling IPv6.CompatibilityThe Smart Agent included with this patch is not interoperable with the standard VisiBroker 8.5 SP4 Smart Agent, nor with its associated ORB libraries or .jar files. Because of this incompatibility, you must install and set up the new Smart Agent update Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release Notes | 3to all VisiBroker installations in the same Smart Agent ‘domain’ (that is, to all those installations using the same OSAGENT_PORT number).New Configuration VariablesThis release introduces two new configuration environment variables: ∙OSAGENT_IP_MODE. This specifies whether the new Smart Agent should operate in IPv4, IPv6, or dual mode. See Enabling IPv6 for details.∙OSAGENT_MULTICAST_ADDR. If used, this specifies an IPv6 multicast address to override the default address. See Smart Agent Discovery for details. Enabling IPv6Once you have installed this update, you can enable IPv6, either exclusively or in dual mode.To control the IP version in use, you can configure the Smart Agent to operate in one of the following three modes by setting the new OSAGENT_IP_MODE environment variable to the appropriate value:OSAGENT_IP_MODE Descriptionipv4only Smart Agent initializes itself to listenonly on local IPv4 addresses.This is the default behavior.ipv6only Smart Agent initializes itself to listenonly on local IPv6 addresses.Dual Smart Agent initializes itself to listenon both local IPv4 and IPv6addresses. This allows it to becommunicated with by VisiBrokerORBs that are themselvesconfigured to operate in any of thethree IP modes.The VisiBroker ORB may be configured to operate using the same IP modes, either by setting the OSAGENT_IP_MODE environment variable or by setting thevbroker.agent.ipMode property:OSAGENT_IP_MODE/vbroker.agent.ipMode Descriptionipv4only VisiBroker ORB will attempt to findand connect to Smart Agents usingIPv4 only.This is the default behavior.ipv6only VisiBroker ORB will attempt to findand connect to Smart Agents usingIPv6 only.Dual VisiBroker ORB will use both IPv4and IPv6 when attempting to findand connect to Smart Agents.4 | Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release NotesLocating Smart AgentsConfiguring Smart Agent LocationsThe VisiBroker ORB can find Smart Agents automatically (see Smart Agent Discovery). However, if the addresses of one or more Smart Agents are already known, the clients and servers can be configured to try to connect to those addresses first.To instruct VisiBroker ORB to try to connect to a Smart Agent at a single address, set either the OSAGENT_ADDR environment variable or the vbroker.agent.addr property: OSAGENT_ADDR=<IP address>vbroker.agent.addr=<IP address>where <IP address> may be IPv4 or IPv6 and must be appropriate to the configured IP mode.Alternatively if multiple Smart Agent addresses are known, you can specify these using an agentaddr file by setting the OSAGENT_ADDR_FILE environment variable or the vbroker.agent.addrFile property:OSAGENT_ADDR_FILE=<path to agentaddr file>vbroker.agent.addrFile=<path to agentaddr file>The agentaddr file should contain a simple list of IP addresses (appropriate to the IP mode), with each address on a new line. The following example shows what the agentaddr file might look like if this Smart Agent was to run in IP mode ‘dual’. There is one Smart Agent listening on an IPv4 address and another on an IPv6 address: # Note comment lines may be included, using ‘#’ as first character10.120.2.6fdb0:4000:f330:2:250:56ff:feb5:539aVisiBroker will try each address in turn until a Smart Agent responds, at which point it will log into and use that Smart Agent from that point on for as long as it remains available.Smart Agent DiscoveryIf the VisiBroker ORB is not able to connect to a Smart Agent using an address provided by either of the OSAGENT_ADDR or OSAGENT_ADDR_FILE methods, it will attempt to find a Smart Agent using IPv4 UDP broadcast and/or IPv6 UDP multicast (dependent on how the IP mode is set) using the port configured as OSAGENT_PORT. The first Smart Agent to respond is used. Similarly individual Smart Agents will use the same mechanisms, subject to the same configuration values, to discover other Smart Agents in the same OSAGENT_PORT domain which they will then communicate with to provide Smart Agent functionality.The default IPv6 multicast address used is ff05::1400. This can be overridden by setting the new desired multicast address using either the OSAGENT_MULTICAST_ADDR environment variable (for both Smart Agent and ORB) or thevbroker.agent.multicastAddress property (ORB only). In order for a Smart Agent to be discovered using IPv6 multicast, both endpoints need to be using the same IPv6 multicast address. IPv4 multicast is not supported.Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release Notes | 5Controlling Local Addresses in UseBy default, the Smart Agent will listen on all available network interfaces (as appropriate to the IP mode). Alternatively, you can specify the network interfaces used. This is achieved through configuration of a localaddr file, which is specified via the OSAGENT_LOCAL_FILE environment variable.The section “Specifying interface usage for Smart Agents” in both the VisiBroker forC++ Developer’s Guide and the VisiBroker for Java Developer’s Guide describes the format for the localaddr file that applied to versions of the Smart Agent prior to this update. However, the file format has been simplified for this new Smart Agent; there is no longer any requirement to specify subnet mask or broadcast address for each required interface. The new Smart Agent derives this additional information from the system. All that is required is a list of one or more local IP addresses that you wish the Smart Agent to listen on.The following examples illustrate possible configurations for a host with multiple network interfaces:# localaddr file appropriate for ‘ipv4only’ mode10.120.2.5510.120.3.101# localaddr file appropriate for ‘ipv6only’ modefdb0:4000:f330:2:250:56ff:feb5:300fdb0:4000:f330:3:250:56ff:feb5:1111# localaddr file appropriate for ‘dual’ mode10.120.2.5510.120.3.101fdb0:4000:f330:2:250:56ff:feb5:300Note that localaddr files as configured for the previous versions of the Smart Agent (see “Specifying interface usage for Smart Agents” in the Developer’s Guide s) will continue to be supported by this (and future) versions of the Smart Agent. Values for broadcast address and network mask will continue to be interpreted and used if present in the file.6 | Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release NotesUpdates and SupportLineOur Web site gives up-to-date details of contact numbers and addresses.Further Information and Product SupportAdditional technical information or advice is available from several sources.The product support pages contain a considerable amount of additional information, such as:• The WebSync service, where you can download fixes and docum entation updates.• The Knowledge Base, a large collection of product tips and workarounds.• Examples and Utilities, including demos and additional product documentation.To connect, enter https:// in your browser to go to the Micro Focus home page.Note: Some information may be available only to customers who have maintenance agreements.If you obtained this product directly from Micro Focus, contact us as described on the Micro Focus Web site, https://. If you obtained the product from another source, such as an authorized distributor, contact them for help first. If they are unable to help, contact us.DisclaimerThis software is provided "as is" without warranty of any kind. Micro Focus disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Micro Focus or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Micro Focus or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.Micro Focus is a registered trademark.Copyright © Micro Focus 2017. All rights reserved.Micro Focus VisiBroker 8.5.4 Dual IPv4/IPv6 OSAgent Update Release Notes | 7。
DP3DRAGONpuck®Data SheetPicture for Datasheet is missingBenefitsCompact High-Flux LED light source with high light intensity¾Flat design for wide range of novel applications¾ApplicationsSpecialized spot lighting¾Reading lights ¾Small signals¾Technical FeaturesOperation only with OPTOTRONIC® constantcurrent devices (see page 3)¾Dimensions: H: 12 mm, Ø: 35 mm¾Assembly with M3 screw on metallic heat sink ¾Factory installed 200 mm / AWG22 double polecable¾Protection class IP 22 according to DIN EN60529¾Proofed according to IEC 60068-2 (shock andvibration)¾To obtain maximum LED lifetime please readthe recommended procedures concerning thermal management before beginning design and construction of luminaires.¾Color Power [W]*Radiance Angle [°]*Wavelength [nm] Color Temp [K]*Lum. Intensity[cd]*Current [mA]*Product Number of LEDsTechnical Operating Datawhite 3,6206500 K 410350DP3-W2B-8653white 3,6165400 K 900350DP3-W3F-8543white 3,6204700 K 410350DP3-W2B-8473white 3,6162700 K 630350DP3-W3F-7273red 2,420616 nm 500350DP3-A23red 2,416616 nm 215350DP3-A13yellow 2,416589 nm 215350DP3-Y13green 3,616531 nm 850350DP3-T23verde 3,616505 nm 295350DP3-V13blue 3,620468 nm 115350DP3-B23blue3,616468 nm95350DP3-B13All Data are related to the entire moduleDue to the special conditions of the manufacturing processes of LED the typical data of technical parameters can only reflect statistical figures and do not necessarily correspond to the actual parameters of each single product which could differ from the typical data.*)+)Preliminary DataDrawingDrawing is missingOperating Temperature at Tc-Point [ °C ] *Storage Temperature[ °C ] *Product Reverse Voltage[ V dc ] *Minimum and Maximum RatingsMax. Current [ A dc ] *DP3-W2B-86524-3085-3085......0,5DP3-W3F-85424-3085-3085......0,5DP3-W2B-84724-3085-3085......0,5DP3-W3F-72724-3085-3085......0,5DP3-A224-3085-3085......0,5DP3-A124-3085-3085......0,5DP3-Y124-3085-3085......0,5DP3-T224-3085-3085......0,5DP3-V124-3085-3085......0,5DP3-B224-3085-3085......0,5DP3-B124-3085-3085......0,5Exceeding maximum ratings for operating and storage temperature will reduce expected life time or destroy the LED Module.Exceeding maximum ratings for operating current will cause hazardous overload and will likely destroy the LED Module. Several modules may be connected in series up to the maximum voltage of 100 V DC (outside SELV limits).The temperature of the LED module must be measured at the Tc-point according to EN60598-1 in a thermally constant status with a temperature sensor or a temperature sensitive label. For exact location of the Tc-point see drawing below.*)The module is designed to work with current sources. The maximum output voltage may not exceed 100 V DC. Reverse operation is not allowed and may destroy the module.Safety InformationThe LED module itself and all its components must not be mechanically stressed.¾Assembly must not damage or destroy conducting paths on the circuit board.¾Serial connection is highly recommended as safe electrical operation mode.Parallel connection is not recommended. Unbalanced voltage drop can cause hazardous overload and damage the LED module.Correct electrical polarity needs to be observed. Wrong polarity may destroy the module.¾¾¾Recommended power supply:¾OT 9/200-240/350 or OT 9/100-120/350(E): 350 mA constant current operation¾OT 9/10-24/350 DIM, OT 9/10-24/350 DIM(E): 350 mA constant current PWM dimming, 1..10V interface ¾OT 9/200-240/350 DIM: 0-350 mA constant current operation, 1..10 V interface (dimming), strain relief ¾Maximum number of DP3 for OT9: White/Blue/Green: 2; Red/Yellow: 3¾OT 18/200-240/700 DIM: 0-500 mA constant current operation, 1..10 V interface (dimming), strain relief. The OT18 comes with preset limitation to 500mA, thus giving 12W due to SELV (<=25V)¾Maximum number of LEDs for OT18: White/Blue/Green: 2; Red/Yellow: 3¾Pay attention to standard ESD precautions when installing the module.¾The module, as manufactured, has no conformal coating and therefore offers no inherent protection against corrosion.¾Damage by corrosion will not be honored as a materials defect claim. It is the user's responsibility to provide suitable protection against corrosive agents such as moisture and condensation and other harmful elements.Installation of LED modules (with power supplies) needs to be made with regard to all applicable electrical and safety standards. Only qualified personnel should be allowed to perform installations.¾The LED Module incorporates no protection against short circuits, overload or overheating. Therefore it is absolutely necessary to operate the modules with a electronically stabilised power supply offering protection against the above mentioned safety risks.For dimming applications attention should be paid to specific references in "OPTOTRONIC ® Technical Guide".OSRAM OPTOTRONIC ® power supplies are specifically designed with protection features for safe operation.When using power supplies other than OPTOTRONIC ® the following basic safety features are required, in addition to any other application specific concerns and local safety codes:Short circuit protection ¾Overload protection Overheat protection¾¾Assembly Information¾The mounting of the module is facilitated by means of a M3 screw which fits to a threaded hole in the rear of the DRAGONpuck® housing. Do not exceed a torque of 40 Ncm.¾The module should be in good thermal contact with the designed metallic mounting surface. Use of an appropriate heat sink compound is recommended to eliminate air gaps.¾To obtain maximum LED-lifetime please read carefully the recommended procedures concerning thermal management in ourapplication note "Lifetime of LED-modules" before beginning construction of luminaires. This application note is available from your OSRAM representative.Productgroup Productname EAN *S-Unit *Ordering GuideDRAGONpuck®DP3-W2B-865400832103340616DRAGONpuck®DP3-W3F-8544008321214508DRAGONpuck®DP3-W2B-847400832103336916DRAGONpuck®DP3-W3F-7274008321214447DRAGONpuck®DP3-A2400832114953416DRAGONpuck®DP3-A1400832103318516DRAGONpuck®DP3-Y1400832103342016DRAGONpuck®DP3-T2400832114951016DRAGONpuck®DP3-V1400832103334516DRAGONpuck®DP3-B2400832114947316DRAGONpuck®DP3-B1400832103320816EAN: Ordering number per single module S-Unit: Modules per shipping unit*) Note: Typical performance data are subject to change without any further notice, particularly as LED technology evolves.Related and Further InformationThe new dimension of light ¾153 S006 GBOPTOTRONIC® Data Sheets ¾ OPTOTRONIC® Technical Guide ¾130 T008 GBOSRAM LED systems¾/led-systemsApplication Note: Life Expectancy¾/led-systems-downloadsSales and Technical SupportSales and technical support is given by the local OSRAM subsidiaries.On our world wide homepage all OSRAM subsidiaries are listed with complete address and phone numbers.OSRAM GmbH Hellabrunner Strasse 1D - 81536 München Germany +49 (0)89 6213-0。
数位复印器使用手册Regulatory model: DF-0707S 虹光精密工业股份有限公司商标Microsoft 是微软公司的美国注册商标。
Windows 和MS-DOS 是微软公司的美国注册商标。
IBM, IBM PC 是国际商务机器公司的注册商标。
本文中其它厂牌和产品名称皆为各相关厂商的商标或注册商标。
专利版权所有,未经虹光公司授权,不得将本文内容以任何形式复制、改编、或翻译成任何文字。
本产品扫描的题材,受政府法律及复制权等其它法规的保护,客户应遵守相关法令。
保证本书内容若有更动,虹光公司将不另行通知。
虹光公司对本文件内容不做任何保证,包括(并不限于)对某项特殊目的的适用性的隐含保证。
对因此造成的错误,或因装修、效能或本品使用上造成的不固定或严重损害,虹光公司不负任何责任。
重要须知!本产品扫描或复制的题材,受政府法律及复制权等其它法规的保护,客户应遵守相关法令。
复印某些文件是非法行为以下是一些可能违法的文件复印:y银行票据或支票。
y邮资文件或邮票。
y未经同意使用且有版权的数据或商标。
以上仅举数例,并非完全,如有疑问请洽法务单位。
废弃设备之处理产品或产品包装上如果出现这个符号,表示该产品不应当和您的其它家居废弃物一起处理。
您应当负责将这类废弃的设备拿到回收废弃电子和电气设备的指定收集点,交给他们处理。
设备报废时应对废弃的设备进行分开收集及回收,这样做将有助于保护自然资源以及确保回收方式有助于保护人类的健康及环境。
有关您可以在何地处置废弃设备以便回收的详细信息,请与当地的主管部门、家居废弃物处理服务机构联系,或与出售该产品的商家联系。
聯邦通信委员会 (FCC) 符合性信息声明此项设备已经测试,并确认其符合FCC法规Part 15之Class B 数字装置的规定。
这些限制的设计旨在提供合理的防护,避免此设备在居家安装时所产生之有害干扰。
此设备会产生、使用,并放射无线电波频率能源,而且,如果未依照说明手册安装及使用,可能会对无线通讯造成有害的干扰·。
MondopadAccessoriesDigiEaselBigTouchJTouch Whiteboard available with LightCastJTouchwith your device’s contentIn-room and remote visual collaboration made easyInFocus Mondopad elegantly blends video calling,whiteboarding and more into one giant touchscreen PC for efficient face-to-face collaboration with people in any location.Bridge communication gaps, strengthen teams, capture and share information, and save time and money. You’ll never want to meet without it.• Big, bright, high-resolution touch display everyone in the room can see • Native HD video calling and data sharing that’s crystal clear • Interactive whiteboard and on-screen annotation •Built on a fast and flexible i7-based Windows PCSpecifications*Camera and microphonesResolution: 1280 × 720Frame rate: 30 fpsLens and Field of View: 70° horizontal, 56° vertical, 1.6x zoom Audio support: 3 built-in unidirectional microphones Interface: USB 3.0Tilt: Manual up/down and left/right ±40°SoundbarsPower: 100 – 240 volts AC, 50 – 60HzSpeaker Drivers (L&R): Two 3” and one 3/4” Aluminum Neodymium Tweeter (per side)Power Output (RMS): 25 watts/channel @ 1% THD, 1KHz, 2-channels drive, 70 watts total system PEAK Frequency Response: 90 Hz to 20 KHzSystemProduct WeightINF5720: 139.5 lbs / 63.3 kg INF7021: 170 lbs / 77.1 kgProduct Dimensions (W x D x H)INF5720: 56.7 x 3.7 x 40.7 in / 1388 x 91 x 998 mm INF7021: 65.7 x 4 x 45 in / 1669 x 102 x 1143 mmAccessories Included †: Wireless keyboard (where allowed),wireless mouse (where allowed), stylus, VGA cable, USB cable, security screws, security screw removal tool, power cord, remote, quick setup guide, sound bar assembly, camera assembly, foot assembly (feet not included with INF7021)Warranty: 1 year limited, extended warranties available Software Maintenance Plan: 1 year of softwareupgrades. Software maintenance extensions plans available.Power Consumption: INF5720: 250W max INF7021: 275W maxLearn more about Mondopad at /mondopadVideo Connect to the WorldBring people together to collaborate anytime without expensive travel, while still achieving the benefits of face-to-face interaction.• Make and receive video calls right away with free InFocus 121 Basic video calling service for the first year• Conduct instant 4-way conversations when you upgrade to InFocus 121 Premium video calling service• If you have a video conference server or service, add Mondopad as a SIP endpoint or install the desktop client onto MondopadWhiteboard and AnnotationWhiteboard and annotation apps make it easy to brainstorm and capture and share ideas.• Create a whiteboard on a canvas of up to 100 display screens in size• Quickly and easily take notes on presentations, web pages, videos and more • Save and email your drawings to meeting participants from the MondopadBring Your Own DeviceSecurely connect and share content with Mondopad from PCs, Macs, Chromebooks,tablets or smartphones and make meetings more collaborative, productive and sustainable.• Wirelessly cast your device’s screen to the Mondopad• Control the Mondopad with your device, such as advancing slides or annotating • People can video-call your Mondopad from a computer, tablet or smartphone70˝57˝The touch PC that d emands an audienceBigTouch combines the fun of a tablet with the productivity of a PC in a giant, fast, and fluid touch experience for your shared work space.• Run all your Windows apps in touch mode• Highly customizable for your needs and your PC applications • Intel Core i7 processor with fast solid state hard drive •Wireless mouse and keyboard includedSystemProduct WeightINF5711: 125.5 lbs / 57 kg INF7011: 155 lbs / 70.3 kg INF8012: 175 lbs / 79.4 kgProduct Dimensions (W x D x H)INF5711: 56.7 x 3.7 x 34.9 in / 1388 x 91 x 856 mm INF7011: 65.7 x 4 x 41 in / 1669 x 102 x 1041 mm INF8012: 74.8 x 4 x 46.3 in / 1900 x 101 x 1176 mm Accessories Included †: Wireless keyboard (where allowed), wireless mouse (where allowed), cleaning cloth, VGA cable, USB cable, security screws with removal tool, power cord, remote control, quick setup guide, feet/table stand assembly (feet not included with INF7011 or INF8012)Warranty: 1 year limited, extended warranties available Operating Temperature: 41 to 95°F at 0 to 10K ft / 5 to 35°C at 0 to 3,048 mNoise: <40dBA @ 77°F / 25°C Power Consumption: INF5711: 250W max INF7011: 275W max INF8012: 350W max Energy Star: 5.1 for PCThe Tablet Experience…MagnifiedTablets are fun. Touch is intuitive. The InFocus BigTouch employs a beautiful 57-inch, 70-inch or 80-inch display that allows that enjoyable experience, and your content, to be seen and shared.• Brilliant 4K (80” model) or 1080p HD (70” and 57” models) displays show off your content with incredible brightness, color and clarity• Multiple point touchscreen uses four sensors, one in each corner of the screen, to deliver exceptionally accurate touches, swipes and gestures• Windows gestures such as tap, slide, swipe, pinch, and rotate can be used to get a global view of everything on t he screen and slide back and forth to find what you’re looking for• Wireless keyboard and mouse also included to easily control the display from your seatWhiteboard Like a Pro (optional)Add our optional BigNote whiteboarding software to turn your BigTouch into a full-featured digital whiteboard with document annotation • Wide assortment of pens, colors and shapes • Whiteboard on up to 10 square feet of space • Annotate on screen and save the changes• BigNote files are cross-compatible with Mondopad’s whiteboard appThe Power of a PC at Your FingertipsMaximize the touch experience on a large scale by adding the power of a PC withthe InFocus BigTouch.• Use the multiple point touch display with intuitive Windows gestures to interact with your content• Personalize the Start screen with tiles that connect to a person, app, website, folder or whatever else is i mportant to you • Familiar Windows desktop that you’ve used before• Use your apps, get more apps in the Windows Store, and arrangethem any way you want• Multi-task by snapping two apps side-by-side•Enhanced features to easily connect to your networks, access filesin the cloud, encrypt data, and moreSpecifications*80˝70˝57˝Learn more about BigTouch at /bigtouch** North America onlyDraw or write on a turn-key interactive whiteboard. Upgrade your display with LightCast Technology to add wireless content sharing and web browsing.• 1080p display with multiple-point touch interactivity • Built-in, full-featured digital whiteboard• Display a mobile device wirelessly (Wireless Collaboration models only)• Access the Internet with the built-in web browser (Wireless Collaboration models only)•Enable touch from your computer using the 4-port USB hubInteractive WhiteboardDraw, write, and capture notes.• Capture and save whiteboard notes electronically• Email information directly from the JTouch (LightCast models only)• Write or draw with complete collection of pens, highlighters, shapes, lines and colors • Paste backgrounds and images onto a whiteboard or wallpaper the entire canvasCapacitive TouchThe ultra-responsive technology found in tablets and smart phones is now in your display (INF6502WB).• Multiple point capacitive touch• Works seamlessly with finger, stylus, and medical grade gloves • Sleek, bezel-less technologyWireless CollaborationMake meetings and lessons of all types more efficient and engaging with the wireless collaboration solution from InFocus. Easily connect and share content from any mobile device without wires or cords. • Robust and reliable connection via special apps with extra features: - Annotation from your smartphone or tablet mobile device - Built-in support for cloud drive services- Use your device’s camera as a document camera • See content from four devices at once with QuadView• The Moderator feature empowers teachers to control a classroom full of student devices and choose who is presenting• The Follow feature lets the audience follow along with the presented content from their own device• Connect natively with AirPlay or Miracast, or via Chrome extension• On-board video decoding displays HD video seamlessly, even at high resolutions •Connect to your network to create a new, secure wireless access pointSystemAccessories Included: Power cord, VGA cable, USB Type-A to Type-B cable,remote control, user documentationWarranty: 2 years Product Weight:INF6501w / INF6501wp / INF6501wAG/ INF6501wAGp / INF6501CB/ INF6501CBp / INF6501CBAGp /INF6501CBAGp: 110.2 lbs. / 50.1 kgINF6502WB / INF6502WBp /INF6502WBAG / INF6502WBAGp:117.9 lbs. / 53.5 kgProduct Dimensions: INF6501w / INF6501wp / INF6501wAG/ INF6501wAGp / INF6501CB/INF6501CBp / INF6501CBAG / INF6501CBAGp: 36.4 x 60.2 x 3.3 in. / 925 x 1529 x 84mmINF6502WB / INF6502WBp / INF6502WBAG / INF6502WBAGp: 59.9 in. x 35.3 x 3.3 in /1520.5 x 895.5 x 83.1 mm Operating Conditions:32 to 104° at 0 to 10K feet/ 0 to 40° at 0 to 3,048 mNoise: < 40dBA at 77° F / 25° CPower Consumption:INF6501w / INF6501wp / INF6501wAG / INF6501wAGp / INF6501CB /INF6501CBp / INF6501CBAGp /INF6501CBAGp: 210W INF6502WB / INF6502WBp / INF6502WBAG / INF6502WBAGp: TBD65” JTouch Whiteboard with LightCast (INF6501CB/INF6501CBp)Learn more about JTouch at /jtouchWhiteboard, with availableWireless CollaborationSpecifications*Large touchscreen displays to engage your audience and fit your budgetThe InFocus JTouch combines precise touchscreen t echnology with a bright, colorful LCD display to engage audiences in classrooms, boardrooms, and beyond.• Giant, high resolution touch display for a great price• Incredibly sharp 4K resolution now available for 80-inch model • 70-inch and 57-inch models offer bright, vivid 1080p HD resolution • Run all your Windows apps, even the older ones, in touch mode • Your content will be interactive, bright and crisp in any light • Accurate and responsive touch overlay with multi-touch capability •Multiple ways to quickly connect and display your notebookSystemAccessories Included: Power cord, remote control, user guide Warranty:INF5701: 2 YearINF7001a/INF7001ap: 2 Year INF8002: 1 Year Product Weight:INF5701: 124 lbs / 56.4 kgINF7001a/INF7001ap: 154 lbs / 70 kg INF8002: 173 lbs / 78.5 kg Product Dimensions:INF5701: 34.9 x 56.7 x 3.7 in. / 886 x 1440 x 94 mmINF7001a/INF7001ap: 65.7 x 4 x 39 in / 1669 x 102 x 991 mm INF8002: 74.8 x 4 x 46.3 in / 1900 x 101 x 1176 mm Operating Conditions: 41 to 95°F at 0 to 10K ft / 5 to 35°C at 0 to 3,048 m Noise: <40dBA @ 77° F / 25°C Power Consumption: INF5701: 250W maxINF7001a/INF7001ap: 275W max INF8002: 350W max80˝70˝57˝** North America onlyCapture your ideas whenever and wherever they occurDraw, write, and capture notes or share your device’s screen on DigiEasel’s bright, colorful 40” touch display—all at an unbeatable price.• Beautiful 1080p capacitive touch display in portrait or landscape orientation • Draw on a massive whiteboard canvas and save and share the results • Multiple colors, shapes, and backgrounds are available to help youcommunicate your ideas• Wirelessly display your device’s screen or browse the web (INF4030CB/INF4030CBp only)• Display your notebook via HDMI, VGA, or component videoUse It AnywhereGreat ideas and conversations can happen anywhere, anytime. Be ready to capturethat information with DigiEasel. At 40 inches, DigiEasel is our most versatile interactive whiteboard and display. Choose from portrait or landscape mode to fit the need of any boardroom, classroom, huddle space—or anywhere you collaborate.Get the Most Out of Your WhiteboardStop taking photos of your old dry erase board and step up to a digital whiteboard. You’ll never lose an idea and your meetings will be more efficient and productive.•Capture and save whiteboard notes electronically•The whiteboard scrolls seamlessly as you need additional space, allowing room for free-form drawings, diagrams, and notes•Use it with or without a stylus•10-point touch allows multiple people to write or draw at the same time•No calibration required Wireless CollaborationMake meetings and lessons of all types more efficient and engaging with the wireless collaboration solution from InFocus. Easily connect and share content from any mobile device without wires or cords.•Robust and reliable connection via special apps with extra features:- Annotation from your smartphone or tablet mobile device- Built-in support for cloud drive services- Use your device’s camera as a document camera• See content from four devices at once with QuadView•The Moderator feature empowers teachers to control a classroom full of student devices and choose who is presenting•The Follow feature lets the audience follow along with the presented content from their own device•Connect natively with AirPlay or Miracast, or via Chrome extension•On-board video decoding displays HD video seamlessly, even at high resolutions •Connect to your network to create a new, secure wireless access point Interactive Digital SignageImpress customers and visitors with a professional interactive sign to promote your products, share news, give direction, and more. Use Sign Manager software to display your interactive signage on DigiEasel—in a variety of environments, including offices,education, or retail.DigiEasel works in either portrait or landscape mode.SystemAccessories Included: Power cord,VGA cable, USB cable, tray, stylus,and documentationWarranty: 1 YearProduct Weight: 44 lbs / 20.0 kgProduct Dimensions: 38.3 x 21.8 x 4.5 in. /974 x 553 x 113 mmOperating Conditions: 32° to 104° F at 0 to10K feet / 0° to 40° at 0 to 3,048 mNoise:< 40dBA at 77° F / 25° CLearn more about DigiEasel at /displays/DigiEasel-SeriesInFocus Touch Display ComparisonIdeal Use Case ScenariosMondopadBigTouchJTouch WhiteboardJTouch DigiEaselPC Built-InP(Windows 7)P(Windows 8 or Windows 10)CustomNoCustomWebcam, microphone, and speaker barP Optional No No NoVideoconferencing softwareP Optional(InFocus BigConnectSoftware)No No NoMicrosoft Office P Optional(Purchase via Microsoft)No NoNoWhiteboardP Optional(InFocus BigNote Software)POptional(BigNote Software installedon your PC)PLightCast-enabled Wireless Casting and BrowserPNoAvailable in select modelsNoAvailable in select models65" JTouch with Wireless Collaboration (INF6501CB/INF6501CBp)70" Mondopad (INF7021)80" JTouch (INF8002)40" DigiEasel (INF4030/INF4030p)Works withJTouch Audio and VideoMondopadBigTouchw/Wireless CollaborationJTouchDigiEaselPart NumberRealCam Pan/Tilt/Zoom Camera- True HD 1080p resolution- Pan/tilt/zoom control with included remotePP N/A N/A N/A INA-PTZ-3Camera and Microphone Array - 720p camera with 3 built-in microphones - Manual tilt up/down and left/rightIncludedP N/A N/A N/A HW-CAMERA-2Thunder Speakerphone - Tabletop speaker and microphone for Mondopad or other communication device P PN/A N/A N/A INA-TH150SIP2Phone- Mondopad audio bridge/adapter for an analog speakerphoneP N/A N/A N/A N/A INASIP2PHONEMondopad Polycom Conference Link Cable - Turns a Polycom speakerphone into the microphone and speakers for a MondopadPN/AN/A N/AN/A INF-POLYCBLESoundbars- Two 25-watt stereo soundbars tuned for voice and multi-media IncludedP N/AP N/AHW-SOUNDBAR-4Carts and MountsLarge Mobile Cart - Adjustable cart on wheels for easy mobility - Fits any size displayP P P P N/A INF-MCART-PL Pro Mobile Cart- Adjustable cart on wheels for easy mobility - Fits 57-inch, 65-inch and 70-inch modelsP P P P N/A INF-MOBCARTPRO-B (Black) INF-MOBCARTPRO-S (Silver)Deluxe Mobile Cart -Adjustable cart on wheels for 57", 65", 70" or 80" display -Includes PTZ camera mount and accessories shelf P P P P N/A INA-MCARTDX Mobile Cart - Adjustable cart on wheels for a 57", 65" or 70" display P P P P N/A INF-MOBCART Floor Stand- Height adjustment: 4 - 6 feetPPPPN/AINF-FLRSTND DigiEasel Floor Stand - Stand for 40-inch DigiEasel display N/AN/AN/AN/APINA-STNDSM Large Wall Mount - Adjustable wall mount for any size displayP P P P N/AINF-WALLMNT3Wall Mount- Adjustable wall mount for 40", 57", 65" or 70" displayP P P P PINF-WALLMNT2Lift Assist Mounts- Raise and lower the display with spring-assisted ease - Wall mount and mobile cart options for any size displayPP PPN/AINA-MNTBB70,INA-MNTBB95, INA-CARTBB, INA-SUPPORTBB, INA-VESABBSoftwareBigConnect Video Calling Software - Make video calls from your PC to other SIP end pointsFunctionality included P N/A N/AN/A INS-BCONNECTBigNote Whiteboard Software- Add whiteboard and annotation functionality to a BigTouch or other PC - Pens, highlighters, shapes and lines in multiple colorsFunctionality included P Functionality includedPFunctionality includedINS-BIGNOTEBigTouch-to-Mondopad Upgrade- Add Mondopad software and Microsoft Office to a BigTouchFunctionality includedPN/AN/AN/AINSMPWIN8SWServices121 Video Calling- 121 Basic service for video calling between two devices- 121 Premium service to add 4-way video calling and custom SIP address - 1-, 2-, and 3-year optionsP N/AN/A N/A N/A8 SKUsConX Video Meeting- Host cloud-based video meetings that people can joinfrom any SIP or H.323 device, web browser or audio-only phone - 6-, 12-, or 25-participant options - 1-, 2- or 3-year optionsP N/A N/A N/A N/A9 SKUsTraining Services- 2 hours or 4 hours of virtual training to help get the most from Mondopad and video conferencing services P N/A N/A N/A N/AINF-VT2 (2-hour) INF-VT4 (4-hour)WarrantiesExtended Hardware Warranties - Extends the warranty of the touch panel by 1 or 2 yearsP PPPP12 SKUs Software Maintenance Plans- 1- or 2-year plans to ensure you have the most up-to-date Mondopad softwareP N/AN/A N/A N/A EPWSOFTPLAN1EPWSOFTPLAN2Premier Coverage Plans (hardware and software)- Extended hardware warranty and software maintenance plans for 1 or 2 yearsPPN/AN/AN/A10 SKUsAccessories for Touch Displays* Product specifications, terms, and offerings are subject to change at any time without notice.†Keyboard and/or mouse may not be shipped to all countries.(except 65-inch)。
Data sheet acquired from Harris SemiconductorSCHS249BFeatures•Buffered Inputs•Typical Propagation Delay- 6.5ns at V CC = 5V , T A = 25o C, C L = 50pF•Exceeds 2kV ESD Protection MIL-STD-883, Method 3015•SCR-Latchup-Resistant CMOS Process and Circuit Design •Speed of Bipolar FAST™/AS/S with Significantly Reduced Power Consumption •Balanced Propagation Delays•AC Types Feature 1.5V to 5.5V Operation and Balanced Noise Immunity at 30% of the Supply •±24mA Output Drive Current -Fanout to 15 FAST™ ICs-Drives 50Ω Transmission LinesPinoutCD54AC273, CD54ACT273(CDIP)CD74AC273, CD74ACT273(PDIP , SOIC)TOP VIEWDescriptionThe ’AC273and ’ACT273devices are octal D-type flip-flops with reset that utilize advanced CMOS logic rmation at the D input is transferred to the Q output on the positive-going edge of the clock pulse.All eight flip-flops are controlled by a common clock (CP)and a common reset (MR).Resetting is accomplished by a low voltage level independent of the clock.1112131415161718201910987654321MR Q0D0D1Q1Q2D3D2Q3GND V CC D7D6Q6Q7Q5D5D4Q4CPOrdering InformationPART NUMBER TEMPERATURERANGE PACKAGE CD74AC273E0o C to 70o C -40o C to 85o C -55o C to 125o C 20 Ld PDIPCD54AC273F3A -55o C to 125o C 20 Ld CDIP CD74ACT273E0o C to 70o C -40o C to 85o C -55o C to 125o C 20 Ld PDIPCD54ACT273F3A -55o C to 125o C 20 Ld CDIP CD74AC273M0o C to 70o C -40o C to 85o C -55o C to 125o C 20 Ld SOICCD74ACT273M 0o C to 70o C -40o C to 85o C -55o C to 125o C20 Ld SOICNOTES:1.When ordering,use the entire part number.Add the suffix 96to obtain the variant in the tape and reel.2.Wafer and die for this part number is available which meets allelectrical specifications.Please contact your local sales office for ordering information.August 1998 - Revised July 2002CD54AC273, CD74AC273CD54ACT273, CD74ACT273Octal D Flip-Flop with ResetFunctional DiagramTRUTH TABLE INPUTSOUTPUTSRESET (MR)CLOCK CP DATA Dn Qn L X X L H ↑H H H ↑L L HLXQ0H =High level (steady state),L =Low level (steady state),X =Irrel-evant,↑=Transition from Low to High level,Q0=The level of Q before the indicated steady-state input conditions were estab-lished.Q0Q1Q2Q3Q4Q5Q6Q7RESET MRD0D1D2D3D4D5D6D7CLOCKCPDATA INPUTSDATAOUTPUTSAbsolute Maximum Ratings Thermal InformationDC Supply Voltage, V CC. . . . . . . . . . . . . . . . . . . . . . . .-0.5V to 6V DC Input Diode Current, I IKFor V I < -0.5V or V I > V CC + 0.5V. . . . . . . . . . . . . . . . . . . . . .±20mA DC Output Diode Current, I OKFor V O < -0.5V or V O > V CC + 0.5V . . . . . . . . . . . . . . . . . . . .±50mA DC Output Source or Sink Current per Output Pin, I OFor V O > -0.5V or V O < V CC + 0.5V . . . . . . . . . . . . . . . . . . . .±50mA DC V CC or Ground Current, I CC or I GND (Note 3) . . . . . . . . .±100mA Operating ConditionsTemperature Range, T A . . . . . . . . . . . . . . . . . . . . . .-55o C to 125o C Supply Voltage Range, V CC (Note 4)AC T ypes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1.5V to 5.5V ACT T ypes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.5V to 5.5V DC Input or Output Voltage, V I, V O . . . . . . . . . . . . . . . . .0V to V CC Input Rise and Fall Slew Rate, dt/dvAC T ypes, 1.5V to 3V . . . . . . . . . . . . . . . . . . . . . . . . .50ns (Max) AC T ypes, 3.6V to 5.5V. . . . . . . . . . . . . . . . . . . . . . . .20ns (Max) ACT T ypes, 4.5V to 5.5V. . . . . . . . . . . . . . . . . . . . . . .10ns (Max)Thermal Resistance,θJA(Typical, Note 5)E Package. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .69o C/W M Package. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58o C/W Maximum Junction T emperature (Plastic Package) . . . . . . . . . .150o C Maximum Storage Temperature Range . . . . . . . . . .-65o C to 150o C Maximum Lead Temperature (Soldering 10s). . . . . . . . . . . . .300o CCAUTION:Stresses above those listed in“Absolute Maximum Ratings”may cause permanent damage to the device.This is a stress only rating and operation of the device at these or any other conditions above those indicated in the operational sections of this specification is not implied.NOTES:3.For up to 4 outputs per device, add±25mA for each additional output.4.Unless otherwise specified, all voltages are referenced to ground.5.The package thermal impedance is calculated in accordance with JESD 51.DC Electrical SpecificationsPARAMETER SYMBOLTESTCONDITIONS VCC(V)25o C-40o C TO85o C-55o C TO125o CUNITS V I(V)I O(mA)MIN MAX MIN MAX MIN MAXAC TYPESHigh Level Input Voltage V IH-- 1.5 1.2- 1.2- 1.2-V3 2.1- 2.1- 2.1-V5.5 3.85- 3.85- 3.85-V Low Level Input Voltage V IL-- 1.5-0.3-0.3-0.3V3-0.9-0.9-0.9V5.5- 1.65- 1.65- 1.65V High Level Output Voltage V OH V IH or V IL-0.05 1.5 1.4- 1.4- 1.4-V-0.053 2.9- 2.9- 2.9-V-0.05 4.5 4.4- 4.4- 4.4-V-43 2.58- 2.48- 2.4-V-24 4.5 3.94- 3.8- 3.7-V-75(Note 6, 7)5.5-- 3.85---V-50(Note 6, 7)5.5---- 3.85-VLow Level Output VoltageV OLV IH or V IL0.05 1.5-0.1-0.1-0.1V 0.053-0.1-0.1-0.1V 0.05 4.5-0.1-0.1-0.1V 123-0.36-0.44-0.5V 24 4.5-0.36-0.44-0.5V 75(Note 6, 7) 5.5--- 1.65--V 50(Note 6, 7)5.5----- 1.65V Input Leakage Current I I V CC or GND - 5.5-±0.1-±1-±1µA Quiescent Supply Current MSI I CCV CC or GND5.5-8-80-160µAACT TYPESHigh Level Input Voltage V IH -- 4.5 to 5.52-2-2-V Low Level Input Voltage V IL -- 4.5 to 5.5-0.8-0.8-0.8V High Level Output VoltageV OHV IH or V IL-0.05 4.5 4.4- 4.4- 4.4-V -24 4.5 3.94- 3.8- 3.7-V -75(Note 6, 7) 5.5-- 3.85---V -50(Note 6, 7)5.5---- 3.85-V Low Level Output VoltageV OLV IH or V IL0.05 4.5-0.1-0.1-0.1V 24 4.5-0.36-0.44-0.5V 75(Note 6, 7) 5.5--- 1.65--V 50(Note 6, 7)5.5----- 1.65V Input Leakage Current I I V CC or GND - 5.5-±0.1-±1-±1µA Quiescent Supply Current MSII CC V CC or GND 0 5.5-8-80-160µA Additional Supply Current per Input Pin TTL Inputs High 1 Unit Load ∆I CCV CC -2.1- 4.5 to 5.5- 2.4- 2.8-3mANOTES:6.Test one output at a time for a 1-second maximum duration.Measurement is made by forcing current and measuring voltage to minimize power dissipation.7.Test verifies a minimum 50Ω transmission-line-drive capability at 85o C, 75Ω at 125o C.ACT Input Load TableINPUT UNIT LOADDn 0.5MR 0.57CP1NOTE:Unit load is ∆I CC limit specified in DC Electrical Specifications T able, e.g., 2.4mA max at 25o C.DC Electrical Specifications(Continued)PARAMETERSYMBOL TEST CONDITIONSV CC (V)25o C -40o C TO 85o C -55o C TO 125o C UNITS V I (V)I O (mA)MIN MAX MIN MAX MIN MAXPrerequisite For Switching FunctionPARAMETER SYMBOL V CC (V)-40o C TO 85o C-55o C TO 125o CUNITS MIN MAX MIN MAXAC TYPESData to CP Set-Up Time t SU 1.52-2-ns3.3(Note 9)2-2-ns5(Note 10)2-2-ns Hold Time t H 1.52-2-ns3.32-2-ns52-2-ns Removal Time,MR to CP t REM 1.52-2-ns3.32-2-ns52-2-ns MR Pulse Width t W 1.555-63-ns3.3 6.1-7-ns5 4.4-5-ns CP Pulse Width t W 1.555-63-ns3.3 6.1-7-ns5 4.4-5-ns CP Frequency f MAX 1.59-8-MHz3.381-71-MHz5114-100-MHz ACT TYPESData to CP Set-Up Time t SU5(Note 10)2-2-ns Hold Time t H52-2-ns Removal Time MR to CP t REM52-2-ns MR Pulse Width t W5 4.4-5-ns CP Pulse Width t W5 5.3-6-ns CP Frequency f MAX597-85-MHz Switching Specifications Input t r, t f = 3ns, C L= 50pF (Worst Case)PARAMETER SYMBOL V CC (V)-40o C TO 85o C-55o C TO 125o CUNITS MIN TYP MAX MIN TYP MAXAC TYPESPropagation Delay, CP to Qn t PLH, t PHL 1.5--154--169ns3.3(Note 9)4.9-17.2 4.7-18.9ns5(Note 10)3.5-12.3 3.4-13.5nsPropagation Delay,MR to Qnt PLH , t PHL1.5--154--169ns 3.3 4.9-17.2 4.7-18.9ns 53.5-12.3 3.4-13.5ns Input CapacitanceC I ---10--10pF Power Dissipation Capacitance C PD (Note 11)--45--45-pFACT TYPES Propagation Delay,CP to Qnt PLH , t PHL 5(Note 10)3.5-12.3 3.4-13.5ns Propagation Delay,MR to Qn t PLH , t PHL5 3.5-12.3 3.4-13.5ns Input CapacitanceC I ---10--10pF Power Dissipation Capacitance C PD (Note 11)--45--45-pFNOTES:8.Limits tested 100%.9.3.3V Min is at 3.6V, Max is at 3V.10.5V Min is at 5.5V, Max is at 4.5V.11.C PD is used to determine the dynamic power consumption per flip-flop.AC: P D = C PD V CC 2 f i =∑ (C L V CC 2 f o )ACT:P D =C PD V CC 2f i +∑(C L V CC 2f o )+V CC ∆I CC where f i =input frequency,f o =output frequency,C L =output load capacitance,V CC = supply voltage.FIGURE 1.PROPAGATION DELAY TIMES AND CLOCKPULSE WIDTH FIGURE 2.PREREQUISITE AND PROPAGATION DELAYTIMES FOR MASTER RESETSwitching Specifications Input t r , t f = 3ns, C L = 50pF (Worst Case)(Continued)PARAMETERSYMBOL V CC (V)-40o C TO 85o C-55o C TO 125o CUNITS MIN TYP MAX MIN TYP MAX 90%t f t r V SV S V SV SV St PLHt PHLt W 10%10%CP INPUT LEVEL QMR CPINPUT LEVELV SQV St REMV SV St PLHt WGNDINPUT(Q)FIGURE 3.PREREQUISITE FOR CLOCKDV S V S V SV S V S V St H (H)t SU (L)t H (L)t SU (H)CPOUTPUT LEVELDUT OUTPUTR L (NOTE)OUTPUT LOAD500ΩC L 50pFNOTE:For AC Series Only: When V CC = 1.5V , R L = 1k Ω.FIGURE 4.PROPAGATION DELAY TIMESACACT Input LevelV CC 3V Input Switching Voltage, V S 0.5 V CC 1.5V Output Switching Voltage, V S0.5 V CC0.5 V CCPACKAGING INFORMATIONOrderable Device Status(1)PackageType PackageDrawingPins PackageQtyEco Plan(2)Lead/Ball Finish MSL Peak Temp(3)CD54AC273F3A ACTIVE CDIP J201TBD A42N/A for Pkg Type CD54ACT273F3A ACTIVE CDIP J201TBD A42N/A for Pkg Type CD74AC273E ACTIVE PDIP N2020Pb-Free(RoHS)CU NIPDAU N/A for Pkg TypeCD74AC273EE4ACTIVE PDIP N2020Pb-Free(RoHS)CU NIPDAU N/A for Pkg TypeCD74AC273M ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74AC273M96ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74AC273M96E4ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74AC273M96G4ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74AC273ME4ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74AC273MG4ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273E ACTIVE PDIP N2020Pb-Free(RoHS)CU NIPDAU N/A for Pkg TypeCD74ACT273EE4ACTIVE PDIP N2020Pb-Free(RoHS)CU NIPDAU N/A for Pkg TypeCD74ACT273M ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273M96ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273M96E4ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273M96G4ACTIVE SOIC DW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273ME4ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273MG4ACTIVE SOIC DW2025Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PW ACTIVE TSSOP PW2070Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PWE4ACTIVE TSSOP PW2070Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PWG4ACTIVE TSSOP PW2070Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PWR ACTIVE TSSOP PW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PWRE4ACTIVE TSSOP PW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273PWRG4ACTIVE TSSOP PW202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273SM96ACTIVE SSOP DB202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIMCD74ACT273SM96E4ACTIVE SSOP DB202000Green(RoHS&CU NIPDAU Level-1-260C-UNLIMOrderable Device Status(1)PackageType PackageDrawingPins PackageQtyEco Plan(2)Lead/Ball Finish MSL Peak Temp(3)no Sb/Br)CD74ACT273SM96G4ACTIVE SSOP DB202000Green(RoHS&no Sb/Br)CU NIPDAU Level-1-260C-UNLIM(1)The marketing status values are defined as follows:ACTIVE:Product device recommended for new designs.LIFEBUY:TI has announced that the device will be discontinued,and a lifetime-buy period is in effect.NRND:Not recommended for new designs.Device is in production to support existing customers,but TI does not recommend using this part in a new design.PREVIEW:Device has been announced but is not in production.Samples may or may not be available.OBSOLETE:TI has discontinued the production of the device.(2)Eco Plan-The planned eco-friendly classification:Pb-Free(RoHS),Pb-Free(RoHS Exempt),or Green(RoHS&no Sb/Br)-please check /productcontent for the latest availability information and additional product content details.TBD:The Pb-Free/Green conversion plan has not been defined.Pb-Free(RoHS):TI's terms"Lead-Free"or"Pb-Free"mean semiconductor products that are compatible with the current RoHS requirements for all6substances,including the requirement that lead not exceed0.1%by weight in homogeneous materials.Where designed to be soldered at high temperatures,TI Pb-Free products are suitable for use in specified lead-free processes.Pb-Free(RoHS Exempt):This component has a RoHS exemption for either1)lead-based flip-chip solder bumps used between the die and package,or2)lead-based die adhesive used between the die and leadframe.The component is otherwise considered Pb-Free(RoHS compatible)as defined above.Green(RoHS&no Sb/Br):TI defines"Green"to mean Pb-Free(RoHS compatible),and free of Bromine(Br)and Antimony(Sb)based flame retardants(Br or Sb do not exceed0.1%by weight in homogeneous material)(3)MSL,Peak Temp.--The Moisture Sensitivity Level rating according to the JEDEC industry standard classifications,and peak solder temperature.Important Information and Disclaimer:The information provided on this page represents TI's knowledge and belief as of the date that it is provided.TI bases its knowledge and belief on information provided by third parties,and makes no representation or warranty as to the accuracy of such information.Efforts are underway to better integrate information from third parties.TI has taken and continues to take reasonable steps to provide representative and accurate information but may not have conducted destructive testing or chemical analysis on incoming materials and chemicals.TI and TI suppliers consider certain information to be proprietary,and thus CAS numbers and other limited information may not be available for release.In no event shall TI's liability arising out of such information exceed the total purchase price of the TI part(s)at issue in this document sold by TI to Customer on an annual basis.TAPE AND REELINFORMATION*All dimensionsare nominalDevicePackage Type Package Drawing Pins SPQReel Diameter (mm)Reel Width W1(mm)A0(mm)B0(mm)K0(mm)P1(mm)W (mm)Pin1Quadrant CD74AC273M96SOIC DW 202000330.024.410.813.0 2.712.024.0Q1CD74ACT273M96SOIC DW 202000330.024.410.813.0 2.712.024.0Q1CD74ACT273PWR TSSOP PW 202000330.016.4 6.957.1 1.68.016.0Q1CD74ACT273SM96SSOPDB202000330.016.48.27.52.512.016.0Q1PACKAGE MATERIALS INFORMATION11-Mar-2008*Alldimensions are nominal DevicePackage Type Package Drawing Pins SPQ Length (mm)Width (mm)Height (mm)CD74AC273M96SOIC DW 202000346.0346.041.0CD74ACT273M96SOIC DW 202000346.0346.041.0CD74ACT273PWRTSSOP PW 202000346.0346.033.0CD74ACT273SM96SSOP DB 202000346.0346.033.0PACKAGE MATERIALS INFORMATION 11-Mar-2008Pack Materials-Page 2IMPORTANT NOTICETexas Instruments Incorporated and its subsidiaries(TI)reserve the right to make corrections,modifications,enhancements,improvements, and other changes to its products and services at any time and to discontinue any product or service without notice.Customers should obtain the latest relevant information before placing orders and should verify that such information is current and complete.All products are sold subject to TI’s terms and conditions of sale supplied at the time of order acknowledgment.TI warrants performance of its hardware products to the specifications applicable at the time of sale in accordance with TI’s standard warranty.Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty.Except where mandated by government requirements,testing of all parameters of each product is not necessarily performed.TI assumes no liability for applications assistance or customer product design.Customers are responsible for their products and applications using TI components.To minimize the risks associated with customer products and applications,customers should provide adequate design and operating safeguards.TI does not warrant or represent that any license,either express or implied,is granted under any TI patent right,copyright,mask work right, or other TI intellectual property right relating to any combination,machine,or process in which TI products or services are rmation published by TI regarding third-party products or services does not constitute a license from TI to use such products or services or a warranty or endorsement e of such information may require a license from a third party under the patents or other intellectual property of the third party,or a license from TI under the patents or other intellectual property of TI.Reproduction of TI information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied by all associated warranties,conditions,limitations,and notices.Reproduction of this information with alteration is an unfair and deceptive business practice.TI is not responsible or liable for such altered rmation of third parties may be subject to additional restrictions.Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service voids all express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice.TI is not responsible or liable for any such statements.TI products are not authorized for use in safety-critical applications(such as life support)where a failure of the TI product would reasonably be expected to cause severe personal injury or death,unless officers of the parties have executed an agreement specifically governing such use.Buyers represent that they have all necessary expertise in the safety and regulatory ramifications of their applications,and acknowledge and agree that they are solely responsible for all legal,regulatory and safety-related requirements concerning their products and any use of TI products in such safety-critical applications,notwithstanding any applications-related information or support that may be provided by TI.Further,Buyers must fully indemnify TI and its representatives against any damages arising out of the use of TI products in such safety-critical applications.TI products are neither designed nor intended for use in military/aerospace applications or environments unless the TI products are specifically designated by TI as military-grade or"enhanced plastic."Only products designated by TI as military-grade meet military specifications.Buyers acknowledge and agree that any such use of TI products which TI has not designated as military-grade is solely at the Buyer's risk,and that they are solely responsible for compliance with all legal and regulatory requirements in connection with such use. TI products are neither designed nor intended for use in automotive applications or environments unless the specific TI products are designated by TI as compliant with ISO/TS16949requirements.Buyers acknowledge and agree that,if they use any non-designated products in automotive applications,TI will not be responsible for any failure to meet such requirements.Following are URLs where you can obtain information on other Texas Instruments products and application solutions:Products ApplicationsAmplifiers AudioData Converters AutomotiveDLP®Products BroadbandDSP Digital ControlClocks and Timers MedicalInterface MilitaryLogic Optical NetworkingPower Mgmt SecurityMicrocontrollers TelephonyRFID Video&ImagingRF/IF and ZigBee®Solutions WirelessMailing Address:Texas Instruments,Post Office Box655303,Dallas,Texas75265Copyright©2009,Texas Instruments Incorporated。
10 DOF IMU Sensor (C)User Manual 1.FeatureTable 1: Product features2.Applications●Quadcopter;●Action game controller;●Indoor inertial navigation;●Self-balancing Robot;●Altimeter;●Industrial measuring instrument.3.Interface DescriptionsTable 2: Interface descriptions4.How to useWe will illustrate the usage of the module with an example of working with a STM32 series’development board.①Download the relative codes to the development board.②Connect the development board to a PC via a serial wire, and insert the module intothe I2C 2 interface on the development board. Please take attention to theconnection between the module and I2C 2 interface, each pin of the module shouldbe connected to its corresponding port on the I2C 2 interface and FSYN pin shouldbe kept suspended respectively.Figure 1: Connection between 10 DOF IMU Sensor module and STM32③Here is the configuration of the serial port, as Table 3 shows.Baud rate 115200Data bit 8Stop bit 1Parity bit noneTable 3: Serial port configuration④After powering 10 DOF IMU Sensor on, firstly, acceleration is calibrated at horizontalstate, and magnetic is calibrated later. After done, the qualify data will output from10 DOF IMU Sensor. For detail operations as below:A.Flatting 10 DOF IMU Sensor on the horizontal position and no motion isallowed,when serial terminal received the stable data from USART1, then pressJOYSTICK button down, LED1 is flashing and both of LED2 and LED3 turn off at the mean time.B.Rotating 10 DOF IMU Sensor 180 degrees around the Z axis on the horizontalposition, when serial terminal received the stable data from USART1, then press JOYSTICK button down, LED2 is flashing and both of LED1 and LED3 turn off at the mean time.C.Inverting 10 DOF IMU Sensor on the horizontal position, means holding thebackside of 10 DOF IMU Sensor upward and the positive side downward. Then press JOYSTICK button down, LED3 turn on forever indicating that magnetic calibration is complete, and both of LED1 and LED2 turn off at the mean time.D.Rotating 10 DOF IMU Sensor 180 degrees around the Z axis on the horizontalposition,recording and comparing with the magnetic data from serial terminal before and after rotating, if equaling to each other and behaving at opposite ofdirection, as a result, magnetic calibrating is successful.⑤If succeed to calibrate, serial terminal will received the qualify data as following:⑥The serial output is as followed:Roll, Pitch, Yaw Roll angle(°), Pitch angle(°), Yaw angle(°)Acceleration Acceleration value (LSB, translatable into theunit: g)Gyroscope Acceleration value (LSB, translatable into theunit: g)Magnetic Digital compass title angle (°)Pressure Pressure value (hPa)Altitude Altitude value (m)Temperature Temperature value (℃)Table 4: The meanings of the serial output5.Parameter calibration and calculation5.1 Altitude calibrationFor your first time to use 10 DOF IMU Sensor, you may find that there is a large difference between the altitude value outputted by the module and the actual altitude. This is because10 DOF IMU Sensor calculates the pressure at sea level P0 with the Altitude of its currentposition and the measured pressure, providing that both module current position andpressure are known. And this P0 will be taken as a benchmark for subsequent calculations.For more detailed information, please refer to BST-BMP180-DS000-09.pdf:Altitude:With the benchmark P0, you can calculate the Altitude of the module current position as well.Therefore, you should firstly set the altitude of the module current position as a benchmark in the sample code 10 DOF IMU Sensor\SRC\HardWare\BMP180\ BMP180.h (normally, it should be the absolute altitude of your position now, unit:5.2Acceleration calculationAcceleration measured by the program is in the unit of LSB (Least Significant Bit), however it is usually translated into the unit of gravitational acceleration (g) in practical application. In the sample code of the module, the default setting is AFS_SEL=0, of which the corresponding measurement range is 16384 LSB/g (±2g), so the actual measured acceleration would be: a=Acceleration/16384 ,Unit:gFor more detailed information, please refer toPS-MPU-9255.pdf Page 9RM-MPU-9255.pdf Page145.3Gyroscope angular velocity calculationGyroscope angular velocity calculationAngular velocity measured by the program is in the unit of LSB (Least Significant Bit), however it is usually translated into the unit of angular velocity (°/sec) in practical application. In the sample code of the module, the default setting is FS_SEL=2, of which the corresponding measurement range is 32.8 LSB/(°/s) (±1000°/sec), so the actual measured angular velocity would be:ω=Gyroscope/32.8 ,Unit:°/sFor more detailed information, please refer toPS-MPU-9255.pdf Page 8RM-MPU-9255.pdf Page14。
AN-1337APPLICATION NOTE One Technology Way•P.O.Box9106•Norwood,MA02062-9106,U.S.A.•Tel:781.329.4700•Fax:781.461.3113•Design Considerations for Connecting Analog Devices Video Decoders to MIPI CSI-2Receiversby Robert HinchyINTRODUCTIONUse this application note as a guide to help design mobileindustry processor interface (MIPI®) Camera Serial Interface 2(CSI-2) receiver systems that receive video data from AnalogDevices, Inc., video decoders. This application note is based onthe ADV7280-M, ADV7281-M, ADV7281-MA, and ADV7282-Mmodels. However, it also applies to the ADV7480, ADV7481,and ADV7482 models.The MIPI CSI-2 is a high speed video data link. Video data istransmitted over one to four data lanes. The data is clockedusing a clock lane. Each clock or data lane consists of a positiveand negative clock or data line.The MIPI CSI-2 transmitter and receiver both contain D-PHYphysical layers. All termination is performed in the D-PHY layers. Note that the ADV7280-M, ADV7281-M, ADV7281-MA, ADV7282-M, ADV7480, ADV7481, and ADV7482 do not contain C-PHY physical layers.D-PHY TERMINATIONThe D-PHY layers of the ADV7280-M, ADV7281-M,ADV7281-MA, and ADV7282-M can enter various modes of operation. These modes of operation include high speed (HS) mode, low power (LP) mode, and ultralow power state (ULPS). The output termination of the transmitter device (ADV7280-M, ADV7281-M, ADV7281-MA, and ADV7282-M) D-PHY changes depending on the mode in which it is operating. The transmitter device enters and exits different modes quickly. For example, the data lane on the transmitter device can switch from LP mode to HS mode up to eight times per line of video (one line of analog video is approximately 64 μs). Figure 1 shows an LP to HS to LP mode transition sequence. A 50 mV offset was added to the negative data line to differentiate between positive and negative data lines.The MIPI CSI-2 receiver must be able to detect which operation mode the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device is in and modify its input impedance accordingly. If the MIPI CSI-2 receiver does not modify its input impedance correctly, the MIPI CSI-2 transmission becomes corrupted (Figure 3).12775-1(125mV/DIV)Figure 1. Capture of D0P/D0N Data Lines of the ADV7280-M, ADV7281-M, ADV7281-MA, and ADV7282-M Transmitter Devices Exiting and Entering LP Mode (Yellow is Positive Data Line; Blue is Negative Data Line) Voltage Level TestThe voltage level test determines whether the MIPI CSI-2 receiver D-PHY has correctly terminated the MIPI CSI-2 output from the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device. Program the transmitter device into free run mode to output a test pattern over the MIPI CSI-2 link. Details on programming the transmitter device into free run mode are available in the ADV7280/ADV7281/ADV7282/ ADV7283 hardware reference manual, ADV7280/ADV7281/ ADV7282/ADV7283Functionality and Features. Program the MIPI CSI-2 receiver to receive the MIPI data from the transmitter device.Use a high speed oscilloscope to probe the MIPI CSI-2 lines from the ADV7280-M, ADV7281-M, ADV7281-MA, orADV7282-M.When properly terminated, the data lines switch between HS and LP modes, as shown in Figure 2. In LP mode, the data lines have a logic high voltage of approximately 1.2 V and a logic low voltage of approximately 0 V. In HS mode, the data lines have a logic high voltage of approximately 0.3 V and a logic low voltage of approximately 0.1 V.If any logic level other than 1.2 V, 0.3 V, 0.1 V, or 0 V appears, the D-PHY layer of the MIPI CSI-2 receiver is not correctly terminating the output from the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device. Figure 3AN-1337Application Noteshows an example of the MIPI CSI-2 positive data line output from the transmitter device for a poorly terminated receiver. When the transmitter device (ADV7280-M , ADV7281-M ,ADV7281-MA , or ADV7282-M ) is programmed, the MIPI CSI-2 clock lane exits LP mode and enters HS mode. Unless the transmitter device is manually programmed to enter LP mode or is reset, the clock lane remains in HS mode. If any logic level other than 0.3 V or 0.1 V appears on the MIPI CSI-2 clock lines, the D-PHY layer of the MIPI CSI-2 receiver does not correctly terminate the output from the transmitter device.Capture of Positive Data Line in High Speed and Low Power ModesFigure 2 and Figure 3 show the difference between a correct and an incorrect termination of the MIPI CSI-2 signal by the D-PHY layer in the MIPI CSI-2 receiver.12775-002(200m V /D I V )Figure 2. Positive Data Line (D0P) Output from the ADV7280-M , ADV7281-M , ADV7281-MA , and ADV7282-M Transmitter Devices; Correct MIPI CSI-2Receiver Termination12775-003(200m V /D I V )Figure 3. Positive Data Line (D0P) Output from the ADV7280-M , ADV7281-M , ADV7281-MA , and ADV7282-M Transmitter Devices; Incorrect MIPI CSI-2Receiver TerminationD-PHY Mode Detection TestTo test that the MIPI CSI-2 receiver can detect each operation mode, manually program the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M transmitter device to enter HS mode, LP mode, and ULPS. Then, test the MIPI CSI-2 receiverto verify that it can correctly detect the operation mode of the transmitter device.Refer to the ADV7280/ADV7281/ADV7282/ADV7283hardware reference manual, ADV7280/ADV7281/ADV7282/ ADV7283 Functionality and Features , for details on manually programming the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M to enter HS mode, LP mode, and ULPS.Clock Lane Low Power to High Speed Transition Some MIPI CSI-2 receivers wait for an LP to HS modetransition on the MIPI CSI-2 clock lane before starting video capture. However, the LP to HS mode transition on the MIPI CSI-2 clock lane occurs only once on the ADV7280-M , ADV7281-M , ADV7281-MA , and ADV7282-M immediately after they are initially programmed.If the MIPI CSI-2 receiver is initialized after the transmitter device is initialized, the MIPI CSI-2 may never detect the LP to HS mode transition on the clock lane from the transmitter device. If the MIPI CSI-2 receiver does not detect the LP to HS mode transition, it may never start video capture.To overcome this issue, manually program the clock lane of the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M to enter and then exit LP mode. The easiest way to do this is by toggling the CSITX_PWRDN bit (Address 0x00, Bit 7).The MIPI CSI-2 receiver then recognizes an LP to HS mode transition and begins video capture.DESIGN OF MIPI CSI-2 RECEIVER SYSTEMThe following sections provide tips on debugging issues with the MIPI CSI-2 receiver system that is receiving video data from the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M .Lock StatusWhen an analog video source is connected to the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M video decoder, it can take the video decoder a period of time before it locks to the incoming analog video. This period of time can take up to 250 ms in fast switch mode and more than 500 ms in autodetect mode. The ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M outputs spurious data over the MIPI CSI-2 link until the device locks to the incoming analog video. It is recommended that the MIPI CSI-2 receiver system be set to ignore the output from the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M until the ADV7280-M ,ADV7281-M , ADV7281-MA , or ADV7282-M has locked to the analog video.The FSC_LOCK, LOST_LOCK, and IN_LOCK bits (Register 0x10, Bits[2:0]) indicate whether the ADV7280-M , ADV7281-M , ADV7281-MA , or ADV7282-M transmitter device has locked to the analog video source.Use the INTRQ hardware interrupt pin in conjunction with the FSC_LOCK, LOST_LOCK, and IN_LOCK bits to verify when a lock event has occurred. Using the INTRQ hardware interruptApplication Note AN-1337pin saves the MIPI CSI-2 receiver from constantly polling the FSC_LOCK, LOST_LOCK, and IN_LOCK bits.Use the CSITX_PWRDN bit to stop the MIPI CSI-2 output from the ADV7280-M, ADV7281-M, ADV7281-MA, orADV7282-M. Stop the MIPI CSI-2 output until the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M has locked to the analog video source, as indicated by the INTRQ hardware interrupt pin.For more information on the CSITX_PWRDN, FSC_LOCK, LOST_LOCK, and IN_LOCK bits and on the INTRQ hardware interrupt pin, see the ADV7280/ADV7281/ADV7282/ADV7283 hardware reference manual, ADV7280/ADV7281/ ADV7282/ADV7283Functionality and Features. DeinterlacerBy default, the ADV7280-M, ADV7281-M, ADV7281-MA, and ADV7282-M transmitter devices output video data in an interlaced format in the YCbCr 4:2:2 color space. In most applications, the MIPI CSI-2 receiver system requires a deinterlacing function. The most common way of performing this function is by using a frame buffer. For example, an odd field and an even field of video are transmitted into a memory buffer in the MIPI CSI-2 receiver system. The data stored in the memory buffer is then analyzed as a complete progressive frame of video by the MIPI CSI-2 receiver system.Alternatively, the ADV7280-M and ADV7282-M transmitter devices have an integrated deinterlacer. This is referred to as the interlaced to progressive (I2P) core in the ADV7280-M and ADV7282-M data sheets and in the hardware reference manual, ADV7280/ADV7281/ADV7282/ADV7283Functionality andFeatures. Using the I2P cores on the ADV7280-M and the ADV7282-M transmitter devices and programming them to output in progressive mode eliminates the need for deinterlacing in the MIPI CSI-2 receiver system.The I2P core of the ADV7280-M and ADV7282-M interpolates between two lines of video. An algorithm is used to smooth the resulting image to minimize low angle artifacts.Odd and Even Fields of Different LengthsThe ADV7280-M, ADV7281-M, ADV7281-MA, andADV7282-M video decoders output video over the MIPI CSI-2 stream. However, the video timing is based on the ITU-R BT.656-3 or ITU-R BT.656-4 standard.In interlaced mode, an NTSC video source results in theADV7280-M, ADV7281-M, ADV7281-MA, and ADV7282-M transmitter devices outputting video where the odd fields are one line longer than the even fields. This difference occurs with NTSC sources only. PAL sources result in even and odd fields of the same length.When designing video frame buffers in the MIPI CSI-2 receiver system, the even and odd fields can be of different length. However, the ADV7280-M and ADV7282-M models with I2P cores can be programmed to output progressive video. In progressive mode, all fields output by the transmitter devices are the same length.For more information on the video output timing or the I2P core, see the ADV7280/ADV7281/ADV7282/ADV7283 hardware reference manual, ADV7280/ADV7281/ADV7282/ ADV7283Functionality and Features.Video Frame Buffer OverflowsMost MIPI CSI-2 receivers contain a video frame buffer. Each video frame from the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device is stored in a memory buffer before being analyzed by the MIPI CSI-2 receiver.Under certain circumstances (if the analog video source is disconnected, for example), the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device can output video frames with a nonstandard number of lines because the transmitter device is designed to be effective at processing poor video sources.When the CVBS source is not present, the ADV7280-M,ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device continues to output MIPI CSI-2 video data and enters a search mode. When the device is in search mode, any noise on the CVBS input is tested to determine whether it is an analog video signal. When in search mode, the transmitter device outputs frames that are much longer than standard.The ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device remains in search mode for approximately 1 sec in autodetect mode. In fast switch mode, the transmitter device remains in search mode for approximately six fields of video.If a valid analog video source is not detected after the period where the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M is in search mode, the device determines that no video source is present. The device then exits search mode and enters free run mode. In free run mode, the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device outputs test pattern video frames with standard timing. These nonstandard video frames output during search mode can cause a buffer overflow event in the MIPI CSI-2 receiver. One of the best solutions to prevent a buffer overflow is to use a line counter.The line counter is a control loop in the MIPI CSI-2 receiver that counts the number of lines being output per frame by the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device. If the number of lines output per frame exceeds a limit, the MIPI CSI-2 receiver ignores the output from the transmitter device until the next frame start packet. Choose the line number limit so that the video buffer memory of the MIPI CSI-2 receiver does not overflow and so that standard video sources are not attenuated.AN-1337 Application NoteBy default, the MIPI CSI-2 frame start/end packets and the MIPI line start/end packets are output by the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device.Free Run ModeWhen the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device is programmed into free run mode, the device ignores the analog video input and outputs a fixed test pattern. Free run mode can help customers debug issues with their MIPI CSI-2 receiver systems. A number of test patterns are available. For more information, see the ADV7280/ ADV7281/ADV7282/ADV7283 hardware reference manual, ADV7280/ADV7281/ADV7282/ADV7283Functionality and Features.LAYOUT OF MIPI CSI-2 TRACESMIPI CSI-2 is designed as a chip to chip interface; therefore, it does not transmit over long distances. The D-PHY specification defines the maximum lane flight time to 2 ns. Using standard printed circuit board (PCB) materials and design rules (for example, transmitting MIPI CSI-2 through a microstripline on a standard FR4 PCB), results in a maximum trace length of 25 cm to 30 cm. Therefore, keep the MIPI CSI-2 traces from the ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device to the MIPI CSI-2 receiver under 30 cm in length.MIPI CSI-2 line traces must have a characteristic impedance of 50 Ω single-ended and 100 Ω differential.Loosely couple the positive and negative lines of each lane (for example, Data Line 0 positive; Data Line 0 negative) because the positive and negative lines are differential in HS mode but are single-ended in LP mode. As a general rule, space apart the line traces by a distance equal to twice the thickness of the PCB dielectric.Connect MIPI CSI-2 traces from one ADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter device to one MIPI CSI-2 receiver. It is not possible to daisy-chain multipleADV7280-M, ADV7281-M, ADV7281-MA, or ADV7282-M transmitter devices to one MIPI CSI-2 receiver.All filtering and termination is performed in the D-PHY layer of the ADV7280-M, ADV7281-M, ADV7281-MA, andADV7282-M transmitter devices and in the D-PHY layer of the MIPI CSI-2 receiver. Do not place additional components, such as resistors, electrostatic discharge (ESD) diodes, capacitors, or common-mode chokes on the MIPI CSI-2 traces. REFERENCESMIPI® Alliance Specification for D-PHY, Version 1.00.00, Mobile Industry Processor Industry Alliance, 2009.MIPI® Alliance Specification for Camera Serial Interface 2 (CSI-2), Version 1.01.00, Mobile Industry Processor Industry Alliance, 2010.©2014 Analog Devices, Inc. All rights reserved. Trademarks andregistered trademarks are the property of their respective owners.AN12775-0-12/14(0)。
Rev. CInformation furnished by Analog Devices is believed to be accurate and reliable. However , noresponsibility is assumed by Analog Devices for its use, nor for any infringements of patents or other rights of third parties that may result from its use. Speci cations subject to change without notice. No license is granted by implication or otherwise under any patent or patent rights of Analog Devices. T rademarks and registered trademarks are the property of their respective owners.One Technology Way, P.O. Box 9106, Norwood, MA 02062-9106, U.S.A.Tel: 781.329.4700 Fax: 781.461.3113 ©2007–2011 Analog Devices, Inc. All rights reserved.ADI 中文版数据手册是英文版数据手册的译文,敬请谅解翻译中可能存在的语言组织或翻译错误,ADI 不对翻译中存在的差异或由此产生的错误负责。
如需确认任何词语的准确性,请参考ADI 提供的最新英文版数据手册。
功能框图SERIAL INTERFACE05815-001SDI DV CCV DDV SSAGND DGNDSCLK SDO SYNC BUSY RESET CLRSTATE MACHINECONTROL REGISTERAD5372/AD5373X1 REGISTERn = 16 FOR AD5372n = 14 FOR AD5373M REGISTERC REGISTERDAC 0REGISTEROFS0REGISTERGROUP 2 TO GROUP 3ARE IDENTICAL TO GROUP 1VREF1 SUPPLIESGROUP 1 TO GROUP 3X2A REGISTER X2B REGISTERBUFFERBUFFER GROUP 0OUTPUT BUFFER AND POWER-DOWN CONTROLOUTPUT BUFFER AND POWER-DOWN CONTROLVREF0VOUT0VOUT1VOUT2VOUT3VOUT4VOUT5VOUT6VOUT8VOUT9VOUT10VOUT11VOUT12VOUT13VOUT14VOUT15VOUT7SIGGND0SIGGND1SIGGND3SIGGND2VOUT16TOVOUT31LDACnnnn n14nnnnn nnA /B M U XM U X 2OFFSET DAC 0DAC 0X1 REGISTERM REGISTERC REGISTERDAC 7REGISTERX2A REGISTER X2B REGISTERnn n nnnn nnA /B M U XM U X 2DAC 7X1 REGISTERA/B SELECT REGISTERM REGISTERC REGISTERTOMUX 2sDAC 0REGISTEROFS1REGISTERX2A REGISTER X2B REGISTERBUFFERBUFFER GROUP 1OUTPUT BUFFER AND POWER-DOWN CONTROLOUTPUT BUFFER AND POWER-DOWN CONTROLn88nn n14nnn nnA /B M U XM U X 2OFFSET DAC 1DAC 0X1 REGISTERM REGISTERC REGISTERDAC 7REGISTERX2A REGISTER X2B REGISTERnn n nnnn nnA /B M U XM U X 2DAC 7VREF1A/B SELECT REGISTERTOMUX 2s88图1.32通道、16/14位、串行输入、电压输出DACAD5372/AD5373产品特性32通道DAC ,采用64引脚LQFP 和64引脚LFCSP 封装 AD5372/AD53731保证16/14位单调性 最大输出电压范围:4 × VREF (20 V) 标称输出电压范围:−4 V 至+8 V 可提供多种独立的输出电压范围允许用户可编程失调和增益的系统校准功能 通道分组和寻址特性 热关断功能DSP/微控制器兼容串行接口 SPI 串行接口2.5 V 至5.5 V JEDEC 兼容数字电平 数字复位(RESET)清零至用户定义SIGGNDx 的清零功能 DAC 输出同步更新应用自动测试设备(ATE)的电平设置 可变光衰减器(VOA) 光学开关 工业控制系统 仪器仪表1受美国专利第5,969,657号保护。
连接/参考器件电路笔记 CN-0249Circuits from the Lab™ reference circuits are engineered and tested for quick and easy system integration to help solve today’s analog, mixed-signal, and RF design challenges. For more information and/or support, visit /CN0249.AD9253 14位、125 MSPS 四通道模数转换器(ADC)14位、125 MSPS 四通道ADC ,通过后端数字求和增强SNR 性能Rev. 0Circuits from the Lab™ circuits from Analog Devices have been designed and built by Analog Devices engineers. Standard engineering practices have been employed in the design and construction of each circuit, and their function and performance have been tested and veri ed in a lab environment at room temperature. However , you are solely responsible for testing the circuit and determining its suitability and applicability for your use and application. Accordingly , in no event shall Analog Devices be liable for direct, indirect, special, incidental, consequential or punitive damages due to any cause whatsoever connected to the use of any Circuits from the Lab circuits. (Continued on last page)One Technology Way, P.O. Box 9106, Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 ©2013 Analog Devices, Inc. All rights reserved.ADC 1,2,3,4:AD9253QUAD 14-BIT,125MSPSANALOG SIGNAL INPUTnn + 210303-001CLOCK INPUTADC 1ADC 3ADC 4ADC 2POST DIGITAL SUMMERΣnnnANALOG FRONT-ENDCLOCK CIRCUITRY图1. 四个并联ADC 求和得到更高SNR 的基本框图评估和设计支持设计和集成文件原理图、布局文件、物料清单电路功能与优势图1所示电路是14位、125 MSPS 四通道ADC 系统的简化图,该电路使用后端数字求和将信噪比(SNR)从单通道ADC 的74 dBFS 提升到四通道ADC 的78.5 dBFS 。
X67DI13711 General informationThe module is a digital input module for 24 VDC. It has 8 inputs for sink input circuits.■For all standard sensors with M8 connectors■Extremely short cycle times■Integrated sensor supply with short circuit protection2 Order dataTable 1: X67DI1371 - Order data3 Technical dataTable 2: X67DI1371 - Technical dataTable 2: X67DI1371 - Technical data1)The power consumption of the sensors and actuators connected to the module is not permitted to exceed 12 W.4 LED status indicatorsStatus indicator 2:Left: green; Right: red5 Connection elementsDigital inputs 1 to 8X2X LinkConnector A: Input Connector B: Output24 VDC I/O power supply Connector C: SupplyConnector D: Pass through6 X2X LinkThis module is connected to X2X Link using pre-assembled cables. The connection is made using M12 circular connectors.1137 24 VDC I/O power supplyThe I/O power supply is connected via M8 connectors C and D. The I/O power supply is connected via connector C (male). Connector D (female) is used to route the I/O power supply to other modules.Information:The maximum permissible current for the I/O power supply is 8 A (4 A per connection pin)!338 PinoutX67CA0D40.xxxx:M8 sensor cable, straight①X67CA0D50.xxxx:M8 sensor cable, angled8.1 Connections X1 to X81343419 Connection example10 Input circuit diagram11 Register description11.1 General data pointsIn addition to the registers listed in the register description, the module also has other more general data points. These registers are not specific to the module but contain general information such as serial number and hardware version.These general data points are listed in section "Additional information - General data points" of the X67 system user's manual.11.2 Function model 0 - Standard11.3 Function model 254 - Bus controller1)The offset specifies the position of the register within the CAN object.11.3.1 Using the module on the bus controllerFunction model 254 "Bus controller" is used by default only by non-configurable bus controllers. All other bus controllers can use additional registers and functions depending on the fieldbus used.For detailed information, see section "Additional information - Using I/O modules on the bus controller" of the X67 user's manual (version 3.30 or later).11.3.2 CAN I/O bus controllerThe module occupies 1 digital logical slot on CAN I/O.11.4 Digital signal - Communication11.4.1 Digital inputsFilteredThe filtered status is collected with a fixed offset to the network cycle and transferred in the same cycle.11.4.1.1 Input state of digital inputs 1 to 8Name:DigitalInput01 to DigitalInput08This register indicates the input state of digital inputs 1 to 8.Bit structure:11.4.2 Reading the module IDName:asy_ModulIDThis register offers the possibility to read the module ID.11.5 Minimum cycle timeThe minimum cycle time specifies the time up to which the bus cycle can be reduced without communication errors occurring. It is important to note that very fast cycles reduce the idle time available for handling monitoring, diagnostics and acyclic commands.11.6 Minimum I/O update timeThe minimum I/O update time defines how far the bus cycle can be reduced while still allowing an I/O update to take place in each cycle.。
RealCam PTZ CameraGive everyone the best view in the roomPart #: INA-PTZ-3Add the InFocus RealCam pan/tilt/zoom professional-quality HD camera bundle to your Mondopad (or any other PC) to make your video conferencing meetings shine.The RealCam, which features a full HD wide-angle video camera, delivers intricately detailed, full HD 1080p video to capture everyone and everything you want to show.Make applications like Microsoft Lync, Skype, and GoToMeeting come alive with realistic video quality.Plug it directly into a Mondopad or other PC with USB 3.0 or HDMI, without a separate capture device.Broad Range, Flexible Control, Vivid ImagesQuiet pan/tilt action covers a wide range, ideal for capturing extensive areas when face-to-face discussions are critical.225 position presets make it quick and easy to access the precise settings you use most for pan, tilt, and zoom, focus position, exposure mode, and white balance mode.Many options to connect to your device. With HDMI, USB3.0 and Network Stream this camera can fit most needs. Plus the RealCam can multicast to all at once. Control over your network with RS232, RS485 or USB UVC compatibility.• Full HD 1080p resolution • Pan, tilt and zoom• 72.5-degree wide-angle lens • USB3.0 ultra-high speed interface• H.265 support enables Full HD images at ultra-low bandwidth • 12x optical zoom and 32x digital zoom• Use any PC with any software or OS via USB • Pan angle of -170° to +170°• Tilt angle of -30° to +90°Specifications*INA-PTZ-3Compatible with Major Video Platforms(up to 1080p if allowed by that service) includingMicrosoft Skype for Business Adobe Connect, CitrixGoToMeeting, LifeSize ClearSea, Avistar C3, CiscoJabber, Skype, Polycom Real Presence Desktop,Radvision Scopia Desktop, and Google Hangout.Also works with InFocus Mondopad, 121, BigConnect,and ConX.*Product specifications, terms, and offerings are subject to change at any time without notice.©2016 InFocus Corporation. All rights reserved. InFocus-RealCam3-INA-PTZ-3-Datasheet-EN-10MAR16。
Useful Sensors IncTiny Code Reader SpecificationRevision History1 Scope1 Technology Specifications2 Features2 Mechanical Information2 Ratings2 Pins3 QR Code Specifications3 Environmental Specifications3 I2C Communication3 Hardware Diagrams4 Front4 Back4 Top5 Dimensions5 Certifications5 Further Documentation6Revision HistoryVersion Notes DateA Initial Draft August7th,2023ScopeThis document applies to version1.0of the Tiny Code Reader module manufactured by Useful Sensors Inc.Technology SpecificationsFeaturesThis module is designed to read QR codes from screens,paper,or e-ink displays,and transmit the encoded text information to a controlling microcontroller.It transmits this information over I2C,and has an LED that indicates the state of the scanning process.Mechanical InformationItem Specification UnitsBoard Dimensions0.75x0.64x0.42InchesWeight40gramsMounting Screw M2RatingsItem Value UnitPower Supply 3.3VoltsLogic Voltage 3.3Volts-20.0CelsiusMinimum OperatingTemperatureMaximum Operating80.0CelsiusTemperatureMaximum I2C Frequency400kilohertzMaximum Current40milliampsPinsPin Name Description3.3v Power 3.3Volt power supply.GND Ground Connection to ground.SDA Data I2C pin for data transmissionSDC Clock I2C pin driven with clock from main controller.INT Interrupt Not used on this module.QR Code SpecificationsQR Code is established as an ISO(ISO/IEC18004)standard.This module is designed to read comparatively small codes(40characters or less)and expects codes with UTF-8or ASCII binary encodings.There is a254byte hard limit on the code size that can be recognized,but accuracy will drop off with larger codes.All error correction levels are supported. Environmental SpecificationsThe module uses a CMOS image sensor and needs either visible light or near-infrared light to work.The recommended minimum lighting level is100lux,and a visible or near-IR LED(not included)will be needed to illuminate the scene if operation in dark areas is required.The image sensor focuses best10cm to15cm(4inches to6inches)in front of the camera,with the code held perpendicular to the module.The module can be mounted in any orientation and the code recognition accuracy should be unaffected.I2C CommunicationThe I2C address of the module is12in decimal(0x0C in hex),and cannot be changed.All reads will return a data structure256bytes in length,starting with a16-bit integer containing the length of any code message data,or zero if no code has been detected in the last frame.If this is non-zero,the next bytes up to that length contain the message bytes which should be decoded as UTF-8.Any remaining bytes up to the256byte payload length should be zero-ed,but it’s best practice to not rely on that and zero-terminate yourself after the content bytes,or copy just the valid substring in environments that don’t use zero-termination for string length. Writing to the module with an initial byte of1and a second byte of zero will disable the LED. Writing a second byte of1will enable it.Hardware Diagrams FrontBackTopDimensionsCertificationsFCC and CE certifications for this module are available at usfl.ink/tcr_certs.Further DocumentationSee the official developer guide at usfl.ink/tcr_dev for more programming information.。
12-Bit 65 MSPS Quad A/D Converter withIntegrated Signal ConditioningAD15452Rev. 0Information furnished by Analog Devices is believed to be accurate and reliable. However , no responsibility is assumed by Analog Devices for its use, nor for any infringements of patents or other rights of third parties that may result from its use. Specifications subject to change without notice. No license is granted by implication or otherwise under any patent or patent rights of Analog Devices. T rademarks and registered trademarks are the property of their respective owners.One Technology Way, P.O. Box 9106, Norwood, MA 02062-9106, U.S.A.Tel: 781.329.4700 Fax: 781.461.3113 © 2005 Analog Devices, Inc. All rights reserved.FEATURES12-bit, 65 MSPS, quad, analog-to-digital converter Differential input with 100 Ω input impedance Full-scale analog input: 296 mV p-p 200 MHz, 3 dB bandwidth SNR @ −9 dBFS64 dBFS (70 MHz AIN) 64 dBFS (140 MHz AIN) SFDR @ −9 dBFS81 dBFS (70 MHz AIN) 73 dBFS (140 MHz AIN) 475 mW per channel Quad LVDS outputsData clock output providedOffset binary output data formatAPPLICATIONSAntijam GPS receiversWireless and wired broadband communications Communications test equipmentPRODUCT HIGHLIGHTS1. Quad, 12-bit, 65 MSPS, analog-to-digital converter with integrated analog signal conditioning optimized for antijam global positioning system receiver (AJ-GPS) applications.2. Packaged in a space saving 81-lead, 10 mm x 10 mm chip scale package ball grid array (CSP_BGA) and specified over the industrial temperature range (−40°C to +85°C).GENERAL DESCRIPTIONThe AD15452 is a quad, 12-bit, 65 MSPS, analog-to-digital converter (ADC). It features a differential front-endamplification circuit followed by a sample-and-hold amplifier and multistage pipeline analog-to-digital converter. It is designed to operate with a 3.3 V analog supply and a 3.3 V digital supply. Each input is fully differential. The input signals are ac-coupled and terminated in 100 Ω input impedances. The full-scale differential signal input range is 296 mV p-p. Four separate 12-bit digital output signals provide data flow from the ADCs. The digital output data is presented in offset binary format. A single-ended clock input is used to control all internal conversion cycles. The AD15452 is optimized forapplications in antijam global positioning receivers and is suited for communications applications.FUNCTIONAL BLOCK DIAGRAM05155-001Figure 1.AD15452Rev. 0 | Page 2 of 16TABLE OF CONTENTSFeatures..............................................................................................1 Applications.......................................................................................1 Product Highlights...........................................................................1 General Description.........................................................................1 Functional Block Diagram..............................................................1 Revision History...............................................................................2 Specifications.....................................................................................3 Electrical Characteristics.............................................................3 Timing Diagram...........................................................................5 Absolute Maximum Ratings............................................................6 ESD Caution..................................................................................6 Pin Configuration and Function Descriptions.............................7 Terminology......................................................................................8 Typical Performance Characteristics...........................................10 Theory of Operation......................................................................13 Analog Inputs.............................................................................13 Voltage Reference.......................................................................13 Clock Input and Considerations..............................................13 Digital Outputs...........................................................................13 Timing.........................................................................................14 DTP Pin.......................................................................................14 Power-Down Mode....................................................................14 Power Supplies............................................................................14 Outline Dimensions.......................................................................15 Ordering Guide.. (15)REVISION HISTORY10/05—Rev. 0: Initial VersionAD15452Rev. 0 | Page 3 of 16SPECIFICATIONSELECTRICAL CHARACTERISTICS@ AVDD = DRVDD = PLLVDD = 3.3 V , Encode = 65 MSPS, AIN = −9 dBFS differential input, T A = 25°C, unless otherwise noted.Table 1.Parameter Temp Test Level Min Typ Max UnitRESOLUT ON 12 BitsACCURACYNo Missing Codes Full IV Guaranteed Offset Error 25°C I −5 +5 % FSR Gain Error 25°C I −12.5 +12.5 % FSR Differential Nonlinearity (DNL) Full V ±0.35 LSB Integral Nonlinearity (INL) Full V ±0.5 LSBTEMPERATURE DRIFT Offset Error Full V ±10 ppm/o C Gain Error Full V ±290 ppm/o CMATCHING CHARACTERISTICS Offset Error Full V ±2 % FSR Gain Error Full V ±1.2 % FSR INPUT REFERRED NOISE Full V 0.82 LSB rms ANALOG INPUT Input Range Full IV 296 mV p-pInput Resistance 125°C V 100 ΩInput Capacitance125°C V 2.5 pF CLOCK INPUTSHigh Level Input Voltage (V IH ) Full I V 2 V Low Level Input Voltage (V IL ) Full I V 0.8 V High Level Input Current (I IH ) Full I V −10 +10 μA Low Level Input Current (I IL ) Full I V −10 +10 μA Input Capacitance (C IN ) Full V 2 pF POWER-DOWN INPUT Logic 1 VoltageFullIV2VLogic 0 Voltage Full IV 0.8 V Input Capacitance Full V 2 pF DIGITAL OUTPUTS (LVDS) Differential Output Voltage (V OD ) Full V I260 440 mV Output Offset Voltage (V OS ) Full V I 1.15 1.35 V Output Coding Offset binary CLOCK Maximum Conversion Rate Full VI 65 MSPS Minimum Conversion Rate Full IV 10 MSPS Clock Pulse Width High (t EH ) Full V I6.2 ns Clock Pulse Width Low (t EL ) Full V I 6.2 ns OUTPUT PARAMETERS Propagation Delay (tpd) Full VI 3.3 6.57.9 nsRise Time (t R )2Full V 250 psFall Time (t F )2Full V 250 ps FCO Propagation Delay (t FCO ) Full V6.5 nsDCO Propagation Delay (t DCO ) Full V t FCO + t SAMPLE /24 ns DCO to Data Delay (t DATA ) Full IV t SAMPLE /24 − 250 t SAMPLE /24 t SAMPLE /24 + 250 ps DCO − FCO Delay (t FRAME ) Full I V t SAMPLE /24 − 250 t SAMPLE /24 t SAMPLE /24 + 250 ps Data to Data Skew Full IV ±100 ±250 ps Wake-Up Time 25°C V 250 ns Pipeline Latency Full IV 10 CyclesAD15452Rev. 0 | Page 4 of 16Parameter Temp Test Level Min Typ Max UnitAPERTURE Aperture Delay (t A ) 25°C V 1.8 ns Aperture Uncertainty (Jitter) 25°C <1 ps rms POWER SUPPLIES Supply Voltages AVDD Full IV 3 3.3 3.6 V DRVDD Full I V 3 3.3 3.6 V Supply Currents AVDD Full I540 592 mA DRVDD Full I28 33 mA Total Power Dissipation 25°C V 1.9 2.0 W Power-Down Dissipation 25°C V 0.36 W SIGNAL-TO-NOISE RATIO f INPUT = 70 MHz 25°C I 62.7 64.8 dBFS f INPUT = 110 MHz Full V 64.7 dBFS f INPUT = 140 MHz 25°C I 62.5 64.6 dBFS S NAD f INPUT = 70 MHz 25°C I 62.4 64.7 dBFS f INPUT = 110 MHz Full V 64.4 dBFS f INPUT = 140 MHz 25°C I 61.9 64.0 dBFS THD f INPUT = 70 MHz Full V −80.0 dBFS f INPUT = 110 MHz Full V −77.0 dBFS f INPUT = 140 MHz Full V −73.0 dBFS SPURIOUS-FREE DYNAMIC RANGE f INPUT = 70 MHz 25°C I 73.0 81 dBFS f INPUT = 110 MHz Full V 77 dBFSf INPUT = 140 MHz 25°C I 68.5 73 dBFS CROSSTALK Full V −60 dB 1 Input resistance and capacitance are listed as differential values. 2Rise and fall times are defined from 20% to 80%.AD15452Rev. 0 | Page 5 of 16Table 2. Test LevelsTest Level DescriptionI 100% production tested.II 100% production tested at 25°C, and sample tested at specified temperatures. III Sample tested only.IV Parameter is guaranteed by design and characterization testing. V Parameter is a typical value only.VIAll devices are 100% production tested at 25°C, guaranteed by design and characterization testing for industrial temperature range, 100% production tested at temperature extremes for military devices.TIMING DIAGRAMDCO–DCO+D–D+FCO–FCO+AINCLKFigure 2. Timing DiagramAD15452Rev. 0 | Page 6 of 16ABSOLUTE MAXIMUM RATINGSTable 3.Parameter Rating AVDD to AGND −0.3 V to +3.9 V DRVDD to DRGND −0.3 V to +3.9 V DRGND to AGND −0.3 V to +0.3 V DRVDD to AVDD −3.9 V to +3.9 V Analog Inputs −0.3 V to AVDD Digital Outputs −0.3 V to DRVDD CLK −0.3 V to AVDD LVDSBIAS −0.3 V to DRVDD PDWN, DTP −0.3 V to AVDD Operational Case Temperature −40°C to +85°C Storage Temperature Range 65°C to 150°C Lead Temperature: Infrared, 15 seconds230°C Stresses above those listed under Absolute Maximum Ratings may cause permanent damage to the device. This is a stress rating only; functional operation of the device at these or any other conditions above those indicated in the operationalsection of this specification is not implied. Exposure to absolute maximum rating conditions for extended periods may affect device reliability.ESD CAUTIONESD (electrostatic discharge) sensitive device. Electrostatic charges as high as 4000 V readily accumulate on the human body and test equipment and can discharge without detection. Although this product features proprietary ESD protection circuitry, permanent damage may occur on devices subjected to high energy electrostatic discharges. Therefore, proper ESD precautions are recommended to avoid performancedegradation or loss of functionality.AD15452Rev. 0 | Page 7 of 16PIN CONFIGURATION AND FUNCTION DESCRIPTIONSBOT TOM VIEW(Not to Scale)A B C D E F G JH 87632195405155-002Figure 3. Pin ConfigurationTable 4. Pin Function DescriptionsPin No.Mnemonic DescriptionA2 VIN+A Channel A Positive Analog Input. A1 VIN−A Channel A Negative Analog Input. B2 VIN+B Channel B Positive Analog Input. B1 VIN−B Channel B Negative Analog Input. H2 VIN+C Channel C Positive Analog Input. H1 VIN−C Channel C Negative Analog Input. J2 VIN+D Channel D Positive Analog Input. J1 VIN−D Channel D Negative Analog Input. E8 D+A ADC A True Digital Out. E9 D−A ADC A Complement Digital Out. F8 D+B ADC B True Digital Out. F9 D−B ADC B Complement Digital Out. G8 D+C ADC C True Digital Out. G9 D−C ADC C Complement Digital Out. H8 D+D ADC D True Digital Out. H9 D−D ADC D Complement Digital Out. J6 CLK Clock I nput.A7PDWN Power-Down Function Selection. B3, C3, D2, E1, E2, F2, F3, F4, G3, G4, H3 H7, J7AVDD Analog Power Supply Connection. A3, A4, A5, A6, B4, B5, B6, C1, C2, C4, C5, D1, D5, E5, F1, F5 G1, G2, G5, H4, H5, H6, J3, J4, J5AGNDAnalog Ground Connection.A8, A9, B8, B9,DRVDD Digital Output Driver Supply Connection. C6, C7, D6, D7, E6, E7, F6, F7, G6, G7, J8 DRGND Digital Output Ground Connection. D3 VREF Voltage Reference Input/Output. D4 SENSE Reference Mode Selection. E4 REFT Differential Reference (Top). E3 REFB Differential Reference (Bottom). C8 DCO+ Data Clock Output; True. C9 DCO− Data Clock Output; Complement. D8 FCO+ Frame Clock Indicator; True.D9 FCO− Frame Clock Indicator Output; Complement. B7 DTP Digital Test Pattern Enable.J9LVDSBIASLVDS Output Current Set Resistor Pin.AD15452Rev. 0 | Page 8 of 16TERMINOLOGYAnalog BandwidthAnalog bandwidth is the analog input frequency at which the spectral power of the fundamental frequency (as determined by the FFT analysis) is reduced by 3 dB from full scale.Aperture DelayAperture delay is a measure of the sample-and-hold amplifier (SHA) performance and is measured from the 50% point rising edge of the clock input to the time at which the input signal is held for conversion.Aperture Uncertainty (Jitter)Aperture jitter is the variation in aperture delay for successive samples and can be manifested as frequency dependent noise on the ADC input.Clock Pulse Width and Duty CyclePulse width high is the minimum amount of time that the clock pulse should be left in the Logic 1 state to achieve a rated performance. Pulse width low is the minimum time the clock pulse should be left in the low state. At a given clock rate, these specifications define an acceptable clock duty cycle.Common-Mode Rejection Ratio (CMRR)CMRR is defined as the amount of rejection on the differential analog inputs over the entire full-scale signal range. CrosstalkCrosstalk is defined as the coupling onto any other channel when one channel is driven by a full-scale signal.Gain FlatnessGain flatness is the measured amount of fluctuation in the analog front-end input response to the bandwidth measured. Differential Analog Input CapacitanceThe complex impedance simulated at each analog input port. Differential Analog Input Voltage RangeThe peak-to-peak differential voltage that must be applied to the converter to generate a full-scale response. Peak differential voltage is computed by observing the voltage on a pin and subtracting the voltage from a second pin that is 180° out of phase. Peak-to-peak differential is computed by rotating the input phase 180° and taking the peak measurement again. The difference is computed between both peak measurements. Differential Nonlinearity (DNL, No Missing Codes)An ideal ADC exhibits code transitions that are exactly 1 LSB apart. DNL is the deviation from this ideal value. Guaranteed no missing codes to an n-bit resolution indicates that all 2n codes, respectively, must be present over all operating ranges.Effective Number of Bits (ENOB)For a sine wave, SINAD can be expressed in terms of the number of bits. Using the following formula, it is possible to obtain a measure of performance expressed as N , the effective number of bits:N = (SINAD – 1.76)/6.02Thus, the effective number of bits for a device for sine wave inputs at a given input frequency can be calculated directly from its measured SINAD.Gain ErrorThe largest gain error is specified and is considered the difference between the measured and ideal full-scale input voltage range.Gain MatchingExpressed in %FSR. Computed using the following equation:%1002min max minmax ×⎟⎠⎞⎜⎝⎛+−=FSR FSR FSR FSR Matching Gain where:FSR MAX is the most positive gain error of the ADCs.FSR MIN is the most negative gain error of the ADCs. Second and Third Harmonic DistortionThe ratio of the rms signal amplitude to the rms value of the second or third harmonic component, reported in dBc. Integral Nonlinearity (INL)INL refers to the deviation of each individual code from a line drawn from negative full scale through positive full scale. The point used as negative full scale occurs 1/2 LSB before the first code transition. Positive full scale is defined as a level 1 1/2 LSB beyond the last code transition. The deviation is measured from the middle of each particular code to the true straight line. Noise Power Ratio (NPR)NPR is the rms noise power injected into the ADC vs. the rejected band of interest (notch depth measured).Offset ErrorThe largest offset error is specified and is considered thedifference between the measured and ideal voltage at the analog input that produces the midscale code at the outputs.AD15452Rev. 0 | Page 9 of 16Offset MatchingExpressed in mV . Computed using the following equation:OffsetMatching = OFF MAX − OFF MIN where:OFF MAX is the most positive offset error. OFF MIN is the most negative offset error.Out-of-Range Recovery TimeOut-of-range recovery time is the time it takes for the ADC to reacquire the analog input after a transient from 10% above positive full scale to 10% above negative full scale, or from 10% below negative full scale to 10% below positive full scale. Output Propagation DelayThe delay between the clock logic threshold and the time when all bits are within valid logic levels.Power Supply Rejection Ratio (PSRR)PSRR is the measure of change in a given supply relative to the amount of error seen on the ADC reconstructed output. This is measured in decibels based on the spurious feedthrough of the device.Signal-to-Noise and Distortion (SINAD) RatioSINAD is the ratio of the rms value of the measured input signal to the rms sum of all other spectral components below the Nyquist frequency, including harmonics but excluding dc. The value for SINAD is expressed in decibels. Signal-to-Noise Ratio (SNR)SNR is the ratio of the rms value of the measured input signal to the rms sum of all other spectral components below the Nyquist frequency, excluding the first six harmonics and dc. The value for SNR is expressed in decibels.Spurious-Free Dynamic Range (SFDR)SFDR is the difference in dB between the rms amplitude of the input signal and the peak spurious signal.Temperature DriftThe temperature drift for offset error and gain error specifies the maximum change from the initial (25°C) value to the value at T MIN or T MAX .Two-Tone SFDRThe ratio of the rms value of either input tone to the rms value of the peak spurious component. The peak spurious component can be an IMD product. It may be reported in dBc (that is,degrades as signal levels are lowered) or in dBFS (always related back to converter full scale).AD15452Rev. 0 | Page 10 of 16TYPICAL PERFORMANCE CHARACTERISTICS0–1–2–3–4–5–6–7–8–9101001000FREQUENCY (MHz)RO L L -O F F (d B )05155-003Figure 4. Analog Input Bandwidth26.0022.7529.2532.5019.5016.2509.756.503.2513.000120130110100908070605040302010FREQUENCY (MHz)M A G N I T U D E (d B )05155-012Figure 5. FFT Plot with f IN = 70 MHz26.0022.7529.2532.5019.5016.2509.756.50 3.2513.000120130110100908070605040302010FREQUENCY (MHz)M A G N I T U D E (d B )35612405155-013Figure 6. FFT Plot with f IN = 110 MHz 26.0022.7529.2532.5019.5016.2509.756.503.2513.000120130110100908070605040302010FREQUENCY (MHz)M A G N I T U D E (d B )05155-014Figure 7. FFT Plot with f IN = 140 MHz11.0010.5010.7510.2510.009.759.509.259.008.758.50–505101520253035FREQUENCY (MHz)A T T E N U A T I O N (dB )05155-004Figure 8. Gain Flatness 30 MHz Centered @ IF–10–20–30–40–50–60–70–80–90101001000FREQUENCY (MHz)C R O S S T A L K (d B )05155-005Figure 9. Typical Crosstalk9085807570656055–16–15–14–13–12–11–10–9–8–7–6–5–4–3–2–10BACK-OFF (dBFS)S F D R (d B F S )05155-006Figure 10. SFDR vs. Backoff @ AIN with f IN = 70 MHz9085807570656055–16–15–14–13–12–11–10–9–8–7–6–5–4–3–2–10BACK-OFF (dBFS)S F D R (d B F S )05155-007Figure 11. SFDR vs. Backoff @ AIN with f IN = 110 MHz9085807570656055–16–15–14–13–12–11–10–9–8–7–6–5–4–3–2–10BACK-OFF (dBFS)S F D R (d B F S )05155-008Figure 12. SFDR vs. Backoff @ AIN with f IN = 140 MHz86848280727476786668706462–402585TEMPERATURE (°C)S N R /S F D R (d B F S )05155-009Figure 13. SNR/SFDR vs. Temperature with F IN @ −9 dBFS0.50.40.30.200.1–0.5–0.4–0.3–0.2–0.11024153651220482560409635843072CODEI N L (L S B )05155-010Figure 14. Typical INL0.20.1–0.2–0.11024153651220482560409635843072CODED N L (L S B )05155-011Figure 15. Typical DNL75706560555045403530101001000FREQUENCY (MHz)C M R R (d B )05155-015Figure 16. Common-Mode Rejection RatioTHEORY OF OPERATIONThe AD15452 consists of four high performance ADC channels. Each channel is independent of each other with the exception of a shared internal reference source, VREF, and sample clock. The channels consist of a differential front-end amplification circuit followed by a low-pass filter and a multi-stage pipeline ADC. The quantized outputs from each stage are combined into a 12-bit result. The output staging block aligns the data, carries out the error correction, and passes the data to the output buffers; the data is then serialized and aligned to the frame and output clock.ANALOG INPUTSEach analog input is fully differential, allowing sampling of differential input signals. The differential input signals are ac-coupled and terminated in 100 Ω input impedances. The full-scale differential signal input range is 296 mV p-p. VOLTAGE REFERENCEThe AD15452 reference voltage is set internally to 0.5 V. The VREF pin and SENSE pin are used to decouple the 0.5 V reference. The VREF pin and SENSE pin must be shorted together and then decoupled with a 10 μF capacitor to AGND. Ideally, this capacitor should be placed as close to the pins as possible. The REFT pin and the REFB pin must have a 10 μF capacitor placed between the two pins.CLOCK INPUT AND CONSIDERATIONSTypical high speed ADCs use both clock edges to generate a variety of internal timing signals, and as a result may be sensitive to clock duty cycle. Typically, a 5% tolerance is required on the clock duty cycle to maintain dynamic perform-ance characteristics. The AD15452 has a self-contained clock duty cycle stabilizer that retimes the nonsampling edge, providing an internal clock signal with a nominal 50% duty cycle. This allows a wide range of clock input duty cycles without affecting the performance of the AD15452.An on-board phase-locked loop (PLL) multiplies the input clock rate for shifting the serial data out. Consequently, any change to the sampling frequency requires a minimum of 100 clock periods to allow the PLL to reacquire and lock to the new rate.High speed, high resolution ADCs are sensitive to the quality of the clock input. The degradation in SNR at a given full-scale input frequency (f A) due only to aperture jitter (t A) can be calculated with the following equation:SNR degradation = 20 × log10 [1/2 × π × f A × t A] In the equation, the rms aperture jitter, t A, represents the root sum square of all jitter sources, which include the clock input, analog input signal, and ADC aperture jitter specification. Applications that require undersampling are particularly sensitive to jitter.The clock input is treated as an analog signal in cases where aperture jitter can affect the dynamic range of the AD15452. Power supplies for clock drivers are separated from the ADC output driver supplies to avoid modulating the clock signal with digital noise. Low jitter, crystal-controlled oscillators make the best clock sources. If the clock is generated from another type of source (by gating, dividing, or other methods) then the original clock at the last step should retime it.DIGITAL OUTPUTSThe AD15452 differential outputs conform to the ANSI-644 LVDS standard. To set the LVDS bias current, place a resistor (RSET is nominally equal to 4.0 kΩ) to ground at the LVDSBIAS pin. The RSET resistor current is derived on-chip and sets the output current at each output equal to a nominal 3.5 mA. A 100 Ω differential termination resistor placed at the LVDS receiver inputs results in a nominal 350 mV swing at the receiver. To adjust the differential signal swing, simply change the resistor to a different value, as shown in Table 5.Table 5. LVDSBIAS Differential Output SwingRSET Differential Output Swing3.6 kΩ375 mV p-p3.9 kΩ (Default) 350 mV p-p4.3 kΩ325 mV p-pThe AD15452 LVDS outputs facilitate interfacing with LVDS receivers in custom ASICs and FPGAs that have LVDS capabil-ity for superior switching performance in noisy environments. Single point-to-point net topologies are recommended with a 100 Ω termination resistor placed as close to the receiver as possible. It is recommended to keep the trace length no longer than 12 inches and to keep differential output traces close together and at equal lengths.The format of the output data can be selected as offset binary. A quick example of the output coding format can be found in Table 6.Table 6. Digital Output CodingCode(VIN+) − (VIN−) InputSpan = 296 V p-p (V)Digital Output OffsetBinary (D11 04095 0.147 1111 1111 11112048 0 1000 0000 00002047 −0.000072 0111 1111 11110 −0.148 0000 0000 0000TIMINGData from each ADC is serialized and provided on a separate channel. The data rate for each serial stream is equal to 12 bits times the sample clock rate, with a maximum of 780 MHz(12 bits × 65 MSPS = 780 MHz). The lowest typical conversion rate is 10 MSPS.Two output clocks are provided to assist in capturing data from the AD15452. The DCO is used to clock the output data and is equal to six times the sampling clock (CLK) rate. Data is clocked out of the AD15452 and can be captured on the rising and falling edges of the DCO that supports double-data rate (DDR) capturing. The frame clock out (FCO) is used to signal the start of a new output byte and is equal to the sampling clock rate. See the timing diagram shown in Figure 2 for more information.DTP PINThe digital test pattern (DTP) pin can be enabled for two different types of test patterns. When the DTP is tied to A VDD/3, all the ADC channel outputs shift out the 1000 0000 0000 pattern. When the DTP is tied to 2 × AVDD/3, all the ADC channel outputs shift out the 1010 1010 1010 pattern. The FCO and DCO outputs still work as usual while all channels shift out the test pattern. This pattern allows the user to perform timing alignment adjustments between the DCO and the output data. For normal operation, this pin should be grounded to AGND. POWER-DOWN MODEBy asserting the PDWN pin high, the AD15452 is placed in power-down mode with a typical power dissipation of 360 mW. During power-down, the LVDS output drivers are placed in a high impedance state. To return the AD15452 to normal operating mode, reassert the PDWN pin low.In power-down mode, low power dissipation is achieved by shutting down the reference, reference buffer, PLL, and biasing networks. The decoupling capacitors on REFT and REFB are discharged when entering standby mode and then must be recharged when returning to normal operation. As a result, the wake-up time is related to the time spent in the power-down mode and shorter cycles result in proportionally shorter wake-up times. With the recommended 0.1 μF and 10 μF decoupling capacitors on REFT and REFB, it takes approximately one second to fully discharge the reference buffer decoupling capacitors and 3 ms to restore full operation.POWER SUPPLIESThe nominal setting for the AVDD, PLLVDD, and DRVDD supplies is 3.3 V. The AVDD and PLLVDD supplies (analog) should be kept separate from the DRVDD supply (digital). AVDD and PLLVDD can be tied together as long as clean supplies are used.Power supply decoupling capacitors should be used to decouple the supplies at the board connections. Internal decoupling is present in the AD15452 and any external decoupling capacitors should be placed as close to the AD15452 supply pins as possible.Both the analog and digital ground pins are used to dissipate power from the AD15452’s package. These ground pins should be brought to a ground plane in order to maximize the thermal dissipation designed into the package.Table 7. Digital Test Pattern Pin SettingsSelected DTP DTP Voltage Resulting D1+, D1– Resulting FCO and DCO Normal Operation AGND Normal operation Normal operationDTP1 AVDD/3 1000 0000 0000 Normal operationDTP2 2 × AVDD/3 1010 1010 1010 Normal operation Restricted AVDDNA NA。
9-87543-0 Product DetailsHome | Customer Support | Suppliers | Site Map | Privacy Policy | Browser Support© 2008 Tyco Electronics Corporation All Rights Reserved Searc hProducts Documentation Resources My Account Customer Support Home > Products > By Type > PCB Connectors > Product Feature Selector > Product Details9-87543-0Active .100 inch AMPMODU HeadersAlways EU RoHS/ELV Compliant (Statement of Compliance)Product Highlights:l Headerl Header Type = Standardl Number of Rows = Duall Number of Positions = 80l Mating Post Length = 8.08 mmView all Features | Find SimilarProductsCheck Pricing &AvailabilitySearch for ToolingProduct FeatureSelectorContact Us AboutThis ProductQuick LinksDocumentation & Additional InformationProduct Drawings:l ASSEMBLY, MOD II, HEADER, DOUBLE ROW, .100X.100(PDF,English)Catalog Pages/Data Sheets:l None AvailableProduct Specifications:l None AvailableApplication Specifications:l None AvailableInstruction Sheets:l None AvailableCAD Files: (CAD Format & Compression Information)l2D Drawing (DXF, Version H)l3D Model (IGES, Version H)l3D Model (STEP, Version H)List all Documents Additional Information:l Product Line InformationRelated Products:l ToolingProduct Features (Please use the Product Drawing for all design activity)Product Type Features:l Product Type = Headerl Number of Positions = 80l Mount Angle = Verticall PCB Retention Feature = Nol Surface Mount Compatible = Nol Board Standoff = Withl Mounting Ears = Withoutl Mating Connector Lock = Withoutl Post Size (mm [in]) = 0.64 [.025]Mechanical Attachment:l Mating Post Length (mm [in]) = 8.08 [0.318] l Panel Attachment = WithoutTermination Related Features:l Termination (Solder) Post Length (mm [in]) =3.18 [0.125]l Solder Tail Contact Plating = Tin over Nickel Body Related Features:l Header Type = Standardl Number of Rows = Duall Centerline, Matrix (mm [in]) = 2.54 x 2.54[.100 x .100]l Selectively Loaded = Nol Mount Type = PC Board Contact Related Features:l Contact Mating Area Plating = Matte Tinl Contact Shape = Squarel Contact Material = Phosphor BronzeHousing Related Features:l Housing Material = Thermoplasticl Housing Flammability Rating = UL 94V-0Industry Standards:l RoHS/ELV Compliance = RoHS compliant, ELVcompliantl Lead Free Solder Processes = Not relevant forlead free processl RoHS/ELV Compliance History = Always wasRoHS compliantConditions for Usage:l High Temperature Housing = NoOperation/Application:l High Speed Serial Data Connector = No Other:l Brand = AMPProvide Website Feedback | Contact Customer Support。
D i s c l a im er : T h i s d o c u m e n t a t i o n i s n o t i n t e n d e d a s a s u b s t i t u t e f o r a n d i s n o t t o b e u s e d f o r d e t e r m i n i n g s u i t a b i l i t y o r r e l i a b i l i t y o f t h e s e p r o d u c t s f o r s p e c i f i c u s e r a p p l i c a t i o n sProduct data sheetCharacteristics140DDO35300discrete output module Modicon Quantum - 32 O solid stateMainRange of productModicon Quantum automation platform Product or component type Dc discrete output module Discrete output number32ComplementaryGroup of channels 4 groups of 8Discrete output logic Positive logic (source)Addressing requirement 2 output words Discrete output voltage 24 V DC Output voltage limits 19.2...30 VAbsolute maximum output 56 V for 1.3 s decaying pulse Voltage drop0.4 V 0.5 A Maximum load current16 A per module 16 A per module 4 A per group 4 A per group Surge current <= 5 A for 0.0005 s Response time <= 1 ms at state 0 to state 1<= 1 ms at state 1 to state 0Leakage current 0.4 mA 30 VLoad inductance Inductance(H) = 0.5/((current(A))² x (switching frequency(Hz))) 50 Hz Fault indication Blown fuseLoss of field power Associated fuse rating3 A each point 3 A each point 5 A per group 5 A per groupIsolation between channels and bus 1780 Vrms DC for 1 minute Isolation between group 500 Vrms DC for 1 minuteProtection typeInternal output protection by 5 A fuse per groupPower dissipation 1.75 W + (0.4 V x total module load current)Marking CELocal signalling1 LED green bus communication is present (Active)1 LED red external fault detected (F)32 LEDs green input status Bus current requirement 330 mA 330 mA Module format Standard Product weight0.45 kgEnvironmentProduct certificationsABS BV C-Tick DNVFM Class 1 Division 2GL GOST RINA RMRSSafety certification non interfering StandardsCSA C22.2 No 142UL 508Resistance to electrostatic discharge 4 kV contact conforming to IEC 801-28 kV on air conforming to IEC 801-2Resistance to electromagnetic fields 10 V/m 80...2000 MHz conforming to IEC 801-3Ambient air temperature for operation 0...60 °C Ambient air temperature for storage -40...85 °CRelative humidity 95 % without condensation Operating altitude<= 5000 mOffer SustainabilitySustainable offer status Green Premium productRoHS (date code: YYWW)Compliant - since 0848 - Schneider Electric declaration of conformity Schneider Electric declaration of conformity REAChReference not containing SVHC above the threshold Reference not containing SVHC above the threshold Product environmental profileAvailableProduct environmental Product end of life instructionsAvailableEnd of life manualContractual warrantyWarranty period18 monthsDimensions DrawingsRacks for Modules MountingDimensions of Modules and Racks(1) 2 slots (2) 3 slots (3) 4 slots (4) 6 slots (5)10 slots (6)16 slotsConnections and Schema24 Vdc Discrete Output Source Module Wiring Diagram。
CN76000Microprocessor-Based Temperature/Process Controller For latest product manuals: Shop online at e-mail:**************User’s Guide***********************The information contained in this document is believed to be correct, but OMEGA accepts no liability for any errors it contains, and reserves the right to alter specifications without notice.Servicing North America:U.S.A. Omega Engineering, Inc. Headquarters: Toll-Free: 1-800-826-6342 (USA & Canada only) Customer Service: 1-800-622-2378 (USA & Canada only) Engineering Service: 1-800-872-9436 (USA & Canada only) Tel: (203) 359-1660 Fax: (203) 359-7700 e-mail:**************For Other Locations Visit /worldwide* SOFTWARE CONFIGURABLE AS SP1 OR SP2LineVac: 100 to 240 Vac, nom., +10% -15%, 50 to 400 Hz, single phaseVdc: 132 to 240 Vdc, nom., +10% -20%5 VA max * SOFTWARE CONFIGURABLE AS SP1 OR SP2LineVac: 100 to 240 Vac, nom., +10% -15%, 50 to 400 Hz, single phaseVdc: 132 to 240 Vdc, nom., +10% -20%5 VA max* SOFTWARECONFIGURABLEAS SP1 OR SP2Line Vac: 100 to 240 Vac, nom., +10% -15%, 50 to 400 Hz, single phase Vdc: 132 to 240 Vdc, nom., +10% -20%5 VA max®®CHROMEGA /ALOMEGA CHROMEGA /Constantan®Power:Vac: 100 to 240 Vac, nom., +10% -15%, 50 to 400 Hz, single phase Vdc: 132 to 240 Vdc, nom., +10% -20%WARRANTY/DISCLAIMEROMEGA ENGINEERING, INC. warrants this unit to be free of defects in materials and workmanship for a period of 13 months from date of purchase. OMEGA’s WARRANTY adds an additional one (1) month grace period to the normal one (1) year product warranty to cover handling and shipping time. T his ensures that OMEGA’s customers receive maximum coverage on each product.If the unit malfunctions, it must be returned to the factory for evaluation. OMEGA’s Customer Service Department will issue an Authorized Return (AR) number immediately upon phone or written request. Upon examination by OMEGA, if the unit is found to be defective, it will be repaired or replaced at no charge. OMEGA’s WARRANT Y does not apply to defects resulting from any action of the purchaser, including but not limited to mishandling, improper interfacing, operation outside of design limits, improper repair, or unauthorized modification. This WARRANTY is VOID if the unit shows evidence of having been tampered with or shows evidence of having been damaged as a result of excessive corrosion; or current, heat, moisture or vibration; improper specification; misapplication; misuse or other operating conditions outside of OMEGA’s control. Components in which wear is not warranted, include but are not limited to contact points, fuses, and triacs.OMEGA is pleased to offer suggestions on the use of its various products. However, OMEGA neither assumes responsibility for any omissions or errors nor assumes liability for any damages that result from the use of its products in accordance with information provided by OMEGA, either verbal or written. OMEGA warrants only that the parts manufactured by the company will be as specified and free of defects. OMEGA MAKES NO OTHER WARRANTIES OR REPRESENTATIONS OF ANY KIND W HATSOEVER, EXPRESSED OR IMPLIED, EXCEPT THAT OF TITLE, AND ALL IMPLIED W ARRANTIES INCLUDING ANY W ARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. LIMITATION OF LIABILITY: The remedies of purchaser set forth herein are exclusive, and the total liability of OMEGA with respect to this order, whether based on contract, warranty, negligence, indemnification, strict liability or otherwise, shall not exceed the purchase price of the component upon which liability is based. In no event shall OMEGA be liable for consequential, incidental or special damages.CONDITIONS: Equipment sold by OMEGA is not intended to be used, nor shall it be used: (1) as a “Basic Component” under 10 CFR 21 (NRC), used in or with any nuclear installation or activity; or (2) in medical applications or used on humans. Should any Product(s) be used in or with any nuclear installation or activity, medical application, used on humans, or misused in any way, OMEGA assumes no responsibility as set forth in our basic WARRANTY / DISCLAIMER language, and, additionally, purchaser will indemnify OMEGA and hold OMEGA harmless from any liability or damage whatsoever arising out of the use of the Product(s) in such a manner.RETURN REQUESTS/INQUIRIESDirect all warranty and repair requests/inquiries to the OMEGA Customer Service Department. BEFORE RET URNING ANY PRODUCT (S) T O OMEGA, PURCHASER MUST OBT AIN AN AUT HORIZED RET URN (AR) NUMBER FROM OMEGA’S CUST OMER SERVICE DEPART MENT (IN ORDER T O AVOID PROCESSING DELAYS). T he assigned AR number should then be marked on the outside of the return package and on any correspondence.The purchaser is responsible for shipping charges, freight, insurance and proper packaging to prevent breakage in transit.OMEGA’s policy is to make running changes, not model changes, whenever an improvement is possible. This affords our customers the latest in technology and engineering.OMEGA is a registered trademark of OMEGA ENGINEERING, INC.© Copyright 2017 OMEGA ENGINEERING, INC. All rights reserved. This document may not be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole or in part, without the prior written consent of OMEGA ENGINEERING, INC.FOR WARRANTY RETURNS, please have the following information available BEFORE contacting OMEGA:1.Purchase Order number under which the product was PURCHASED,2. M odel and serial number of the product under warranty, and3. R epair instructions and/or specific problems relative to the product.FOR NON-WARRANTY REPAIRS, consult OMEGA for current repair charges. Have the following information available BEFORE contacting OMEGA:1. P urchase Order number to cover the COST of the repair,2.Model and serial number of the product, and 3.Repair instructions and/or specific problemsrelative to the product.Where Do I Find Everything I Need for Process Measurement and Control?OMEGA…Of Course!Shop online at TEMPERATUREM U Thermocouple, RTD & Thermistor Probes, Connectors, Panels & AssembliesM U Wire: Thermocouple, RTD & ThermistorM U Calibrators & Ice Point ReferencesM U Recorders, Controllers & Process MonitorsM U Infrared PyrometersPRESSURE, STRAIN AND FORCEM U Transducers & Strain GagesM U Load Cells & Pressure GagesM U Displacement TransducersM U Instrumentation & AccessoriesFLOW/LEVELM U Rotameters, Gas Mass Flowmeters & Flow ComputersM U Air Velocity IndicatorsM U Turbine/Paddlewheel SystemsM U Totalizers & Batch ControllerspH/CONDUCTIVITYM U pH Electrodes, Testers & AccessoriesM U Benchtop/Laboratory MetersM U Controllers, Calibrators, Simulators & PumpsM U Industrial pH & Conductivity EquipmentDATA ACQUISITIONM U Communications-Based Acquisition SystemsM U Data Logging SystemsM U Wireless Sensors, Transmitters, & ReceiversM U Signal ConditionersM U Data Acquisition SoftwareHEATERSM U Heating CableM U Cartridge & Strip HeatersM U Immersion & Band HeatersM U Flexible HeatersM U Laboratory HeatersENVIRONMENTALMONITORING AND CONTROLM U Metering & Control InstrumentationM U RefractometersM U Pumps & TubingM U Air, Soil & Water MonitorsM U Industrial Water & Wastewater TreatmentM U pH, Conductivity & Dissolved Oxygen InstrumentsM1303/0818。