ADVERTISEMENT

Tollway operators on track to go cashless by Nov. 2

Published Aug 29, 2020 05:00 am

Toll expressways operators are on track to implement 100 percent cashless transactions on the government's November 2, 2020 deadline.

The Skyway system, the NAIA Expressway (NAIAX) South Luzon Expressway (SLEX), the STAR tollway and the Tarlac-Pangasinan-La Union Expressway (TPLEX) are all ready, San Miguel Corporation (SMC) president and chief operating officer Ramon S. Ang announced.

For its part, the Metro Pacific Tollways Corporation (MPTC) is also ready for cashless transactions.

“Our expressway network - the North Luzon Expressway, Subic-Clark-Tarlac Expressway, Manila-Cavite Expressway, and Cavite-Laguna Expressway is primed for cashless and contactless transactions,” announced Rodrigo E. Franco, MPTC President and CEO.  

Already, SMC has set up additional lanes on its expressways, reconfigured systems and installed Radio Frequency Identification (RFID) stickers for free on all types of vehicles.

“We have completed the reconfiguration of these cashless lanes to help ensure a smooth transition and hopefully, minimal delays for motorists,"  according to Ang. 

"Implementing this measure is a priority for us because it is in line with government health regulations and will better protect both our motorists and expressway employees.” 

“We support government policy to go cashless," he added.

"We believe it will stem the spread of the virus even as we keep transportation and mobility open and efficient." 

The public can now avail of  free RFID stickers at SMC's toll plazas. "There are no requirements, so it will be very quick and easy.” 

Todate, the Skyway has 130 Electronic Toll Collection (ETC)-capable lanes. At SLEX, 134 lanes are ETC-capable. All 36 lanes at the NAIAX and 58 lanes at STAR are already ETC capable. The TPLEX has 37 ETC lanes being upgraded to 52.

Toll tellers affected by lane automation will be reassigned to other areas of the tollways, including the new Skyway Stage 3 and the SMC Tollways’ RFID department.

“While this transition is necessary to help fight the spread of the virus, the welfare of our employees remains a priority for us, especially at this critical time," the SMC president underscored.

"Our employees will not be displaced. Instead, we will find postings for them that are suited to their skills and competency.” 

SMC has introduced a scheme called “RFID To Go” where the sticker can be installed at the lanes with a minimum P200 load for Class 1 vehicles, and an amount equivalent to farthest toll for Class 2 and 3 vehicles.

As for MPTC, groupwide RFID sticker installation campaign is on stream.

“Our groupwide RFID roll out is on track and we will be ready to implement contactless toll payments consistent with the timeline,” Franco noted.

“The MPTC tollway group will now accelerate all preparations to fully implement all-RFID transactions in our toll plazas.”

Roberto V. Bontia, concurrently heading CAVITEX and CALAX and head of MPTC’s RFID 100 Task Force, outlined MPTC’s preparations into four key elements: (1) Infrastructure Readiness, (2) Operational and Visibility Improvements, (3) Motorist Assistance, and (4) Manpower Re-equipping and Retooling.

The MPTC tollways are technically ready to shift from manual toll collection to full RFID-enabled system, Bontia confirmed.

Moreover, MPTC assures that any RFID sticker installed by its provider Easytrip Corporation, will be compatible throughout the MPTC network of expressways hence, a better customer experience overall.

The operator has also improved RFID signages to help direct motorists during the transition.  

Likewise, the RFID stickers are available to online and in 24x7 onsite installation sites, to ensure that they are expressway-ready. 

“Getting the free RFID sticker online thru Shopee, and installing it yourself, is the truly contactless and cashless way,” Bontia remarked.

For onsite options, more installation sites have been made available.  In addition  MPTC made arrangements for specialized groups such as trucking groups, public utility vehicles, homeowners’ associations and local government-based commuters. 

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.