<!-- Start Tracking Code for analytics_facebook -->
<script data-bc-cookie-consent="4" type="text/plain">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('set', 'autoConfig', 'false', '805860103723406');
fbq('dataProcessingOptions', []);
fbq('init', '805860103723406', {"external_id":"2fa28125-c283-4d87-bb10-a1b6dca0334b"});
fbq('set', 'agent', 'bigcommerce', '805860103723406');
function trackEvents() {
var pathName = window.location.pathname;
fbq('track', 'PageView', {}, "");
// Search events start -- only fire if the shopper lands on the /search.php page
if (pathName.indexOf('/search.php') === 0 && getUrlParameter('search_query')) {
fbq('track', 'Search', {
content_type: 'product_group',
content_ids: [],
search_string: getUrlParameter('search_query')
});
}
// Search events end
// Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist
if (pathName.indexOf('/wishlist.php') === 0 && getUrlParameter('added_product_id')) {
fbq('track', 'AddToWishlist', {
content_type: 'product_group',
content_ids: []
});
}
// Wishlist events end
// Lead events start -- only fire if the shopper subscribes to newsletter
if (pathName.indexOf('/subscribe.php') === 0 && getUrlParameter('result') === 'success') {
fbq('track', 'Lead', {});
}
// Lead events end
// Registration events start -- only fire if the shopper registers an account
if (pathName.indexOf('/login.php') === 0 && getUrlParameter('action') === 'account_created') {
fbq('track', 'CompleteRegistration', {}, "");
}
// Registration events end
function getUrlParameter(name) {
var cleanName = name.replace(/[\[]/, '\[').replace(/[\]]/, '\]');
var regex = new RegExp('[\?&]' + cleanName + '=([^&#]*)');
var results = regex.exec(window.location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
}
if (window.addEventListener) {
window.addEventListener("load", trackEvents, false)
}
</script>
<noscript><img height="1" width="1" style="display:none" alt="null" src="https://www.facebook.com/tr?id=805860103723406&ev=PageView&noscript=1&a=plbigcommerce1.2&eid="/></noscript>
<!-- End Tracking Code for analytics_facebook -->
<!-- Start Tracking Code for analytics_googleanalytics4 -->
<script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4_bodl_subscribers-358423becf5d870b8b603a81de597c10f6bc7699.js" integrity="sha256-gtOfJ3Avc1pEE/hx6SKj/96cca7JvfqllWA9FTQJyfI=" crossorigin="anonymous"></script>
<script data-cfasync="false">
(function () {
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
function initGA4(event) {
function setupGtag() {
function configureGtag() {
gtag('js', new Date());
gtag('set', 'developer_id.dMjk3Nj', true);
gtag('config', 'G-2EJJWV981Y');
}
var script = document.createElement('script');
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-2EJJWV981Y';
script.async = true;
script.onload = configureGtag;
document.head.appendChild(script);
}
setupGtag();
if (typeof subscribeOnBodlEvents === 'function') {
subscribeOnBodlEvents('G-2EJJWV981Y', true);
}
window.removeEventListener(event.type, initGA4);
}
gtag('consent', 'default', {"ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","analytics_storage":"denied","functionality_storage":"denied"})
var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded';
window.addEventListener(eventName, initGA4, false);
})()
</script>
<!-- End Tracking Code for analytics_googleanalytics4 -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script>window.consentManagerStoreConfig = function () { return {"storeName":"Appion","privacyPolicyUrl":"https:\/\/appiontools.com\/privacy-policy\/","writeKey":null,"improvedConsentManagerEnabled":true,"GA4ConsentModeEnabled":true,"BODLConsentLoadedEventInStorefront":true,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-eced236bd7d5d1675a7704c806ce0cb5b24e44fb.js" integrity="sha256-6DaBkbunE3/ZnHZuefD6+cVBDgNysQl/AfxFQJ9F51w=" crossorigin="anonymous" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-0205627cb0b5544a157ee56e3da54f6932db237e.js" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-08633fe15aba542118c03f6d45457262fa9fac88.js" defer></script>
<script type="text/javascript">
var BCData = {"product_attributes":{"sku":"WS130-1","upc":"818369010925","mpn":"WS130","gtin":null,"weight":null,"base":true,"image":null,"price":{"price_range":[],"retail_price_range":[]},"stock":null,"instock":true,"stock_message":null,"purchasable":false,"purchasing_message":""}};
</script>
<script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/1.9.3/index.js" integrity="sha256-x2/N9TX2ShTcP7iuDDQK81xnvp+25jC1lGHN+Sr3IBg=" nonce="" crossorigin="anonymous"></script>
<script data-cfasync="false" nonce="">
(function() {
function decodeBase64(base64) {
const text = atob(base64);
const length = text.length;
const bytes = new Uint8Array(length);
for (let i = 0; i < length; i++) {
bytes[i] = text.charCodeAt(i);
}
const decoder = new TextDecoder();
return decoder.decode(bytes);
}
window.bodl = JSON.parse(decodeBase64("eyJzZXNzaW9uIjp7ImlkIjoiYWY2ZGNmYzYtYjVjNS00NTE5LTk1NGEtYTFjMzYxNDdkMTIxIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNS0wNC0wM1QyMTo1Njo0NSIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9hcHBpb250b29scy5jb20vd3MxMzAifSwic2hvcHBlciI6eyJ2aXNpdG9yX2lkIjoiMmZhMjgxMjUtYzI4My00ZDg3LWJiMTAtYTFiNmRjYTAzMzRiIiwiY3VzdG9tZXJfaWQiOm51bGwsImVtYWlsIjpudWxsLCJmaXJzdF9uYW1lIjpudWxsLCJsYXN0X25hbWUiOm51bGx9LCJkYXRhX2NvbnNlbnQiOnsiZnVuY3Rpb25hbCI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImFkdmVydGlzaW5nIjpmYWxzZX0sImV2ZW50cyI6W3siYm9kbF92MV9wcm9kdWN0X3BhZ2Vfdmlld2VkIjp7ImV2ZW50X2lkIjoiMjJhN2EzOGItNDY4Yy00NjhjLTlhMTItN2MxZDg0ZWE4OWJhIiwiY2hhbm5lbF9pZCI6MSwiY3VycmVuY3kiOm51bGwsInByb2R1Y3RfdmFsdWUiOm51bGwsImxpbmVfaXRlbXMiOlt7InByb2R1Y3RfaWQiOiIzMjMiLCJza3UiOiJXUzEzMC0xIiwidmFyaWFudF9pZCI6bnVsbCwicHJvZHVjdF9uYW1lIjoiV1MxMzAgUHJlY2lzaW9uIFNjYWxlIiwiZ2lmdF9jZXJ0aWZpY2F0ZV9pZCI6bnVsbCwiZ2lmdF9jZXJ0aWZpY2F0ZV9uYW1lIjpudWxsLCJnaWZ0X2NlcnRpZmljYXRlX3RoZW1lIjpudWxsLCJwdXJjaGFzZV9wcmljZSI6bnVsbCwic2FsZV9wcmljZSI6bnVsbCwiYmFzZV9wcmljZSI6bnVsbCwicmV0YWlsX3ByaWNlIjpudWxsLCJxdWFudGl0eSI6bnVsbCwiZGlzY291bnQiOm51bGwsImNvdXBvbl9hbW91bnQiOm51bGwsImluZGV4IjowLCJicmFuZF9uYW1lIjoiQXBwaW9uIiwiY2F0ZWdvcnlfbmFtZXMiOlsiRGlzdHJpYnV0b3IgUG9ydGFsL0RpZ2l0YWwgTWVhc3VyZW1lbnQiLCJEaXN0cmlidXRvciBQb3J0YWwvRGlnaXRhbCBNZWFzdXJlbWVudC9QcmVjaXNpb24gU2NhbGVzIiwiSFZBQy9SIFRvb2xzIiwiSFZBQy9SIFRvb2xzL0RpZ2l0YWwgTWVhc3VyZW1lbnQiLCJIVkFDL1IgVG9vbHMvRGlnaXRhbCBNZWFzdXJlbWVudC9QcmVjaXNpb24gU2NhbGVzIiwiRGlzdHJpYnV0b3IgUG9ydGFsL1JlZnJpZ2VyYW50IFJlY292ZXJ5IiwiRGlzdHJpYnV0b3IgUG9ydGFsL1JlZnJpZ2VyYW50IFJlY292ZXJ5L1ByZWNpc2lvbiBTY2FsZXMiXSwiY3VycmVuY3kiOm51bGx9XX19LHsiYm9kbF92MV9jb25zZW50X2xvYWRlZCI6eyJldmVudF9pZCI6IjgwOGM5N2JiLTI4YzUtNDMzNy04NWJjLTBiZDYwMTUxZjM0OCIsImFkdmVydGlzaW5nIjpmYWxzZSwiYW5hbHl0aWNzIjpmYWxzZSwiZnVuY3Rpb25hbCI6ZmFsc2V9fV19"));
})()
</script>
WS130 Precision Scale
SKU:
WS130-1
UPC:
818369010925
Load Range:
0-132.2 lbs (60.01 kg)
Accuracy:
± 5 g (0-10 kg) , ± 5 g + .03% of Reading (10 kg +)
Resolution:
1 g / .01 lbs / 0.1 oz.
Units:
Single Line: kg, lb, oz. ; Two Line: kg +g, lb + oz.
Power:
(3) AA batteries
Description
When Precision Matters, Choose the WS130!
The WS130 Precision Scale; where portability meets precision. This compact, lightweight measurement tool packs a powerful punch and is designed for the HVAC/R technician on the go. Its durable construction and wide measurement range make it perfect for a variety of systems. With its robust build and seamless integration with the Appion Central™ app, the WS130 is designed to simplify your workflow without sacrificing reliability.
Ideal for smaller systems and tight spaces, the WS130 boasts a generous measurement range for its size. Effortlessly manage refrigerant charges and track usage directly through the Appion Central™ app, where real-time readings pair with advanced features like data logging and recovery cylinder management. Experience freedom and precision with the WS130 – your essential companion for efficient HVAC/R servicing.
Required Appion Central™ App Integration
Remote access and control, data-logging with export functionality, monitor recovery and charging operations, and much more!
The Appion Central™ App enables remote, real-time viewing for all Appion Digital Measurement Tools! The WS130 scale features a display-free, minimalist design and maximum insights via integration with the Appion Central™ app.
Access features such as live data logging, remote viewing of real-time readings, notifications from custom alarms when readings move beyond predetermined thresholds, and the ability to export job reports!
Up to 1000 ft.* (305 m) Wireless Bluetooth® Range with Auto-Reconnect
(1) WS130
Precision Scale
(1) Certificate of Conformity
ASK FOR APPION PART# WS130
Important Notice: Buying from unauthorized online sellers could void your product's warranty. This policy shields customers from acquiring pre-owned, damaged, or stolen items. Please be aware that Ebay and Amazon are NOT approved distributors.