$src) { if ($w > 800) unset($sources[$w]); } return $sources; }, 10, 1); // Clamp the MAIN product so it can’t pick 1536 on high-DPR phones add_filter('wp_get_attachment_image_attributes', function($attr, $attachment){ if (!empty($attr['class']) && strpos($attr['class'], 'wp-post-image') !== false) { $inline_size = 'medium'; // use 'medium_large' for a sharper inline image if ($src = wp_get_attachment_image_src($attachment->ID, $inline_size)) { $attr['src'] = $src[0]; $attr['width'] = $src[1]; $attr['height'] = $src[2]; } $attr['srcset'] = wp_get_attachment_image_srcset($attachment->ID, $inline_size); $attr['sizes'] = '(max-width: 480px) 320px, 480px'; unset($attr['fetchpriority']); } return $attr; }, 10, 2); } // Boost the main product image as LCP (without pulling a bigger file) add_filter('wp_get_attachment_image_attributes', function($attr, $attachment){ static $done = false; // ensure we only mark the first/main image if ( is_product() && !$done && !empty($attr['class']) && strpos($attr['class'], 'wp-post-image') !== false ) { $attr['loading'] = 'eager'; $attr['fetchpriority'] = 'high'; $done = true; } return $attr; }, 11, 2); ?>ID, 'woocommerce_thumbnail')) { $attr['src'] = $t[0]; $attr['width'] = $t[1]; $attr['height'] = $t[2]; } // Only advertise small candidates; tell the browser the box is ~200px $attr['srcset'] = wp_get_attachment_image_srcset($attachment->ID, 'woocommerce_thumbnail'); $attr['sizes'] = '200px'; // Make sure these stay lazy/low priority (they aren’t LCP) $attr['loading'] = 'lazy'; unset($attr['fetchpriority']); } return $attr; }, 10, 3); // 3) Backstop: trim any oversized candidates that might sneak in add_filter('wp_calculate_image_srcset', function($sources){ if (!is_product()) return $sources; foreach ($sources as $w => $src) { if ($w > 400) unset($sources[$w]); // 400w is plenty for a 200px box, even on 2x DPR } return $sources; }, 10, 1); ?> roles ) ) { foreach ( array_keys( $taxes ) as $key ) { $taxes[$key] = 0; } } return $taxes; }, 100, 2 ); /** * Part 2: Display the message on the CART page (Server-side PHP) * This works perfectly for the non-dynamic cart page. */ add_action( 'woocommerce_cart_totals_before_order_total', function() { if ( is_user_logged_in() && in_array( 'tax_exempt_customer', (array) wp_get_current_user()->roles ) ) { echo 'Tax Exempt$0.00'; } }); /** * Part 3: Display the message on the CHECKOUT page (Client-side JavaScript) * This handles the AJAX updates on the dynamic checkout page. */ add_action( 'wp_footer', function() { // Only run this script for exempt users and only on the checkout page. if ( is_checkout() && ! is_wc_endpoint_url() && is_user_logged_in() && in_array( 'tax_exempt_customer', (array) wp_get_current_user()->roles ) ) { ?>
Next Product

AmCells STL Series S-Type Alloy Steel Load Cell

 

The AmCells STL Series S-Type beam load cell is ideal for both compression and tension applications such as weigh scales, hoppers, tank levels, truck scales, cranes, and force measurement. This product meets OIML and HB44 III Standards. It is available in 20lb to 40,000lb capacities.

Other compression and tension load cell capacities and configurations are available – please contact us to learn more.

Quantity Price
1 - 9 $164.00
10 - 24 $155.80
25 - 49 $150.88
50 - 99 $145.96
100 + $139.40
Tacuna Systems Price Match Guarantee
SKU: STL Category: Brand:

AmCells STL Features

AmCells STL Series S-Type Load Cells measure both compression and tension and install easily with threaded mounting holes on both top and bottom.

  • Nickel Plated Alloy Steel
  • Tool Steel
  • Meets OIML and HB44 III Standards
  • Cable Length: 20 ft.

Available options: STL-25lb, STL-50lb, STL-100lb, STL-150lb, STL-200lb, STL-250lb, STL-500lb, STL-750lb, STL-1Klb, STL-1500lb, STL-2Klb, STL-2.5Klb, STL-3Klb, STL-5Klb, STL-10Klb, STL-15Klb, STL-20Klb, STL-40Klb

Please contact us with any product interfacing inquiries.

Specifications

AmCells STL Series S-Type Alloy Steel Load Cell Specifications

Rated Output (R.O.) 3.0 MV/V ± 1%
Zero Balance ± 2% of R.O.
Non-Linearity 0.02% of R.O.
Hysteresis 0.02% of R.O.
Non-Repeatability 0.02% of R.O.
Creep in 1 hour 0.05% of Load
Insulation > 5,000MΩ
Input Impedance 385Ω ± 30Ω
Output Impedance 350Ω ± 4Ω
Safety Overload 150% of F.S.
Ultimate Overload 200% of F.S.
Compensated Temperature Range -10 to 40 °C
Operating Temperature Range -40 to 80 °C
Temperature Effect on Output 20 ppm/°C

Technical Documents

document icon AmCells STL Series S-Type Load Cell Data Sheet

Interchangeable Cross Reference

AmCells STL Series Interchangeable Cross Reference

Manufacturer Equivalent Model
Artech Industries Inc. 20210
HBM UT1
Rice Lake RL20001
Revere 363
Sensor 60001
Transcell BSS
Celtron STC

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.