Skip to main content

1. Overview

The Rail Operations sub-module is the operational heart of the Execution module. It manages the physical transition of a train from a “Planned” state to active movement, capturing real-time timestamps and synchronizing with external port systems.

2. Technical Field Mapping (Intelligence & Sources)

The rail execution board is a dynamic view of the trip’s lifecycle. It pulls data from planning templates and enriches them with live operational telemetry.
LabelTechnical IDSourceFlow Logic
Servizioid_servizioDESIGNFilters by commercial service line.
Connessioneid_connessioneDESIGNFilters by specific route template.
Vettore Ferr.id_vettoreGENERALEFiltered by Role: Vettore Ferroviario.
Stato TrenostatusConfigDynamic lifecycle states (Planned, Arrived, etc).

Operational Grid

ColumnSource FieldLogic
VIAGGIOtrip_codeUnique ID generated in DESIGN > Generatore.
ETD / ETAestimated_timePulled from DESIGN > Tracce.
PIENI / VUOTIunit_countSummary of loaded UTIs from PLANNING.
DELAYvarianceCalculated: Planned Time vs Live Timestamp.

3. Operational Events & Manifests: The Automation Engine

Execution operators use this module to finalize the “Paperless” logistics chain:
  • Activation: When a trip is activated, the system “Freezes” the loading list. Any further changes must be made via Operational Overrides.
  • CIM / Rail Waybill: The system automatically aggregates the Subject (Sender/Receiver), Wagon (Technical info), and Booking (Cargo info) to generate a legally compliant CIM document.
  • Milestone Handover: When an operator clicks “Arrivato” (Arrived), the system:
    1. Updates the tracking timeline in MONITORING.
    2. Triggers the EDI COARRI message to the PCS.
    3. Makes the record available for invoicing in ADMIN.

4. Connectivity Flow

  • Inbound: Pulls the “Frozen” loading lists and technical wagon consist from PLANNING.
  • Outbound (Monitoring): Every status change instantly updates the Track & Trace milestone dashboard.
  • Outbound (Finance): Upon trip closure, validated tonnage data is pushed to ADMIN & REPORTS for carrier settlement and customer billing.