<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>US Digital | Support</title>
<link>http://usdigital.com/support/</link>
<description>US Digital designs and manufactures optical encoders, inclinometers &amp; motion control components. Our complete product line includes either absolute or incremental optical encoder &amp; inclinometer products, stepper motors, PC interfaces, digital readouts, sw</description>
<language>en-us</language>
<copyright>Copyright 2008 US Digital.</copyright>
<webMaster>support@usdigital.com</webMaster>
<pubDate>Mon, 06 Sep 2010 13:46:47 PDT</pubDate>
<lastBuildDate>Mon, 06 Sep 2010 13:46:47 PDT</lastBuildDate>
<generator>In house</generator>
<docs>http://blogs.law.harvard.edu/tech/rss/</docs>
<category>Support</category>
<item>
<title>How the T7 Networked Absolute Inclinometer Drives Down the Cost of Solar Energy in Concentrated Solar Power Systems</title>
<link>http://usdigital.com/support/resource-library/white-papers/how-the-t7-networked-absolute-inclinometer-drives-</link>
<description>  Abstract:  
 Concentrated solar power (CSP) and concentrated photovoltaic (CPV) methodologies generate electricity by focusing a large amount of sunlight onto a much smaller area. To maximize efficiency, the sunlight needs to be accurately focused. Being off by even a single degree could result in a significant drop in efficiency, and the biggest impact to the cost of delivering solar energy is efficiency. As with most systems, the accuracy is limited by the accuracy of the sensors used in that system. There are a number of different types of sensors that can be used in these systems. This paper discusses why an absolute inclinometer is the most effective sensor solution and why the US Digital T7 is superior to other inclinometers available today. 
  Download the document  here . </description>
<category>White Papers</category><pubDate>Thu, 27 May 2010 08:55:00 PDT</pubDate>
</item>
<item>
<title>ED3 Tachometer Worksheet</title>
<link>http://usdigital.com/support/user-guides/ed3-tachometer-worksheet</link>
<description> This spreadsheet program helps the user of the ED3 set the correct parameters for the Tachometer mode.&nbsp; Enter the encoder CPR and desired RPM resolution and see if it will give the desired RPM display results. 
  Tachometer_spreadsheet.xls &nbsp;&nbsp; (21KB) </description>
<category>User Guides</category><pubDate>Wed, 10 Mar 2010 13:15:00 PST</pubDate>
</item>
<item>
<title>QSB Application Examples</title>
<link>http://usdigital.com/support/user-guides/qsb-application-examples</link>
<description> This document shows some examples of the comands necessary to activate some of the basic features available on the QSB product. 
  QSB Application Examples.pdf &nbsp;&nbsp; (314 KB) </description>
<category>User Guides</category><pubDate>Wed, 03 Feb 2010 09:55:00 PST</pubDate>
</item>
<item>
<title>QSB Command List</title>
<link>http://usdigital.com/support/user-guides/qsb-command-list</link>
<description> This document describes the communication format for the QSB product.&nbsp; It also lists and describes the commands available for the QSB device. 
  QSB Commands List.pdf &nbsp; (454KB) </description>
<category>User Guides</category><pubDate>Tue, 08 Dec 2009 13:53:00 PST</pubDate>
</item>
<item>
<title>AD4B Communications Protocol</title>
<link>http://usdigital.com/support/user-guides/ad4b-communications-protocol</link>
<description> The  AD4B  adapter provides a simple plug in method for connecting a single ended
or differential quadrature encoder directly to an RS-232 serial com
port. One end of the  AD4  plugs into a serial port, while the other end plugs into a quadrature encoder.  A quadrature counter ( LFLS7166 ) inside the  AD4  keeps track of encoder position, while a microprocessor provides a
serial interface for the user to query the counter for the encoder
position. 
 The bidirectional data lines carry commands from the host computer and responses from the  AD4B .
The format is 1 start bit, 8 data bits and 1 stop bit. The baud rate
can be changed, but it always starts as 9600 baud after reset or
power-up. Large numbers are transmitted with the most significant byte
first. 
  AD4 Serial Commands:  
  Ping:   Function: Test for the presence of an AD4.  Send 1 byte: 'A' (41 hex)  Returns 1 byte: '4' (34 hex) 
  Read Position:   Function: Latches the counter and returns the current position.  Send 1 byte: 01 hex  Returns 4 bytes: 4 byte current position, LSB first.  The LFLS7166 is a 24-bit counter, the 4th position byte can be ignored. 
  Initialize AD4's counter:   Function: Initializes the LFLS7166, sets the quadrature to a specified
multiplier, and loads the preset register with a specified value.
Initialization data sent to the LFLS7166's registers: 68 hex, B0 hex,
C0-3 hex ( see  LFLS7166  web page ).  Send 6 bytes: 22 hex, quadrature mode (0, 1, 2, 4), 4-byte preset register value  Returns 1 byte: Checksum 
  Read the Counter's Output Data Register:   Function: Reads a byte directly from the LFLS7166's output latch(OL) ( see  LFLS7166  web page ).  Send 1 byte: 33 hex  Returns 1 byte: Value of LFLS7166's OL, the OL consists of three bytes auto-incremented by each read, LSB first. 
  Write to Counter's Input Data Register:   Function: Writes a byte directly to the LFLS7166's preset register(PR),
the PR consists of three bytes auto-incremented by each write, LSB
first ( see  LFLS7166  web page ).  Send 2 bytes: 44 hex, 1-byte data  Returns nothing. 
  Read the Output Status Register:   Function: Reads the LFLS7166's output status register(OSR) ( see  LFLS7166  web page ).  Send 1 byte: 55 hex  Returns 1 byte: Value of LFLS7166's OSR. 
  Write to the Counter Control Register:   Function: Writes a byte directly to one of the LFLS7166's control
registers. Bits 6 and 7 select which control register to write to ( see  LFLS7166  web page ).  Send 2 bytes: 66 hex, 1-byte register value  Returns nothing. 
  Change Baudrate:   Function: The baudrate change will be effective after checksum is sent
by the AD4. The baudrate always defaults to 9600 after a reset or
power-up.  Send 2 bytes: 77 hex, Baudrate Code (See table below)  Returns 1 byte: Checksum 
 
 
 
 
  Baud Rate Byte  
 0x00 
 0x01 
 0x10 
 0x11 
 0x12 
 0x13 
 0x14 
 0x15 
 
 
  Baud Rate  
 115200 
 57600 
 38400 
 19200 
 9600 
 4800 
 2400 
 1200 
 
 
 
 
  Enable Index:   Function: Enables the Index.  The counter will reset when index=true.  Send 1 byte: 88 hex  Returns 1 byte: 'E' (45 hex) 
  Disable Index:   Function: Disables the Index.  Send 1 byte: 99 hex  Returns 1 byte: 'D' (44 hex) </description>
<category>User Guides</category><pubDate>Wed, 28 Oct 2009 15:29:00 PDT</pubDate>
</item>
<item>
<title>Press On Hub Disk Removal</title>
<link>http://usdigital.com/support/assembly/press-on-hub-disk-removal</link>
<description> 
 
 
 
 
    
 
 </description>
<category>Assembly Instructions</category><pubDate>Mon, 15 Jun 2009 12:29:00 PDT</pubDate>
</item>
<item>
<title>Absolute Encoder Selector Guide</title>
<link>http://usdigital.com/support/selector-guides/absolute-encoder-selector-guide</link>
<description> 
 "Absolute output" - no need for re-zeroing after power cycling. 
 Wide variety of models to suit most applications. 
 Kit or shaft versions. 
 All shaft versions&nbsp;available with ball bearing on shaft. 
 Sleeve bushing option models are available with "no-torque" or with shaft torque to provide the correct "feel" for front panel human interface applications. 
 All models are available from stock with fast shipment. 
 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 
 
 
 
 Encoder  Kit Version  Shaft Version  Sleeve Bushing Option  Sealed Housing Option  Bore/Shaft Diameter Range  Max. Resolution  Analog Output Option  PWM Output Option  SEI&nbsp; Bus Output Option  &nbsp;Notes 
 
 
 
 
  A2  
 &nbsp; 
 &nbsp;&bull; 
 &bull; 
 &bull; 
 0.25" 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp;&bull; 
 &nbsp; 
 
 
  A2K  
 &nbsp;&bull; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 2mm (.079") - 10mm (.394") 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp;&bull; 
 &nbsp; 
 
 
  HBA2  
 &nbsp; 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp; 
 6mm (.236") - 19.05mm (.75") 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp;&bull; 
 Blind, Hollow Bore&nbsp; 
 
 
  HD25A  
 &nbsp; 
 &nbsp;&bull; 
 &nbsp; 
 &bull; 
 0.375" 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp;&bull; 
 NEMA Size 25, Ruggedized model with machined aluminum housing 
 
 
  MA3  
 &nbsp; 
 &nbsp;&bull; 
 &bull; 
 &nbsp; 
 0.125", 6mm, 0.25" 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp; 
 
 
  MAE3  
 &nbsp;&bull; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp;2mm (.079") - 6.35mm (.25") 
 &nbsp;12-bits 
 &nbsp;&bull; 
 &nbsp;&bull; 
 &nbsp; 
 &nbsp; 
 
 
 
 
 &nbsp; </description>
<category>Selector Guides</category><pubDate>Wed, 29 Apr 2009 17:12:00 PDT</pubDate>
</item>
<item>
<title>Shaft Incremental Encoder Selector Guide</title>
<link>http://usdigital.com/support/selector-guides/shaft-incremental-encoder-selector-guide</link>
<description> 
 Wide variety of models to suit most&nbsp;applications. 
 All models available with ball bearing on shaft. 
 Sleeve bushing option models are available with "no-torque" or with shaft torque to provide the correct "feel" for front panel human interface applications. 
 US Digital offers a number of external cable drivers to convert single-ended outputs to differential (for models that do not support differential output). 
 All models are available from stock with fast shipment. 
 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 
 
 
 Encoder  CPR (Counts) Range  Index Option  Differential Output Option  Nominal Shaft Diameter  Sealed Housing Option  
 High Voltage Supply Option 
  Sleeve Bushing Option  Nominal Disk Diameter  Mounting  Notes 
 
 
 
 
  H1  
 32-1250 (128 - 5000) 
 &bull; 
 &nbsp; 
 0.25" 
 &bull; 
 &nbsp; 
 &nbsp; 
 1" 
 flange 
  H5  recommended for new designs 
 
 
  H15  
 32-1250 (128 - 5000) 
 &bull; 
 &bull; 
 0.25" 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 1" 
 flange 
 Size 15 servo mount 
 
 
  H3  
 64-2500 (256 - 10000) 
 &bull; 
 &nbsp; 
 0.25" 
 &bull; 
 &nbsp; 
 &nbsp; 
 2" 
 flange 
 &nbsp; 
 
 
  H5  
 32-1250 (128 - 5000) 
 &bull; 
 &bull; 
 0.25" 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 1" 
 flange 
 &nbsp; 
 
 
  H6  
 64-2500 (256 - 10000) 
 &bull; 
 &bull; 
 0.25" 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 2" 
 flange 
 &nbsp; 
 
 
  HD25  
 64-2500 (256 - 10000) 
 &bull; 
 &bull; 
 0.375" 
 &bull; 
 &bull; 
 &nbsp; 
 2" 
 flange 
 NEMA Size 25, Ruggedized model with machined aluminum housing 
 
 
  S1  
 32-1024 (128 - 4096) 
 &bull; 
 &nbsp; 
 6mm, 0.25" 
 &bull;&nbsp; 
 &nbsp; 
 &bull; 
 1" 
 panel 
  S5  recommended for new designs 
 
 
  S2  
 64-2500 (256 - 10000) 
 &bull; 
 &nbsp; 
 6mm, 0.25" 
 &bull; 
 &nbsp; 
 &bull; 
 2" 
 panel 
  S6  recommended for new designs 
 
 
  S4  
 100-360 (400 - 1440) 
 &nbsp; 
 &nbsp; 
 0.125", 6mm, 0.25" 
 &nbsp; 
 &nbsp; 
 &bull; 
 0.65" 
 panel 
 Miniature size, low-power strobe option 
 
 
  S5  
 32-1250 (128 - 5000) 
 &bull; 
 &bull; 
 6mm, 0.25" 
 &nbsp; 
 &nbsp; 
 &bull; 
 1" 
 panel 
 &nbsp; 
 
 
  S6  
 64-2500 (256- 10000) 
 &bull; 
 &bull; 
 6mm, 0.25" 
 &nbsp; 
 &nbsp; 
 &bull; 
 2" 
 panel 
 &nbsp; 
 
 
  SP-16  
 16 (64) 
 &nbsp; 
 &nbsp; 
 0.25" 
 &nbsp; 
 &nbsp; 
 &bull; 
 1" 
 panel 
 &nbsp; 
 
 
 
 &nbsp; </description>
<category>Selector Guides</category><pubDate>Wed, 15 Apr 2009 09:25:00 PDT</pubDate>
</item>
<item>
<title>E-series Kit Incremental Encoder Selector Guide</title>
<link>http://usdigital.com/support/selector-guides/e-series-kit-incremental-encoder-selector-guide</link>
<description> Arguably the most popular stepper motor encoder in the world, US Digital's E-series optical incremental encoder gives motor design engineers precise position measurement at low cost. US Digital ships over 300,000 per year, with reliability in the parts-per-million range.&nbsp; 
 
 All models offer multiple mounting options. 
 US Digital offers a number of external cable drivers to convert single-ended outputs to differential (for models that do not support differential output). 
 Push-on hubs provide fast assembly and symmetric weight distribution for high rpm applications. 
 All models are available from stock with fast shipment. 
 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 &nbsp; 
 
 
 
 
 Encoder  CPR (Counts) Range  Bore Diameter Range  Index Option  Differential Output Option  Nominal Disk Diameter  Max. Frequency  Hub Type  
 Compatible NEMA Motor Size 
  Replacement for Avago Encoder 
 
 
 
 
  E2  
 &nbsp;32-1250 (128-5000) 
 2mm (.079") - 10mm (.394") 
 &nbsp; &bull; 
 &nbsp; 
 &nbsp;1" 
 &nbsp;100 kHz 
 setscrew&nbsp; 
 17, 23, 34&nbsp; 
 &nbsp;HEDS-5500 
 
 
  E3  
 &nbsp;64-2500 (256-10000) 
 2mm (.079") - 25.4mm (1.0")&nbsp; 
 &nbsp; &bull; 
 &nbsp; 
 &nbsp;2" 
 &nbsp;100 kHz 
 setscrew&nbsp; 
 23, 34&nbsp; 
 &nbsp;HEDS-6500 
 
 
  E4  
 &nbsp;100-360 (400-1440) 
 1.5mm (.059") - 4mm (.157") 
 &nbsp; 
 &nbsp; 
 &nbsp;0.65" 
 &nbsp;60 kHz 
 setscrew&nbsp; 
 &nbsp;8 
 &nbsp; 
 
 
  E4P  
 &nbsp;100-360 (400-1440) 
 1.5mm (.059") - 6.35mm (.25") 
 &nbsp; 
 &nbsp; 
 &nbsp;0.65" 
 &nbsp;60 kHz 
 push-on&nbsp; 
 &nbsp;8 
 &nbsp; 
 
 
  E5  
 &nbsp;32-1250 (128-5000) 
 2mm (.079") - 10mm (.394")&nbsp; 
 &nbsp; &bull; 
 &nbsp;&bull;&nbsp; 
 &nbsp;1" 
 &nbsp;100 kHz 
 setscrew 
 &nbsp;17, 23, 34 
 improved replacement for HEDS-5500 
 
 
  E6  
 &nbsp;64-2500 (256-10000) 
 2mm (.079") - 25.4mm (1.0")&nbsp; 
 &nbsp; &bull; 
 &nbsp;&bull; 
 &nbsp;2" 
 &nbsp;100 kHz 
 setscrew&nbsp; 
 &nbsp;23, 34 
 improved replacement for HEDS-6500 
 
 
  E7P  
 &nbsp;180-720 (720-2880) 
 3mm (.118") - 10mm (.394")&nbsp; 
 &nbsp; 
 &nbsp;&bull; 
 &nbsp;1.24" 
 &nbsp;60 kHz 
 push-on&nbsp; 
 &nbsp;17, 23 
 &nbsp; 
 
 
  E8P  
 &nbsp;180-512 (720-2048) 
 3mm (.118") - 7mm (.276")&nbsp; 
 &nbsp; 
 &nbsp;&bull; 
 &nbsp;0.9" 
 &nbsp;60 kHz 
 push-on&nbsp; 
 &nbsp;11 
 &nbsp; 
 
 
 
 
 &nbsp; </description>
<category>Selector Guides</category><pubDate>Mon, 13 Apr 2009 09:39:00 PDT</pubDate>
</item>
<item>
<title>E6 Models</title>
<link>http://usdigital.com/support/models/e6</link>
<description> 
  E6MD Model in IGS Format   
  E6MD Model in Parasolid Format   
 
 
  E6MS Model in IGS Format   
  E6MS Model in Parasolid Format   
 
 
  E6S Model in IGS Format   
  E6S Model in Parasolid Format   
 </description>
<category>Models</category><pubDate>Thu, 12 Mar 2009 16:18:00 PDT</pubDate>
</item>
<item>
<title>HB6M Models</title>
<link>http://usdigital.com/support/models/hb6m</link>
<description> 
  HB6M Model in IGS Format   
  HB6M Model in Parasolid Format   
 </description>
<category>Models</category><pubDate>Thu, 12 Mar 2009 16:10:00 PDT</pubDate>
</item>
<item>
<title>MA3 Models</title>
<link>http://usdigital.com/support/models/ma3</link>
<description> 
  MA3 Model in IGS Format   
  MA3 Model in Parasolid Format   
 </description>
<category>Models</category><pubDate>Thu, 12 Mar 2009 15:46:00 PDT</pubDate>
</item>
<item>
<title>PE Models</title>
<link>http://usdigital.com/support/models/pe</link>
<description> 
  PED Model in IGS Format  
  PED Model in Parasolid Format  
 
 
  PES Model in IGS Format   
  PES Model in Parasolid Format   
 </description>
<category>Models</category><pubDate>Thu, 12 Mar 2009 13:29:00 PDT</pubDate>
</item>
<item>
<title>S1 Models</title>
<link>http://usdigital.com/support/models/s1</link>
<description> 
  S1 Model in IGS Format   
  S1 Model in Parasolid Format   
 </description>
<category>Models</category><pubDate>Thu, 12 Mar 2009 13:28:00 PDT</pubDate>
</item>
<item>
<title>X3Q Models</title>
<link>http://usdigital.com/support/models/x3q</link>
<description>  X3Q Model in IGS Format  
  X3Q Model in Parasolid Format   </description>
<category>Models</category><pubDate>Wed, 04 Mar 2009 14:39:00 PST</pubDate>
</item>
<item>
<title>T7 DLL User Guide</title>
<link>http://usdigital.com/support/user-guides/t7-dll-user-guide</link>
<description> This document describes how to install and use the&nbsp;T7 DLL on a PC running Windows using the RS232 port or the US Digital USB-232 USB interface. 
  T7 DLL User Guide.pdf &nbsp;(529KB, 10/01/09)&nbsp; </description>
<category>User Guides</category><pubDate>Thu, 19 Feb 2009 07:45:00 PST</pubDate>
</item>
<item>
<title>T7 Communication User Guide</title>
<link>http://usdigital.com/support/user-guides/t7-communication-user-guide</link>
<description> This document describes the host serial port communication protocol of the T7-232/CANA-232/CANA-485 adapters.   T7 Communication User Guide.pdf &nbsp;(7/27/2009,&nbsp;267 KB) </description>
<category>User Guides</category><pubDate>Wed, 18 Feb 2009 13:56:00 PST</pubDate>
</item>
<item>
<title>MAE3 Assembly Instructions</title>
<link>http://usdigital.com/support/assembly/mae3-assembly-instructions</link>
<description> These are the assembly instructions for the MAE3. 
  MAE3 Assembly Instructions.pdf &nbsp;(48 KB) 
 &nbsp; </description>
<category>Assembly Instructions</category><pubDate>Tue, 10 Feb 2009 15:43:00 PST</pubDate>
</item>
<item>
<title>Avago Compatibility HEDS-5XXX</title>
<link>http://usdigital.com/support/resource-library/avago-replacements/avago-compatibility-heds-5xxx</link>
<description>  HEDS-5500, HEDS-5505, HEDS-5540, HEDS-5545, HEDS-5600, HEDS-5605, HEDS-5640, HEDS-5645.  
 
 
 
  
  
 Part Number Comparison 
 
 
 In order for the E5D to be fully compatible with the HEDL-5XXX,  CA-C10-F-C10  must also be ordered separately 
   Avago / Agilent / HP Part Number   HEDS-5
 x   x   x  -
 x   x     US Digital Part Number   E2-
 x  -
 x  -
 x  -
 x  - 
 x  - B     
 
  
  
 
  
 
 
   Mounting Type    
 
 
 Description   Avago   US Digital 
 
 
 Standard 
 5 
 D 
 
 
 Mounting Ears 
 6 
 G 
 
 
 
 
   Through Hole    
 
 
 Description   Avago   US Digital 
 
 
 No Hole 
 0 
 D 
 
 
 Hole In Cover 
 5 
 H 
 
 
 
 
   Outputs    
 
 
 Description   Avago   US Digital 
 
 
 A + B 
 0 
 N 
 
 
 A + B + I 
 4 
 I 
 
 
 
 
   Shaft Diameter    
 
 
 Description   Avago   US Digital 
 
 
 2mm 
 01 
 079 
 
 
 3mm 
 02 
 118 
 
 
 1/8" 
 03 
 125 
 
 
 5/32" 
 04 
 156 
 
 
 3/16" 
 05 
 188 
 
 
 1/4" 
 06 
 250 
 
 
 4mm 
 11 
 157 
 
 
 6mm 
 12 
 236 
 
 
 8mm 
 13 
 315 
 
 
 5mm 
 14 
 197 
 
 
 
 
   Resolution (CPR)    
 
 
 Description   Avago   US Digital 
 
 
 50 
 S 
 50 
 
 
 96 
 K 
 96 
 
 
 100 
 C 
 100 
 
 
 192 
 D 
 192 
 
 
 200 
 E 
 200 
 
 
 256 
 F 
 256 
 
 
 360 
 G 
 360 
 
 
 400 
 H 
 400 
 
 
 500 
 A 
 500 
 
 
 512 
 I 
 512 
 
 
 </description>
<category>Avago / Agilent / HP Compatible</category><pubDate>Thu, 11 Sep 2008 17:12:00 PDT</pubDate>
</item>
<item>
<title>Avago Compatibility HEDM-5X0X</title>
<link>http://usdigital.com/support/resource-library/avago-replacements/avago-compatibility-hedm-5x0x</link>
<description> HEDM-5500, HEDM-5505, HEDM-5600, HEDM-5606. 
 
 
 
  
  
 Part Number Comparison 
 
    Avago / Agilent / HP Part Number   HEDM-5  
 x  0 
 x  -
 x   x     US Digital Part Number   E2- 
 x  -
 x  - N -
 x  -
 x  - B     
 
  
  
 
  
 
 
   Mounting Type    
 
 
 Description   Avago   US Digital 
 
 
 Standard 
  5  
  D  
 
 
 Mounting Ears  
  6  
  G  
 
 
 
 
   Resolution (CPR)    
 
 
 Description   Avago   US Digital 
 
 
 1000 
 B 
 1000 
 
 
 1024 
 6 
 G 
 
 
 
 
   Shaft Diameter    
 
 
 Description   Avago   US Digital 
 
 
 2mm 
  01  
  079  
 
 
  3mm  
  02  
  118  
 
 
 1/8" 
  03  
  125  
 
 
  5/32"  
  04  
  156  
 
 
  3/16"  
  05  
  188  
 
 
  1/4"  
  06  
  250  
 
 
  4mm  
  11  
  157  
 
 
  6mm  
  12  
  236  
 
 
  8mm  
  13  
  315  
 
 
 5mm 
 14 
 197 
 
 
 
 
   Through Hole    
 
 
 Description   Avago   US Digital 
 
 
 No Hole  
 0 
 D 
 
 
 Hole In Cover  
 5 
 H 
 
 
 </description>
<category>Avago / Agilent / HP Compatible</category><pubDate>Thu, 14 Aug 2008 15:21:00 PDT</pubDate>
</item>
<item>
<title>Avago Compatibility HEDL-65XX</title>
<link>http://usdigital.com/support/resource-library/avago-replacements/avago-compatibility-hedl-65xx</link>
<description> HEDL-6500, HEDL-6505, HEDL-6540, HEDL-6545. 
 
 
 
  
  
 Part Number Comparison 
 
 
 In order for the E6 to be fully compatible with the HEDL-5XXX,  CA-C10-F-C10  must also be ordered separately 
   Avago / Agilent / HP Part Number   HEDL-65
 x   x  -
 x   x     US Digital Part Number   E6-
 x  -
 x  -
 x  - L -
 x  - D - B     
 
  
  
 
  
 
 
   Through Hole    
 
 
 Description   Avago   US Digital 
 
 
  No Hole  
  0  
  D  
 
 
  Hole In Cover  
  5  
  H  
 
 
 
 
   Output    
 
 
 Description   Avago   US Digital 
 
 
 A, &#256;, B, b 
 0 
 N 
 
 
 A, &#256;, B, b, I, &#298; 
 4 
 I 
 
 
 
 
   Shaft Diameter    
 
 
 Description   Avago   US Digital 
 
 
  3/16"  
  05  
  188  
 
 
  1/4"  
  06  
  250  
 
 
  5/16"  
  07  
  312  
 
 
  3/8"  
  08  
  375  
 
 
  1/2"  
  09  
  500  
 
 
  5/8"  
  10  
  625  
 
 
  4mm  
  11  
  157  
 
 
  6mm  
  12  
  236  
 
 
  8mm  
  13  
  315  
 
 
 
 
   Resolution (CPR)    
 
 
 Description   Avago   US Digital 
 
 
 500 
 A 
 500 
 
 
 1000 
 B 
 1000 
 
 
 1024 
 J 
 1024 
 
 
 </description>
<category>Avago / Agilent / HP Compatible</category><pubDate>Thu, 14 Aug 2008 15:08:00 PDT</pubDate>
</item>
<item>
<title>Avago Compatibility HEDL-5XXX</title>
<link>http://usdigital.com/support/resource-library/avago-replacements/avago-compatibility-hedl-5xxx</link>
<description> HEDL-5500, HEDL-5505, HEDL-5540, HEDL-5545, HEDL-5600, HEDL-5605, HEDL-5640, HEDL-5645. 
 
 
 
  
  
 Part Number Comparison 
 
 
 In order for the E5D to be fully compatible with the HEDL-5XXX,  CA-C10-F-C10  must also be ordered separately 
   Avago / Agilent / HP Part Number   HEDL-5
 x   x   x  -
 x   x     US Digital Part Number   E5-
 x  -
 x  -
 x  - L -
 x  -
 x  - B     
 
  
  
 
  
 
 
   Mounting Type    
 
 
 Description   Avago   US Digital 
 
 
 Standard 
 5 
 D 
 
 
 Mounting Ears 
 6 
 G 
 
 
 
 
   Through Hole    
 
 
 Description   Avago   US Digital 
 
 
 No Hole 
 0 
 D 
 
 
 Hole In Cover 
 5 
 H 
 
 
 
 
   Outputs    
 
 
 Description   Avago   US Digital 
 
 
 A + B 
 0 
 N 
 
 
 A + B + I 
 4 
 I 
 
 
 
 
   Shaft Diameter    
 
 
 Description   Avago   US Digital 
 
 
 2mm 
 01 
 079 
 
 
 3mm 
 02 
 118 
 
 
 1/8" 
 03 
 125 
 
 
 5/32" 
 04 
 156 
 
 
 3/16" 
 05 
 188 
 
 
 1/4" 
 06 
 250 
 
 
 4mm 
 11 
 157 
 
 
 6mm 
 12 
 236 
 
 
 8mm 
 13 
 315 
 
 
 5mm 
 14 
 197 
 
 
 
 
   Resolution (CPR)    
 
 
 Description   Avago   US Digital 
 
 
 50 
 S 
 50 
 
 
 96 
 K 
 96 
 
 
 100 
 C 
 100 
 
 
 192 
 D 
 192 
 
 
 200 
 E 
 200 
 
 
 256 
 F 
 256 
 
 
 360 
 G 
 360 
 
 
 400 
 H 
 400 
 
 
 500 
 A 
 500 
 
 
 512 
 I 
 512 
 
 
 </description>
<category>Avago / Agilent / HP Compatible</category><pubDate>Thu, 14 Aug 2008 15:01:00 PDT</pubDate>
</item>
<item>
<title>USB1 to USB4 Upgrade Guide</title>
<link>http://usdigital.com/support/user-guides/usb1-to-usb4-upgrade-guide</link>
<description> This is&nbsp;the USB1 to USB4 Upgrade Guide. 
  USB1 to USB4 Upgrade Guide.pdf &nbsp;(46 KB) </description>
<category>User Guides</category><pubDate>Thu, 24 Jul 2008 11:38:00 PDT</pubDate>
</item>
<item>
<title>USB4 User Manual</title>
<link>http://usdigital.com/support/user-guides/usb4-user-manual</link>
<description> This is&nbsp;the User Manual version 1.4 for the USB4-S / USB4-D.&nbsp; 
  USB4 Manual.pdf (640 KB) 
 &nbsp; </description>
<category>User Guides</category><pubDate>Mon, 21 Jul 2008 06:44:00 PDT</pubDate>
</item>
<item>
<title>USB1 Manual</title>
<link>http://usdigital.com/support/user-guides/usb1-manual</link>
<description> This is the user manual for the USB1-S&nbsp;/ USB1-D. 
  USB1 Manual.pdf &nbsp;(157 KB) 
 &nbsp; </description>
<category>User Guides</category><pubDate>Tue, 01 Jul 2008 08:41:00 PDT</pubDate>
</item>
</channel>
</rss>