CAU

- The Model Railway
- - Software
- - - db/dbplan
- - - - Schedules

Schedule Syntax

enginecarcar
schedule ::= [train]+
train ::= train number origin [ destination]+
origin ::= block_section direction
direction ::= CLK | CNTCLK
destination ::= dest speed stop_time
dest ::= KH_ST_LR | KH_ST_RL | IC_ST | OC_ST_ | block_section
speed ::= number
stop_time ::= number

Example:

train 5
IC_ST_3  CLK
OC_ST    3 5
KH_ST_RL 3 5
IC_ST_3  3 5
 
train 6
OC_ST_1 CNTCLK
OC_ST    4 5
KH_ST_LR 3 5
OC_ST    4 5
OC_ST_1  4 5


Clemens Grelck
generated on: Mon May 31 10:21:43 MET DST 1999