Thursday, June 26, 2025
30.8 C
Singapore

Singaporeans slam Khaw Boon Wan after train fault along CCL

At around 8am earlier today, a train along the Circle Line encountered a signal fault when approaching Telok Blangah MRT Station, as it was towards HarbourFront. While commuters were informed via in-train and station announcements, and normal train service resumed at arount 8.10am, many took to social media to slam Transport Minister Khaw Boon Wan.

https://www.facebook.com/allsgstuff/posts/2805959686211409?__tn__=-R

Last Friday, during the seventh Joint Forum on Infrastructure Maintenance, Mr Khaw announced that Singapore’s rail network was underway to meet its target for reliability, after having reduced the number of train faults and delays.

He said that he was “confident” that the Circle Line and North-South Line would cross that target set for reducing the number of train delays, as the teams “have put in enormous efforts and made significant improvements over the last few years”.

However, Mr Khaw also said that the entire mission is “not yet accomplished”, as there are three more aspects to be renewed – power, track circuits and the first-generation trains.

See also  Khaw Boon Wan: Commuters may have to wait longer for trains during off-peak periods

His announcement was met with much suspicion and skepticism from commuters.

https://www.facebook.com/allsgstuff/posts/2805847719555939?__tn__=-R

After yet another train fault this morning, many took to social media to gripe about the incident. The train along Circle Line encountered a signal fault along with a traction power trip that occurred between Phoenix and Bukit Panjang LRT Stations on the Bukit Panjang LRT (BPLRT) network.

https://www.facebook.com/TAVSingapore/photos/a.598097686918234/2073044529423535/?type=3&theater

Related: Singaporeans skeptical of Khaw’s announcement that fewer train delays and faults expected

________________________________________________________________________

[email protected]

 

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });