User Tools

Site Tools


route-manual-en

Differences

This shows you the differences between two versions of the page.


route-manual-en [2018/11/12 08:56] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Manual Routes ======
 +[[english|Content]] -> [[english#automatic mode|Automatic Mode]] 
 +  * **Manual operated routes** 
 +    * [[route-manual-en-blueprint|Blueprint]]
 +===== Setup =====
 +  * CTC Route wiring: [[route-wiring-en| route wiring]]
 +  * set route to manual: [[route-gen-en| route general ]]
 +  * set one or more locos to use manual routes:[[loc-details-en| loc details]]
  
 +
 + \\
 +
 +===== CTC Wiring =====
 +[[route-wiring-en|CTC support]] introduced a route locking itself with its route ID.\\
 +This new phenomena can be used for manual routes:
 +  * Loco property: use only routes which are locked by itself.
 +  * Manual routes will accept locking if locked by itself.
 +  * The Loco frees up the route after reaching the next block.
 +
 + \\
 +CTC can also be used with virtual buttons instead of real hardware.\\
 +Use the sensor symbols as button and map them to the virtual CS. The same addresses must be used in the route CTC setup.\\
 +However the sensor button solution needs some extra fine tuning to behave like a button.\\
 +As alternative to sensors the output object could be extended to behave like a button but sends the same command as a sensor to trigger a sensor emulation.\\
 +
 +
 +===== manual routes at auto mode =====
 +
 +Idea : go with manually controlled locomotives in auto mode without creating a Ghost in the block .
 +\\
 +
 +\\
 +Create one Action setup: Type = Block; Command = schedule_manual
 +\\
 +Create one Action setup: Type = Output; command off, timer = 5000
 +\\
 +\\
 +{{:users:stefanf:manual_routes.png}} \\ Ingredients:\\
 + 1 output Start / Finish \\
 + 1 Action: Reset Output \\
 + 1 schedule \\
 + 1 action block: manual schedule \\
 + \\
 + Implementation: \\
 + Action Reset the output register \\
 + Enter manual action schedule in output \\
 + Condition: start = on \\
 + \\
 + Feature: \\
 +A new symbol is used for the two outputs. Symbol no. 5 
 +\\
 +\\
 +if you need more information, see the example:
 +{{:users:stefanf:manual_routes.zip|}}
 +
 +\\