KIT STUB END ELECTROFUSIÓN HDPE-FLANGE ISO DIN

Especificaciones Técnicas

 

 

KIT STUB END ELECTROFUSIÓN HDPE-FLANGE ISO DIN
DIMENSIÓN CÓDIGO ISO / DIN UNIDAD PRECIO ISO / DIN
FLANGE + STUBEND 110mm EF PE100, PN-16 3900002029-0110 1 19.278
FLANGE + STUBEND 160mm EF PE100, PN-16 3900002029-0160 1 27.488
FLANGE + STUBEND 200mm EF PE100, PN-16 3900002029-0200 1 42.926
FLANGE + STUBEND 250mm EF PE100, PN-16 3900002029-0250 1 57.345
FLANGE + STUBEND 355mm EF PE100, PN-16 3900002029-0355 1 78.438
FLANGE + STUBEND 450mm EF PE100, PN-16 3900002029-0450 1 273.159

 

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