• +1 (667) 499-2954
  • info@d-drillstores.com

API 6A 1" 2" 3" Fig 1502 High Pressure Plug Valve

High-pressure, low-torque plug valve with Fig 1502 integral union ends, suitable for high-pressure oil/gas manifolds in well service, cementing, and fracturing operations.

Product Price
$699
Quantity

Product Description
 

API 6A 1

Plug valve is necessary part that is applied to high pressure manifold in well cementing to fracture service, also selected for high pressure fluid control system. It is excellent for its compact structure, easy maintenance, low torque, and rapid operation, which make it to be the most ideal valve for cementing and fracturing manifold.

Main Technical Parameters

Plug Valve Specification
Nominal Bore Diameter1"~4"
Working Pressure2000psi~20000psi
Temperature ClassK~U(-60℃~121℃)
Material ClassAA~HH
Product Specification LevelPSL1~PSL3G
Performance equipmentPR1~PR2F
Working Mediumoil, natural gas, mud,
gas containing H2S,CO2

FeatureValue / Options
Sizes / Nominal Bore1", 2", 3" (as offered)
Pressure RatingUp to ~15,000 psi (standard)
Material ClassesAA, BB, CC, DD, EE, FF, HH
Temperature Classes–29 °C to +121 °C (for PU class), and other classes per spec
Performance LevelsPSL1–PSL4, PR1 / PR2
End ConnectionFig 1502 integral union / hammer union design
OperationManual (handwheel) or with optional drive mechanism
Service MediaOil, gas, mud; can be made for H₂S / CO₂ service with suitable materials
Special FeaturesLow torque design, quick open/close, compact size, maintenance without line removal

                                       and reliability are critical.

  • Ensure pressure and temperature do not exceed valve rating

  • Use proper material class if sour gas (H₂S / CO₂) exposure is expected

  • Use recommended lubrication and periodic maintenance to maintain seal integrity

  • Operate in environments within temperature class limits

  • Use correct assembly and torque when installing, especially for union ends

  • Return/replace within 7–14 days if unused, in original condition

  • Warranty: 12 months from delivery for defects in materials or workmanship

  • Exclusions: damage from misuse, overpressure, corrosion from environment, modifications

  • Supplier inspection before replacement or refund

  • Buyer may pay return shipping except in verified defect cases

Reviews (0)

No Review is Found

Give a Review

You must have to login to give a review
Login

Related Products

See all the related products from below

Subscribe To Our Newsletter

def print_supported_languages(display_language_code: str): client = translate.TranslationServiceClient() response = client.get_supported_languages( parent=PARENT, display_language_code=display_language_code, ) languages = response.languages print(f" Languages: {len(languages)} ".center(60, "-")) for language in languages: language_code = language.language_code display_name = language.display_name print(f"{language_code:10}{display_name}")