Italsensor TKW615HT - Hollow Shaft Encoder
TKW6151HT – TKW6152HT – TKW6161HT – TKW6162HT
Optical incremental enconder – Hollow through shaft
Hollow through shaft encoder for general industrial applications.
Body diameter (mm) 63,5
Diameter shaft (mm) 8, 10, 12.7
Resolution (PPR) max 3600
Interface LD, LD2, PP2, OC, OP, NPN, PNP
MECHANICAL SPECIFICATIONS
Dimensions: see drawings
Shaft: stainless steel
Shaft loading: axial 200N; radial 200N
Shaft Rotation Speed: 10.000 RPM to short cycle time; 6000 RPM continuous
Starting torque a 25° C: 0,035 Nm
Moment of inertia: 60g cm²
Bearings life: 5 x 10^9 revolutions (minimum)
Weight: ~ 0,3 kg
ELECTRICAL SPECIFICATIONS
Output frequency: up to 100 kHz
Sinchronous index output: on channel A default; B or A+B Optional
Supply current without load: 150 mA max
Protection: short circuit protection (only output LD2 and PP2) against inversion of polarity (except 5Vcc)
MATERIALS
Flange: aluminium non corroding
Housing: Polyamid 66 (PA66)
ENVIRONMENTAL SPECIFICATIONS
Operating temperature range: -10°C ÷ +70°C
Storage temperature range: -30°C ÷ +80°C
Relative humidity: 98% RH without condensing
Vibrations: 10 g (from 10 up to 2.000 Hz)
Schock: 20 g (for 11 ms)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>FAQ - TKW6151HT Optical Incremental Encoder</title> <style> body { font-family: Arial, sans-serif; margin: 20px; padding: 20px; background-color: #f9f9f9; } .faq-container { max-width: 800px; margin: auto; } .faq-question { background-color: #0073e6; color: white; padding: 15px; margin: 5px 0; border: none; width: 100%; text-align: left; cursor: pointer; font-size: 18px; border-radius: 5px; } .faq-answer { display: none; padding: 15px; background-color: white; border-left: 3px solid #0073e6; border-radius: 5px; margin-bottom: 5px; } </style> </head> <body> <div class="faq-container"> <h2>Frequently Asked Questions</h2> <button class="faq-question">What is the TKW6151HT Optical Incremental Encoder?</button> <div class="faq-answer"> <p>The **TKW6151HT**, **TKW6152HT**, **TKW6161HT**, and **TKW6162HT** are **hollow through shaft optical incremental encoders** designed for **general industrial applications**. They offer **high precision and durability**, supporting various industrial automation setups.</p> </div> <button class="faq-question">What shaft diameters are available?</button> <div class="faq-answer"> <p>The encoder is available with **8mm, 10mm, and 12.7mm shaft options**.</p> </div> <button class="faq-question">What is the maximum resolution (PPR) of this encoder?</button> <div class="faq-answer"> <p>The maximum **Pulses Per Revolution (PPR)** for this encoder is **3600**.</p> </div> <button class="faq-question">What is the operating voltage range?</button> <div class="faq-answer"> <p>The encoder supports **5V, 11-30V, and 24/5V power supplies**, providing flexibility for different industrial setups.</p> </div> <button class="faq-question">What is the shaft rotational speed?</button> <div class="faq-answer"> <p>The shaft can rotate at:</p> <ul> <li>**10,000 RPM** for short cycles</li> <li>**6,000 RPM** for continuous operation</li> </ul> </div> <button class="faq-question">What is the material of the encoder?</button> <div class="faq-answer"> <p>The encoder is made from **non-corroding aluminium** for the flange and **Polyamide 66 (PA66)** for the housing.</p> </div> <button class="faq-question">What environmental conditions can this encoder withstand?</button> <div class="faq-answer"> <p>The encoder is designed for industrial use and can operate under the following conditions:</p> <ul> <li>Operating temperature: **-10°C to +70°C**</li> <li>Storage temperature: **-30°C to +80°C**</li> <li>Humidity: **98% RH (non-condensing)**</li> <li>Vibration resistance: **10g (10 to 2,000 Hz)**</li> <li>Shock resistance: **20g (for 11ms)**</li> </ul> </div> <button class="faq-question">Does this encoder have short circuit protection?</button> <div class="faq-answer"> <p>Yes, the **LD2 and PP2 outputs** come with **short circuit protection**, but **5V power supply is not protected against inversion of polarity**.</p> </div> <button class="faq-question">What industries and applications is this encoder suitable for?</button> <div class="faq-answer"> <p>This encoder is ideal for use in:</p> <ul> <li>**Automated manufacturing and robotics**</li> <li>**Industrial machinery and automation systems**</li> <li>**Conveyor systems and material handling**</li> <li>**CNC machines and precision engineering**</li> </ul> </div> </div> <script> document.querySelectorAll(".faq-question").forEach(button => { button.addEventListener("click", function() { this.nextElementSibling.style.display = this.nextElementSibling.style.display === "block" ? "none" : "block"; }); }); </script> </body> </html>