Pathnovo Logo

Instrument Data Sheet — Actuated On/Off Valves

1.6 · example PQ-CPC0-ICS011-G31-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

valve-on-off.json
{
  "title_block": "<common>",
  "instrument_identification": {
    "tag_number": "str", "pid_number": "str",
    "service": "str", "line_number": "str",
    "line_size_inch": "str", "line_schedule": "str",
    "piping_class": "str", "pipe_material": "str"
  },
  "process_data": {
    "fluid_name": "str", "fluid_state": "str",
    "flow_min_nor_max_kg_h": "str",
    "operating_temperature_c": "num",
    "design_temperature_min_max_c": "str",
    "operating_pressure_min_max_barg": "str",
    "design_pressure_min_max_barg": "str",
    "fluid_density_kg_m3": "num", "viscosity_cp": "num",
    "max_shutoff_differential_bar": "num",
    "solid_particles": "bool", "nace_requirement": "bool", "sour_service": "bool"
  },
  "hazardous_area_classification": {
    "zone": "str", "gas_group": "str", "t_code": "str",
    "ingress_protection": "str", "total_weight_kg": "num"
  },
  "valve_body_bonnet": {
    "body_type": "str", "valve_code_datasheet_no": "str",
    "full_or_reduced_bore": "str", "design_code": "str",
    "fire_safe": "bool", "end_connection_size_rating_facing_finish": "str",
    "pup_piece": "str", "transition_piece": "str",
    "body_material": "str", "bonnet_type": "str", "bonnet_material": "str",
    "ball_trim_material": "str", "stem_material": "str",
    "seat_type": "str", "seat_material": "str",
    "bolt_nut_material": "str", "seal_material": "str", "packing_material": "str",
    "sealant_injection_seat": "bool", "sealant_injection_stem": "bool",
    "seat_leakage_class": "str", "tight_shut_off": "bool",
    "anti_static_design": "bool", "anti_blowout_stem": "bool",
    "fugitive_emission": "bool", "stem_position": "str", "flow_axis": "str",
    "drains_vents": "bool", "valve_support_lifting_caps": "str",
    "painting_system_final_color": "str", "weight_kg": "num"
  },
  "actuator": {
    "type": "str", "valve_detail_no": "str", "failure_action": "str",
    "pneumatic_fluid": "str", "air_supply_pressure_min_max_barg": "str",
    "min_required_pressure_actuator_sizing_barg": "num",
    "actuator_max_allowable_pressure_barg": "num",
    "travel_time_opening_closing_sec": "str",
    "actuator_sizing_basis": "str",
    "break_torque_open_close_nm": "str",
    "run_torque_open_close_nm": "str",
    "end_torque_open_close_nm": "str",
    "torque_safety_factor": "num",
    "partial_stroke_test_requirement": "bool",
    "stroking_seat_movement": "str",
    "stroke_speed_setting_device": "bool",
    "connection_size": "str",
    "painting_system_final_color": "str",
    "weight_kg": "num"
  },
  "control_panel": {
    "panel_material": "str", "panel_thickness_mm": "num",
    "panel_mounting": "str", "tubing_fitting_material": "str"
  },
  "air_filter_regulator": {
    "filter_rating_micron": "num",
    "regulator_set_pressure_barg": "num",
    "output_gauge": "bool", "supply_connection": "str",
    "internal_relief": "bool"
  },
  "smart_valve_controller": {
    "housing_material": "str", "power_supply": "str",
    "input_signal": "str", "output_signal": "str",
    "air_consumption_sm3_hr": "num", "ex_certification": "str"
  },
  "limit_switch": {
    "type": "str", "contact_rating_form": "str",
    "housing_material": "str", "visual_indicator": "str",
    "ex_certification": "str", "ingress_protection": "str",
    "cable_entry_qty_size": "str"
  },
  "solenoid": {
    "quantity": "int", "type": "str",
    "coil_insulation": "str", "body_trim_material": "str",
    "voltage": "str", "power_consumption_w": "num",
    "surge_suppression_diode": "bool", "ex_certification": "str",
    "cable_entry_qty_size": "str", "reset_type": "str",
    "location_mounting": "str"
  },
  "others": {
    "handwheel": "bool", "hydraulic_manual_override": "bool",
    "open_close_local_control": "bool",
    "adjustable_travel_stops": "bool", "volume_tank": "bool"
  },
  "tests": {
    "hydrotest": "bool", "seat_leakage": "bool",
    "non_destructive_examination": "str",
    "fugitive_emission_test": "bool", "functional_test": "bool",
    "material_certification": "str"
  },
  "manufacturer_model_list": [
    {"item": "str", "tag_number": "str", "manufacturer": "str", "model": "str"}
  ],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "originated_by": "str", "checked_by": "str", "approved_by": "str"}
  ],
  "notes": ["str"]
}