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: FAAC
Modelo: 7600525
CAPACITOR DE ARRANQUE 16 uF PARA BARRERAS 620/640
0
/
Existencias
Capacitor de arranque 16 uF para barreras 620/640
Tensión de alimentación 230 VAC ±6%/-10%, 50 Hz
Potencia absorbida de 200-220 W
Corriente absorbida de 1 A
Protección térmica a 120°C
Diseño compacto y eficiente para instalación fácil
Availability:
In Stock
$ 316.54 MXN
+ I.V.A
Cantidad
Agregar a Carrito
MAS DETALLES
Características Técnicas
Modelo:
7600525
Aplicación:
Barreras 620/640
Tensión de Alimentación:
230 Vac ±6%/-10%, 50 Hz
Potencia Absorbida:
200-220 W
Corriente Absorbida:
1 A
Protección Térmica:
120°C
'; } if(document.getElementById("botonlist"+id)) { document.getElementById("botonlist"+id).innerHTML = '
'; } var base_url = "https://www.softboxzac.mx/"; 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.softboxzac.mx/"; 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.softboxzac.mx/"; 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.softboxzac.mx/"; 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.softboxzac.mx/"; 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.softboxzac.mx/"; 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.softboxzac.mx/"; 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); } ); }