TUBERÍAS PP-RCT BETA NUCLEADO, S-5, PN-10, LÍNEA AZUL EN ROLLOS

Las tuberías BETA PP-RCT BETA NUCLEADO S-5 Línea AZUL EN ROLLOS  son las que ofrecen el mejor comportamiento al momento de transportar fluidos con presión con y sin temperatura, en conjunto con los fittings BETA PP-RCT hacen un sistema único e inmejorable de transporte de agua y otros fluidos, alcanzando la máxima clasificación indicada por la normativa NCh 3151 parte 1 y 2 para los polipropilenos.

Categorías: ,

Especificaciones Técnicas

<TUBERÍA EN ROLLOS

DIÁMETRO CÓDIGO UNIDAD ROLLOS / METROS PRECIO X METRO
16mm 2000009110-1116 1 200 1.093
20mm 2000009110-1120 1 200 1.366
25mm 2000009110-1125 1 50 2.100
32mm 2000009110-1132 1 30 3.480

 

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