Punto de Acceso/CPE Wi-Fi 6 Industrial, Doble Banda en 2.4 y 5 GHz, Hasta 300 m de Cobertura, Hasta 256 Usuarios Concurrentes, Redundancia de Enlace AlwaysConnected 1+1+

  • Wi-Fi 6 (doble banda 2.4/5 GHz) hasta 300 m de cobertura
  • Hasta 256 usuarios concurrentes
  • Tecnología AlwaysConnected 1+1+ para redundancia de enlace
  • Interfaz serial Profinet y RS-232/422/485
  • Diseño industrial robusto y compacto
  • Montaje en pared o riel DIN
  • Availability: In Stock
    $ 10,986.05 MXN + I.V.A

    El Altai M360-X es un cliente/punto de acceso Wi-Fi 6 industrial que fue diseñado específicamente para satisfacer la creciente demanda de automatización y digitalización industrial. Admite interfaz serial PROFINET y RS-232/422/485, lo que permite que los controladores de E/S y dispositivos como PLC, medidores, sensores o actuadores se comuniquen a través de la WLAN. Esto facilita la transformación de las líneas de producción tradicionales a redes OT industriales inteligentes.

    Gracias a su diseño robusto y compacto, junto con su montaje en riel DIN o en pared, el M360- X se puede integrar fácilmente en varios sistemas robóticos, como AGV, AMR, AS/RS y más. Al aprovechar la tecnología AlwaysConnected y de roaming rápido de Altai, el M360-X garantiza una conectividad inalámbrica robusta, confiable, fluida y de baja latencia, lo que permite el monitoreo en tiempo real y el control preciso de los sistemas de producción en las industrias de logística, almacenamiento y fabricación.

    '; } 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); } ); }