0
Nosotros
Contacto
Ubicación
Políticas
Términos y condiciones
Aviso de privacidad
Portal
Todas las categorias
Videovigilancia
Radiocomunicación
Redes e IT
GPS, Telemática y Equipamiento Vehicular
Energía / Herramientas
Automatización e Intrusión
Control de Acceso
Detección de Fuego
Herramientas, Ferretería y Material Eléctrico
Marketing
Cableado Estructurado
Audio y Video Profesional
Industria / BMS/ Robots
Categorías
Videovigilancia
Radiocomunicación
Redes e IT
GPS, Telemática y Equipamiento Vehicular
Energía / Herramientas
Automatización e Intrusión
Control de Acceso
Detección de Fuego
Herramientas, Ferretería y Material Eléctrico
Marketing
Cableado Estructurado
Audio y Video Profesional
Industria / BMS/ Robots
Servicios
Computadoras
Partes y accesorios
Reparacion
Impresoras
Partes y accesorios
Reparacion
Tinta y toner
Internet
Planes
Streaming
Tv
Suscripciones
0
Ver carrito
Iniciar
Inicia Sesion
Email address
Password
Olvido?
Login
Crear una cuenta
Marca: PRECISION
Modelo: PST-C040-01
Bolsa con 250 Terminales tipo Campanas / Capuchón para empalme final de cable calibre 14-22Awg
92
/
Existencias
250 terminales tipo campana por bolsa
Compatibles con cables calibre 14-22 AWG
Diseño tipo campana para conexión segura
Recubrimiento de PVC para aislamiento eficaz
Conector SC/APC para fibra óptica profesional
Ideal para electricidad residencial y comercial
Availability:
In Stock
$ 92.91 MXN
+ I.V.A
Cantidad
Agregar a Carrito
MAS DETALLES
Descripcion
Los terminales tipo campanas o capuchones están diseñados para facilitar empalmes finales seguros y profesionales en cables de calibre 14-22 AWG.
Fabricados con materiales duraderos, ofrecen protección contra cortocircuitos y garantizan conexiones limpias y confiables en cualquier entorno.
Aplicaciones
Ideales para Instalaciones Eléctricas, cerrar conexiones en sistemas residenciales, comerciales e industriales.
Útiles en ensamblajes y reparaciones de dispositivos electrónicos que requieran uniones.
Perfectos para trabajos de cableado en vehículos y maquinaria.
Gran opción para aficionados que buscan acabados profesionales en sus proyectos caseros.
Caracterisitcas
Fabricados en aleaciones de alta conductividad con recubrimiento de PVC, garantizando durabilidad y aislamiento efectivo.
Diseñados específicamente para cables de calibre 14-22 AWG.
Diseño Tipo Campana / Capuchón el cual Facilita el ajuste de los cables y asegura una conexión firme.
Compatible con herramientas de crimpar estándar, permitiendo empalmes rápidos y sencillos.
Protege contra daños externos y asegura conexiones libres de fallos.
'; } if(document.getElementById("botonlist"+id)) { document.getElementById("botonlist"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddCar?id='+id+'&cantidad='+cantidad+'&modelo='+modelo+'&sat_description='+sat_description+'&sat_key='+sat_key).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function addToFav (id) { if (document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = '
'; } if(document.getElementById("botonlist"+id)) { document.getElementById("botonlist"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddFav?id='+id).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function addToFavLocal (id) { if (document.getElementById("botonLocal"+id)) { document.getElementById("botonLocal"+id).innerHTML = '
'; } if(document.getElementById("botonlistLocal"+id)) { document.getElementById("botonlistLocal"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddFavLocal?id='+id).then(res => res.json()) .then ( data => { getToCar(()=>{ if (document.getElementById("botonLocal"+id)){document.getElementById("botonLocal"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlistLocal"+id)){document.getElementById("botonlistLocal"+id).innerHTML = 'Agregar';} }); } ) .catch ( error => { msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); } function getToCar (_callback) { var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/getCar').then(res => res.json()) .then ( data => { console.log(data); document.getElementById("car_get_products").innerHTML = data; if(document.getElementById("car_count_products0")) { if (document.getElementById("car_count_products")) { document.getElementById("car_count_products").innerHTML = document.getElementById("car_count_products0").value; } if (document.getElementById("car_count_products_mobile")) { document.getElementById("car_count_products_mobile").innerHTML = document.getElementById("car_count_products0").value; } } } ) .catch ( error => { if (document.getElementById("car_count_products")) { document.getElementById("car_count_products").innerHTML = 0; } if (document.getElementById("car_count_products_mobile")) { document.getElementById("car_count_products_mobile").innerHTML = 0; } } ) .finally ( () => { _callback(); } ); } getToCar(); function _delete (id, cantidad) { if (document.getElementById("boton_delete"+id)) { document.getElementById("boton_delete"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/RemoveItemCar?id_product='+id+'&cantidad='+cantidad).then(res => res.json()) .then ( data => { getToCar(); } ) .catch ( error => { msg("Ooops!","No hay coneccion con carrito de compras","error"); } ); } function _deleteLocal (id, cantidad) { if (document.getElementById("boton_delete"+id)) { document.getElementById("boton_delete"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/RemoveItemCarLocal?id='+id).then(res => res.json()) .then ( data => { getToCar(); } ) .catch ( error => { msg("Ooops!","No hay coneccion con carrito de compras","error"); } ); } function addToCar_locales (id) { var cantidad = 1; if (document.getElementById("cantidad"+id)) { cantidad = document.getElementById("cantidad"+id).value; } if (document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = '
'; } if(document.getElementById("boton"+id)) { document.getElementById("boton"+id).innerHTML = '
'; } var base_url = "https://www.compumousemx.com/"; fetch(base_url+'/all/ProductAddCar_locales?id='+id+'&cantidad='+cantidad).then(res => res.json()) .then ( data => { getToCar(); if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} } ) .catch ( error => { if (document.getElementById("boton"+id)){document.getElementById("boton"+id).innerHTML = 'Agregar';} if (document.getElementById("botonlist"+id)){document.getElementById("botonlist"+id).innerHTML = 'Agregar';} msg("Ooops!", "Primero inicie sesión", "error"); setTimeout(function() { window.location.href = '/all/login_mobile'; }, 500); } ); }