PMSEquipmentSet Up Equipment Measures

import { Callout, Steps } from ‘nextra/components’

Set Up Equipment Measures

Goal: Configure a measurement tracker on a piece of equipment — for example, tracking running hours on an engine or fuel level on a tank — so that readings can be recorded over time and used to trigger maintenance tasks automatically.

An equipment measure is the link between a piece of equipment and a type of measurement. Once set up, the crew can record values against it regularly, and the system can use those values to schedule tasks automatically (e.g. "service every 250 running hours").

Before you start

  • You must have permission to manage equipment measures. If you don’t see the option, ask your fleet administrator.
  • The equipment must already exist. See Add Equipment.
  • The measure type (e.g. “Running Hours”, “Fuel Level”) must exist in the system. Ask your administrator if you don’t find the one you need.

Steps

Open Equipment Measures

  1. From the main navigation, open PMS.

  2. In the sub-navigation, select Equipment Measures.

    The list shows all existing measures, displaying the equipment name, measure type, last recorded value, and last recording date.

    [PLACEHOLDER: screenshot — Equipment Measures list with last value and date columns]

Create a new measure

  1. Click Create.

Fill in the measure details

  1. In the Equipment field, search for and select the equipment you want to track (required).

  2. In the Measure Type field, select the type of measurement (required) — for example “Running Hours”, “Operating Pressure”, or “Temperature”.

    [PLACEHOLDER: screenshot — Equipment Measure form with Equipment and Measure Type selected]

  3. Optionally fill in:

    FieldDescription
    AMCS CodeExternal reference code if integration with a fleet management system is in use
    Daily IncrementExpected daily increase in the measured value — used to estimate future readings
    InstructionsGuidance text shown to the crew member when recording a value

Save

  1. Click Save.

Result

The equipment measure is active and appears in the Equipment Measures list. The crew can now record values against it (see Record a Measurement), and you can use it as a trigger condition when creating maintenance tasks (see Create a Task) or as a step inside inspection rounds (see Create a Round).