apexdynamicsusa.com Open in urlscan Pro
209.126.24.75  Public Scan

URL: https://apexdynamicsusa.com/at-h-series-high-precision-planetary-gearboxes.html
Submission: On May 31 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://apexdynamicsusa.com/catalogsearch/result/

<form class="form minisearch" id="searchbox_mini_form" action="https://apexdynamicsusa.com/catalogsearch/result/" method="get">
  <div class="field searchbox">
    <div class="control">
      <div class="cat-select">
        <select class="cat searchbox-cat" name="cat">
          <option value="">All Categories</option>
          <option value="5">- - Products</option>
          <option value="85">- - - - In-Line Planetary Gearboxes</option>
          <option value="86">- - - - Right-Angle Planetary Gearboxes</option>
          <option value="89">- - - - Products2</option>
          <option value="90">- - - - Spiral Bevel Right-Angle Gearboxes</option>
          <option value="91">- - - - Precision Rack &amp; Pinion Systems</option>
        </select>
      </div>
      <div class="input-box">
        <input id="searchbox" type="text" name="q" placeholder="Search products..." class="input-text input-searchbox" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      </div>
      <div id="searchbox_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="btn-searchbox" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://apexdynamicsusa.com/checkout/cart/add/uenc/aHR0cHM6Ly9hcGV4ZHluYW1pY3N1c2EuY29tL2F0LWgtc2VyaWVzLWhpZ2gtcHJlY2lzaW9uLXBsYW5ldGFyeS1nZWFyYm94ZXMuaHRtbA%2C%2C/product/57/

<form data-product-sku="AT-H" action="https://apexdynamicsusa.com/checkout/cart/add/uenc/aHR0cHM6Ly9hcGV4ZHluYW1pY3N1c2EuY29tL2F0LWgtc2VyaWVzLWhpZ2gtcHJlY2lzaW9uLXBsYW5ldGFyeS1nZWFyYm94ZXMuaHRtbA%2C%2C/product/57/" method="post"
  id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="57">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="57">
  <input name="form_key" type="hidden" value="hkq5sWnzjrhsAUKa">
  <div class="box-tocart">
    <div class="fieldset">
      <div class="field qty">
        <label class="label" for="qty"><span>Qty</span></label>
        <div class="control control-qty-cart">
          <input type="number" name="qty" id="qty" maxlength="12" value="1" title="Qty" class="qty-default input-text qty"
            data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:10000}}">
          <div class="control-qty">
            <span class="quantity-controls quantity-plus"></span>
            <span class="quantity-controls quantity-minus"></span>
            <script type="text/javascript">
              require(['jquery'], function($) {
                $('.quantity-plus').click(function() {
                  $('.qty-default').val(Number($('.qty-default').val()) + 1);
                });
                $('.quantity-minus').click(function() {
                  var value = Number($('.qty-default').val()) - 1;
                  if (value > 0) {
                    $('.qty-default').val(value);
                  }
                });
              });
            </script>
          </div>
        </div>
      </div>
      <div class="actions">
        <button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
          <span>Add to Cart</span>
        </button>
        <div id="instant-purchase" data-bind="scope:'instant-purchase'">
          <!-- ko template: getTemplate() -->
          <!-- ko if: showButton() --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
  <script>
    require(['jquery', 'mage/mage', 'Magento_Catalog/product/view/validation', 'Magento_Catalog/js/catalog-add-to-cart'], function($) {
      'use strict';
      $('#product_addtocart_form').mage('validation', {
        radioCheckboxClosest: '.nested',
        submitHandler: function(form) {
          var widget = $(form).catalogAddToCart({
            bindSubmit: false
          });
          widget.catalogAddToCart('submitForm', $(form));
          return false;
        }
      });
    });
  </script>
</form>

POST https://apexdynamicsusa.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://apexdynamicsusa.com/newsletter/subscriber/new/" method="post" id="newsletter-footer-validate-detail">
  <div class="newsletter-content">
    <div class="input-box">
      <input name="email" type="email" id="newsletter-footer" onfocus="if(this.value=='Your email address') this.value='';" onblur="if(this.value=='') this.value='Your email address';" value="Your email address"
        data-validate="{required:true, 'validate-email':true}">
    </div>
    <div class="action-button">
      <button class="action subscribe primary" title="Subscribe" type="submit">
        <span>Subscribe</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko foreach: {data: elems, as: 'element'} --><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LftTrsZAAAAAPgiXO1TuGMNPQGj1fwbczesGaZw&amp;co=aHR0cHM6Ly9hcGV4ZHluYW1pY3N1c2EuY29tOjQ0Mw..&amp;hl=de&amp;v=M-QqaF9xk6BpjLH22uHZRhXt&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=lskpuqbozqg2"
              width="304" height="78" role="presentation" name="a-iqccagso0evd" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://apexdynamicsusa.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Follow Us
 * Twitter
 * Linkedin
 * Youtube

631-244-9040
 * Sign In
 * Create an Account

 * Home
 * About us
 * Press
 * Products
   In Line Planetary Gearboxes
   Right Angle Gearboxes
   Spiral Bevel Right Angle Gearboxes
   Economy Gearboxes
   Performance-Economy Gearboxes
   Performance Gearboxes
   High Performance Gearboxes
   Ultra Performance
   Precision Rack and Pinion
   Smart Lubrication System
 * Design Tools
   Gearbox Design Tool
   Rack Design Tool
   Pinion Design Tool
   Competitive Interchange Tool

Categories

My Cart 0 item 0
Cart Subtotal
$0.00
My Cart 0
Close You have no items in your shopping cart.

All Categories - - Products - - - - In-Line Planetary Gearboxes - - - -
Right-Angle Planetary Gearboxes - - - - Products2 - - - - Spiral Bevel
Right-Angle Gearboxes - - - - Precision Rack & Pinion Systems


Search
Search
 * Home
 * AT-H-Series High Precision Spiral Bevel Gearboxes


AT-H-SERIES HIGH PRECISION SPIRAL BEVEL GEARBOXES

Only 0 left
SKU
AT-H
Views: 503
$50.00

The Apex AT-H series is a right angle spiral bevel gearbox with hollow keyed
output and input shaft configuration. High radial load capacity and high
precision make the AT-H series suitable for servo applications as well as power
transmission solutions.

NEW! - Now available in Carbon Steel as ATB version!

Qty

Add to Cart

Add to Compare
Email
AddThis Sharing Buttons
Share to FacebookFacebookShare to TwitterTwitterShare to PinterestPinterestShare
to LinkedInLinkedInShare to MoreAddThis
Skip to the end of the images gallery
AT-H-Series High Precision Spiral Bevel Gearboxes









Skip to the beginning of the images gallery
 * Details
 * Downloads
 * Specifications
 * Dimensions
 * Ordering Code
 * Custom Tab

 * Output torque
   T2N : 12 Nm - 3,200 Nm
 * Ratios
   1-stage : 1/1.5/2/3/4/5
   
 * Low backlash
   1-stage : ≤6arcmin
   
 * high efficiency
   1-stage : ≧ 98%
   
 * Easy mount
   
 * Low Noise
   
 * Compact structure

 * AT-ATB Catalog.pdf





Brand Description History Color sit amet, consectetur adipiscing elit. In
gravida pellentesque ligula, vel eleifend turpis blandit vel. Nam quis lorem ut
mi mattis ullamcorper ac quis dui. Vestibulum et scelerisque ante, eu sodales
mi. Nunc tincidunt tempus varius. Integer ante dolor, suscipit non faucibus a,
scelerisque vitae sapien.




THE MOST PROFESSIONAL SERVOMOTOR DRIVE PLANETARY GEARBOX MANUFACTURER IN THE
WORLD

Apex Dynamics, Inc. is a worldwide leader in manufacturing of planetary
gearboxes. Based on more than twenty years of accumulated manufacturing and
marketing experience, plus the highest level of technical production
capabilities, Apex Dynamics, Inc. designed and built a technically advanced,
high speed, low backlash servo application planetary gearbox. Our Break through
patented technology (over 6 patents), provides the customer with the optimum
high precision helical reducer at a reasonable price and is offered with the
only tip to toe 5-Year warranty in the industry today, including the seals and
bearings. Our company slogan is TRUTHFUL RESPONSIBLE CREATIVE. The primary focus
in daily operation is quality. We pride ourselves on our dedication to quality;
our duty, is customer satisfaction. We are continuously improving processes,
finding proper and effective methods to provide customers new solutions for
difficult applications, and developing new products.  Read More

New Products
 1. 
 2. 
 3. 

 



Begins in 5:17:14:53Days Hrs Min Sec
Be Sure to Visit Apex Dynamics at Booth 4103
Register for Free



 


Contact Us
 * 885 Marconi Avenue
 * Ronkonkoma, NY 11779
 * 631.244.9040
 * Email Us
 * Monday-Friday 8am - 5pm EST

IN LINE GEARBOXES
 * AB
 * AD
 * ADS
 * AE
 * AF
 * AH
 * AP
 * APC
 * AFH
 * AFX
 * GL
 * AES
 * FOOD GRADE

 * PAII
 * PEII
 * PGII
 * PSII
 * PNII
 * PD
 * PL

RIGHT ANGLE GEARBOXES
 * ABR
 * ADR
 * AER
 * AFR
 * KF
 * KH
 * AHK
 * APK
 * APCK
 * AFHK
 * AFXR
 * AERS

 * PAIIR
 * PEIIR
 * PGIIR
 * PSIIR
 * PNIIR
 * PLR
 * PDR

SPIRAL BEVEL
 * AT-FC
 * AT-FH
 * AT-FL
 * AT-FL1/R1
 * AT-C

 * AT-H
 * AT-L
 * AT-L1/R1
 * AT-LM/RM
 * AT-4M

Gear Rack Solutions
 * Rack and Pinion
 * Smart Lubrication

Follow Us
 * Twitter
 * Linkedin
 * Youtube

Sign Up For Newsletter

Sign Up For Newsletter
Subscribe
Copyright © 2019-present Apexdynamics Inc. All rights reserved.






Close
Continue View Cart Compare Products My Wishlist
Ok

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?