Northerngirl
Member
I must admit I haven't been on them too much, but they do seem to be copeing far better with the weather than last year, its all infrastructure issues thats throwing up the trouble
How do you think they put 004 back together...Anyone know what is up with 777024. Still appears to be out of action and has been for sometime now?
A colleague was waiting for this train. I've only heard third-hand, but it seems one of the steps didn't retract at the previous station, extended to its full extent during the run to Bebington, then hit the platform edge with a bit of a clatter and could no longer retract.Bit of a mess on the Wirral Line this morning. 0731 from Ellesmere Port (formed of 777028 according to RTT) terminated at Bebington with a door fault and as of now is still there with a queue of trains behind it. Bus replacements between Rock Ferry and Hooton.
Assuming the unit will be out of a long period then ?Lets just say the sliding step had an argument with Bebington platform and the platform won!!
024 was sat on the same road as 004 occupied for many months when I passed Kirkdale a few days back. Coincidence?How do you think they put 004 back together...
Nah only damage to the step, should be a fairly quick fixAssuming the unit will be out of a long period then ?
Maybe that's where they'll get a replacement step from!024 was sat on the same road as 004 occupied for many months when I passed Kirkdale a few days back. Coincidence?
That’s good news then wasn’t sure how complex it was to fix these things.Nah only damage to the step, should be a fairly quick fix
== Doublepost prevention - post automatically merged: ==
Maybe that's where they'll get a replacement step from!
Id be very surprised if it was to be honestThat’s good news then wasn’t sure how complex it was to fix these things.
Also hoping 024 will be back out soon. Assuming they will be keen to get it done for the Open
Bus replacement (or more accurately, telling people to make other arrangements) was oddly between Hooton and Hamilton Square, not sure why they didn't run through the loop to Rock Ferry which is one of the places they often terminate during disruption.Bit of a mess on the Wirral Line this morning. 0731 from Ellesmere Port (formed of 777028 according to RTT) terminated at Bebington with a door fault and as of now is still there with a queue of trains behind it. Bus replacements between Rock Ferry and Hooton.
I suspect all of the Chester/Ellesmere Port line trains were stuck south of Rock Ferry so they didn't have enough units/staff to arrange a Rock Ferry to Liverpool service in a pinch, and only the West Kirby and New Brighton services would have been serving the Liverpool loop.Bus replacement (or more accurately, telling people to make other arrangements) was oddly between Hooton and Hamilton Square, not sure why they didn't run through the loop to Rock Ferry which is one of the places they often terminate during disruption.
There was only one unit on the Liverpool side of Bebington which did indeed run a Rock Ferry to Liverpool shuttleBus replacement (or more accurately, telling people to make other arrangements) was oddly between Hooton and Hamilton Square, not sure why they didn't run through the loop to Rock Ferry which is one of the places they often terminate during disruption.
What has happened to the 8 car operation on the Ormskirk to Hunts Cross line?
An 8 car ran at the start of last month for a few days, with Selective Door Operation at play, calling at all stations including Cressington but no sign of this running anymore?
Did they actually call at Cressington? There were extra services yesterday for a rugby event at Hill Dickinson Stadium but the 8-car services are shown on RTT as "service stop unadvertised" at Cressington.There was at least one 8 car formation out yesterday (Sunday). I personally witnessed 2U39 (1521 Ormskirk - Hunts Cross) at Liverpool Central whilst I was waiting for 2S40 (1602 Liverpool Central - Southport). There was a 'live' announcement from the platform microphone that passengers for Cressington should use the front four cars only.
There were certainly no extra trains/eight car train when I got to Sandhills at 20-00 yesterday. 30 minute wait for an Ormskirk train then everyone had to squash into a four car. Pathetic. You could see from RTT what was likely to happen and it did. I am not normally one to criticise Merseyrail but they got it badly wrong last night. Saturday night not an issue. This could easily have been foreseen with two local teams playing the final game of the weekend.Did they actually call at Cressington? There were extra services yesterday for a rugby event at Hill Dickinson Stadium but the 8-car services are shown on RTT as "service stop unadvertised" at Cressington.
On a general note but 777 related.There were certainly no extra trains/eight car train when I got to Sandhills at 20-00 yesterday. 30 minute wait for an Ormskirk train then everyone had to squash into a four car. Pathetic. You could see from RTT what was likely to happen and it did. I am not normally one to criticise Merseyrail but they got it badly wrong last night. Saturday night not an issue. This could easily have been foreseen with two local teams playing the final game of the weekend.
There were certainly no extra trains/eight car train when I got to Sandhills at 20-00 yesterday. 30 minute wait for an Ormskirk train then everyone had to squash into a four car.
It was pulled from service two days in a row with a "door fault" and seems to have not run since. Hopefully it won't be another 18 months before they try again!I heard the plan was to have an 8 car on one of the Ormskirk to Hunts Cross circuits Mon to Friday but it seems to have only lasted a few days at the start of June.
Looked like it was 777035 on the Ellesmere Port,Do we know which unit sat down at James St. Today, causing Wirral line services to reverse in platform 2 (according to RTT) and quite a lot of late running?
I find myself a little puzzled by your post. Are you saying that the Class 777s have Door Control Units (DCUs) which operate more than one set of doors?The wrong side door release issue also originated on the 777s. The passenger controls for the doors on both sides of each vestibule are 'commoned' together (in reality, all they do is send a message to the door control computer), so when 'pre-arming' of the doors was still enabled, a button press on either side indicated a door on that vestibule needed to be opened. The driver controls which side is released, so if they selected the wrong side accidentally, the track-side doors would open even if the passenger had pressed the platform-side button. The quick fix was to disable the door 'pre arm' feature in the door control software (which was later applied to the 555s as well).
Staff at Central were saying that the screens went down this morning and have been causing trouble all day.It was a bit of a mess around 15:00 this afternoon. Indicators on the platforms @ Moorfields (Northern Line) were only showing Southport services northbound, and Hunts Cross services southbound!
Cue an Ormskirk service rolling in to confuse all concerned!
Not sure the information displayed at Sandhills was much better either.
It is really that difficult to amend the platform displays to reflect the amended service pattern?
The door modules only operate one set of doors and sliding step each, i.e. each vestibule has a left and right door module. The door control panels are not directly connected to the door control modules, however - they are on the CANbus network which communicates to the train control computer.From the TfW Class 398 thread:
I find myself a little puzzled by your post. Are you saying that the Class 777s have Door Control Units (DCUs) which operate more than one set of doors?
define MaxVestibules 6; // Number fo vestibules on a Class 777
deftne MaxSides 2; // A Class 777 only has two sides...
define Left 0;
define Right 1;
define DoorRelease 4; // Message type for driver Door Release request
define OpenReq 5; // Message type for an 'Open' button press
define UnlockReq 6; // Message type to unlock a door module
define DoorOpenReq 7; //Message type to request door module to open
// Basic structure of a CANbus message
struct CanMsg{
integer Vestibule;
integer Side;
integer MsgType;
};
struct CanMsg IcCanMsg; // Structure to hold an Incoming CANbus message
struct CanMsg OgCanMsg; // Structure to hold an Outgoing CANbus message
integer i; // General purpose variable
integer DemandArray[MaxVestibules]; // Array to store Pre-Arm door demands
// Initialise all elements of DemandArray to FALSE
for (i = 0; i < MaxVestibules; i++)
{
DemandArray[i] = FALSE;
}
// Code to handle Pre-Arm door requests
if (IcCanMsg.Type == OpenReq)
{
// Register a demand against this vestibule
DemandArray[IcCanMsg.Vestibule] = TRUE;
}
// Has the driver pressed a door release button?
if (IcCanMsg.Type == DoorRelease}
{
// Unlock the doors on the selected side and send Open Requests for
// any vestibules that have registered a demand.
for (i = 0; i < MaxVestibules; i++)
{
// Send an Unlock Request to each Door Module on the side
// that has been released
OgCanMsg.Vestibule = i;
OgCanMsg.Side = IcCanMsg.Side;
OgCanMsg.Type = UnlockReq;
sendCanMsg(OgCanMsg);
// Was there an 'Open' demand registered for this vestibule?
if (DemandArray[i] == TRUE)
{
// Send a Door Open Request to the Door Module on the side
// that has been released
OgCanMsg.Vestibule = i;
OgCanMsg.Side = IcCanMsg.Side;
OgCanMsg.Type = DoorOpenReq;
sendCanMsg(OgCanMsg);
// Clear the element of the Demand Array
DemandArray[i] = FALSE;
}
}
}
integer DemandArray[MaxVestibules][MaxSides]; // Array to store Pre-Arm door demands
// Initialise all elements of DemandArray to FALSE
for (i = 0; i < MaxVestibules; i++)
{
DemandArray[i][Left] = FALSE;
DemandArray[i][Right] = FALSE;
}
// Code to handle Pre-Arm door requests
if (IcCanMsg.Type == OpenReq)
{
// Record both the vestibule and the side the demand came from
DemandArray[IcCanMsg.Vestibule, IcCanMsg.Side] = TRUE;
}
// Has the driver pressed a door release button?
if (IcCanMsg.Type == DoorRelease}
{
// Unlock the doors on the selected side and send Open Requests for
// any vestibules that have registered a demand.
for (i = 0; i < MaxVestibules; i++)
{
// Send an Unlock Request to each Door Module on the side
// that has been released
OgCanMsg.Vestibule = i;
OgCanMsg.Side = IcCanMsg.Side;
OgCanMsg.Type = UnlockReq;
sendCanMsg(OgCanMsg);
// Was there an 'Open' demand registered for this vestibule
// on the side the driver released?
if (DemandArray[i, IcCanMsg.Side] == TRUE)
{
// Send a Door Open Request to the Door Module on the side
// that has been released
OgCanMsg.Vestibule = i;
OgCanMsg.Side = IcCanMsg.Side;
OgCanMsg.Type = DoorOpenReq;
sendCanMsg(OgCanMsg);
// Clear the element of the Demand Array
DemandArray[i, IcCanMsg.Side] = FALSE;
}
}
}