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

H10-1000-010 accumulator

OEM or OEM-equivalent accumulator for Top Drive systems (piston type), model H10-1000-010. Suitable for hydraulic control circuits in drilling rigs.

Product Price
$350
Quantity

This H10-1000-010 accumulator is engineered for use in Top Drive systems, serving as a hydraulic energy storage device that helps actuate functions under pressure-demand conditions. The piston-style design ensures reliable seal integrity, fast response, and compatibility with the high-pressure control systems typical in drilling rigs. Supplied new, with a 1-year warranty, it’s suitable for OEM replacement or retrofit in Top Drive assemblies.

  • OEM part number: H10-1000-010

  • Application: Top Drive hydraulic circuits

  • Weight: ~2 kg

  • Type: Piston / volumetric accumulator

  • Warranty: 1 year (supplier guarantee)

  • Condition: New

  • Must be installed in a hydraulic system rated to the same working pressure as the Top Drive

  • Precharge nitrogen pressure must be properly set

  • Must use compatible hydraulic fluids and maintain cleanliness

  • Periodic inspection for leaks, seal wear, pressure retention capability

  • Return window: 7–14 days if unused and in original packaging

  • Warranty: 12 months against material / manufacturing defects

  • Proof of purchase, photos, and part number required for claims

  • Supplier may cover return shipping for valid warranty claims; buyer handles shipping for return-of-mind or invalid claims

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