Free Consultation
info@elitasrcs.com | ➀ +91-9076611766 ➁ +91-9076611767
Regulatory Notification

BIS Certification for Glass-Fibre Reinforced Plastics (Grp) Pipes, Joints and Fittings for Use for Potable Water Supply IS 12709

BIS Certification for IS 12709

GET BIS CERTIFICATION FOR GLASS-FIBRE REINFORCED PLASTICS (GRP) PIPES, JOINTS AND FITTINGS FOR USE FOR POTABLE WATER SUPPLY IS 12709:1994

 

GRP stands for Glass Reinforced Plastic. It is also called as fiberglass, composite plastic or FRP. It is strong, extremely light and highly versatile. GRP behaves differently from conventional thermoplastics that are used in everyday objects. This means that it has properties that are useful for a number of applications in many industries.

Potable water, also known as drinking water, comes from surface and ground sources and is treated to levels that that meet state and federal standards for consumption. Water from natural sources is treated for microorganisms, bacteria, toxic chemicals, viruses and fecal matter. Glass Reinforced Plastic is used for making pipes, joints and fittings for supply of potable drinking water.

 

BIS is a statutory institution established under the Bureau of Indian Standards Act,1986  to promote harmonious development of the activities of standardization, marking and quality certification of goods and attending to connected matters in the country.

Glass-fibre reinforced plastics (GRP) pipes, joints and fittings for use for potable water supply product has been specified in IS 12709:1994 by Bureau of Indian Standards.

SCOPE :

1.1 This specification covers requirements for materials, dimensions, classification, testing and type of joints of machine-made pipes with glass fiber reinforced thermosetting resin with or without aggregate filler having nominal diameter from 200mm to 3 000 mm for use at pressure up to 1 500 kPa for conveyance of potable water.

1.2 Provisions relating 10 fittings fabricated from GRP pipes or by moulding process have also been covered.

REFERENCES :

 

IS 5382 : 1985 Rubber sealing rings for gas mains, water mains and sewers

IS 6746 : 1994 Unsaturated polyester resin systems for low pressure fiber reinforced plastic

IS 9845 : 1986 Method of analysis for the determination of and/or overall migration of constituents of plastic materials and articals intended to come into contact with foodstuffs

IS 11273 : 1992 Woven roving fabrics of `E glass fibre

IS 11320 : 1985 Glass fibre rovings for the reinforcement of polyester and epoxide resin systems

IS 11551 : 1986 Glass fiber chopped strand mat for the reinforcement of polyester resin system.

RAW MATERIALS :

 

·       Resin - Clause 6.1 of IS 12709 : 1994 and IS 6746

·       Glass Fibre Reinforcement – Clause 6.2 of IS 12709 :1994 and IS 11273, IS 11320 or IS 11551

·       Aggregates – Clause 6.3.1 of IS 12709: 1994

·       Filler - Clause 6.3.2 of IS 12709: 1994

·       Additives - Clause 6.3.3 of IS 12709: 1994

 

 

TESTING PARAMETERS :

 

·       Resin

·       Glass Fibre Reinforced

·       Aggregates

·       Fillers

·       Additives

·       Diameter

·       Length

·       Out of Squareness

·       Wall Thickness

·       Workmanship

·       Pipe Stiffness

·       Soundness

·       Longitudinal Strength

·       Hoop Tensile Strength

·       Long Term Hydrostatic Design Pressure Test

·       Potability of Water

 

POSSIBLE TESTS IN A DAY :

40) { header.classList.add('scrolled'); } else { header.classList.remove('scrolled'); } let winScroll = document.body.scrollTop || document.documentElement.scrollTop; let height = document.documentElement.scrollHeight - document.documentElement.clientHeight; let scrolled = (winScroll / height) * 100; progressBar.style.width = scrolled + "%"; }); // 1.b Hide Floating Button when Offcanvas opens const offcanvasForm = document.getElementById('expertFormOffcanvas'); const sideBtn = document.querySelector('.side-contact-btn'); if(offcanvasForm && sideBtn) { offcanvasForm.addEventListener('show.bs.offcanvas', () => { sideBtn.style.opacity = '0'; sideBtn.style.pointerEvents = 'none'; }); offcanvasForm.addEventListener('hidden.bs.offcanvas', () => { sideBtn.style.opacity = '1'; sideBtn.style.pointerEvents = 'auto'; }); } // 2. Dynamic ToC Generation (Replaces hardcoded HTML) const articleContainer = document.querySelector('.article-content'); const desktopTocContainer = document.getElementById('toc-nav'); const mobileTocContainer = document.querySelector('.mobile-toc-nav'); if (articleContainer) { // Find the intro div and all h2/h3 elements const headings = articleContainer.querySelectorAll('#section-intro, h2, h3'); if (desktopTocContainer) desktopTocContainer.innerHTML = ''; if (mobileTocContainer) mobileTocContainer.innerHTML = ''; headings.forEach((heading) => { // Auto-generate ID if missing if (!heading.id) { heading.id = heading.textContent.trim().toLowerCase().replace(/[^a-z0-9]+/g, '-'); } // Create Desktop Link (direct to match your CSS) const desktopLink = document.createElement('a'); desktopLink.href = `#${heading.id}`; desktopLink.textContent = heading.id === 'section-intro' ? 'Introduction' : heading.textContent; desktopLink.className = 'toc-link'; // Indent h3 tags for nested visual hierarchy if (heading.tagName.toLowerCase() === 'h3') { desktopLink.style.paddingLeft = '30px'; desktopLink.style.fontSize = '12.5px'; } if (desktopTocContainer) desktopTocContainer.appendChild(desktopLink); // Create Mobile Offcanvas Link const mobileLink = document.createElement('a'); mobileLink.href = `#${heading.id}`; mobileLink.textContent = desktopLink.textContent; mobileLink.className = 'toc-link text-decoration-none text-dark'; mobileLink.setAttribute('data-bs-dismiss', 'offcanvas'); if (heading.tagName.toLowerCase() === 'h3') { mobileLink.style.paddingLeft = '30px'; mobileLink.style.fontSize = '14px'; } if (mobileTocContainer) mobileTocContainer.appendChild(mobileLink); }); } // 3. Smooth Scrolling for ToC Links document.querySelectorAll('.toc-link').forEach(anchor => { anchor.addEventListener('click', function (e) { if(this.getAttribute('href').startsWith('#')) { e.preventDefault(); const targetId = this.getAttribute('href'); const targetElement = document.querySelector(targetId); if(targetElement){ const headerOffset = 100; const elementPosition = targetElement.getBoundingClientRect().top; const offsetPosition = elementPosition + window.pageYOffset - headerOffset; window.scrollTo({ top: offsetPosition, behavior: "smooth" }); } } }); }); // 4. Intersection Observer for the "Soft Pill" Active State const sections = document.querySelectorAll('.article-content h2, .article-content h3, #section-intro'); const navLinks = document.querySelectorAll('.toc-aside .toc-link'); const navContainer = document.getElementById('toc-nav'); const observerOptions = { root: null, rootMargin: '-120px 0px -60% 0px', threshold: 0 }; const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { navLinks.forEach(link => link.classList.remove('active')); const activeId = entry.target.getAttribute('id'); const activeLink = document.querySelector(`.toc-aside .toc-link[href="#${activeId}"]`); if (activeLink) { activeLink.classList.add('active'); // Move the pseudo-element pill highlight const linkRect = activeLink.getBoundingClientRect(); const containerRect = navContainer.getBoundingClientRect(); const relativeTop = linkRect.top - containerRect.top; navContainer.style.setProperty('--pill-top', `${relativeTop}px`); navContainer.style.setProperty('--pill-height', `${linkRect.height}px`); navContainer.style.setProperty('--pill-opacity', `1`); } } }); }, observerOptions); sections.forEach(section => observer.observe(section)); // Initialize pill on load setTimeout(() => { const firstLink = navLinks[0]; if(firstLink) { firstLink.classList.add('active'); const linkRect = firstLink.getBoundingClientRect(); const containerRect = navContainer.getBoundingClientRect(); navContainer.style.setProperty('--pill-top', `${linkRect.top - containerRect.top}px`); navContainer.style.setProperty('--pill-height', `${linkRect.height}px`); navContainer.style.setProperty('--pill-opacity', `1`); } }, 100); });

Need Compliance Help?

Fill out the form below and one of our regulatory experts will contact you shortly.

Expo Event