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

API 16A Bop Blowout Preventer Annular Bop/Single or Double RAM Bop/ Shaffer, Cameron

Premium API 16A Blowout Preventer (Annular or Ram type) certified for 5,000-10,000 psi service, suitable for both drilling and workover operations.

Product Price
$1,699
Quantity

Product Description

 

API 16A Bop Blowout Preventer Annular Bop/Single or Double RAM Bop/ Shaffer, Cameron

Annular BOP shall be equipped with hydraulic control system. It is usually used with ram BOP and also independently.

It can be used for following operation:it can seal various shape or size of the square pipe,drill rod subs, drill collar, casing and cable etc. When there is no drilling tool in hole, it can seal the wellhead completely. Under the control of hydraulic control system which is equipped with a depressuring pressure regulating valve or a cushion accumulator, it can force stripping with 18° tool joint

  • Available bore sizes: ~7 1⁄16″, 9″, 11″, 13 5⁄8″, 21 1⁄4″ etc. depending on model.

  • Pressure ratings: 3,000 psi, 5,000 psi, 10,000 psi, up to 15,000 psi (depending on model).

  • Temperature classes MET / non-metal parts: −29 °C to +121 °C standard; higher class options.

  • Seal / ram types: pipe ram, blind ram, variable bore, shear ram options.

  • Control: hydraulic cylinders; accumulator compatibility; standard closure velocities; side outlets.

  • Material: forged steel or high toughness alloy; rated for H₂S / NACE MR0175 where required.

  • Use appropriate hydraulic fluid and ensure control lines clean.

  • Maintain correct operating pressure and do not exceed working pressure.

  • Inspect seals and rubber elements periodically, replace when worn.

  • Store dry and clean when not in use; flush after operations to remove solids or corrosive fluids.

  • Warranty: 12 months or agreed hours from delivery / commissioning for manufacturing defects.

  • Return: within 7-14 days if unused / in original packaging.

  • Supplier must provide API certificates, material tests, pressure test reports.

  • Exclusions: misuse, overpressure, damage from lack of maintenance or exposure to unapproved chemicals.

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}")