|
The relay type block control system meets the requirements for some kind of safe control of trains in blind and inaccessible places, this was 100% reliable but it was not quite flexible enough for more complicated manoeuvres like changing track at the opposite end of the single section. This was needed to allow the Beer DMU to enter the station at Book Tunnel then proceed to the goods yard, to keep main line clear. After a bit of thinking the sinclair computer was installed with a few interface circuits. This system can be easily modified for use with a modern pc |

|
note
A sensor of some description is located at up to ten key
positions around the layout, this makes all sorts of programmable train
movements easily or otherwise accomplished. You can either sit back and
watch or carry out operations on some other part of the railway.
address 61438 (joysick port one) and address 63486 (joystick port two) |

|
|||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||
|
The PEEK command is only used for looking at internal address values and not much use
in this case. The IN command returns the value of an address and can give the result of
more than one value at the same time. ie sensor 1 returns 190, sensor 2 returns 189,
both sensors on will return 188. One way to check sensor data is with this very
simple program. (sinclair basic.) 10 PRINT IN 63486 90 GOTO 10 The numbers just scroll down the screen and change when sensors or keys are activated.Using this information it is quite straight forward to creat a control system once the I/O cards have been built. |
|
|
|
|
RETURN TO TOP | I/O cards | MAIN PAGE |