$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 ) ) { ?>
Previous ProductNext Product

ANYLOAD CB12 Load Cell Cable

 

This ANYLOAD CB12 Load Cell Cable is RFI- and EMI-Protected, featuring a copper shield with aluminum foil protection. Comes in two standard lengths; custom lengths are also available as a special order. Contact us for this option.

Quantity Price
1 - 9 $844.00
10 - 24 $801.80
25 - 49 $776.48
50 - 99 $751.16
100 + $717.40
Tacuna Systems Price Match Guarantee
SKU: CB12 Category: Brand:

ANYLOAD CB12 Load Cell Cable

This load cell cable is RFI- and EMI-protected, featuring a copper shield with aluminum foil protection. (See External Wiring in Strain Gauge Load Cells for a review of how cable lengths affect load cell calibration.)

  • PVC jacket material
  • Copper shield and aluminum foil protection
  • 12-Wire standard black cable
  • Outer diameter of 7.6mm ± 0.3mm
  • 300m length with a reel
  • 100m length without reel
  • ANYLOAD color code compliant
  • RFI and EMI-protected
  • Cable length is customizable. Consult with us before ordering custom lengths.

Available Standard Options: CB12-7.6mm-100m,  CB12-7.6mm-300m

Please contact us with any product interfacing inquiries.

Specifications

CB12 Load Cell Cable Specifications

Number of Wires 12 Wires
Outside Diameter 7.6mm ± 0.3mm
Working Temperature 30°C to 85°C/-22°F to 185°F
Wire Resistance ≤ 0.9Ω/mm
Screen 1
Capacitance ≤ 80PF/m
Length with Reel 300m/984.25′
Jacket Material PVC
Jacket Color Black

CB12 Load Cell Cable Part Numbers

Descriptions With Reel Diameter (mm) Part No. Shipping Weight (kg)
PVC cable with 12 wires Yes 7.6 CB12-7.6-300m 27.0

Technical Documents

CB12 Load Cell Cable Datasheet

Reviews

There are no reviews yet.

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