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
FieldSourceHTML NameDescription
MatricolaManual/UICmatricolaUnique 12-digit international identifier.
ModelloWagon Typesid_tipo_carroBlueprint classification for the asset.
TaraTechnicaltaraStatic weight of the empty wagon.
StatusLogicid_stato_carroOperational health (Available, Damaged).

UTI Registry (Matricole UTI)

FieldSourceHTML NameDescription
MatricolaManual/ISOmatricolaSerial number (e.g., MSCU874563).
Tipo UTIUTI Typesid_tipo_utiISO categorization and rail profile.
ProprietarioSubjectsid_proprietarioLegal owner of the equipment.

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