TSMW60P-PRDP PROFIBUS/DEVICENET
Italsensor TSMW60P - PRDP Profibus / Devicenet Absolute Hollow Shaft Encoder
Optical multiturn absolute encoder – Hollow shaft
Multiturn programmable absolute encoder for industrial applications
Body diameter (mm): 65
Diameter shaft (mm): 8, 10, 11, 12, 14 (depth 25)
Resolution (PPR): max 8192/4096
Available codes: B,G (programmable)
Encoder Profibus DP
(PNO Profile class 2)
Addressing: 0-99 (adjustable by dip-switches)
Baud-Rate: from 9.6 kbit/s up to 12 Mbit/s
Encoder DeviceNET
(CAN-Bus-Interface ISO/DIS 11898)
Addressing: 0-63 (adjustable by dip-switches)
Baud-Rate: 125 kbaud (line length up to 500 m)
250 kbaud (line length up to 250 m)
500 kbaud (line length up to 100 m)
MECHANICAL SPECIFICATIONS
Dimensions: see drawings
Shaft: stainless steel
Permissible angular acceleration: 10^4 rad/s²
Moment of inertia: typically 2.5 x 10^-6 kg m²
Shaft Rotation Speed: 6000 RPM continuous
Bearings life: >= 3.9 x 10^10 revolutions (minimum) @ <= 3000 RPM, <= 60°C
Starting torque: 2 Ncm
Weight: ~ 0,7 kg
ELECTRICAL SPECIFICATIONS
STD code: GRAY – BINARY – BCD
Options: programmable count direction and position preset
Protection: against inversion of polarity
Potenza (without load): < 4W
MATERIALS
Flange: aluminium non corroding
Housing: alluminio verniciato nero
ENVIRONMENTAL SPECIFICATIONS
Operating temperature range: -20°C ÷ +70°C
Storage temperature range: -30°C ÷ +80°C
Relative humidity: 98% RH without condensing
Vibrations: DIN EN 60068-2-6
Shock: DIN EN 60068-2-27
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>FAQ - Italsensor TSMW60P Profibus / Devicenet Absolute Hollow Shaft 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 Italsensor TSMW60P Profibus / Devicenet Absolute Hollow Shaft Encoder?</button> <div class="faq-answer"> <p>The **Italsensor TSMW60P** is a **programmable multi-turn absolute hollow shaft encoder**, designed for industrial automation. It supports **Profibus DP and DeviceNET communication protocols**, making it ideal for integration into **modern industrial control systems**.</p> </div> <button class="faq-question">What shaft sizes are available?</button> <div class="faq-answer"> <p>The encoder is available with **shaft diameters of 8mm, 10mm, 11mm, 12mm, and 14mm**, with a depth of **25mm**.</p> </div> <button class="faq-question">What is the resolution of the TSMW60P encoder?</button> <div class="faq-answer"> <p>The encoder provides a maximum resolution of **8192/4096 PPR (Pulses Per Revolution)**.</p> </div> <button class="faq-question">What communication protocols does the encoder support?</button> <div class="faq-answer"> <ul> <li>**Profibus DP** (PNO Profile Class 2) with adjustable addressing **(0-99 via dip switches)**</li> <li>**DeviceNET** (CAN-Bus Interface ISO/DIS 11898) with adjustable addressing **(0-63 via dip switches)**</li> </ul> </div> <button class="faq-question">What are the baud rates for Profibus and DeviceNET?</button> <div class="faq-answer"> <ul> <li>**Profibus DP:** 9.6 kbit/s up to 12 Mbit/s</li> <li>**DeviceNET:** <ul> <li>125 kbaud (line length up to 500m)</li> <li>250 kbaud (line length up to 250m)</li> <li>500 kbaud (line length up to 100m)</li> </ul> </li> </ul> </div> <button class="faq-question">What are the mechanical specifications?</button> <div class="faq-answer"> <ul> <li>**Body Diameter:** 65 mm</li> <li>**Shaft Material:** Stainless Steel</li> <li>**Max Shaft Rotation Speed:** 6000 RPM (continuous)</li> <li>**Bearings Life:** ≥ 3.9 × 10¹? revolutions at ≤ 3000 RPM, ≤ 60°C</li> <li>**Permissible Angular Acceleration:** 10? rad/s²</li> <li>**Moment of Inertia:** 2.5 × 10?? kg m²</li> <li>**Starting Torque:** 2 Ncm</li> <li>**Weight:** ~0.7 kg</li> </ul> </div> <button class="faq-question">What are the electrical specifications?</button> <div class="faq-answer"> <ul> <li>**Standard Codes:** GRAY, Binary, BCD</li> <li>**Programmable Features:** Count direction and position preset</li> <li>**Power Consumption (without load):** < 4W</li> <li>**Polarity Protection:** Yes</li> </ul> </div> <button class="faq-question">What materials are used for the housing and flange?</button> <div class="faq-answer"> <ul> <li>**Flange:** Non-corroding aluminium</li> <li>**Housing:** Black-painted aluminium</li> </ul> </div> <button class="faq-question">What is the operating temperature range?</button> <div class="faq-answer"> <p>The encoder operates within a **temperature range of -20°C to +70°C** and can be stored safely between **-30°C to +80°C**.</p> </div> <button class="faq-question">How resistant is the encoder to vibration and shock?</button> <div class="faq-answer"> <ul> <li>**Vibration Resistance:** DIN EN 60068-2-6</li> <li>**Shock Resistance:** DIN EN 60068-2-27</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>



