UNIÓN AMERICANA PP-R FUSIÓN CUERPO METÁLICO FUSIÓN HE 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 HE

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

DIMENSIÓN CÓDIGO UNIDAD PRECIO UNITARIO
UNIÓN AMERICANA 20mm x 1/2” HE 6000003015-2012 1 6.954
UNIÓN AMERICANA 25mm x 3/4” HE 6000003015-2534 1 9.013
UNIÓN AMERICANA 32mm x 1” HE 6000003015-3210 1 10.747
UNIÓN AMERICANA 40mm x 1 1/4” HE 6000003015-4114 1 20.159
UNIÓN AMERICANA 50mm x 1 1/2” HE 6000003015-5112 1 28.112
UNIÓN AMERICANA 63mm x 2” HE 6000003015-6320 1 46.510

 

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