$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

6-Pin Detachable Screw Terminal Block

 

This 6-pin terminal block quickly changes load cell connections without the need for special tools. This makes this product ideal for creating semi-permanent configurations. For a larger version, see our 9-pin terminal block product.

 

$3.52

Quantity Price
1 - 9 $3.52
10 - 24 $3.34
25 - 49 $3.24
50 - 99 $3.13
100 + $2.99
Tacuna Systems Price Match Guarantee

6-Pin Terminal Block Features

  • 6-pin – for use with the EMBSGB200 Amplifier
  • Features a detachable screw (Do not over-tighten the screw as it may damage the inserted wire)
  • Terminal block is useful for situations that require semi-permanent connections
  • Learn more about the basics of terminal blocks and available types here

Contact us with any product-related questions.

.

Tacuna Systems Commitment

We strive to help our diverse customer base achieve their desired outcomes. As a small business, we take great pride in providing free consultation for product design & prototyping to ensure our valued clients have the right equipment to be successful. Our engineering specialists have extensive R&D experience in strain gauge load cell technology, and we are well-known for our in-house designed customizable signal conditioners and amplifiers.

Specifications

Nominal Cross Section 1.5 mm
Nominal Current 8 A
Rated Voltage (III/2) 160 V
Contact Surface Material Tin
Contact Connection Type Socket
Number of Potentials 6
Number of Rows 1
Number of Positions 6
Number of Connections 6
Product range MC 1,5/..-ST
Pitch 3.5 mm
Connection Method Screw connection with tension sleeve
Screw Head Form L Slotted
Conductor/PCB Connection Direction 0 °
Plug-in System COMBICON MC 1,5
Locking Without
Mounting Flange Without

Technical Documents

6-Pin Terminal Block Data Sheet
Phoenix Contact Terminal Block Family CAD Drawing
Certificate Icon UL Compliance Phoenix Contact GmbH

Reviews

There are no reviews yet.

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