<!-- 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":"12aa535e-93dd-4221-b30a-6771b5f56f81"});
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,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-32a446f5a681a22e8af09a4ab8f4e4b6deda6487.js" integrity="sha256-uitfaufFdsW9ELiQEkeOgsYedtr3BuhVvA4WaPhIZZY=" crossorigin="anonymous" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-3013a89bb0485f417056882e3b5cf19e6588b7ba.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.4/index.js" integrity="sha256-Y0tDj1qsyiKBRibKllwV0ZJ1aFlGYaHHGl/oUFoXJ7Y=" 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("eyJzZXNzaW9uIjp7ImlkIjoiMGE3ZTZkOGEtYjUzYy00NjVkLWIxM2ItN2FmMDFmZjE2ZThjIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNS0wNC0xOFQxMjozNzo1MiIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9hcHBpb250b29scy5jb20vd3MxMzAvIn0sInNob3BwZXIiOnsidmlzaXRvcl9pZCI6IiIsImN1c3RvbWVyX2lkIjpudWxsLCJlbWFpbCI6bnVsbCwiZmlyc3RfbmFtZSI6bnVsbCwibGFzdF9uYW1lIjpudWxsfSwiZGF0YV9jb25zZW50Ijp7ImZ1bmN0aW9uYWwiOmZhbHNlLCJhbmFseXRpY3MiOmZhbHNlLCJhZHZlcnRpc2luZyI6ZmFsc2V9LCJldmVudHMiOlt7ImJvZGxfdjFfcHJvZHVjdF9wYWdlX3ZpZXdlZCI6eyJldmVudF9pZCI6IjAzYmM5Nzg3LWYyOTUtNGY5ZC1iMGIzLTBkMzc5MmM1NTcxOSIsImNoYW5uZWxfaWQiOjEsImN1cnJlbmN5IjpudWxsLCJwcm9kdWN0X3ZhbHVlIjpudWxsLCJsaW5lX2l0ZW1zIjpbeyJwcm9kdWN0X2lkIjoiMzIzIiwic2t1IjoiV1MxMzAtMSIsInZhcmlhbnRfaWQiOm51bGwsInByb2R1Y3RfbmFtZSI6IldTMTMwIFByZWNpc2lvbiBTY2FsZSIsImdpZnRfY2VydGlmaWNhdGVfaWQiOm51bGwsImdpZnRfY2VydGlmaWNhdGVfbmFtZSI6bnVsbCwiZ2lmdF9jZXJ0aWZpY2F0ZV90aGVtZSI6bnVsbCwicHVyY2hhc2VfcHJpY2UiOm51bGwsInNhbGVfcHJpY2UiOm51bGwsImJhc2VfcHJpY2UiOm51bGwsInJldGFpbF9wcmljZSI6bnVsbCwicXVhbnRpdHkiOm51bGwsImRpc2NvdW50IjpudWxsLCJjb3Vwb25fYW1vdW50IjpudWxsLCJpbmRleCI6MCwiYnJhbmRfbmFtZSI6IkFwcGlvbiIsImNhdGVnb3J5X25hbWVzIjpbIkRpc3RyaWJ1dG9yIFBvcnRhbC9EaWdpdGFsIE1lYXN1cmVtZW50IiwiRGlzdHJpYnV0b3IgUG9ydGFsL0RpZ2l0YWwgTWVhc3VyZW1lbnQvUHJlY2lzaW9uIFNjYWxlcyIsIkhWQUMvUiBUb29scyIsIkhWQUMvUiBUb29scy9EaWdpdGFsIE1lYXN1cmVtZW50IiwiSFZBQy9SIFRvb2xzL0RpZ2l0YWwgTWVhc3VyZW1lbnQvUHJlY2lzaW9uIFNjYWxlcyIsIkRpc3RyaWJ1dG9yIFBvcnRhbC9SZWZyaWdlcmFudCBSZWNvdmVyeSIsIkRpc3RyaWJ1dG9yIFBvcnRhbC9SZWZyaWdlcmFudCBSZWNvdmVyeS9QcmVjaXNpb24gU2NhbGVzIl0sImN1cnJlbmN5IjpudWxsfV19fSx7ImJvZGxfdjFfY29uc2VudF9sb2FkZWQiOnsiZXZlbnRfaWQiOiIxNWE1NjZlMi1kNTQyLTQwOWEtODE1OS0xNTkzODg2MDdjNTEiLCJhZHZlcnRpc2luZyI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImZ1bmN0aW9uYWwiOmZhbHNlfX1dfQ=="));
})()
</script>
<script nonce="">
(function () {
var xmlHttp = new XMLHttpRequest();
xmlHttp.open('POST', 'https://bes.gcp.data.bigcommerce.com/nobot');
xmlHttp.setRequestHeader('Content-Type', 'application/json');
xmlHttp.send('{"store_id":"1000754077","timezone_offset":"-6.0","timestamp":"2025-04-18T12:37:52.12084100Z","visit_id":"876435c2-c606-47ae-997d-d708dc66ea7c","channel_id":1}');
})();
</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.