Pathnovo Logo

Electric Motor Data Sheet

1.8 · example PQ-CPPT-MEC002-E03-00001

Typed JSON shape for this document. The title_block field is the shared header; all other keys are specific to this document type.

Schema

electric-motor.json
{
  "title_block": "<common>",
  "manufacturer": "str",
  "tag_number": "str",
  "service": "str",
  "driven_equipment": "str",
  "standards": ["str"],
  "motor_type": "str",
  "mounting": "str",
  "enclosure_type": "str",
  "duty_type": "str",
  "ratings": {
    "rated_power_kw": "num", "rated_voltage_v": "num",
    "rated_frequency_hz": "num", "phases": "int",
    "rated_current_a": "num", "starting_current_a": "num",
    "locked_rotor_current_ratio": "num",
    "full_load_speed_rpm": "num", "synchronous_speed_rpm": "num",
    "no_of_poles": "int",
    "power_factor_full_load": "num",
    "efficiency_full_load_pct": "num",
    "starting_method": "str", "starting_torque_pct": "num",
    "breakdown_torque_pct": "num", "pull_up_torque_pct": "num",
    "max_permissible_starts": "str"
  },
  "insulation_class": "str",
  "temperature_rise_class": "str",
  "ambient_temperature_c": "num",
  "altitude_m": "num",
  "service_factor": "num",
  "bearing_type_de_nde": "str",
  "lubrication": "str",
  "cooling_method": "str",
  "ingress_protection": "str",
  "vibration_class": "str",
  "noise_level_dba_at_1m": "num",
  "hazardous_area_classification": {
    "zone": "str", "gas_group": "str", "t_code": "str"
  },
  "weight_kg": "num",
  "space_heaters": { "fitted": "bool", "voltage_v": "num", "power_w": "num" },
  "rtds": { "winding": "int", "bearing": "int" },
  "terminal_box": { "location": "str", "size": "str", "cable_entries": "str" },
  "performance_curves_attached": ["str"],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "originated_by": "str", "checked_by": "str", "approved_by": "str"}
  ],
  "notes": ["str"]
}