UNIÓN AMERICANA PP-R FUSIÓN CUERPO METÁLICO FUSIÓN HI CLASE: 2,70°C, 8 BAR; 20°C 20 BAR

Categoría:

Especificaciones Técnicas

Unión Americana PP-R Fusión Cuerpo Metálico Fusión HI

CLASE: 2,70°C, 8 BAR; 20°C 20 BAR

DIMENSIÓN CÓDIGO UNIDAD PRECIO UNITARIO
UNIÓN AMERICANA 20mm x 1/2” HI 6000003005-2012 1 7.858
UNIÓN AMERICANA 25mm x 3/4” HI 6000003005-2534 1 10.128
UNIÓN AMERICANA 32mm x 1” HI 6000003005-3210 1 10.218
UNIÓN AMERICANA 40mm x 1 1/4” HI 6000003005-4114 1 21.286
UNIÓN AMERICANA 50mm x 1 1/2” HI 6000003005-5112 1 36.902
UNIÓN AMERICANA 63mm x 2” HI 6000003005-6320 1 63.797

 

const registerAllyAction = () => { if ( ! window?.elementorAppConfig?.hasPro || ! window?.elementorFrontend?.utils?.urlActions ) { return; } elementorFrontend.utils.urlActions.addAction( 'allyWidget:open', () => { if ( window?.ea11yWidget?.widget?.open ) { window.ea11yWidget.widget.open(); } } ); }; const waitingLimit = 30; let retryCounter = 0; const waitForElementorPro = () => { return new Promise( ( resolve ) => { const intervalId = setInterval( () => { if ( retryCounter === waitingLimit ) { resolve( null ); } retryCounter++; if ( window.elementorFrontend && window?.elementorFrontend?.utils?.urlActions ) { clearInterval( intervalId ); resolve( window.elementorFrontend ); } }, 100 ); // Check every 100 milliseconds for availability of elementorFrontend }); }; waitForElementorPro().then( () => { registerAllyAction(); });