Systems (SYS)

The Systems functional area (F4) provides access to vehicle subsystem status, diagnostics, and configuration.

ASLAV System View

The Systems display shows a 3D interactive vehicle model with real-time subsystem status:

ASLAV System Display

Features

The Systems display provides:

  • Subsystem health status — Visual indicators for each vehicle subsystem
  • Component connectivity — Network and bus status for CAN, Ethernet, and serial devices
  • Configuration parameters — Vehicle configuration and preset management
  • Diagnostic information — Fault codes, maintenance status, and system logs

3D Vehicle Model

When built with HAS_OPENGL_VEHICLE, the SYS screen renders an interactive 3D model of the vehicle. The model shows:

  • Colour-coded subsystem status (green = OK, amber = degraded, red = fault)
  • Wheel/track sensor readings via the WheelsWidget
  • Clickable components for drill-down diagnostics

SYS Controls

Key Action
F4 Switch to SYS screen

State Machine

stateDiagram-v2 [*] --> Overview : Enter SYS state "SYS Screen" as SYS { state "Overview" as Overview { VehicleModel : 3D Vehicle Model / 2D Image WheelsWidget : Wheel & Track Status HumsIndicator : HUMS Status Indicators } state "HUMS Sub-Screen" as HUMS { Resources : Monitored Resources Table Faults : Faults Table Resources --> Faults : F4 Faults On Faults --> Resources : F4 Faults Off } Overview --> HUMS : F3 HUMS HUMS --> Overview : F1 Overview / F13 Up } SYS --> Alarms : F14 Alarms Alarms --> SYS : Acknowledge / Close SYS --> Threats : F15 Threats Threats --> SYS : Dismiss / Close
  • Alarms — Alarm display and acknowledgement
  • UACM Service — User Access Control for system configuration