Skip to main content

1. Overview

The Equipment sub-module manages the physical and technical specifications of all transport assets. This includes the rail fleet (Wagons), the intermodal inventory (UTIs), and maritime vessels (Ships). These registries define the “Technical Identity” of every asset, providing the constraints (weight, length, capacity) used by the validation engines during Planning and Execution to ensure safety and operational efficiency.

2. Technical Field Mapping (Assets)

Wagon Registry (Carri)

Wagon Registry - Gestion Carri

UTI Registry (Matricole UTI)

3. Rail Fleet & Mute

  • Wagon Types: The master blueprint defining values like lunghezza, numero_assi, and peso_max_carico.
  • Mute: Logical grouping of wagons (Fixed Rakes) that can be assigned to a service in the DESIGN module.

4. Security & Safety: The Compatibility Matrix

The Wagon/UTI Compatibility Matrix is the fundamental rulebook of the system. It explicitly defines the valid loading combinations.
  • Validation Logic: Planning UI cross-references id_tipo_carro vs. id_tipo_uti.
  • Positioning: Defines which “slots” (pins) on the wagon deck can accommodate which container sizes.

5. Data Connectivity