Document luaatc decoupling

h137
Gabriel Pérez-Cerezo 2019-08-11 17:47:39 +02:00
parent 1f6038c75a
commit ef50610f67
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ get_rc()
set_rc(routingcode) set_rc(routingcode)
Sets the "Routingcode" property of the train (a string). Sets the "Routingcode" property of the train (a string).
The interlocking system uses this property for Automatic Routesetting. The interlocking system uses this property for Automatic Routesetting.
split_at_index(index, command)
Splits the train at the specified index, into a train with index-1 wagons and a second train starting with the index-th wagon.
command specifies an atc command to be sent to the second train after decoupling.
# Operator panel # Operator panel
This simple node executes its actions when punched. It can be used to change a switch and update the corresponding signals or similar applications. This simple node executes its actions when punched. It can be used to change a switch and update the corresponding signals or similar applications.