ADVERTISEMENT

Pasig LGU inaugurates new dry standpipe for community's safety against fires

Published Jun 20, 2024 04:41 am

The local government of Pasig City on Thursday, June 20, inaugurated a new dry standpipe system at Caparas Compound in Barangay San Miguel, Pasig City, to ensure the community’s safety against fire incidents.

IMG-e6c1fb8152a757ac7dbecf381a980f75-V.jpg

IMG-2ae9b4edf0dfacd692f0eb1f14cce7a3-V.jpg
Inauguration of 15 dry standpipe with Mayor Vico Sotto, VM Dodot Jaworski, and Cong. Roman Romulo at Caparas Compound, Brgy. San Miguel. (Photos from OVM Pasig Media/MANILA BULLETIN)

 

Pasig City Mayor Vico Sotto, along with other city government officials, led the ribbon-cutting ceremony for the newly installed dry standpipe.

“Sana ay h'wag magamit ang standpipe, pero mabuti na po 'yung handa tayo kaysa naman po mabigla tayo isang araw. Mabuti na po 'yung handa tayo na kung sakali man magkaroon ng sunog ay hindi na ito lumaki at maagapan ito at magawan kaagad ng paraan ng mga bumbero (Even though we installed dry standpipes here, we are still praying that they will not be used, however it is better to be prepared than to be surprised one day. If there is a fire, it will help prevent it from spreading and allow firefighters to act quickly and extinguish it),” Sotto said.

Chief Operations Officer of Pasig City Disaster Risk Reduction Management Office (DRRMO) Ronald Galicia said the standpipe system is also part of the city's disaster preparedness project, especially in areas that can not be accessed by fire trucks, such as narrow streets, alleys, and lanes.

“So sa pamamagitan po ng dry standpipe na ‘to, malaking tulong po Ito. Yung tinatawag nilang siamese twins, doon po isinasaksak 'yung hose na galing po sa firetruck at doon po manggagaling 'yung tubig at lalabas po rito sa mga nakalatag na fire cabinets of fire hose (This dry standpipe is a significant help. They call it siamese twins, the part of the system where hoses from fire trucks are being connected to, supplying water to cabinets of fire hose strategically placed around the area),” he said.

“It was situated 100 feet away. Talagang naka-strategic location po ‘yan na magkaka-overlapping para kahit saan man ang sunog mangyari, eh magagamit po natin 'yung mga hoses na ‘yan. Nakalatag po siya [hoses] in such a way na kahit saang kanto po ay p'wedeng maapula ang apoy (The standpipe was situated 100 feet apart. They are in strategic locations so no matter where a fire occurs, we can use the hoses to extinguish it),” Galicia added.

Vice Mayor Dodot Jaworski said that 15 fire hose cabinets were installed in the compound, protecting over 400 families from potential fire incidents.

He urged residents to take care of the system, as they are the ones who will benefit from it.

“Makikiusap lang po ako dahil mayroon na po kaming na-install na ganiyan sa ibat-ibang lugar, minsan 'yung ibang mga bata pinaglalaruan, minsan nababasag o nasisira. Yung iba pinag-iinteresan pa 'yung bakal-bakal. Tandaan po natin kapag ‘yan po ay nasira at may sunog dito, pamilya po ninyo ang masasaktan kaya sana pagsabihan natin 'yung mga bata na alagaan po natin ang mga ito dahil ito ay para sa kaligtasan ng bawat isa sa atin dito sa inyong lugar (I ask everyone to please take care of this system. We have installed similar systems in other areas, and sometimes children play with them, causing damage. Some people even steal parts. Remember, if it is damaged and a fire occurs, your family will be in danger. Please talk to the children about taking care of this equipment because it is for everyone's safety,” the vice mayor said.

Related Tags

metro news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.