(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/3
Description
Product Description
HAC-NBU meter reading system is our company based on the Internet of Things NB-iot technology development, for low power intelligent remote meter reading application of the overall solution. The scheme consists of a meter reading management platform, RHU, and terminal communication module, with functions covering collection and measurement, bidirectional NB communication, meter reading control valve, and terminal maintenance, etc., to fully meet the requirements of water supply companies, gas companies and power grid companies for wireless meter reading applications.
The working frequency band can be 850MHz(Band5), 900MHz(Band8), or the nb-iot band supported by local carriers. You do not need to apply for a frequency point.
Parameter Function
Ultra-low power consumption: capacity ER26500+SPC1520 battery pack can reach 10 years of life;
Easy access: there is no need to rebuild the network, and it can be directly used for business with the help of the operator's existing network;
Two-way communication: in addition to remote reading, remote setting and query of parameters, valve control, etc.;
Real-time display: segment code LCD, real-time data viewing, easy to use;
Near-end maintenance: near-end maintenance can be realized through infrared tools, including special functions such as firmware upgrade.