(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}/6
Description
Current to Voltage Converter Module 0/4-20mA to 0-3.3V 0-5V 0-10V 8CH Voltage Transmitter Signal Converter Board
Product Description
The current to voltage module can convert 0-20ma/4-20ma current signal into 0-3.3V/0-5V/O-10V/0-15V voltage signal; During the circuit signal transmission process, the voltage signal will weaken as the transmission distance increases. Using current transmission can avoid the signal weakening. This module is used at the end of current signal transmission to convert the signal into a voltage signal for detection by microcontroller, PLC, and acquisition card.
Features
1. Supply voltage working range DC 7V~3ov 2. Output voltage signal 0~2.5V, 3.3V, 5V, 10V, 15V. 3. Input current 4-20ma, O-20ma (actually it can exceed the range). 4. Both zero point and full scale can be adjusted (potentiometer adjustment). 5. With isolation properties, non-optocoupler isolation.