Im trying to understand how to access the input table for the driver. Here is what Im trying to achieve.
The consist arrives a few minutes before its first departure time and the engine is decoupled due to being at the end of a line. Engine 2 is then coupled at other end of consist and is loaded ready to leave. I want the train to leave at a specified time (6am). I have set a trigger just before entering the station which is triggered by the consist arriving. The trigger activates the InputTable as "time,6,0", which is the time I want the train to depart.
So how do I get the driver to know when they are due to depart based on the InputTable?
Im guessing that I need to use the WaitForTrigger, but how do I link to the InputTable to get the signal to depart?
Antony
The consist arrives a few minutes before its first departure time and the engine is decoupled due to being at the end of a line. Engine 2 is then coupled at other end of consist and is loaded ready to leave. I want the train to leave at a specified time (6am). I have set a trigger just before entering the station which is triggered by the consist arriving. The trigger activates the InputTable as "time,6,0", which is the time I want the train to depart.
So how do I get the driver to know when they are due to depart based on the InputTable?
Im guessing that I need to use the WaitForTrigger, but how do I link to the InputTable to get the signal to depart?
Antony