CMI Ultrascenders (Short-Single)

$115.00

These versitle ascenders are great for Mitchell systems & ropewalkers.  The safety mechanism is intergrated into the handle channel for maximum ease of use in those long over the lip stretches.
  • Breaking strength is 3500 lbs (15kN).
  • Available in red only.
  • Cam has straight teeth so these ascenders release easily after gripping soft rope.
  • Finger loop in top makes it simple to “thumb the cam” making self starts easy & making downclimbing a simple matter.

Reviews

Reviews

There are no reviews yet.

Be the first to review “CMI Ultrascenders (Short-Single)”

Your email address will not be published. Required fields are marked *

Thanks for Subscribing!

We promise not to bombard your inbox. Keep an eye out for promotional offers, discounts and events from On Rope 1.

Use code "OR125" to receive 5% OFF your first order!

document.addEventListener('DOMContentLoaded', function() { // Get the weight method dropdown var weightMethodSelect = document.querySelector('.option-weight-method'); // Get the weight value field var weightValueField = document.querySelector('.option-weight-value'); // Ensure both elements exist if (weightMethodSelect && weightValueField) { // Listen for changes to the weight method dropdown weightMethodSelect.addEventListener('change', function() { // If the selected method is not 'free', add the class to show the weight field if (weightMethodSelect.value !== 'free') { weightValueField.classList.add('display-weight-field'); } else { // Otherwise, remove the class to hide the weight field weightValueField.classList.remove('display-weight-field'); } }); // Initialize visibility based on the default selection if (weightMethodSelect.value !== 'free') { weightValueField.classList.add('display-weight-field'); } } });