{"title":"Sensors","description":"\u003cdiv class=\"collection-description\"\u003e\n  \u003ch2\u003ePhidgets Sensors\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Discover a wide range of \u003cstrong\u003ePhidgets sensors\u003c\/strong\u003e designed for measurement,\n    monitoring, automation, robotics, industrial control, and IoT applications.\n    Our collection includes sensors for temperature, humidity, pressure, distance,\n    movement, light, sound, voltage, current, force, position, and more.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Phidgets sensors are built for easy integration with computers, embedded systems,\n    and custom electronics projects. Whether you are building a laboratory setup,\n    automation system, smart device, or industrial monitoring solution, these sensors\n    provide reliable and accurate real-time data collection.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Choose from a variety of sensor types including\n    \u003cstrong\u003etemperature sensors, thermocouples, RTD sensors, load cells,\n    proximity sensors, distance sensors, pH sensors, rotary position sensors,\n    linear position sensors, gas pressure sensors, and voltage\/current sensors\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Test View Shop offers genuine \u003cstrong\u003ePhidgets sensor products\u003c\/strong\u003e with fast shipping\n    and trusted support for engineers, developers, educators, and automation professionals.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Sensors sub-collections navigation --\u003e\n\u003cdiv class=\"tv-subcollections-force-center\"\u003e\n  \u003cdiv class=\"tv-subcollections\"\u003e\n    \u003cdiv class=\"tv-subcollections__label\"\u003eChoose category:\u003c\/div\u003e\n\n    \u003cdiv class=\"tv-subcollections__grid\"\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/voltage-current\"\u003eVoltage\/Current\u003c\/a\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/temperature-humidity\"\u003eTemperature\/Humidity\u003c\/a\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/adapters-encoders\"\u003eAdapters\/Encoders\u003c\/a\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/light-sound\"\u003eLight\/Sound\u003c\/a\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/distance\"\u003eDistance\u003c\/a\u003e\n      \u003ca class=\"tv-subcollections__pill\" href=\"\/he\/collections\/motion-sensors\"\u003eMotion\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* Force centering outside Shopify container *\/\n  .tv-subcollections-force-center{\n    position: relative;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 100vw;\n    display: flex;\n    justify-content: center;\n    margin: 18px 0 32px;\n  }\n\n  \/* Desktop: box fits content *\/\n  .tv-subcollections{\n    width: fit-content;\n    max-width: 100%;\n    padding: 22px 28px 26px;\n    border: 1px solid rgba(0,0,0,.08);\n    border-radius: 18px;\n    background: #fff;\n    text-align: center;\n    box-sizing: border-box;\n  }\n\n  .tv-subcollections__label{\n    font-weight: 600;\n    font-size: 14px;\n    margin-bottom: 18px;\n  }\n\n  \/* Desktop: one row, centered *\/\n  .tv-subcollections__grid{\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: nowrap;\n  }\n\n  .tv-subcollections__pill{\n    padding: 10px 16px;\n    border-radius: 999px;\n    border: 1px solid rgba(0,0,0,.2);\n    background: #fafafa;\n    color: #111;\n    text-decoration: none;\n    font-size: 14px;\n    white-space: nowrap;\n    transition: background-color .15s ease, border-color .15s ease;\n  }\n\n  .tv-subcollections__pill:hover{\n    background: #efeff1;\n    border-color: rgba(0,0,0,.35);\n  }\n\n  \/* Mobile: fit screen, allow wrap to another row, NO scrolling *\/\n  @media (max-width: 749px){\n    .tv-subcollections{\n      width: calc(100vw - 32px);  \/* full-width card with side padding *\/\n      max-width: calc(100vw - 32px);\n      padding: 16px 14px 18px;\n      border-radius: 16px;\n    }\n\n    .tv-subcollections__label{\n      margin-bottom: 12px;\n      font-size: 14px;\n    }\n\n    .tv-subcollections__grid{\n      flex-wrap: wrap;            \/* allow another row *\/\n      gap: 10px;\n    }\n\n    .tv-subcollections__pill{\n      padding: 9px 12px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n","products":[{"product_id":"k-type-teflon-bead-probe-thermocouple-40-c-to-200-c","title":"K-Type Teflon Bead Probe Thermocouple (-40°C To +200°C) (TMP4103_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The K-Type Teflon Bead Probe Thermocouple (TMP4103_0) is designed for general-purpose temperature measurement across a range of -40°C to +200°C.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Featuring Teflon insulation on the lead wire and a compact bead tip, this probe provides rapid thermal response times and high accuracy (±0.75°C). It connects directly to any Phidgets thermocouple interface board, making it suitable for environmental testing, lab setups, and thermal monitoring applications.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eK-Type thermocouple junction with bead probe tip\u003c\/li\u003e\n    \u003cli\u003eTemperature measurement range: -40°C to +200°C\u003c\/li\u003e\n    \u003cli\u003eHigh measurement accuracy: ±0.75°C\u003c\/li\u003e\n    \u003cli\u003eDurable Teflon lead insulation for chemical resistance and thermal durability\u003c\/li\u003e\n    \u003cli\u003eConnects directly to Phidgets thermocouple interface modules\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eTechnical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThermocouple Type:\u003c\/strong\u003e K-Type\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eProbe Style:\u003c\/strong\u003e Teflon Bead Probe\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTemperature Range:\u003c\/strong\u003e -40 °C to +200 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy:\u003c\/strong\u003e ±0.75 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInsulation Material:\u003c\/strong\u003e Teflon (PTFE)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Phidget Thermocouple Interfaces (e.g., TMP1101_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eK-Type Teflon Bead Probe Thermocouple (TMP4103_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Used in combination with a Phidgets Thermocouple interface object via the Phidget22 API.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e TemperatureSensor (Thermocouple Mode)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, LabVIEW, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/TMP4103\/TMP4103_0\/Documentation\/TMP4103_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rtd-phidget-tmp1200_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → RTD Phidget Temperature Sensor (TMP1200_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/hub0007_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 1-Port VINT Hub Phidget (HUB0007_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/force-sensor-1106_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Force Sensor (1106_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/4x-relay-phidget-rel1000_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 4x Relay Phidget (REL1000_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43567484633139,"sku":"TMP4103_0","price":29.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/TMP4103_0.jpg?v=1754848484"},{"product_id":"חיישן-טמפרטורה-למתח","title":"Precision Temperature Sensor (1124_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Precision Temperature Sensor (1124_0) is an inexpensive ratiometric sensor designed to measure ambient air temperature surrounding the board across a rated commercial range of -30°C to +80°C.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Featuring typical accuracy of ±0.5°C at 25°C (and typical ±0.75°C error from 0°C to 80°C), this sensor outputs an analog voltage proportional to temperature. While the board, cable, and connectors are rated for -30°C to +80°C for commercial applications, the IC component itself supports rapid prototyping up to broader extremes (-50°C to +150°C).\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures ambient air temperature from -30°C to +80°C\u003c\/li\u003e\n    \u003cli\u003eRatiometric output connects directly to Phidget VoltageRatio Inputs\u003c\/li\u003e\n    \u003cli\u003eHigh typical accuracy (±0.5°C at 25°C, ±0.75°C over 0°C to 80°C)\u003c\/li\u003e\n    \u003cli\u003e0.2°C temperature resolution\u003c\/li\u003e\n    \u003cli\u003eUltra-low current consumption (max 1 mA)\u003c\/li\u003e\n    \u003cli\u003eIncludes 60cm Phidget Cable and mounting hardware kit\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eSensor Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSensor Type:\u003c\/strong\u003e Ambient Temperature\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eControlled By:\u003c\/strong\u003e VoltageRatio Input\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSensor Output Type:\u003c\/strong\u003e Ratiometric\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAmbient Temperature Range:\u003c\/strong\u003e -30 °C to +80 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eResolution:\u003c\/strong\u003e 0.2 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTypical Accuracy (at 25°C):\u003c\/strong\u003e ±0.5 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTypical Error (0°C to 80°C):\u003c\/strong\u003e ±0.75 °C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMax Temperature Error:\u003c\/strong\u003e ±2 °C\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eElectrical \u0026amp; Physical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSupply Voltage Range:\u003c\/strong\u003e 4.0 V DC to 6.5 V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCurrent Consumption (Max):\u003c\/strong\u003e 1 mA\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutput Voltage Range:\u003c\/strong\u003e 250 mV DC to 4.8 V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutput Impedance:\u003c\/strong\u003e 1 kΩ\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOperating Temperature Range:\u003c\/strong\u003e -40 °C to +105 °C\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003ePrecision Temperature Sensor Board (1124_0)\u003c\/li\u003e\n    \u003cli\u003e3002 – 60cm Phidget Cable\u003c\/li\u003e\n    \u003cli\u003eHardware Mounting Kit (4 nuts and bolts, 4 plastic spacers)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Interfaced through a VoltageRatio Input channel on a Phidgets VINT Hub or InterfaceKit using the Phidget22 software library.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e VoltageRatioInput \/ TemperatureSensor\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, LabVIEW, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/1124\/1124_0\/Documentation\/1124_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rtd-phidget-tmp1202_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → RTD Phidget (TMP1202_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/k-type-teflon-bead-probe-thermocouple-40c-to-200c-tmp4103_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → K-Type Teflon Bead Probe Thermocouple (TMP4103_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidget-cable-60cm-3002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Phidget Cable 60cm (3002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/hub0007_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 1-Port VINT Hub Phidget (HUB0007_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43567487942707,"sku":"1124_0","price":99.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1124_0B.jpg?v=1779001304"},{"product_id":"40v-voltage-input-phidget","title":"(±40V) Voltage Input Phidget (VCP1001_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The (±40V) Voltage Input Phidget (VCP1001_0) allows you to measure DC voltage potentials up to ±40 V with high precision and full galvanic isolation.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    When standard 0–5V inputs fall short, the VCP1001 offers software-selectable measurement ranges (±5V, ±15V, and ±40V). Selecting a narrower range maximizes measurement resolution, while the built-in automatic range mode dynamically selects the optimal range in real time. Full electrical isolation protects your host computer and VINT Hub from voltage spikes and eliminates troublesome ground loop noise.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures voltage potentials up to ±40 V DC\u003c\/li\u003e\n    \u003cli\u003eSoftware-selectable voltage ranges: ±5V, ±15V, and ±40V\u003c\/li\u003e\n    \u003cli\u003eAutomatic range mode dynamically selects the highest precision setting\u003c\/li\u003e\n    \u003cli\u003eGalvanic electrical isolation protects upstream equipment from power surges\u003c\/li\u003e\n    \u003cli\u003eEliminates ground loops for stable, noise-free measurements\u003c\/li\u003e\n    \u003cli\u003eConnects directly to any VINT Hub port via a standard Phidget Cable\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eMeasurement \u0026amp; Electrical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInput Voltage Range (Max):\u003c\/strong\u003e ±40 V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSelectable Ranges:\u003c\/strong\u003e ±5 V DC, ±15 V DC, ±40 V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eRanging Mode:\u003c\/strong\u003e Manual or Dynamic Auto-Ranging\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface:\u003c\/strong\u003e VINT Port\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eIsolation:\u003c\/strong\u003e Galvanic Electrical Isolation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e(±40V) Voltage Input Phidget (VCP1001_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Configured and read using the Phidget22 software API over a VINT connection.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e VoltageInput\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, LabVIEW, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/VCP1001\/VCP1001_0\/Documentation\/VCP1001_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/vint-hub-phidget-hub0002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → VINT Hub Phidget (HUB0002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidget-cable-60cm-3002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Phidget Cable 60cm (3002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/precision-temperature-sensor-1124_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Precision Temperature Sensor (1124_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/4x-relay-phidget-rel1000_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 4x Relay Phidget (REL1000_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43567526019123,"sku":"VCP1001_0","price":169.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/VCP1001_0-scaled.jpg?v=1754853361"},{"product_id":"20-bit-40v-voltage-input-phidget","title":"20-Bit (±40V) Voltage Input Phidget (VCP1000_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The 20-Bit (±40V) Voltage Input Phidget (VCP1000_0) combines high voltage measurement capability with ultra-high resolution and full galvanic isolation.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Capable of measuring up to ±40V DC with a resolution of 77 microvolts, this board easily switches via software to a high-sensitivity ±312mV mode that unlocks an extraordinary resolution of 600 nanovolts. Integrated electrical isolation protects host computers and VINT Hubs from power surges while eliminating ground loops for superior signal measurement stability.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eUltra-high precision 20-bit analog-to-digital measurement resolution\u003c\/li\u003e\n    \u003cli\u003eWide input voltage potential up to ±40 V DC (77 µV resolution)\u003c\/li\u003e\n    \u003cli\u003eSoftware-selectable ±312 mV DC range for micro-volt sensitivity (600 nV resolution)\u003c\/li\u003e\n    \u003cli\u003eGalvanic electrical isolation protects upstream hardware against voltage spikes\u003c\/li\u003e\n    \u003cli\u003eEliminates ground loop interference for highly accurate, noise-free readings\u003c\/li\u003e\n    \u003cli\u003eConnects directly to any VINT Hub port using standard Phidget cables\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eMeasurement \u0026amp; Electrical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eADC Resolution:\u003c\/strong\u003e 20-bit\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMax Input Range:\u003c\/strong\u003e ±40 V DC (77 µV resolution)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eHigh Sensitivity Range:\u003c\/strong\u003e ±312 mV DC (600 nV resolution)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface:\u003c\/strong\u003e VINT Port\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eIsolation:\u003c\/strong\u003e Galvanic Electrical Isolation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e20-Bit (±40V) Voltage Input Phidget (VCP1000_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Configured and accessed programmatically using the Phidget22 API over a VINT Hub connection.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e VoltageInput\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, LabVIEW, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/VCP1000\/VCP1000_0\/Documentation\/VCP1000_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/vint-hub-phidget-hub0002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → VINT Hub Phidget (HUB0002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/voltage-input-phidget-vcp1001_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → (±40V) Voltage Input Phidget (VCP1001_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidget-cable-60cm-3002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Phidget Cable 60cm (3002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/isolated-12-bit-voltage-output-phidget-out1001_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Isolated 12-Bit Voltage Output Phidget (OUT1001_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43567605612595,"sku":"VCP1000_0","price":339.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/VCP1000_0-scaled.jpg?v=1754867329"},{"product_id":"quadrature-encoder-phidget","title":"Quadrature Encoder Phidget (ENC1001_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe ENC1001 interfaces with any 5V quadrature encoder. A quadrature encoder is the most commonly used feedback device for a DC or stepper motor. With an encoder, you can keep track of the rotation angle of your motor, which then allows you to control the position and velocity in your code. This Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eWorks with all 0-5V push-pull quadrature encoders\u003c\/li\u003e\n\u003cli\u003eRead at speeds of up to 250,000 quadrature cycles per second\u003c\/li\u003e\n\u003cli\u003eSupports data rates of up to 1000 Hz\u003c\/li\u003e\n\u003cli\u003eSave power by disabling the encoder output when not in use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eBoard Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By VINT\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eEncoder Interface\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eNumber of Encoder Inputs 1\u003c\/li\u003e\n\u003cli\u003eCount Rate Max 400000 pulses\/s\u003c\/li\u003e\n\u003cli\u003eEncoder Interface Resolution x4\u003c\/li\u003e\n\u003cli\u003eTime Resolution 1 μs\u003c\/li\u003e\n\u003cli\u003eEncoder Input Low Voltage Max 2.4 V DC\u003c\/li\u003e\n\u003cli\u003eEncoder Input High Voltage Min 2.6 V DC\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 20 ms\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 1 s\/sample\u003c\/li\u003e\n\u003cli\u003ePull-up Resistance (Open Collector) 2.2 kΩ or 10 kΩ\u003c\/li\u003e\n\u003cli\u003ePull-down Resistance (Line Driver) 2.2 kΩ or 10 kΩ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCurrent Consumption Min (unconfigured) 24.6 μA\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption Max encoder current + 4.2 mA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min -40 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max 85 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/adapters-sensors\/quadrature-encoder-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43567615606835,"sku":"ENC1001_0","price":99.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/ENC1001_0.jpg?v=1779273543"},{"product_id":"versatile-input-phidget","title":"Versatile Input Phidget (DAQ1400_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .inline-image { max-width: 100%; height: auto; border: 1px solid #e5e5e5; margin: 10px 0; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\"\u003eSoftware\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eVersatile Input Phidget\u003c\/p\u003e\n\u003cp\u003eReads one 4-20mA, frequency output, PNP\/NPN or 5V sensor, and provides 12 or 24V without an external supply.\u003c\/p\u003e\n\u003cp\u003eMost of the sensors sold at Phidgets are simple 0-5V devices that can be read directly from a VINT port (See the “Compatible Products” tab for a list of VINT Hubs). But sometimes, you need a special sensor, be it a 4-20mA pressure sensor or a frequency output flow meter. The Versatile Input Phidget aims to provide an interface for as many types of sensors as possible while still keeping its compact form and low price point. Listed below are the various options for this adapter:\u003c\/p\u003e\n\u003ch4\u003ePower Supply 12V\/24V\u003c\/h4\u003e\n\u003cp\u003eIf you have a sensor that requires more than the typical 5V, this option allows you to generate a 12V or 24V power supply. This power is supplied directly through the VINT port with no need for an external power supply, cutting down on messy power wiring. You can also turn the power off through a command in your program as a power saving and control feature.\u003c\/p\u003e\n\u003ch4\u003eVoltage Input 5V\u003c\/h4\u003e\n\u003cp\u003eSimilar to a VINT port opened in VoltageInput mode, this input will read in a 0-5V signal from a 5V sensor. This input is included primarily for industrial sensors that require a 12V or 24V supply, but still return a 0-5V signal. This input, however, does not support ratiometric sensors. For sensors that only require 5V power, you can just use a VINT Hub or InterfaceKit.\u003c\/p\u003e\n\u003cimg class=\"inline-image\" src=\"https:\/\/www.phidgets.com\/productfiles\/DAQ1400\/DAQ1400_0\/Images\/3232x-\/0\/DAQ1400_0_Functional5.jpg\" alt=\"Voltage Input 5V diagram\"\u003e\n\u003ch4\u003eCurrent Input 4-20mA\u003c\/h4\u003e\n\u003cp\u003eThis input can interface sensors with a 4-20mA output. These sensors are often used in applications with long wires where a voltage signal would normally drop off due to line resistance and be susceptible to interference. You can also use this input to measure small currents in a circuit, but only in the range of 0.5 to 20mA.\u003c\/p\u003e\n\u003cimg class=\"inline-image\" src=\"https:\/\/www.phidgets.com\/productfiles\/DAQ1400\/DAQ1400_0\/Images\/4272x-\/0\/DAQ1400_0_Functional3.jpg\" alt=\"Current Input 4-20mA diagram\"\u003e\n\u003ch4\u003eFrequencyCounter Input\u003c\/h4\u003e\n\u003cp\u003eDo you have a sensor that outputs a frequency signal, or do you need to count the number of logic-level pulses on a line? With this input, you can count pulses and measure the frequency being output by your sensor up to a maximum 1 MHz. You can also select a cutoff frequency in software to determine when a frequency is considered to be ‘zero’.\u003c\/p\u003e\n\u003cimg class=\"inline-image\" src=\"https:\/\/www.phidgets.com\/productfiles\/DAQ1400\/DAQ1400_0\/Images\/4020x-\/0\/DAQ1400_0_Functional2.jpg\" alt=\"FrequencyCounter Input diagram\"\u003e\n\u003ch4\u003eDigital Input PNP\/NPN\u003c\/h4\u003e\n\u003cp\u003eFor a sensor with a simple output that switches to logic high (PNP), or switches to ground (NPN), this input provides a 10 k?© internal resistance to pull the line down or up, respectively.\u003c\/p\u003e\n\u003cimg class=\"inline-image\" src=\"https:\/\/www.phidgets.com\/productfiles\/DAQ1400\/DAQ1400_0\/Images\/3948x-\/0\/DAQ1400_0_Functional4.jpg\" alt=\"Digital Input PNP NPN diagram\"\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eBoard Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By VINT\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eVoltage Sensor\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eVoltage Resolution 71 ?¼V DC\u003c\/li\u003e\n\u003cli\u003eSensor Input Impedance 100 k?©\u003c\/li\u003e\n\u003cli\u003eInput Voltage Min (DC) 0 V DC\u003c\/li\u003e\n\u003cli\u003eInput Voltage Max (DC) 5 V DC\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 60 s\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 20 ms\/sample\u003c\/li\u003e\n\u003cli\u003eMeasurement Error Max 0.03 %\u003c\/li\u003e\n\u003cli\u003eNumber of Voltage Inputs 1\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eAvailable External Voltage 12 or 24 V DC\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption (Configured) 8 mA\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption (Unconfigured) 24 ?¼A\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCurrent Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eInput Current Min 500 ?¼A\u003c\/li\u003e\n\u003cli\u003eInput Current Max 20 mA\u003c\/li\u003e\n\u003cli\u003eCurrent Measurement Resolution 10 ?¼A\u003c\/li\u003e\n\u003cli\u003eMeasurement Error Max 0.1 %\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 60 s\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 20 ms\/sample\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eDigital Inputs\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eDigital Input Type NPN\/PNP\u003c\/li\u003e\n\u003cli\u003eNumber of Digital Inputs 1\u003c\/li\u003e\n\u003cli\u003eDigital Input Voltage Max 24 V DC\u003c\/li\u003e\n\u003cli\u003ePull-up Resistance 10 k?©\u003c\/li\u003e\n\u003cli\u003ePull-down Resistance 10 k?©\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eFrequencyCounter Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eNumber of Channels 1\u003c\/li\u003e\n\u003cli\u003eInput Frequency Max 2 MHz\u003c\/li\u003e\n\u003cli\u003eFrequency Error Max 1 %\u003c\/li\u003e\n\u003cli\u003eCounting Rate Max 1E+06 pulses per second\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRecommended Wire Size 16 – 26 AWG\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Min -40 ?°C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max 85 ?°C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eSoftware Objects\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eChannel Name API Channel\u003c\/li\u003e\n\u003cli\u003eVoltage Input VoltageInput 0\u003c\/li\u003e\n\u003cli\u003eCurrent Input CurrentInput 0\u003c\/li\u003e\n\u003cli\u003eDigital Input DigitalInput 0\u003c\/li\u003e\n\u003cli\u003eFrequency Input FrequencyCounter 0\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/adapters-sensors\/versatile-input-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43572898005043,"sku":"DAQ1400_0","price":149.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/DAQ1400_0-scaled-2.jpg?v=1755078454"},{"product_id":"1v-voltage-input-phidget","title":"(±1V) Voltage Input Phidget (VCP1002_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The (±1V) Voltage Input Phidget (VCP1002_0) is designed to measure minute voltage differences across circuits with extreme accuracy and stability.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Offering software-selectable measurement ranges from ±1V down to ±10mV, it includes an integrated automatic auto-ranging mode that dynamically shifts ranges to ensure maximum precision. It is ideal for measuring current drops across sense resistors using Ohm's law. Complete electrical isolation safeguards upstream VINT Hubs and host computers against power surges while preventing ground loops.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eHigh-precision voltage sensing for low-voltage signals (±1V DC maximum range)\u003c\/li\u003e\n    \u003cli\u003eSelectable voltage ranges down to ±10mV for elevated micro-volt precision\u003c\/li\u003e\n    \u003cli\u003eAutomatic auto-ranging mode dynamically selects the optimal measurement range\u003c\/li\u003e\n    \u003cli\u003eIdeal for indirect current sensing across inline current sense shunts\/resistors\u003c\/li\u003e\n    \u003cli\u003eGalvanic electrical isolation prevents ground loops and protects connected hardware\u003c\/li\u003e\n    \u003cli\u003ePlugs directly into any VINT Hub port via standard Phidget cables\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eMeasurement \u0026amp; Electrical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMax Input Voltage Range:\u003c\/strong\u003e ±1 V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMin Input Voltage Range:\u003c\/strong\u003e ±10 mV DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eRange Selection:\u003c\/strong\u003e Manual (Software) or Automatic (Auto-ranging)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface:\u003c\/strong\u003e VINT Port\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eIsolation:\u003c\/strong\u003e Galvanic Electrical Isolation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e(±1V) Voltage Input Phidget (VCP1002_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Configured and accessed programmatically using the Phidget22 API over a VINT Hub connection.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e VoltageInput\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, LabVIEW, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/VCP1002\/VCP1002_0\/Documentation\/VCP1002_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/vint-hub-phidget-hub0002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → VINT Hub Phidget (HUB0002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/20-bit-40v-voltage-input-phidget-vcp1000_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 20-Bit (±40V) Voltage Input Phidget (VCP1000_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidget-cable-60cm-3002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Phidget Cable 60cm (3002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/isolated-12-bit-voltage-output-phidget-out1001_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Isolated 12-Bit Voltage Output Phidget (OUT1001_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43575842799667,"sku":"VCP1002_0","price":179.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/VCP1002_0-scaled.jpg?v=1755204832"},{"product_id":"i-snail-vc-25-current-sensor-25amp","title":"i-Snail AC Current Sensor 25Amp (3501_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The i-Snail AC Current Sensor 25Amp (3501_0) is a self-powered AC current transducer designed for economical load monitoring without requiring an external power supply.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Factory calibrated for 0–25A RMS AC sine wave current, it outputs a proportional 0–5V DC analog voltage signal that interfaces directly with any analog input module or Phidget interface board. Featuring a 13.7 mm (0.54″) wire window that accommodates conductors up to AWG #2, it provides a linear output up to a 120% overload (6V) with output clamping at 6.5V for safety.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSelf-powered operation eliminates the need for an external power supply\u003c\/li\u003e\n    \u003cli\u003eCalibrated full-scale range of 0 to 25A AC (RMS)\u003c\/li\u003e\n    \u003cli\u003eProportional 0 to 5V DC analog voltage output\u003c\/li\u003e\n    \u003cli\u003eLarge 13.7 mm (0.54″) wire window accepts conductor sizes up to AWG #2\u003c\/li\u003e\n    \u003cli\u003eLinear output up to 120% overload range with 6.5V clamping protection\u003c\/li\u003e\n    \u003cli\u003eColor-coded label for immediate full-scale range identification\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eSensing \u0026amp; Electrical Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInput Range:\u003c\/strong\u003e 0 to 25A AC RMS\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutput Signal:\u003c\/strong\u003e 0 to 5V DC analog\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eConversion Formula:\u003c\/strong\u003e AC Amps (RMS) = V × 5\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePower Supply:\u003c\/strong\u003e Self-powered (induced from current flow)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eWire Window Diameter:\u003c\/strong\u003e 13.7 mm \/ 0.54″ (Up to AWG #2)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutput Protection:\u003c\/strong\u003e Voltage clamped at 6.5V DC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLinear Overload Range:\u003c\/strong\u003e Up to 120% (6V output)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003ei-Snail AC Current Sensor 25Amp (3501_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Generates a standard analog voltage signal. Easily read using any Phidget Voltage Input interface or VINT Hub analog port via the Phidget22 API.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAPI Object Class:\u003c\/strong\u003e VoltageInput\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eConversion Formula:\u003c\/strong\u003e \u003ccode\u003eAC_Amps = Output_Voltage * 5\u003c\/code\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload technical documentation and drawing files:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/3501\/3501_0\/Documentation\/3501_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/vint-hub-phidget-hub0002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → VINT Hub Phidget (HUB0002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/20-bit-40v-voltage-input-phidget-vcp1000_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 20-Bit (±40V) Voltage Input Phidget (VCP1000_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidget-cable-60cm-3002_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Phidget Cable 60cm (3002_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/isolated-12-bit-voltage-output-phidget-out1001_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Isolated 12-Bit Voltage Output Phidget (OUT1001_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43575859183667,"sku":"3501_0","price":239.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/ph_3501_0.jpg?v=1755206465"},{"product_id":"30a-current-sensor-phidget","title":"30A Current Sensor Phidget (VCP1100_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e30A Current Sensor Phidget\u003c\/p\u003e\n\n  \u003cp\u003eMeasure in-line DC current flow of up to 30A with this Phidget that connects to a VINT port\u003c\/p\u003e\n\n  \u003cp\u003eWith the VCP1100, you can quickly and easily measure the current flow in an electronic circuit or device. Just put this current sensor in series with one of the power lines, and you’ll be able to measure up to 30A of direct current. It connects to a port on a VINT Hub; you can find a list of hubs on the “Compatible Products” tab.\u003c\/p\u003e\n\n  \u003ch4\u003eIsolated for Stability\u003c\/h4\u003e\n  \u003cp\u003eThis Phidget is electrically isolated, so a power surge on the circuit you’re measuring will not damage your VINT Hub or your computer. Isolation also improves stability by eliminiating potential ground loops.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\n  \u003ch4\u003eSensor Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSensor Type\tCurrent (DC In-Line Hall Effect)\u003c\/li\u003e\n    \u003cli\u003eControlled By\tVINT\u003c\/li\u003e\n    \u003cli\u003eInput Current Min\t-30 A\u003c\/li\u003e\n    \u003cli\u003eInput Current Max\t30 A\u003c\/li\u003e\n    \u003cli\u003eCurrent Measurement Resolution\t1.1 mA\u003c\/li\u003e\n    \u003cli\u003eSurge Current (Input)\t100 A\u003c\/li\u003e\n    \u003cli\u003eMeasurement Error Max\t4 %\u003c\/li\u003e\n    \u003cli\u003eInput Current Noise\t20 mA\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eRecommended Wire Size\t10 – 26 AWG\u003c\/li\u003e\n    \u003cli\u003eOperating Temperature Min\t-40 °C\u003c\/li\u003e\n    \u003cli\u003eOperating Temperature Max\t85 °C\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eElectical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eCurrent Consumption Max\t1.8 mA\u003c\/li\u003e\n    \u003cli\u003eCurrent Consumption Min\t20 μA\u003c\/li\u003e\n    \u003cli\u003eIsolation Voltage (DC)\t50 V DC\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eInput Impedance\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/voltage-current-sensors\/30a-current-sensor-phidget\/?print=pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e\n","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43575863738419,"sku":"VCP1100_0","price":179.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/VCP1100_0.jpg?v=1755207041"},{"product_id":"k-type-thermocouple-extension-wire","title":"K-Type Thermocouple Extension Wire (3112_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .spec-table { width: 100%; border-collapse: collapse; margin: 10px 0; }\n  .spec-table th, .spec-table td { border: 1px solid #ddd; padding: 8px; text-align: left; }\n  .spec-table th { background: #f5f5f5; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003eK-Type Thermocouple Extension Wire\u003c\/p\u003e\n\n  \u003cp\u003eExtend the reach of your thermocouple with this specialized wire. Cut to length (in meters).\u003c\/p\u003e\n\n  \u003cp\u003eThis K-type thermocouple extension wire can be purchased by the meter, allowing for additional customization of your temperature sensing system. When you connect it to your thermocouple, be sure to hook it up as follows:\u003c\/p\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eWire Color\u003c\/th\u003e\n        \u003cth\u003ePolarity\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eRed\u003c\/td\u003e\n        \u003ctd\u003e–\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eYellow\u003c\/td\u003e\n        \u003ctd\u003e+\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cp\u003eIf you hook the wire up backwards, you may experience unpredictable data and incorrect measurements.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\n  \u003ch4\u003eTemperature Sensor\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eThermocouple Type\tK-Type\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eCable Gauge\t24 AWG\u003c\/li\u003e\n    \u003cli\u003eInsulation Material\tFlame Retardant PVC\u003c\/li\u003e\n    \u003cli\u003eOperating Temperature Min\t-26 °C\u003c\/li\u003e\n    \u003cli\u003eOperating Temperature Max\t105 °C\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/temperature-humidity-sensors\/k-type-thermocouple-extension-wire\/?print=pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e\n","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43583494815795,"sku":"3112_0","price":40.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3112_0-scaled.jpg?v=1755640179"},{"product_id":"light-phidget","title":"Light Phidget (LUX1000_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe LUX1000 measures brightness (illuminance). This Phidget is useful when creating automated systems that need to switch on\/off at night or in low-light conditions. This Phidget connects to your computer through a VINT Hub.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By VINT\u003c\/li\u003e\n\u003cli\u003eSensor Type Light\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eLight Sensor\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eLight Level Min 188 μlx\u003c\/li\u003e\n\u003cli\u003eLight Level Max (5V) 220 klx\u003c\/li\u003e\n\u003cli\u003eLight Resolution 188 μlx\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 125 ms\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 60 s\/sample\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCurrent Consumption Max * 500 μA\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption Min 20 μA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min -15 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max 70 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e* – Current consumption varies depending on selected data interval. See the technical section of the User Guide for details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/accessories\/new-products\/light-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43583500550195,"sku":"LUX1000_0","price":59.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/LUX1000_0-scaled.jpg?v=1755640855"},{"product_id":"distance-phidget","title":"Distance Phidget (DST1000_0)","description":"\u003cstyle\u003e\n  .product-tabs { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }\n  .product-tab-button { background:#f9f9f9; border:1px solid #bbb; padding:10px 18px; cursor:pointer; border-radius:4px; transition:background-color .2s ease; }\n  .product-tab-button.active { background:#ddd; font-weight:bold; }\n  .product-tab-content { display:none; padding:15px 0; border-top:1px solid #ccc; }\n  .product-tab-content.active { display:block; }\n  .feature-list { list-style-type: disc; margin-left:20px; }\n  .download-link { display:flex; align-items:center; gap:8px; margin:12px 0; text-decoration:none; }\n  .download-link img { width:28px; height:28px; }\n  .spec-table, .compat-table { width:100%; border-collapse:collapse; margin-top:8px; }\n  .spec-table th, .spec-table td, .compat-table th, .compat-table td { border:1px solid #ddd; padding:8px; text-align:left; }\n  .spec-table th, .compat-table th { background:#f5f5f5; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003eMeasure distances up to 170mm with this infrared time-of-flight sensor. Connects to a VINT port.\u003c\/p\u003e\n  \u003cp\u003eDo you need a sensor that can measure short distances or detect the motion of objects passing by? This Phidget uses infrared light and a time-of-flight calculation to determine how far away an object is. It can report the distance of the object it’s pointed at as often as every 10 milliseconds, and will throw a saturation event when the distance exceeds the sensor’s maximum range. Since infrared light is what it uses for the measurement, highly reflective objects will be easier to measure.\u003c\/p\u003e\n  \u003cp\u003eThe DST1000 connects to a VINT hub. Have a look at the “Compatible Products” tab for a list of Phidgets with VINT ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\n  \u003ch5\u003eSensor Properties\u003c\/h5\u003e\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003cth\u003eSensor Type\u003c\/th\u003e\n\u003ctd\u003eInfrared (Time-of-Flight)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eControlled By\u003c\/th\u003e\n\u003ctd\u003eVINT\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eMeasurement Distance Min\u003c\/th\u003e\n\u003ctd\u003e4 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eMeasurement Distance Max\u003c\/th\u003e\n\u003ctd\u003e* 170 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eMeasurement Distance Resolution\u003c\/th\u003e\n\u003ctd\u003e1 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eMeasurement Distance Noise\u003c\/th\u003e\n\u003ctd\u003e3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch5\u003eDistance Sensor\u003c\/h5\u003e\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003cth\u003eSampling Interval Max\u003c\/th\u003e\n\u003ctd\u003e60 s\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eSampling Interval Min\u003c\/th\u003e\n\u003ctd\u003e10 ms\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch5\u003eElectrical Properties\u003c\/h5\u003e\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003cth\u003eCurrent Consumption Max\u003c\/th\u003e\n\u003ctd\u003e4 mA\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eCurrent Consumption Min\u003c\/th\u003e\n\u003ctd\u003e20 μA\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch5\u003ePhysical Properties\u003c\/h5\u003e\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003cth\u003eOperating Temperature Min\u003c\/th\u003e\n\u003ctd\u003e-40 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003cth\u003eOperating Temperature Max\u003c\/th\u003e\n\u003ctd\u003e85 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cp\u003e* – Maximum distance depends on the reflectivity of the surface of the object. Typical results are around 170mm, but could be as low as 100mm for some surfaces. The “200mm” listed on the enclosure is incorrect.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/distance-sensors\/distance-phidget\/?print=pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(c =\u003e c.classList.remove('active'));\n      button.classList.add('active');\n      const target = document.getElementById(tab);\n      if (target) target.classList.add('active');\n    });\n  });\n\u003c\/script\u003e\n","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43586244280371,"sku":"DST1000_0","price":210.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/DST1000_0.jpg?v=1755805269"},{"product_id":"חיישן-תאוצה-מרחבית-usb-מדויק","title":"PhidgetSpatial Precision 0\/0\/3 High Resolution (1043_1)","description":"\u003cstyle\u003e\n  .product-tabs-wrapper {\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  \/* Hide radio triggers completely *\/\n  .product-tabs-wrapper input[type=\"radio\"] {\n    display: none !important;\n  }\n\n  \/* Navigation Bar *\/\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n\n  \/* Button Styling *\/\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n    user-select: none;\n    color: #333;\n    font-weight: normal;\n  }\n\n  .product-tab-button:hover {\n    background-color: #eee;\n  }\n\n  \/* Content Panel Base *\/\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n\n  \/* Active Tab Button Styling *\/\n  #tab-desc:checked ~ .product-tabs label[for=\"tab-desc\"],\n  #tab-specs:checked ~ .product-tabs label[for=\"tab-specs\"],\n  #tab-packaging:checked ~ .product-tabs label[for=\"tab-packaging\"],\n  #tab-software:checked ~ .product-tabs label[for=\"tab-software\"],\n  #tab-downloads:checked ~ .product-tabs label[for=\"tab-downloads\"],\n  #tab-warranty:checked ~ .product-tabs label[for=\"tab-warranty\"],\n  #tab-related:checked ~ .product-tabs label[for=\"tab-related\"] {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n\n  \/* Active Content Display *\/\n  #tab-desc:checked ~ #description,\n  #tab-specs:checked ~ #specs,\n  #tab-packaging:checked ~ #packaging,\n  #tab-software:checked ~ #software,\n  #tab-downloads:checked ~ #downloads,\n  #tab-warranty:checked ~ #warranty,\n  #tab-related:checked ~ #related {\n    display: block;\n  }\n\n  \/* Typography \u0026 Formatting *\/\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n    color: #0066cc;\n  }\n\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\n  .subhead {\n    font-weight: 600;\n    margin-top: 12px;\n  }\n\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs-wrapper\"\u003e\n  \u003c!-- Radio State Triggers --\u003e\n  \u003cinput type=\"radio\" id=\"tab-desc\" name=\"phidget-tabs\" checked\u003e\n  \u003cinput type=\"radio\" id=\"tab-specs\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-packaging\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-software\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-downloads\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-warranty\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-related\" name=\"phidget-tabs\"\u003e\n\n  \u003c!-- Navigation Buttons --\u003e\n  \u003cdiv class=\"product-tabs\"\u003e\n    \u003clabel for=\"tab-desc\" class=\"product-tab-button\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"tab-specs\" class=\"product-tab-button\"\u003eSpecifications\u003c\/label\u003e\n    \u003clabel for=\"tab-packaging\" class=\"product-tab-button\"\u003eWhat's in the Box\u003c\/label\u003e\n    \u003clabel for=\"tab-software\" class=\"product-tab-button\"\u003eSoftware\u003c\/label\u003e\n    \u003clabel for=\"tab-downloads\" class=\"product-tab-button\"\u003eDownloads\u003c\/label\u003e\n    \u003clabel for=\"tab-warranty\" class=\"product-tab-button\"\u003eWarranty \u0026amp; Delivery\u003c\/label\u003e\n    \u003clabel for=\"tab-related\" class=\"product-tab-button\"\u003eRelated Products\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description Panel --\u003e\n  \u003cdiv id=\"description\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      The \u003cstrong\u003ePhidgetSpatial Precision 0\/0\/3 High Resolution (1043_1)\u003c\/strong\u003e is an advanced 3-axis accelerometer engineered to measure acceleration up to ±8g on each axis, delivering exceptional precision when operating within the ±2g range.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Transitioning between high-precision and low-precision modes occurs automatically and seamlessly. This dynamic switching allows for highly accurate tilt, vibration, and motion measurement across a wide range of operational dynamics without requiring manual configuration or software tuning.\n    \u003c\/p\u003e\n\n    \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e3-axis accelerometer sensing up to ±8g per axis\u003c\/li\u003e\n      \u003cli\u003eUltra-high precision measurement mode within ±2g acceleration\u003c\/li\u003e\n      \u003cli\u003eAutomatic and seamless switching between precision measurement modes\u003c\/li\u003e\n      \u003cli\u003eIdeal for tilt angle sensing, research motion capture, and vibration monitoring\u003c\/li\u003e\n      \u003cli\u003eUpgraded high-precision accelerometer sensor chip architecture\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications Panel --\u003e\n  \u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n    \u003ch4\u003ePhidgetSpatial Precision 0\/0\/3 Technical Specifications\u003c\/h4\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAccelerometer Axes:\u003c\/strong\u003e 3 Axes (X, Y, Z)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMeasurement Range:\u003c\/strong\u003e ±8g (Low Precision) \/ ±2g (High Precision)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMode Switching:\u003c\/strong\u003e Automatic and Seamless\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBoard Revision:\u003c\/strong\u003e 1043_1 (Features updated high-precision accelerometer IC)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTarget Applications:\u003c\/strong\u003e Remote vehicle tilt control, motion research data logging, vibration and seismic sensing\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Packaging Panel --\u003e\n  \u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eThe package includes:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e1 x PhidgetSpatial Precision 0\/0\/3 High Resolution (1043_1) Board\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Software Panel --\u003e\n  \u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      Fully supported by standard Phidget22 drivers and spatial measurement software libraries:\n    \u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLanguages \u0026amp; Frameworks:\u003c\/strong\u003e C\/C++, C#, Python, Java, MATLAB, LabVIEW, Swift, Node.js, and more\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Downloads Panel --\u003e\n  \u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eDownload technical documentation and datasheets:\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.phidgets.com\/\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n      Download PhidgetSpatial Precision 0\/0\/3 (1043_1) Datasheet \u0026amp; User Manual\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Warranty Panel --\u003e\n  \u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eWarranty: 12-Month Factory Warranty\u003c\/li\u003e\n      \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n      \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n      \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Related Products Panel (Phidgets Only) --\u003e\n  \u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eExplore related spatial sensors and controllers from the \u003cstrong\u003ePhidgets Collection\u003c\/strong\u003e:\u003c\/p\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-8-8-8-mini-format-1010_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 8\/8\/8 Mini-Format (1010_0)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-2-2-2-1011_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 2\/2\/2 (1011_0) Compact Interface\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/differential-air-pressure-sensor-50-kpa-1138_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → Differential Air Pressure Sensor 50 kPa (1138_0)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/addressable-led-16x16-grid-led4300_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → Addressable LED 16x16 Grid (LED4300_0)\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43866361724979,"sku":"1043_1B","price":359.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1043_1B.jpg?v=1767541674"},{"product_id":"phidgetspatial-precision-3-3-3","title":"PhidgetSpatial Precision 3\/3\/3 (MOT0110_0)","description":"\u003cstyle\u003e\n  .product-tabs-wrapper {\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  \/* Hide radio triggers completely *\/\n  .product-tabs-wrapper input[type=\"radio\"] {\n    display: none !important;\n  }\n\n  \/* Navigation Bar *\/\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n\n  \/* Button Styling *\/\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n    user-select: none;\n    color: #333;\n    font-weight: normal;\n  }\n\n  .product-tab-button:hover {\n    background-color: #eee;\n  }\n\n  \/* Content Panel Base *\/\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n\n  \/* Active Tab Button Styling *\/\n  #tab-desc:checked ~ .product-tabs label[for=\"tab-desc\"],\n  #tab-specs:checked ~ .product-tabs label[for=\"tab-specs\"],\n  #tab-packaging:checked ~ .product-tabs label[for=\"tab-packaging\"],\n  #tab-software:checked ~ .product-tabs label[for=\"tab-software\"],\n  #tab-downloads:checked ~ .product-tabs label[for=\"tab-downloads\"],\n  #tab-warranty:checked ~ .product-tabs label[for=\"tab-warranty\"],\n  #tab-related:checked ~ .product-tabs label[for=\"tab-related\"] {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n\n  \/* Active Content Display *\/\n  #tab-desc:checked ~ #description,\n  #tab-specs:checked ~ #specs,\n  #tab-packaging:checked ~ #packaging,\n  #tab-software:checked ~ #software,\n  #tab-downloads:checked ~ #downloads,\n  #tab-warranty:checked ~ #warranty,\n  #tab-related:checked ~ #related {\n    display: block;\n  }\n\n  \/* Typography \u0026 Formatting *\/\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n    color: #0066cc;\n  }\n\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\n  .subhead {\n    font-weight: 600;\n    margin-top: 12px;\n  }\n\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs-wrapper\"\u003e\n  \u003c!-- Radio State Triggers --\u003e\n  \u003cinput type=\"radio\" id=\"tab-desc\" name=\"phidget-tabs\" checked\u003e\n  \u003cinput type=\"radio\" id=\"tab-specs\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-packaging\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-software\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-downloads\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-warranty\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-related\" name=\"phidget-tabs\"\u003e\n\n  \u003c!-- Navigation Buttons --\u003e\n  \u003cdiv class=\"product-tabs\"\u003e\n    \u003clabel for=\"tab-desc\" class=\"product-tab-button\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"tab-specs\" class=\"product-tab-button\"\u003eSpecifications\u003c\/label\u003e\n    \u003clabel for=\"tab-packaging\" class=\"product-tab-button\"\u003eWhat's in the Box\u003c\/label\u003e\n    \u003clabel for=\"tab-software\" class=\"product-tab-button\"\u003eSoftware\u003c\/label\u003e\n    \u003clabel for=\"tab-downloads\" class=\"product-tab-button\"\u003eDownloads\u003c\/label\u003e\n    \u003clabel for=\"tab-warranty\" class=\"product-tab-button\"\u003eWarranty \u0026amp; Delivery\u003c\/label\u003e\n    \u003clabel for=\"tab-related\" class=\"product-tab-button\"\u003eRelated Products\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description Panel --\u003e\n  \u003cdiv id=\"description\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      The \u003cstrong\u003ePhidgetSpatial Precision 3\/3\/3 (MOT0110_0)\u003c\/strong\u003e combines a 3-axis accelerometer, 3-axis gyroscope, and 3-axis magnetometer into a single high-performance, 9-DOF motion sensing device.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Designed for precision spatial tracking, it integrates built-in AHRS and IMU algorithm support to stream spatial data directly in quaternion format. To ensure exceptional stability in varying environments, the device features an integrated temperature stabilization circuit that holds the internal sensors at a constant 50°C, virtually eliminating temperature-induced measurement drift.\n    \u003c\/p\u003e\n\n    \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e3-axis accelerometer with measurement range up to ±16g\u003c\/li\u003e\n      \u003cli\u003e3-axis gyroscope with rotational sensing up to ±2000°\/s\u003c\/li\u003e\n      \u003cli\u003e3-axis magnetometer with magnetic sensing up to ±8G\u003c\/li\u003e\n      \u003cli\u003eIntegrated temperature stabilization circuit maintaining sensors at 50°C to minimize thermal drift\u003c\/li\u003e\n      \u003cli\u003eNative AHRS and IMU algorithms producing real-time quaternion output\u003c\/li\u003e\n      \u003cli\u003eHardware timestamping for synchronized high-speed calculations\u003c\/li\u003e\n      \u003cli\u003eFlexible connectivity options: USB direct or VINT Hub port interface\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications Panel --\u003e\n  \u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n    \u003ch4\u003ePhidgetSpatial Precision 3\/3\/3 Technical Specifications\u003c\/h4\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAccelerometer Range:\u003c\/strong\u003e ±16g (3 Axes)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGyroscope Range:\u003c\/strong\u003e ±2000°\/s (3 Axes)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMagnetometer Range:\u003c\/strong\u003e ±8G (3 Axes)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThermal Control:\u003c\/strong\u003e Built-in heater maintains constant 50°C operating temperature\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAlgorithm Output:\u003c\/strong\u003e Onboard AHRS \/ IMU for Quaternion orientation streaming\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConnectivity:\u003c\/strong\u003e USB \/ VINT Hub compatible\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTarget Applications:\u003c\/strong\u003e Robotics navigation, motion capture, spatial tracking, tilt \u0026amp; vibration measurement\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Packaging Panel --\u003e\n  \u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eThe package includes:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e1 x PhidgetSpatial Precision 3\/3\/3 (MOT0110_0) Board\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Software Panel --\u003e\n  \u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      Supported out-of-the-box by the Phidget22 software library and APIs:\n    \u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLanguages \u0026amp; Frameworks:\u003c\/strong\u003e C\/C++, C#, Python, Java, MATLAB, LabVIEW, Swift, Node.js, and more\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Downloads Panel --\u003e\n  \u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eDownload technical documentation and datasheets:\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.phidgets.com\/\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n      Download PhidgetSpatial Precision 3\/3\/3 (MOT0110_0) Datasheet \u0026amp; User Manual\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Warranty Panel --\u003e\n  \u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eWarranty: 12-Month Factory Warranty\u003c\/li\u003e\n      \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n      \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n      \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Related Products Panel (Phidgets Only) --\u003e\n  \u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eExplore related spatial sensors and controllers from the \u003cstrong\u003ePhidgets Collection\u003c\/strong\u003e:\u003c\/p\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetspatial-precision-0-0-3-high-resolution-1043_1\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetSpatial Precision 0\/0\/3 High Resolution (1043_1)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-8-8-8-mini-format-1010_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 8\/8\/8 Mini-Format (1010_0)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-2-2-2-1011_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 2\/2\/2 (1011_0) Compact Interface\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/differential-air-pressure-sensor-50-kpa-1138_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → Differential Air Pressure Sensor 50 kPa (1138_0)\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":43866364117043,"sku":"MOT0110_0","price":319.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/MOT0110_0.jpg?v=1767542787"},{"product_id":"isolated-thermocouple-phidget-tmp1100_0","title":"Isolated Thermocouple Phidget (TMP1100_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cp\u003eThe Isolated Thermocouple Phidget is a thermocouple interface. It amplifies the signal from a thermocouple and provides a clean, stable digital reading for your application.\u003c\/p\u003e\n\u003cp\u003eAfter connecting the interface to a computer through a VINT Hub Phidget, you can measure one thermocouple. Measurements can be returned as temperatures in degrees Celsius or as a voltage.\u003c\/p\u003e\n\u003cp\u003eThe Isolated Thermocouple Phidget features an isolated thermocouple input, which may result in more stable and accurate readings.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSupports J, K, E, and T type thermocouples\u003c\/li\u003e\n\u003cli\u003eOffers a voltage sensing mode to manually convert other thermocouple types\u003c\/li\u003e\n\u003cli\u003eElectrically isolated for reduced susceptibility to noise\u003c\/li\u003e\n\u003cli\u003eMaximum data rate of 50 Hz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eBoard Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By VINT\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eResistance Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eMaximum Measurable Resistance 50 k\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eRTD Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eTemperature Error Max 0.2 °C\u003c\/li\u003e\n\u003cli\u003eRTD Current Max 62 ¼A\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 250 ms\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 60 s\/sample\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCurrent Consumption Min 17 ¼A\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption Max 4 mA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRecommended Wire Size 16 – 26 AWG\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Min -40 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max 85 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"https:\/\/testview.co.il\/shop\/sensors\/temperature-humidity-sensors\/rtd-phidget\/?print=pdf\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44009896542259,"sku":"TMP1100_0","price":149.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/TMP1100_0.jpg?v=1769719589"},{"product_id":"k-type-fiberglass-bead-probe-thermocouple-tmp4104_0","title":"K-Type Fiberglass Bead Probe Thermocouple (TMP4104_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003e\u003cstrong\u003eK-Type Teflon Bead Probe Thermocouple (-40°C To +200°C)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThis thermocouple can measure temperatures between -40°C to +400°C with a ±0.75°C accuracy. The thermocouple wire is insulated with fiberglass, allowing it to withstand greater temperatures than those with plastic insulation. You can read it using a Phidgets thermocouple interface.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure -40 to 400 degrees Celsius\u003c\/li\u003e\n\u003cli\u003eK-type bead thermocouple\u003c\/li\u003e\n\u003cli\u003e1 meter length\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eSensor Type: Thermocouple\u003c\/li\u003e\n\u003cli\u003eControlled By: Thermocouple Interface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eTemperature Sensor\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eThermocouple Type: K\u003c\/li\u003e\n\u003cli\u003eProbe Type: Bead\u003c\/li\u003e\n\u003cli\u003eAmbient Temperature Min: -40 °C\u003c\/li\u003e\n\u003cli\u003eAmbient Temperature Max: 200 °C\u003c\/li\u003e\n\u003cli\u003eAmbient Temperature Error Max: ± 0.75 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eConnector Type: Stripped Leads\u003c\/li\u003e\n\u003cli\u003eCable Length: 1 m\u003c\/li\u003e\n\u003cli\u003eCable Gauge: 28 AWG\u003c\/li\u003e\n\u003cli\u003eInsulation Material: Teflon\u003c\/li\u003e\n\u003cli\u003eProbe Material: chromel-alumel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/temperature-humidity-sensors\/k-type-teflon-bead-probe-thermocouple-40c-to-200c\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44009904668723,"sku":"TMP4104_0","price":59.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/TMP4103_0.jpg?v=1754848484"},{"product_id":"acrylic-enclosure-for-relay-boards-3821_2","title":"Acrylic Enclosure for Relay Boards (3821_2)","description":"\u003cstyle\u003e\n  .product-tabs-wrapper {\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  \/* Hide radio triggers completely *\/\n  .product-tabs-wrapper input[type=\"radio\"] {\n    display: none !important;\n  }\n\n  \/* Navigation Bar *\/\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n\n  \/* Button Styling *\/\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n    user-select: none;\n    color: #333;\n    font-weight: normal;\n  }\n\n  .product-tab-button:hover {\n    background-color: #eee;\n  }\n\n  \/* Content Panel Base *\/\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n\n  \/* Active Tab Button Styling *\/\n  #tab-desc:checked ~ .product-tabs label[for=\"tab-desc\"],\n  #tab-specs:checked ~ .product-tabs label[for=\"tab-specs\"],\n  #tab-packaging:checked ~ .product-tabs label[for=\"tab-packaging\"],\n  #tab-software:checked ~ .product-tabs label[for=\"tab-software\"],\n  #tab-downloads:checked ~ .product-tabs label[for=\"tab-downloads\"],\n  #tab-warranty:checked ~ .product-tabs label[for=\"tab-warranty\"],\n  #tab-related:checked ~ .product-tabs label[for=\"tab-related\"] {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n\n  \/* Active Content Display *\/\n  #tab-desc:checked ~ #description,\n  #tab-specs:checked ~ #specs,\n  #tab-packaging:checked ~ #packaging,\n  #tab-software:checked ~ #software,\n  #tab-downloads:checked ~ #downloads,\n  #tab-warranty:checked ~ #warranty,\n  #tab-related:checked ~ #related {\n    display: block;\n  }\n\n  \/* Typography \u0026 Formatting *\/\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n    color: #0066cc;\n  }\n\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\n  .subhead {\n    font-weight: 600;\n    margin-top: 12px;\n  }\n\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs-wrapper\"\u003e\n  \u003c!-- Radio State Triggers --\u003e\n  \u003cinput type=\"radio\" id=\"tab-desc\" name=\"phidget-tabs\" checked\u003e\n  \u003cinput type=\"radio\" id=\"tab-specs\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-packaging\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-software\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-downloads\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-warranty\" name=\"phidget-tabs\"\u003e\n  \u003cinput type=\"radio\" id=\"tab-related\" name=\"phidget-tabs\"\u003e\n\n  \u003c!-- Navigation Buttons --\u003e\n  \u003cdiv class=\"product-tabs\"\u003e\n    \u003clabel for=\"tab-desc\" class=\"product-tab-button\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"tab-specs\" class=\"product-tab-button\"\u003eSpecifications\u003c\/label\u003e\n    \u003clabel for=\"tab-packaging\" class=\"product-tab-button\"\u003eWhat's in the Box\u003c\/label\u003e\n    \u003clabel for=\"tab-software\" class=\"product-tab-button\"\u003eSoftware\u003c\/label\u003e\n    \u003clabel for=\"tab-downloads\" class=\"product-tab-button\"\u003eDownloads\u003c\/label\u003e\n    \u003clabel for=\"tab-warranty\" class=\"product-tab-button\"\u003eWarranty \u0026amp; Delivery\u003c\/label\u003e\n    \u003clabel for=\"tab-related\" class=\"product-tab-button\"\u003eRelated Products\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description Panel --\u003e\n  \u003cdiv id=\"description\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      The \u003cstrong\u003eAcrylic Enclosure for Relay Boards (3821_2)\u003c\/strong\u003e is designed to protect your Phidget relay boards from physical damage, debris, and unintended electrical contact while maintaining a clean, professional aesthetic.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Specifically tailored for the Phidget 3052_1 (Rev 1) or 3054_0 (Rev 0) relay boards, the enclosure features cutout openings that allow complete access to all screw terminals without needing to open or disassemble the shell.\n    \u003c\/p\u003e\n\n    \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eClear acrylic construction protects board components while keeping LEDs visible\u003c\/li\u003e\n      \u003cli\u003eCustom cutouts for full access to screw terminals during operation\u003c\/li\u003e\n      \u003cli\u003eDesigned specifically to fit Phidget 3052_1 or 3054_0 relay boards\u003c\/li\u003e\n      \u003cli\u003eIncludes all necessary assembly hardware (nuts, bolts, and spacers)\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 10px; font-size: 0.9em; color: #666;\"\u003e\n      \u003cem\u003eNote: Phidget relay boards are sold separately. Take care when tightening mounting screws, as excess tension can crack acrylic panels.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications Panel --\u003e\n  \u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n    \u003ch4\u003eAcrylic Enclosure Specifications\u003c\/h4\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-clarity Acrylic\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCompatible Boards:\u003c\/strong\u003e Phidget 3052_1 (Rev 1) or Phidget 3054_0 (Rev 0)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTerminal Access:\u003c\/strong\u003e Open side cutouts for screw terminal access\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAssembly Type:\u003c\/strong\u003e 6-piece interlocking acrylic shell with nut\/bolt hardware\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRequired Tools for Assembly:\u003c\/strong\u003e Small Phillips screwdriver\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Packaging Panel --\u003e\n  \u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eThe package includes:\u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e6 x Clear Acrylic Shell Pieces\u003c\/li\u003e\n      \u003cli\u003e1 x Mounting Hardware Pack (Nuts, Bolts, Spacers)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Software Panel --\u003e\n  \u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n    \u003cp\u003e\n      As a mechanical protective enclosure, no direct software is required. The compatible Phidget relay boards inside are fully supported by standard Phidget22 libraries across:\n    \u003c\/p\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLanguages \u0026amp; Frameworks:\u003c\/strong\u003e C\/C++, C#, Python, Java, MATLAB, LabVIEW, Swift, Node.js, and more\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Downloads Panel --\u003e\n  \u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eDownload technical documentation and assembly guides:\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.phidgets.com\/\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n      Download Acrylic Enclosure (3821_2) Assembly Diagram \u0026amp; Specifications\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Warranty Panel --\u003e\n  \u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eWarranty: 12-Month Factory Warranty\u003c\/li\u003e\n      \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n      \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n      \u003cli\u003eGenuine Phidgets accessory\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Related Products Panel (Phidgets Only) --\u003e\n  \u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n    \u003cp\u003eExplore related controllers and components from the \u003cstrong\u003ePhidgets Collection\u003c\/strong\u003e:\u003c\/p\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetspatial-precision-3-3-3-mot0110_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetSpatial Precision 3\/3\/3 (MOT0110_0)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetspatial-precision-0-0-3-high-resolution-1043_1\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetSpatial Precision 0\/0\/3 High Resolution (1043_1)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-8-8-8-mini-format-1010_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 8\/8\/8 Mini-Format (1010_0)\n    \u003c\/a\u003e\n\n    \u003ca href=\"https:\/\/testviewshop.co.il\/products\/phidgetinterfacekit-2-2-2-1011_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n      → PhidgetInterfaceKit 2\/2\/2 (1011_0) Compact Interface\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44054886580275,"sku":"3821_2","price":49.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3821_2.jpg?v=1771229406"},{"product_id":"steel-s-type-load-cell-500kg-c3-frc4166_0","title":"Steel S-Type Load Cell - 500kg C3 (FRC4166_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eSteel S-Type Load Cell - 500kg (C3)\u003c\/strong\u003e\u003c\/p\u003e\n\n  \u003cp\u003eThis steel S-Type load cell is designed to measure weight and force with high accuracy and stability. It supports both tension and compression applications, making it a versatile choice for industrial weighing and force measurement systems.\u003c\/p\u003e\n\n  \u003cp\u003eWith a maximum capacity of 500 kilograms and C3 grade accuracy, this load cell delivers reliable performance for demanding measurement tasks. It requires a load cell interface to operate and is compatible with all Phidget Load Cell Interfaces.\u003c\/p\u003e\n\n  \u003ch4\u003eKey Features\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures up to 500 kilograms\u003c\/li\u003e\n    \u003cli\u003eC3 grade for higher accuracy and better stability\u003c\/li\u003e\n    \u003cli\u003eSupports both tension and compression measurements\u003c\/li\u003e\n    \u003cli\u003eCompatible with all Phidget Load Cell Interfaces\u003c\/li\u003e\n    \u003cli\u003eSteel construction for durability\u003c\/li\u003e\n    \u003cli\u003e3 meter cable for flexible installation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eSensor Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n    \u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n    \u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n    \u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n    \u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n    \u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n    \u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n    \u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n    \u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n    \u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n    \u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n    \u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n    \u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n    \u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n    \u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n    \u003cli\u003eMaterial: Steel\u003c\/li\u003e\n    \u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eConnection Information\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n    \u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n    \u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n    \u003cli\u003eGround: Black to G\u003c\/li\u003e\n    \u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch4\u003eCustoms Information\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n    \u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n    \u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional technical support\u003c\/li\u003e\n    \u003cli\u003eGenuine product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44104357675059,"sku":"FRC4166_0","price":279.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/706BD8A6-8E73-4569-A333-F178799C8E19.jpg?v=1773133191"},{"product_id":"distance-phidget-1300mm-dst1002_0","title":"Distance Phidget 1300mm (DST1002_0)","description":"\u003cstyle\u003e\n  .product-tabs { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }\n  .product-tab-button { background:#f9f9f9; border:1px solid #bbb; padding:10px 18px; cursor:pointer; border-radius:4px; transition:background-color .2s ease; }\n  .product-tab-button.active { background:#ddd; font-weight:bold; }\n  .product-tab-content { display:none; padding:15px 0; border-top:1px solid #ccc; }\n  .product-tab-content.active { display:block; }\n  .feature-list { list-style-type: disc; margin-left:20px; }\n  .download-link { display:flex; align-items:center; gap:8px; margin:12px 0; text-decoration:none; }\n  .download-link img { width:28px; height:28px; }\n  .spec-table, .compat-table { width:100%; border-collapse:collapse; margin-top:8px; }\n  .spec-table th, .spec-table td, .compat-table th, .compat-table td { border:1px solid #ddd; padding:8px; text-align:left; }\n  .spec-table th, .compat-table th { background:#f5f5f5; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003csection id=\"ph-main-body\" class=\"container-fluid\"\u003e\n\u003cdiv class=\"container\" id=\"context-content\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"ph-product-container\"\u003e\n\u003cdiv class=\"row ph-product-tabs-row\"\u003e\n\u003cdiv class=\"col-md-12\"\u003e\n\u003cdiv class=\"tab-content\"\u003e\n\u003cdiv id=\"Tab_Description\" class=\"tab-pane ph-product-tab-container active\" role=\"tabpanel\"\u003e\n\u003cp\u003eThe Distance Phidget accurately measures distances between 20mm and ~1.3 m. Use this Phidget to measure short distances or detecting objects passing by. This Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure the distance of objects up between 20mm and 1300mm from the sensor\u003c\/li\u003e\n\u003cli\u003eDistance is measured using reflected infrared light and a time-of-flight calculation\u003c\/li\u003e\n\u003cli\u003eRetrieve data as often as every 30 milliseconds\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row ph-mb-product-tabs\"\u003e\n\u003cdiv class=\"col-md-12\"\u003e\n\u003cdiv id=\"ph-tabs-to-collapse-acc\" class=\"panel-group\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003e\n\u003cdiv class=\"ph-footer-m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ph-footer-t\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-sm-4 text-center ph-footer-cell ph-contact-us\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch5\u003eSensor Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSensor Type\u003c\/th\u003e\n\u003ctd\u003eInfrared (Time-of-Flight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControlled By\u003c\/th\u003e\n\u003ctd\u003eVINT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Min\u003c\/th\u003e\n\u003ctd\u003e4 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Max\u003c\/th\u003e\n\u003ctd\u003e* 170 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Resolution\u003c\/th\u003e\n\u003ctd\u003e1 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Noise\u003c\/th\u003e\n\u003ctd\u003e3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eDistance Sensor\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Max\u003c\/th\u003e\n\u003ctd\u003e60 s\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Min\u003c\/th\u003e\n\u003ctd\u003e10 ms\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eElectrical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Max\u003c\/th\u003e\n\u003ctd\u003e4 mA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Min\u003c\/th\u003e\n\u003ctd\u003e20 μA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003ePhysical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Min\u003c\/th\u003e\n\u003ctd\u003e-40 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Max\u003c\/th\u003e\n\u003ctd\u003e85 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e* – Maximum distance depends on the reflectivity of the surface of the object. Typical results are around 170mm, but could be as low as 100mm for some surfaces. The “200mm” listed on the enclosure is incorrect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/distance-sensors\/distance-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44328138899507,"sku":"DST1002_0","price":149.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/DST1002_0.jpg?v=1779204712"},{"product_id":"distance-phidget-650mm-dst1001_0","title":"Distance Phidget 650mm (DST1001_0)","description":"\u003cstyle\u003e\n  .product-tabs { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }\n  .product-tab-button { background:#f9f9f9; border:1px solid #bbb; padding:10px 18px; cursor:pointer; border-radius:4px; transition:background-color .2s ease; }\n  .product-tab-button.active { background:#ddd; font-weight:bold; }\n  .product-tab-content { display:none; padding:15px 0; border-top:1px solid #ccc; }\n  .product-tab-content.active { display:block; }\n  .feature-list { list-style-type: disc; margin-left:20px; }\n  .download-link { display:flex; align-items:center; gap:8px; margin:12px 0; text-decoration:none; }\n  .download-link img { width:28px; height:28px; }\n  .spec-table, .compat-table { width:100%; border-collapse:collapse; margin-top:8px; }\n  .spec-table th, .spec-table td, .compat-table th, .compat-table td { border:1px solid #ddd; padding:8px; text-align:left; }\n  .spec-table th, .compat-table th { background:#f5f5f5; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tabs\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eThe DST1001 accurately measures distances between 20mm and ~650 mm. Use this Phidget to measure short distances or detecting objects passing by. This Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure the distance of objects up between 20mm and 650mm from the sensor\u003c\/li\u003e\n\u003cli\u003eDistance is measured using reflected infrared light and a time-of-flight calculation\u003c\/li\u003e\n\u003cli\u003eRetrieve data as often as every 30 milliseconds\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch5\u003eSensor Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSensor Type\u003c\/th\u003e\n\u003ctd\u003eInfrared (Time-of-Flight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControlled By\u003c\/th\u003e\n\u003ctd\u003eVINT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Min\u003c\/th\u003e\n\u003ctd\u003e4 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Max\u003c\/th\u003e\n\u003ctd\u003e* 170 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Resolution\u003c\/th\u003e\n\u003ctd\u003e1 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Noise\u003c\/th\u003e\n\u003ctd\u003e3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eDistance Sensor\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Max\u003c\/th\u003e\n\u003ctd\u003e60 s\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Min\u003c\/th\u003e\n\u003ctd\u003e10 ms\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eElectrical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Max\u003c\/th\u003e\n\u003ctd\u003e4 mA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Min\u003c\/th\u003e\n\u003ctd\u003e20 μA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003ePhysical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Min\u003c\/th\u003e\n\u003ctd\u003e-40 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Max\u003c\/th\u003e\n\u003ctd\u003e85 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e* – Maximum distance depends on the reflectivity of the surface of the object. Typical results are around 170mm, but could be as low as 100mm for some surfaces. The “200mm” listed on the enclosure is incorrect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"https:\/\/testview.co.il\/shop\/sensors\/distance-sensors\/distance-phidget\/?print=pdf\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44328142078003,"sku":"DST1001_0","price":139.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/DST1001_0.jpg?v=1779204835"},{"product_id":"sonar-phidget-dst1200_0","title":"Sonar Phidget (DST1200_0)","description":"\u003cstyle\u003e\n  .product-tabs { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }\n  .product-tab-button { background:#f9f9f9; border:1px solid #bbb; padding:10px 18px; cursor:pointer; border-radius:4px; transition:background-color .2s ease; }\n  .product-tab-button.active { background:#ddd; font-weight:bold; }\n  .product-tab-content { display:none; padding:15px 0; border-top:1px solid #ccc; }\n  .product-tab-content.active { display:block; }\n  .feature-list { list-style-type: disc; margin-left:20px; }\n  .download-link { display:flex; align-items:center; gap:8px; margin:12px 0; text-decoration:none; }\n  .download-link img { width:28px; height:28px; }\n  .spec-table, .compat-table { width:100%; border-collapse:collapse; margin-top:8px; }\n  .spec-table th, .spec-table td, .compat-table th, .compat-table td { border:1px solid #ddd; padding:8px; text-align:left; }\n  .spec-table th, .compat-table th { background:#f5f5f5; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003csection id=\"ph-main-body\" class=\"container-fluid\"\u003e\n\u003cdiv class=\"container\" id=\"context-content\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"ph-product-container\"\u003e\n\u003cdiv class=\"row ph-product-tabs-row\"\u003e\n\u003cdiv class=\"col-md-12\"\u003e\n\u003cdiv class=\"tab-content\"\u003e\n\u003cdiv id=\"Tab_Description\" class=\"tab-pane ph-product-tab-container active\" role=\"tabpanel\"\u003e\n\u003cp\u003eThe DST1200 accurately measures distances between 40mm and ~10m. Use this Phidget for motion sensing, object detection, or spatial awareness. This Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure the distance of objects between 40mm and 10m from the sensor\u003c\/li\u003e\n\u003cli\u003eDistance is measured using ultrasonic waves reflected off objects\u003c\/li\u003e\n\u003cli\u003eDetect up to 8 reflections, strongest reflection will be reported by default\u003c\/li\u003e\n\u003cli\u003eRetrieve data as often as every 100 milliseconds\u003c\/li\u003e\n\u003cli\u003eOptional quiet mode to make the sonar pulse less conspicuous\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch5\u003eSensor Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSensor Type\u003c\/th\u003e\n\u003ctd\u003eInfrared (Time-of-Flight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControlled By\u003c\/th\u003e\n\u003ctd\u003eVINT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Min\u003c\/th\u003e\n\u003ctd\u003e4 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Max\u003c\/th\u003e\n\u003ctd\u003e* 170 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Resolution\u003c\/th\u003e\n\u003ctd\u003e1 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement Distance Noise\u003c\/th\u003e\n\u003ctd\u003e3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eDistance Sensor\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Max\u003c\/th\u003e\n\u003ctd\u003e60 s\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSampling Interval Min\u003c\/th\u003e\n\u003ctd\u003e10 ms\/sample\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003eElectrical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Max\u003c\/th\u003e\n\u003ctd\u003e4 mA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Consumption Min\u003c\/th\u003e\n\u003ctd\u003e20 μA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch5\u003ePhysical Properties\u003c\/h5\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Min\u003c\/th\u003e\n\u003ctd\u003e-40 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature Max\u003c\/th\u003e\n\u003ctd\u003e85 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e* – Maximum distance depends on the reflectivity of the surface of the object. Typical results are around 170mm, but could be as low as 100mm for some surfaces. The “200mm” listed on the enclosure is incorrect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/distance-sensors\/distance-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44328144928819,"sku":"DST1200_0","price":119.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/DST1200_0.jpg?v=1779204931"},{"product_id":"light-sensor-70000-lux-1143_0","title":"Light Sensor 70000 lux (1143_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe 1143 Light sensor can measure ambient light up to 70 kilolux (roughly equivalent to the brightness of direct sunlight). Each sensor has been individually calibrated, and a label has been applied to the back of the board with a calibration value which can be used in your calculations to increase measurement accuracy. The sensor's output is logarithmic, so it will be more accurate at low light levels.\u003c\/p\u003e\n\u003cp\u003eSome light sensors report drastically different values depending on the type of light being detected. The 1143 light sensor, however, only differs by a factor of 1.2 when measuring fluorescent light versus incandescent.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure light levels up to 70,000 lux\u003c\/li\u003e\n\u003cli\u003eConnects to a Phidgets VINT port or voltage input\u003c\/li\u003e\n\u003cli\u003eIncludes 60cm Phidget Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44328190705715,"sku":"1143_0","price":19.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1143_0.jpg?v=1779205423"},{"product_id":"voltage-divider-1121_0","title":"Voltage Divider (1121_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .inline-image { max-width: 100%; height: auto; border: 1px solid #e5e5e5; margin: 12px 0; }\n  .subhead { font-weight: 600; margin-top: 12px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe 1121 provides an interface to non-Phidgets resistance sensors such as: Force-Sensing Resistors (FSR), light sensors, thermistors (heat sensors), and bend sensors.\u003c\/p\u003e\n\u003cp\u003eThe Voltage Divider eliminates the need to connect a resistor to an analog input by providing a high precision potentiometer. You can adjust the resistance by turning the trim pot on the side of the resistor.\u003cbr\u003e\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eQuickly interface variable resistance sensors\u003c\/li\u003e\n\u003cli\u003eAdjustable from 1 to 21 kOhms\u003c\/li\u003e\n\u003cli\u003eConnects to a Phidgets VINT port or voltage input\u003c\/li\u003e\n\u003cli\u003eIncludes 60cm Phidget Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eSensor type: Resistance\u003c\/li\u003e\n\u003cli\u003eControlled by: VoltageRatio Input\u003c\/li\u003e\n\u003cli\u003eSensor output type: Ratiometric\u003c\/li\u003e\n\u003cli\u003eResistance range: 172 Ω to 1 MΩ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCurrent consumption max: 30 mA\u003c\/li\u003e\n\u003cli\u003eSupply voltage range: 3 V DC to 5.3 V DC\u003c\/li\u003e\n\u003cli\u003eOptimal measurement resistance min (@172Ω): 17.2 Ω\u003c\/li\u003e\n\u003cli\u003eOptimal measurement resistance max (@172Ω): 1.7 kΩ\u003c\/li\u003e\n\u003cli\u003eOptimal measurement resistance min (@1MΩ): 100 kΩ\u003c\/li\u003e\n\u003cli\u003eOptimal measurement resistance max (@1MΩ): 10 MΩ\u003c\/li\u003e\n\u003cli\u003eLoad resistance max: 50 MΩ\u003c\/li\u003e\n\u003cli\u003eLoad resistance resolution: 1 %\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRecommended wire size: 16 – 26 AWG\u003c\/li\u003e\n\u003cli\u003eOperating temperature range: -40 °C to 105 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n\u003cp\u003eThe package includes:\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e1134 – Switchable Voltage Divider\u003c\/li\u003e\n\u003cli\u003e3002 – 60cm Phidget Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/adapters-sensors\/--\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44330615472179,"sku":"1121_0","price":49.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1121_0.jpg?v=1779275216"},{"product_id":"8-flexiforce-0-100lb-resistive-force-sensor-3102_0","title":"8″ FlexiForce 0-100lb. Resistive Force Sensor (3102_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .inline-image { max-width: 100%; height: auto; border: 1px solid #e5e5e5; margin: 12px 0; }\n  .subhead { font-weight: 600; margin-top: 12px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe FlexiForce sensor is an ultra-thin and flexible printed circuit, which can be easily integrated into most applications. With its paper-thin construction, flexibility and force measurement ability, the FlexiForce force sensor can measure force between almost any two surfaces and is durable enough to stand up to most environments.\u003c\/p\u003e\n\u003cp\u003eFlexiForce has better force sensing properties, linearity, hysteresis, drift, and temperature sensitivity than any other thin-film force sensors.\u003c\/p\u003e\n\u003cp\u003eThe \"active sensing area\" is a 0.375” diameter circle at the end of the sensor.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure up to 100 pounds of force\u003c\/li\u003e\n\u003cli\u003eThin, flexible form allows for versatile applications\u003c\/li\u003e\n\u003cli\u003eConnects directly to a Phidgets Flexiforce adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection\u003c\/h4\u003e\n\u003cp\u003eThis FSR connects to an InterfaceKit or Hub through a FlexiForce adapter. See the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eConnection \u0026amp; Compatibility\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003etab for details.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44330634870835,"sku":"3102_0","price":129.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3102_0.jpg?v=1779276625"},{"product_id":"8-flexiforce-0-25lb-resistive-force-sensor-3101_0","title":"8″ FlexiForce 0-25lb. Resistive Force Sensor (3101_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .inline-image { max-width: 100%; height: auto; border: 1px solid #e5e5e5; margin: 12px 0; }\n  .subhead { font-weight: 600; margin-top: 12px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe FlexiForce sensor is an ultra-thin and flexible printed circuit, which can be easily integrated into most applications. With its paper-thin construction, flexibility and force measurement ability, the FlexiForce force sensor can measure force between almost any two surfaces and is durable enough to stand up to most environments.\u003c\/p\u003e\n\u003cp\u003eFlexiForce has better force sensing properties, linearity, hysteresis, drift, and temperature sensitivity than any other thin-film force sensors.\u003c\/p\u003e\n\u003cp\u003eThe \"active sensing area\" is a 0.375” diameter circle at the end of the sensor.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure up to 25 pounds of force\u003c\/li\u003e\n\u003cli\u003eThin, flexible form allows for versatile applications\u003c\/li\u003e\n\u003cli\u003eConnects directly to a Phidgets Flexiforce adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection\u003c\/h4\u003e\n\u003cp\u003eThis FSR connects to an InterfaceKit or Hub through a FlexiForce adapter. See the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eConnection \u0026amp; Compatibility\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003etab for details.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44330636181555,"sku":"3101_0","price":129.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3102_0.jpg?v=1779276625"},{"product_id":"8-flexiforce-0-1lb-resistive-force-sensor-3100_0","title":"8″ FlexiForce 0-1lb. Resistive Force Sensor (3100_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n  .inline-image { max-width: 100%; height: auto; border: 1px solid #e5e5e5; margin: 12px 0; }\n  .subhead { font-weight: 600; margin-top: 12px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003eThe FlexiForce sensor is an ultra-thin and flexible printed circuit, which can be easily integrated into most applications. With its paper-thin construction, flexibility and force measurement ability, the FlexiForce force sensor can measure force between almost any two surfaces and is durable enough to stand up to most environments.\u003c\/p\u003e\n\u003cp\u003eFlexiForce has better force sensing properties, linearity, hysteresis, drift, and temperature sensitivity than any other thin-film force sensors.\u003c\/p\u003e\n\u003cp\u003eThe \"active sensing area\" is a 0.375” diameter circle at the end of the sensor.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure up to 1lb of force\u003c\/li\u003e\n\u003cli\u003eThin, flexible form allows for versatile applications\u003c\/li\u003e\n\u003cli\u003eConnects directly to a Phidgets Flexiforce adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection\u003c\/h4\u003e\n\u003cp\u003eThis FSR connects to an InterfaceKit or Hub through a FlexiForce adapter. See the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eConnection \u0026amp; Compatibility\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003etab for details.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44330636279859,"sku":"3100_0","price":129.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3102_0.jpg?v=1779276625"},{"product_id":"humidity-phidget-hum1001_0","title":"Humidity Phidget (HUM1001_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eMeasure relative humidity from 0 to 100% and temperature from -40°C to +85°C.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMeasure relative humidity and air temperature, in non-condensing environments, with the HUM1000. This Phidget is useful for environmental controls and weather monitoring. This Phidget connects to your computer through a\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eVINT Hub\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch4\u003eFeatures:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eRelative Humidity\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efrom 0% to 100%\u003c\/li\u003e\n\u003cli\u003eMeasure\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eTemperature\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efrom -40°C to +85°C\u003c\/li\u003e\n\u003cli\u003eRetrieve data as often as every 500 milliseconds.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eHumidity Range: 0% to 100% RH\u003c\/li\u003e\n\u003cli\u003eTemperature Range: -40°C to +85°C\u003c\/li\u003e\n\u003cli\u003eCompact and lightweight design\u003c\/li\u003e\n\u003cli\u003eCompatible with Phidgets systems for easy integration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/accessories\/new-products\/humidity-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44351351521331,"sku":"HUM1001_0","price":150.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/HUM1001_0.jpg?v=1779963749"},{"product_id":"rtd-phidget-tmp1202_0","title":"RTD Phidget (TMP1202_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis RTD interface offers improved noise performance and has a maximum data rate of 3.33 Hz.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eThe RTD Phidget allows you to precisely measure temperature using RTDs and other resistance-based sensors.\u003c\/p\u003e\n\u003cp\u003eA resistance temperature detector (RTD) measures subtle temperature changes using a resistance of the element made of a pure metal (usually platinum). The resistance value will change in a precise and repeatable way.\u003c\/p\u003e\n\u003cp\u003eThe RTD Phidget measures these subtle resistance changes, so you can get the most accurate temperature measurements. This Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConnect one resistance temperature detector (RTD) probe\u003c\/li\u003e\n\u003cli\u003eSelect the number of wires (2, 3, or 4) and the RTD type via software\u003c\/li\u003e\n\u003cli\u003eThe adapter does all the math- sampled temperature in degrees Celsius\u003c\/li\u003e\n\u003cli\u003eRead other resistive sensors, with data in ohms\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n\u003ch4\u003eBoard Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By VINT\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eResistance Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eMaximum Measurable Resistance 50 k\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eRTD Input\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eTemperature Error Max 0.2 °C\u003c\/li\u003e\n\u003cli\u003eRTD Current Max 62 ¼A\u003c\/li\u003e\n\u003cli\u003eSampling Interval Min 250 ms\/sample\u003c\/li\u003e\n\u003cli\u003eSampling Interval Max 60 s\/sample\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCurrent Consumption Min 17 ¼A\u003c\/li\u003e\n\u003cli\u003eCurrent Consumption Max 4 mA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRecommended Wire Size 16 – 26 AWG\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Min -40 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max 85 °C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"https:\/\/testview.co.il\/shop\/sensors\/temperature-humidity-sensors\/rtd-phidget\/?print=pdf\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n\u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44467040845875,"sku":"TMP1202_0","price":209.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/TMP1202_0.jpg?v=1782477457"},{"product_id":"weighing-scale-kit-kit4007_0","title":"Weighing Scale Kit (KIT4007_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAn aluminium-framed weighing scale kit with three different load cells: 780g, 5kg, 25kg.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eThis convenient kit contains three micro load cells of different strengths and an aluminum shell that can be assembled into a simple weighing scale. The top and bottom of the aluminium shell is installed on either end of the load cell, which creates shear force in the load cell when an item is placed on the surface of the scale. The force measured is proportional to the weight of the item, so with proper cailbration you can calculate the weight.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEasy-to-assemble weighing scale\u003c\/li\u003e\n\u003cli\u003eIncludes three different load cells: 780g, 5kg, and 25kg\u003c\/li\u003e\n\u003cli\u003eConnects to any Phidget Bridge or load cell interface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection\u003c\/h4\u003e\n\u003cp\u003eLoad cells require a power source and produce a very small voltage differential when under strain. In order to read this signal, an amplifier or a board with a high-precision analog-to-digital converter is required. For more details and a list of Phidgets that will connect to this load cell, see the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eConnection \u0026amp; Compatibility\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003etab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"#\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44480303661107,"sku":"KIT4007_0","price":189.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/KIT4007_0.jpg?v=1782902727"},{"product_id":"motion-sensor-phidget-mot2002_0","title":"Motion Sensor Phidget (MOT2002_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eSensing changes in IR light, this sensor detects movement in a small room or hallway and connects to an analog input.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eThe Motion Sensor Phidget allows you to detect motion up to ten meters away. This sensor will output a steady voltage when no objects are detected. The voltage output will increase or decrease when motion is detected. Movement that fills more of the sensor’s field of view will result in a larger change in voltage.\u003cbr\u003eThis Phidget connects to your computer through a VINT Hub.\u003c\/p\u003e\n\u003cp\u003eThis sensor automatically re-calibrates, so objects that stop moving inside the sensor’s view won’t trigger the sensor until they start moving again.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDetects motion up to 10m away by sensing infrared emissions\u003c\/li\u003e\n\u003cli\u003eUseful for detecting the presence of people or animals\u003c\/li\u003e\n\u003cli\u003e70 degree field of view\u003c\/li\u003e\n\u003cli\u003eAutomatic re-calibration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44501745664051,"sku":"MOT2002_0","price":89.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/MOT2002_0.jpg?v=1783523170"},{"product_id":"ir-reflective-sensor-10cm-1103_1","title":"IR Reflective Sensor 10cm (1103_1)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis IR proximity sensor can detect opaque objects within 10cm and connects to an Analog Input or VINT Hub port.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eThis sensor can detect the presence of objects at a distance of up to 10cm away, depending on how well the surface of the object reflects infrared light. When an object enters the range of detection, the output voltage becomes zero, and when it leaves, it returns to 5V. The 1103 works just as well in both dark and well lit environments.\u003c\/p\u003e\n\u003cp\u003eThe sensor cannot detect the presence of the objects that emit bright light, such as light bulbs.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eUses infrared light to measure objects up to 100mm away\u003c\/li\u003e\n\u003cli\u003eConnects to a Phidgets VINT port or voltage input\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44501746516019,"sku":"1103_1","price":129.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1103_1B.jpg?v=1783523335"},{"product_id":"ir-beam-break-proximity-sensor-15m-prx4312_0","title":"IR Beam Break Proximity Sensor - 15m (PRX4312_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { background-color: #ddd; font-weight: bold; }\n  .product-tab-content { display: none; padding: 15px 0; border-top: 1px solid #ccc; }\n  .product-tab-content.active { display: block; }\n  .feature-list { list-style-type: disc; margin-left: 20px; }\n  .download-link { display: flex; align-items: center; gap: 8px; margin: 12px 0; text-decoration: none; }\n  .download-link img { width: 28px; height: 28px; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis infrared sensor will switch when an object blocks the path between the emitter and receiver.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eThis through-beam sensor triggers when the space between the emitter and receiver is blocked by an opaque object.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEmitter and Receiver can be placed up to 15m apart\u003c\/li\u003e\n\u003cli\u003eTriggers when infrared light beam is blocked\u003c\/li\u003e\n\u003cli\u003eGreen LED on emitter lights up when powered\u003c\/li\u003e\n\u003cli\u003eRed LED on reciever lights up when triggered\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44501747695667,"sku":"PRX4312_0","price":179.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/PRX4312_0.jpg?v=1783523545"},{"product_id":"single-point-load-cell-50kg-3135_0","title":"Single Point Load Cell - 50kg (3135_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cdiv class=\"ph-product-summary\"\u003eThis 55mm load cell is ideal for small weighing scales.\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eLoad cells are used to measure weight or forces. They require a load cell interface to function.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasures up to 50 kilograms\u003c\/li\u003e\n\u003cli\u003eIdeal for small scales\u003c\/li\u003e\n\u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"#\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580676894771,"sku":"3135_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3135_0.jpg?v=1784647310"},{"product_id":"button-load-cell-200kg-c2-3137_0","title":"Button Load Cell - 200kg (C2) (3137_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eThis compact load cell measures compressive forces. Calibration certificate included.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cp\u003eLoad cells are used to measure weight or forces. They require a load cell interface to function.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasures up to 200 kilograms\u003c\/li\u003e\n\u003cli\u003eIncludes a calibration certifiate with a rated output (mv\/V)\u003c\/li\u003e\n\u003cli\u003eCompact form factor ideal for applications with space limitations\u003c\/li\u003e\n\u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"#\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580737941555,"sku":"3137_0","price":269.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3137_0.jpg?v=1784647545"},{"product_id":"s-type-load-cell-500kg-c2-3140_0","title":"S-Type Load Cell - 500kg (C2) (3140_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis load cell measures tensile forces (e.g. hanging loads). Calibration certificate included.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eLoad cells are used to measure weight or forces. They require a load cell interface to function.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasures up to 500 kilograms\u003c\/li\u003e\n\u003cli\u003eIncludes a calibration certificate\u003c\/li\u003e\n\u003cli\u003eExtremely precise (±0.03% Full Scale)\u003c\/li\u003e\n\u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n\u003cli\u003eCan be used in both tension and compression\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"#\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580754620467,"sku":"3140_0","price":299.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3140_0.jpg?v=1784647758"},{"product_id":"button-load-cell-50kg-c2-3136_0","title":"Button Load Cell - 50kg (C2) (3136_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cp\u003eLoad cells are used to measure weight or forces. They require a load cell interface to function.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasures up to 50 kilograms\u003c\/li\u003e\n\u003cli\u003eIncludes a calibration certifiate with a rated output (mv\/V)\u003c\/li\u003e\n\u003cli\u003eCompact form factor ideal for applications with space limitations\u003c\/li\u003e\n\u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca href=\"#\" class=\"download-link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580787355699,"sku":"3136_0","price":249.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3136_0.jpg?v=1784648290"},{"product_id":"single-point-load-cell-780g-frc4114_0","title":"Single Point Load Cell - 780g (FRC4114_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active {\n    background-color: #ddd;\n    font-weight: bold;\n  }\n  .product-tab-content {\n    display: none;\n    padding: 15px 0;\n    border-top: 1px solid #ccc;\n  }\n  .product-tab-content.active {\n    display: block;\n  }\n  .feature-list {\n    list-style-type: disc;\n    margin-left: 20px;\n  }\n  .download-link {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 12px 0;\n    text-decoration: none;\n  }\n  .download-link img {\n    width: 28px;\n    height: 28px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"product-tab-button active\" type=\"button\"\u003eDescription\u003c\/button\u003e \u003cbutton data-tab=\"specs\" class=\"product-tab-button\" type=\"button\"\u003eSpecifications\u003c\/button\u003e \u003cbutton data-tab=\"downloads\" class=\"product-tab-button\" type=\"button\"\u003eDownloads\u003c\/button\u003e \u003cbutton data-tab=\"warranty\" class=\"product-tab-button\" type=\"button\"\u003eWarranty\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content active\" id=\"description\"\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eThis 58 mm load cell is ideal for small weighing scales. Dual mounting holes allow for secure installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-product-summary\"\u003e\n\u003cp\u003eLoad cells are used to measure weight or forces. They require a load cell interface to function.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMeasures up to 780 grams\u003c\/li\u003e\n\u003cli\u003eDual mounting holes for secure installation\u003c\/li\u003e\n\u003cli\u003eIdeal for small scales (e.g. jewlery scale)\u003c\/li\u003e\n\u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"specs\"\u003e\n\u003ch4\u003eSensor Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eControlled By: Bridge Input\u003c\/li\u003e\n\u003cli\u003eSensor Type: S-Type Load Cell\u003c\/li\u003e\n\u003cli\u003eLoad Cell Accuracy Class: C3\u003c\/li\u003e\n\u003cli\u003eWeight Capacity Max: 500 kg\u003c\/li\u003e\n\u003cli\u003eMaximum Overload: 750 kg\u003c\/li\u003e\n\u003cli\u003eCreep: 500 g\/hr\u003c\/li\u003e\n\u003cli\u003eZero Balance: ± 7.5 kg\u003c\/li\u003e\n\u003cli\u003eCell Repeatability Error Max: ± 250 g\u003c\/li\u003e\n\u003cli\u003eCell Non-Linearity Max: 250 g\u003c\/li\u003e\n\u003cli\u003eCell Hysteresis Max: 250 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eElectrical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eRated Output: 2 mV\/V\u003c\/li\u003e\n\u003cli\u003eRated Output Error Max: ± 4 μV\/V\u003c\/li\u003e\n\u003cli\u003eOutput Impedance: 350 Ω\u003c\/li\u003e\n\u003cli\u003eSupply Voltage Max: 18 V DC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePhysical Properties\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eOperating Temperature Min: -10 °C\u003c\/li\u003e\n\u003cli\u003eOperating Temperature Max: 40 °C\u003c\/li\u003e\n\u003cli\u003eCable Length: 3 m\u003c\/li\u003e\n\u003cli\u003eMaterial: Steel\u003c\/li\u003e\n\u003cli\u003eScrew Thread Size: M12\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConnection Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e+5V: Red to 5V\u003c\/li\u003e\n\u003cli\u003ePositive Signal (+): Green to +\u003c\/li\u003e\n\u003cli\u003eNegative Signal (-): White to -\u003c\/li\u003e\n\u003cli\u003eGround: Black to G\u003c\/li\u003e\n\u003cli\u003eGround: Yellow to G\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eCustoms Information\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eCanadian HS Export Code: 8423.90.00\u003c\/li\u003e\n\u003cli\u003eAmerican HTS Import Code: 8423.90.10.00\u003c\/li\u003e\n\u003cli\u003eCountry of Origin: CN (China)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"downloads\"\u003e\n\u003cp\u003eDownload the full product sheet:\u003c\/p\u003e\n\u003ca rel=\"noopener\" class=\"download-link\" href=\"#\" target=\"_blank\"\u003e \u003cimg alt=\"PDF icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\"\u003e Download Product Sheet, PDF \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tab-content\" id=\"warranty\"\u003e\n\u003ch4\u003eWarranty \u0026amp; Delivery\u003c\/h4\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eWarranty 12 months\u003c\/li\u003e\n\u003cli\u003eDelivery time up to 10 business days\u003c\/li\u003e\n\u003cli\u003eProfessional technical support\u003c\/li\u003e\n\u003cli\u003eGenuine product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580787552307,"sku":"FRC4114_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4114_0.jpg?v=1784648417"},{"product_id":"force-sensor-1106_0","title":"Force Sensor (1106_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Force Sensor (1106_0) is a compact, easy-to-use analog force sensor designed primarily for human input detection and physical press interactions.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    When no force is applied, the sensor outputs 0V, with the voltage linearly increasing toward 5V as pressure increases on the circular active area. It is ideal for detecting button presses, touch triggers, or object presence.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    \u003cem\u003eNote: The 1106 is intended for touch detection and light interaction—it is not designed for continuous static loading or precision weight measurement.\u003c\/em\u003e\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eResponds to forces up to 38 N in magnitude\u003c\/li\u003e\n    \u003cli\u003eOutputs an analog voltage signal from 0V to 5V relative to applied force\u003c\/li\u003e\n    \u003cli\u003ePlugs directly into any Phidgets VINT port or Voltage Input interface\u003c\/li\u003e\n    \u003cli\u003eIncludes a 60 cm Phidget connection cable\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eSensor Specifications\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSensor Type:\u003c\/strong\u003e Force Sensitive Resistor (FSR) \/ Analog Force Sensor\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMax Force:\u003c\/strong\u003e 38 N (~3.8 kg \/ 8.5 lbs)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutput Type:\u003c\/strong\u003e 0V – 5V Analog Voltage\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCable Length:\u003c\/strong\u003e 60 cm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Phidgets VINT Hub port (in Voltage Input mode) or Analog Voltage Input\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eForce Sensor (1106_0)\u003c\/li\u003e\n    \u003cli\u003e60 cm Phidget Cable\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Reads directly via software through any connected Phidget VINT Hub or Analog Input interface.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the product documentation and technical reference sheet:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/1106\/1106_0\/Documentation\/1106_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-300g-c3-frc4130_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 300g (C3) (FRC4130_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rtd-phidget-tmp1200_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → RTD Phidget Temperature Sensor (TMP1200_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rotary-encoder-12mm-hollow-shaft-1000cpr-with-index-enc4126_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Rotary Encoder - 12mm Hollow Shaft 1000CPR with Index (ENC4126_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/hub0007_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 1-Port VINT Hub Phidget (HUB0007_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44580791287859,"sku":"1106_0","price":29.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1106_0.jpg?v=1784648822"},{"product_id":"phidgetencoder-highspeed-1057_3","title":"PhidgetEncoder HighSpeed (1057_3)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The PhidgetEncoder HighSpeed (1057_3) is a USB quadrature encoder interface designed to track high-speed motion feedback with extreme precision.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Capable of reading up to 500,000 quadrature cycles per second, this interface connects any standard 5V quadrature encoder directly to your computer via USB. It allows you to continuously monitor position, distance, and velocity in software for accurate closed-loop motor control.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eReads high-speed encoder input up to 500,000 quadrature cycles per second\u003c\/li\u003e\n    \u003cli\u003eHigh compatibility: supports Line Driver, Open Collector, or Push-Pull encoder outputs with configurable resistor values\u003c\/li\u003e\n    \u003cli\u003eSupports Index channel tracking for precise homing and zeroing\u003c\/li\u003e\n    \u003cli\u003eReports millisecond-accurate timestamps for each position change event, making velocity calculations straightforward\u003c\/li\u003e\n    \u003cli\u003eFast data update rate up to 125 Hz over USB\u003c\/li\u003e\n    \u003cli\u003eIncludes mounting hardware for quick installation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eInterface Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMax Speed:\u003c\/strong\u003e 500,000 quadrature cycles per second\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eData Update Rate:\u003c\/strong\u003e Up to 125 Hz\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eEncoder Support:\u003c\/strong\u003e 5V Quadrature (Line Driver \/ Open Collector \/ Push-Pull)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eChannels:\u003c\/strong\u003e A, B, and Index (Z)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eComputer Connection:\u003c\/strong\u003e USB\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003ePhidgetEncoder HighSpeed (1057_3)\u003c\/li\u003e\n    \u003cli\u003eMounting Hardware Kit\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to desktop or embedded system software over USB using standard Phidget drivers.\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/1057\/1057_3\/Documentation\/1057_3_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the \u003cstrong\u003eSensors Collection\u003c\/strong\u003e on our store:\u003c\/p\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rotary-encoder-12mm-hollow-shaft-1000cpr-with-index-enc4126_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Rotary Encoder - 12mm Hollow Shaft 1000CPR with Index (ENC4126_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rotary-encoder-for-4mm-motor-shaft-300-cpr-3531_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Rotary Encoder - For 4mm Motor Shaft 300 CPR (3531_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/rtd-phidget-tmp1200_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → RTD Phidget Temperature Sensor (TMP1200_0)\n  \u003c\/a\u003e\n\n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/hub0007_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → 1-Port VINT Hub Phidget (HUB0007_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44588453068851,"sku":"1057_3","price":269.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/1057_3B.jpg?v=1784806743"},{"product_id":"single-point-load-cell-100g-3139_0","title":"Single Point Load Cell- 100g (3139_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 100g (3139_0) is an ultra-compact 35 mm load cell designed specifically for highly sensitive, low-capacity weight and force measurement applications.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Its small form factor makes it ideal for precision desktop instruments, such as jewelry scales. Load cells require a compatible load cell interface to convert strain gauge signal outputs into readable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 100 grams\u003c\/li\u003e\n    \u003cli\u003eMultiple mounting holes for stable and secure installation\u003c\/li\u003e\n    \u003cli\u003eIdeal for small scales (e.g., jewelry scales)\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 100 g\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 35 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual\/multiple mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 100g (3139_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/3139\/3139_0\/Documentation\/3139_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the same collection on our store:\u003c\/p\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-300g-c3-frc4130_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 300g (C3) (FRC4130_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-5kg-3133_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 5kg (3133_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-10kg-c4-frc4126_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 10kg (C4) (FRC4126_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589685571635,"sku":"3139_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3139_0.jpg?v=1784868584"},{"product_id":"single-point-load-cell-300g-c3-frc4130_0","title":"Single Point Load Cell - 300g (C3) (FRC4130_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n  .product-link-box {\n    display: block;\n    background-color: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #0066cc;\n    padding: 12px 16px;\n    margin-bottom: 10px;\n    border-radius: 4px;\n    text-decoration: none;\n    color: #333;\n    font-weight: bold;\n    transition: all 0.2s ease;\n  }\n  .product-link-box:hover {\n    background-color: #eef5ff;\n    border-color: #0066cc;\n    color: #0066cc;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"related\"\u003eRelated Products\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 300g (C3) (FRC4130_0) is a compact 70 mm load cell engineered for highly precise weight and force measurement applications.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Featuring C3 Grade classification, this sensor offers higher accuracy and improved thermal stability for sensitive measurements. Load cells require a compatible load cell interface to convert strain gauge signals into usable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 300 grams\u003c\/li\u003e\n    \u003cli\u003eC3 Grade classification for higher accuracy and better stability\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for secure physical installation\u003c\/li\u003e\n    \u003cli\u003eIdeal size and precision for small or medium scales\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 300 g\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 70 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C3\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 300g (C3) (FRC4130_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4130\/FRC4130_0\/Documentation\/FRC4130_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"related\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eExplore other products from the same collection on our store:\u003c\/p\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-5kg-3133_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 5kg (3133_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-10kg-c4-frc4126_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 10kg (C4) (FRC4126_0)\n  \u003c\/a\u003e\n  \n  \u003ca href=\"https:\/\/testviewshop.co.il\/products\/single-point-load-cell-30kg-c4-frc4127_0\" class=\"product-link-box\" target=\"_blank\" rel=\"noopener\"\u003e\n    → Single Point Load Cell - 30kg (C4) (FRC4127_0)\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589685866547,"sku":"FRC4130_0","price":149.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4130_0.jpg?v=1784868705"},{"product_id":"single-point-load-cell-3kg-c4-frc4125_0","title":"Single Point Load Cell - 3kg (C4) (FRC4125_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 3kg (C4) (FRC4125_0) is a 130 mm load cell ideal for medium-sized scales and weighing platforms requiring high accuracy.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Classified as C4 Grade, this sensor delivers excellent accuracy and stability for precision weight or force measurements. Load cells require a compatible load cell interface to convert raw strain gauge signals into usable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 3 kilograms\u003c\/li\u003e\n    \u003cli\u003eC4 Grade classification for high precision and thermal stability\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for secure physical installation\u003c\/li\u003e\n    \u003cli\u003eIdeal size and performance for small or medium scales\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 3 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 130 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C4\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 3kg (C4) (FRC4125_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4125\/FRC4125_0\/Documentation\/FRC4125_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589687275571,"sku":"FRC4125_0","price":209.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4125_0.jpg?v=1784868833"},{"product_id":"single-point-load-cell-5kg-3133_0","title":"Single Point Load Cell - 5kg (3133_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 5kg (3133_0) is a compact 55 mm load cell designed specifically for small weighing scale applications such as kitchen scales or custom force-sensing projects.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Load cells are designed to accurately measure physical weight or applied forces. To convert raw strain gauge measurements into readable data, this sensor requires a compatible load cell interface.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 5 kilograms\u003c\/li\u003e\n    \u003cli\u003eCompact 55 mm form factor, perfect for small scale builds\u003c\/li\u003e\n    \u003cli\u003eWorks seamlessly with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 5 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 55 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 5kg (3133_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/3133\/3133_0\/Documentation\/3133_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589687734323,"sku":"3133_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3133_0.jpg?v=1784869010"},{"product_id":"single-point-load-cell-10kg-c4-frc4126_0","title":"Single Point Load Cell - 10kg (C4) (FRC4126_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 10kg (C4) (FRC4126_0) is a 130 mm load cell ideal for building or integrating into small to medium-sized scales and weighing platforms.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Featuring C4 Grade classification, it provides exceptional precision and long-term stability for weight and force measurement applications. Load cells require a compatible load cell interface to convert strain gauge signals into usable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 10 kilograms\u003c\/li\u003e\n    \u003cli\u003eC4 Grade classification for excellent accuracy and thermal stability\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for secure, rigid physical installation\u003c\/li\u003e\n    \u003cli\u003eIdeal size and performance for small or medium scales\u003c\/li\u003e\n    \u003cli\u003eWorks seamlessly with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 10 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 130 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C4\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 10kg (C4) (FRC4126_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4126\/FRC4126_0\/Documentation\/FRC4126_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589688193075,"sku":"FRC4126_0","price":209.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4126_0.jpg?v=1784869117"},{"product_id":"single-point-load-cell-20kg-3134_0","title":"Single Point Load Cell - 20kg (3134_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 20kg (3134_0) is a compact 55 mm load cell designed specifically for small weighing scales and custom force-measurement projects.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Load cells are used to measure weight or physical forces. To convert raw strain gauge measurements into readable data, this sensor requires a compatible load cell interface.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 20 kilograms\u003c\/li\u003e\n    \u003cli\u003eCompact 55 mm form factor, ideal for small scales\u003c\/li\u003e\n    \u003cli\u003eWorks seamlessly with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 20 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 55 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 20kg (3134_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/3134\/3134_0\/Documentation\/3134_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589693861939,"sku":"3134_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/3134_0.jpg?v=1784869305"},{"product_id":"single-point-load-cell-25kg-frc4116_0","title":"Single Point Load Cell - 25kg (FRC4116_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 25kg (FRC4116_0) is a compact 58 mm load cell designed for small weighing scale projects and applications like kitchen scales.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Equipped with dual mounting holes for secure physical mounting, it provides accurate force and weight measurements. Load cells require a compatible load cell interface to convert raw strain gauge signals into usable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 25 kilograms\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for secure installation\u003c\/li\u003e\n    \u003cli\u003eCompact 58 mm form factor, ideal for small scales\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 25 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 58 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 25kg (FRC4116_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4116\/FRC4116_0\/Documentation\/FRC4116_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589693993011,"sku":"FRC4116_0","price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4116_0.jpg?v=1784869410"},{"product_id":"single-point-load-cell-30kg-c2-frc4122_0","title":"Single Point Load Cell - 30kg (C2) (FRC4122_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 30kg (C2) (FRC4122_0) features a 130 mm body, making it ideal for medium-sized scales and weighing platforms.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Designed with dual mounting holes for secure mounting, this load cell offers reliable measurement stability. Load cells require a compatible load cell interface to convert raw strain signals into readable weight data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 30 kilograms\u003c\/li\u003e\n    \u003cli\u003eC2 Grade classification for high accuracy and improved stability\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for secure installation\u003c\/li\u003e\n    \u003cli\u003eIdeal choice for small or medium scales\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 30 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 130 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C2\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 30kg (C2) (FRC4122_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4122\/FRC4122_0\/Documentation\/FRC4122_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589695860787,"sku":"FRC4122_0","price":149.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4122_0.jpg?v=1784869529"},{"product_id":"single-point-load-cell-30kg-c4-frc4127_0","title":"Single Point Load Cell - 30kg (C4) (FRC4127_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Single Point Load Cell - 30kg (C4) (FRC4127_0) is a 130 mm load cell ideal for building or integrating into small to medium-sized scales and weighing platforms.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Classified as C4 Grade, this cell delivers excellent measurement precision and thermal stability. Load cells require a compatible load cell interface to convert strain gauge measurements into readable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures weight or forces up to 30 kilograms\u003c\/li\u003e\n    \u003cli\u003eC4 Grade classification for high accuracy and long-term stability\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes for rigid and secure physical installation\u003c\/li\u003e\n    \u003cli\u003eIdeal size and performance for small or medium scales\u003c\/li\u003e\n    \u003cli\u003eWorks seamlessly with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 30 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Single Point\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 130 mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C4\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSingle Point Load Cell - 30kg (C4) (FRC4127_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4127\/FRC4127_0\/Documentation\/FRC4127_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589696319539,"sku":"FRC4127_0","price":209.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4127_0.jpg?v=1784869641"},{"product_id":"platform-load-cells-30kg-matched-set-of-4-frc4140_0","title":"Platform Load Cells - 30kg (Matched set of 4) (FRC4140_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Platform Load Cells - 30kg (Matched set of 4) (FRC4140_0) are engineered to easily construct custom scales and weighing platforms.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Because these four load cells feature matched outputs, your platform can safely and accurately measure up to 30 kilograms regardless of where the load is placed on the surface. Load cells require a compatible load cell interface to convert raw strain signals into usable measurement data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures total platform weight up to 30 kilograms\u003c\/li\u003e\n    \u003cli\u003eMatched output set for simplified calibration and accurate load distribution\u003c\/li\u003e\n    \u003cli\u003eDual mounting holes on each cell for secure installation\u003c\/li\u003e\n    \u003cli\u003eIdeal choice for custom scales and larger weighing platforms\u003c\/li\u003e\n    \u003cli\u003eWorks with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 30 kg (Platform total)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e Set of 4 matched load cells\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eConfiguration:\u003c\/strong\u003e Matched-output platform set\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Dual mounting holes per cell\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSet of 4 Matched Platform Load Cells - 30kg (FRC4140_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (such as the DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4140\/FRC4140_0\/Documentation\/FRC4140_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589700382771,"sku":"FRC4140_0","price":379.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4140_0.jpg?v=1784870156"},{"product_id":"steel-s-type-load-cell-50kg-c3-frc4163_0","title":"Steel S-Type Load Cell - 50kg (C3) (FRC4163_0)","description":"\u003cstyle\u003e\n  .product-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .product-tab-button {\n    background-color: #f9f9f9;\n    border: 1px solid #bbb;\n    padding: 10px 18px;\n    cursor: pointer;\n    border-radius: 4px;\n    transition: background-color 0.2s ease;\n  }\n  .product-tab-button.active { \n    background-color: #ddd; \n    font-weight: bold; \n  }\n  .product-tab-content { \n    display: none; \n    padding: 15px 0; \n    border-top: 1px solid #ccc; \n  }\n  .product-tab-content.active { \n    display: block; \n  }\n  .feature-list { \n    list-style-type: disc; \n    margin-left: 20px; \n  }\n  .download-link { \n    display: flex; \n    align-items: center; \n    gap: 8px; \n    margin: 12px 0; \n    text-decoration: none; \n  }\n  .download-link img { \n    width: 28px; \n    height: 28px; \n  }\n  .inline-image { \n    max-width: 100%; \n    height: auto; \n    border: 1px solid #e5e5e5; \n    margin: 12px 0; \n  }\n  .subhead { \n    font-weight: 600; \n    margin-top: 12px; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"specs\"\u003eSpecifications\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"packaging\"\u003eWhat's in the Box\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"software\"\u003eSoftware\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"downloads\"\u003eDownloads\u003c\/button\u003e\n  \u003cbutton type=\"button\" class=\"product-tab-button\" data-tab=\"warranty\"\u003eWarranty \u0026amp; Delivery\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"product-tab-content active\"\u003e\n  \u003cp\u003e\n    The Steel S-Type Load Cell - 50kg (C3) (FRC4163_0) is designed to measure weight and forces accurately, particularly tensile forces like hanging loads.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Built with high-grade steel for durability, this load cell operates in both tension and compression applications. Load cells require a compatible load cell interface to convert raw strain signals into measurable data.\n  \u003c\/p\u003e\n\n  \u003cp class=\"subhead\"\u003eFeatures:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eMeasures force\/weight up to 50 kilograms\u003c\/li\u003e\n    \u003cli\u003eC3 Grade classification for higher accuracy and improved thermal stability\u003c\/li\u003e\n    \u003cli\u003eVersatile design suitable for both tension and compression measurements\u003c\/li\u003e\n    \u003cli\u003eFully compatible with all Phidget Load Cell Interfaces\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specs\" class=\"product-tab-content\"\u003e\n  \u003ch4\u003eLoad Cell Capabilities\u003c\/h4\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 50 kg\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLoad Cell Type:\u003c\/strong\u003e S-Type (Tension \u0026amp; Compression)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAccuracy Class:\u003c\/strong\u003e C3\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Alloy Steel\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInterface Requirement:\u003c\/strong\u003e Requires a Phidget Bridge \/ Load Cell Interface\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"packaging\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eThe package includes:\u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eSteel S-Type Load Cell - 50kg (C3) (FRC4163_0)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"software\" class=\"product-tab-content\"\u003e\n  \u003cp\u003e\n    Connects to software via a compatible Phidget Load Cell Interface (e.g., DAQ1000 or Wheatstone Bridge interfaces).\n  \u003c\/p\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLibraries:\u003c\/strong\u003e Phidget22 API\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOS Support:\u003c\/strong\u003e Windows, macOS, Linux, Raspberry Pi\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLanguages:\u003c\/strong\u003e Python, C#, Java, JavaScript, C\/C++, Swift, and more\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"downloads\" class=\"product-tab-content\"\u003e\n  \u003cp\u003eDownload the full product sheet and mechanical drawing:\u003c\/p\u003e\n  \u003ca href=\"https:\/\/www.phidgets.com\/productfiles\/FRC4163\/FRC4163_0\/Documentation\/FRC4163_0_Mechanical.pdf\" class=\"download-link\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/pdficon.png?v=1754653105\" alt=\"PDF icon\"\u003e\n    Download Product Sheet \u0026amp; Mechanical Drawing, PDF\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"warranty\" class=\"product-tab-content\"\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eWarranty: 12 months\u003c\/li\u003e\n    \u003cli\u003eDelivery time: up to 10 business days\u003c\/li\u003e\n    \u003cli\u003eProfessional customer service, fast delivery, attractive pricing\u003c\/li\u003e\n    \u003cli\u003eGenuine Phidgets product\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.product-tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      const tab = button.getAttribute('data-tab');\n      document.querySelectorAll('.product-tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n      document.querySelectorAll('.product-tab-content').forEach(content =\u003e content.classList.remove('active'));\n      button.classList.add('active');\n      document.getElementById(tab).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"Phidgets","offers":[{"title":"Default Title","offer_id":44589700907059,"sku":"FRC4163_0","price":239.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/files\/FRC4163_0.jpg?v=1784870311"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/9340\/8563\/collections\/3.jpg?v=1768751379","url":"https:\/\/testviewshop.co.il\/he\/collections\/sensors.oembed?page=3","provider":"TestviewShop","version":"1.0","type":"link"}