ContainerCrane

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
  
==Container crane==
+
==Principle types of cranes==
 +
'''TBD: Discuss bridge crane, boom cranes and my be others, inclusive their reachable ares.'''
 +
 
 +
==Principle functionalities==
 
The container crane knows every time in driver mode the fitting (reachable) stacks and knows its own maximum container count. This count is the sum of all minimums of crane's maximum stack height and the fitting stacks maximum container stack count. One container height is reserved for moving the crane parts with a container hooked over the tops of all fitting stacks.
 
The container crane knows every time in driver mode the fitting (reachable) stacks and knows its own maximum container count. This count is the sum of all minimums of crane's maximum stack height and the fitting stacks maximum container stack count. One container height is reserved for moving the crane parts with a container hooked over the tops of all fitting stacks.
All cranes have a config extensions sub soup with the name "acts.reacharea-251489" and tags that declare the reacharea, looking like follows:
 
<CODE>
 
  acts.reacharea-251489 {
 
    reacharea.dimension.x      30000
 
    reacharea.dimension.y      100000
 
    reacharea.dimension.z      26000
 
    reacharea.origin_inset.x    15000
 
    reacharea.origin_inset.y    50000
 
    reacharea.origin_inset.z    5000
 
    max_container_count            7
 
  }
 
</CODE>
 
A crane is able to report its parameter soups, including a list of the reachable stacks.
 
  
 +
All cranes have a config extensions sub soup with the name "acts.reacharea-251489" and tags that declare the reacharea and maximal count of stackable containers.
  
 
+
A crane is able to report its parameter soups, including a list of the reachable stacks.
File is located in dispatcher library.
+
  
 
[[Category:ACTS]]
 
[[Category:ACTS]]

Revision as of 22:35, 24 April 2024

Principle types of cranes

TBD: Discuss bridge crane, boom cranes and my be others, inclusive their reachable ares.

Principle functionalities

The container crane knows every time in driver mode the fitting (reachable) stacks and knows its own maximum container count. This count is the sum of all minimums of crane's maximum stack height and the fitting stacks maximum container stack count. One container height is reserved for moving the crane parts with a container hooked over the tops of all fitting stacks.

All cranes have a config extensions sub soup with the name "acts.reacharea-251489" and tags that declare the reacharea and maximal count of stackable containers.

A crane is able to report its parameter soups, including a list of the reachable stacks.

Personal tools