ADVERTISEMENT

ICTSI poured over P900-M IT investments in Manila flagship in last 10 years

Published May 11, 2022 02:54 pm

International Container Terminal Services, Inc. (ICTSI) invested more than P900 million (USD20 million) in information technology (IT) for its flagship Manila International Container Terminal (MICT) over the last 10 years.

“The hefty investments in technology are meant to crisis-proof the terminal, safeguard shipments and system processes, maximize the efficiency of its operations and maintain ICTSI’s world-class brand of customer service,” Christian R. Gonzalez, ICTSI executive vice president, disclosed Wednesday, May 11.

ICTSI makes weighty IT investments for Manila flagship

To make MICT the first smart port in the Philippines, ICTSI last year partnered with PLDT for the roll out of 5G at the terminal.

Now, MICT uses 5G technology to automatically weigh containers using spreader load cells in rubber tired gantries (RTG).

This feature shortens truck drivers’ stay at the port as they no longer need to queue to use the terminal’s weigh bridges.

Other 5G-integrated projects in the pipeline include truck driver messaging, remote safety monitoring using intelligent surveillance systems and remote crane monitoring using Internet of Things devices and sensors.

These improve safety and efficiency of port operations while reducing foot traffic inside the terminal.

Back in 2015, ICTSI launched the Terminal Appointment Booking System (TABS) at MICT to facilitate the seamless flow of cargo in and out of the port.

The MICT is currently working on the TABS Manifesting System, which automatically captures container data and truck plate numbers during the booking process.

Once the system is deployed, drivers no longer have to input anything in the terminal kiosks upon their arrival.

A new MICT app is also under development to give port users access to several services like Track & Trace across multiple ICTSI terminals, online payment and eventually, TABS booking.

It will also include features like GPS location and ETA, geofenced gate-in and yard locations for drivers.

To improve its enterprise resource planning system, ICTSI recently tapped Rimini Street – a leading third-party support provider for Oracle and SAP – to provide support for business-critical functions, including financials, treasury, asset tracking and equipment maintenance and repair.

During the height of the COVID-19 pandemic, ICTSI’s investments in technology driven solutions enabled MICT to continue operating 24/7 despite the nationwide lockdowns that threatened the country’s supply chain.

In addition, MICT’s online payment system enabled customers to process their transactions without physically going to the terminal.

Launched in 2017, the system had a mere 30 percent adoption rate prior to the pandemic.

With lockdowns in place and COVID cases ballooning, customers relied on the system as the primary means of payment for their transactions.

“The billing process at MICT was not affected by the lockdowns as customers started using the online payment system," Gonzalez noted.

"From 30 percent, the system’s adoption rate grew to 100 percent as clients realized they can conveniently and safely transact with us without going to the port,” he pointed out.

A similar payment system is also currently being developed for NorthPort, Subic Bay International Terminals and Mindanao Container Terminal. The system is scheduled for launch within the year.

“These technologies have been in place at the MICT for quite some time now and have proven to be game-changing, especially during the pandemic," Gonzalez underscored.

"We focused on optimizing these existing systems and accelerated the development of other digitally enabled services to make our terminals more efficient even with limited personnel on site.”

Aside from launching an online payment system, the MICT is gearing up to launch its online examination viewing portal pending approval from the Philippine Department of Agriculture.

The portal will enable brokers to observe the Bureau of Customs’ examination of containers without being physically present at the terminal.

For transactions that require a visit to the port, like container returns and pull-outs, the MICT has systems in place to limit face-to-face interactions.

The terminal gates are automated and have been unmanned since 2015.

Instead, optical character recognition, license plate recognition and radio frequency identification technologies facilitate the seamless entry and exit of trucks.

“ICTSI will continue to take advantage of new technologies to push our efficiencies for the benefit of our customers,” Gonzalez concluded.

Related Tags

ICTSI IT INVESTMENTS ICTSI MICT
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.