Code Extension Type: RAIL_CRANE_PLAN_CONFIGURATION (on page 1)
Purpose: To configure the minimum and maximum distance between two RMGs for a gantry move as they appear in the Crane Plan View in the Rail Control Room UI. Also, this code extension can be used to set the colors for how the two RTGs appear in the Crane Plan View.
You must have the Rail Planning and Control option to use this extension.
Possible customizations:
config.put(CRANE_INTERFERENCE_METERS, 10 |
This determines the minimum distance allowed between two RMGs in meters. If this threshold is exceeded, the work instruction bar appears in red and a warning pop-up displays on right click. |
---|---|
config.put(CRANE_EXCESS_GANTRY_METERS, 50) |
Determines the maximum gantry move distance in meters allowed. If this threshold is exceeded, the work instruction bar appears red and a warning pop-up displays on right-click. |
colorMap.put("RTG1", "#00b3ff") colorMap.put("RTG2", "#8404d9") |
Determines the color of the two adjacent RTGs as they appear in the Crane Plan View in the Rail Control Room UI. |