TPS M (HSS) - Carbide.tools
Бренд: Iscar

TPS M (HSS)

DIN 13 HSS Spiral Flute Machine Taps - Metric Coarse Threads for a Wide Range of Materials(+)
В наличии

Краткое описание

DIN 13 HSS Spiral Flute Machine Taps - Metric Coarse Threads for a Wide Range of Materials(+)

Описание

  Designation  TDZ TP OAL THL LUDCONMSNOF  DRVS Pre-holeStandardCSP  Tough ‹————› Hard
Grade & Vc     Click on Grade No. for Cutting Speed
  TPS M-2X0.4-M    M20.40045.008.013.02.8032.101.60DIN 3710HE HEST HETI 
  TPS M-2.2X0.45-M    M2.20.45045.008.013.02.8032.101.75DIN 3710HE HEST HETI 
  TPS M-2.3X0.4-M    M2.30.40045.008.013.02.8032.101.90DIN 3710HE HEST HETI 
  TPS M-2.5X0.45-M    M2.50.45050.009.015.02.8032.102.05DIN 3710HE HEST HETI 
  TPS M-2.6X0.45-M    M2.60.45050.009.015.02.8032.102.10DIN 3710HE HEST HETI 
  TPS M-3X0.5-M    M30.50056.006.018.03.5032.702.50DIN 3710HE HEST HETI 
  TPS M-3.5X0.6-M    M3.50.60056.007.020.04.0033.002.90DIN 3710HE HEST HETI 
  TPS M-4X0.7-M    M40.70063.007.021.04.5033.403.30DIN 3710HE HEST HETI 
  TPS M-4.5X0.75-M    M4.50.75070.008.025.06.0034.903.70DIN 3710HE HEST HETI 
  TPS M-5X0.8-M    M50.80070.008.025.06.0034.904.20DIN 3710HE HEST HETI 
  TPS M-6X1.0-M    M61.00080.0010.030.06.0034.905.00DIN 3710HE HEST HETI 
  TPS M-7X1.0-M    M71.00080.0010.030.07.0035.506.00DIN 3710HE HEST HETI 
  TPS M-8X1.25-M    M81.25090.0013.035.08.0036.206.80DIN 3710HE HEST HETI 
  TPS M-9X1.25-M    M91.25090.0013.035.09.0037.007.80DIN 3710HE HEST HETI 
  TPS M-10X1.5-M    M101.500100.0015.039.010.0038.008.50DIN 3710HE HEST HETI 
  TPS M-11X1.5-M    M111.500100.0017.0-8.0036.209.50DIN 3760HE HEST HETI 
  TPS M-12X1.75-M    M121.750110.0018.0-9.0037.0010.20DIN 3760HE HEST HETI 
  TPS M-14X2.0-M    M142.000110.0020.0-11.0039.0012.00DIN 3760HE HEST HETI 
  TPS M-16X2.0-M    M162.000110.0020.0-12.0039.0014.00DIN 3760HE HEST HETI 
  TPS M-16X2.0-M-B    M162.000110.0020.0-12.0039.0014.00DIN 3761HE 
  TPS M-18X2.5-M    M182.500125.0025.0-14.00411.0015.50DIN 3760HE HEST HETI 
  TPS M-18X2.5-M-B    M182.500125.0025.0-14.00411.0015.50DIN 3761HE 
  TPS M-20X2.5-M    M202.500140.0025.0-16.00412.0017.50DIN 3760HE HEST HETI 
  TPS M-20X2.5-M-B    M202.500140.0025.0-16.00412.0017.50DIN 3761HE 
  TPS M-22X2.5-M    M222.500140.0025.0-18.00414.5019.50DIN 3760HE HEST HETI 
  TPS M-22X2.5-M-B    M222.500140.0025.0-18.00414.5019.50DIN 3761HE 
  TPS M-24X3.0-M    M243.000160.0030.0-18.00414.5021.00DIN 3760HE HEST HETI 
  TPS M-24X3.0-M-B    M243.000160.0030.0-18.00414.5021.00DIN 3761HE 
  TPS M-27X3.0-M    M273.000160.0030.0-20.00416.0024.00DIN 3760HE HEST HETI 
  TPS M-30X3.5-M    M303.500180.0035.0-22.00418.0026.50DIN 3760HE  { thumb.classList.remove('active'); }); // Добавляем активный класс текущей миниатюре if (thumbnail) { thumbnail.classList.add('active'); } } // Кнопка наверх window.addEventListener('scroll', function() { const scrollBtn = document.getElementById('scrollToTop'); if (window.pageYOffset > 300) { scrollBtn.classList.add('show'); } else { scrollBtn.classList.remove('show'); } }); document.getElementById('scrollToTop')?.addEventListener('click', function() { window.scrollTo({ top: 0, behavior: 'smooth' }); }); // Функция для открытия попапа заказа товара function openProductOrderPopup(productId) { document.getElementById('order_product_id').value = productId; document.getElementById('productOrderPopup').classList.add('active'); document.body.style.overflow = 'hidden'; } // Обработка формы заказа товара document.getElementById('productOrderForm')?.addEventListener('submit', function(e) { e.preventDefault(); const formData = new FormData(this); fetch('/includes/mail.php', { method: 'POST', body: formData }) .then(response => response.json()) .then(data => { if (data.success) { closeAllPopups(); document.getElementById('successPopup').classList.add('active'); this.reset(); } else { alert('Ошибка: ' + (data.error || 'Неизвестная ошибка')); } }) .catch(error => { console.error('Error:', error); alert('Произошла ошибка при отправке'); }); }); // Обработка контактной формы document.getElementById('productContactForm')?.addEventListener('submit', function(e) { e.preventDefault(); const formData = new FormData(this); formData.append('type', 'contact'); fetch('/includes/mail.php', { method: 'POST', body: formData }) .then(response => response.json()) .then(data => { if (data.success) { /* alert('Спасибо! Мы свяжемся с вами в ближайшее время.');*/ this.reset(); // Сброс файлового инпута const fileInput = this.querySelector('input[type="file"]'); if (fileInput) { fileInput.value = ''; const fileLabel = this.querySelector('.file-label span'); if (fileLabel) { fileLabel.textContent = 'Прикрепить файл'; } } } else { alert('Ошибка: ' + (data.error || 'Неизвестная ошибка')); } }) .catch(error => { console.error('Error:', error); alert('Произошла ошибка при отправке'); }); }); // Обработка файла document.getElementById('file-upload')?.addEventListener('change', function() { const label = this.closest('.form-group--file').querySelector('.file-label span'); if (this.files.length > 0) { label.textContent = this.files[0].name; } else { label.textContent = 'Прикрепить файл'; } }); // Функции для попапов (если не загрузились из popup.js) function openPopup(type) { closeAllPopups(); let popupId; switch(type) { case 'callback': popupId = 'callbackPopup'; break; case 'success': popupId = 'successPopup'; break; default: return; } const popup = document.getElementById(popupId); if (popup) { popup.classList.add('active'); document.body.style.overflow = 'hidden'; } } function closeAllPopups() { document.querySelectorAll('.popup').forEach(popup => { popup.classList.remove('active'); }); document.body.style.overflow = ''; } // Обработка формы обратного звонка document.getElementById('callbackForm')?.addEventListener('submit', function(e) { e.preventDefault(); const formData = new FormData(this); fetch('/includes/mail.php', { method: 'POST', body: formData }) .then(response => response.json()) .then(data => { if (data.success) { closeAllPopups(); openPopup('success'); this.reset(); } else { alert('Ошибка: ' + (data.error || 'Неизвестная ошибка')); } }) .catch(error => { console.error('Error:', error); alert('Произошла ошибка при отправке'); }); }); // Закрытие попапов document.querySelectorAll('.popup__close').forEach(btn => { btn.addEventListener('click', closeAllPopups); }); document.querySelectorAll('.popup').forEach(popup => { popup.addEventListener('click', function(e) { if (e.target === this) { closeAllPopups(); } }); }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeAllPopups(); } });