(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}/4
Description
Product Description
Frequency to Voltage Converter Module 0-1KHz Frequency Conversion Into 0-10V Voltage Digital Analog Signal Conversion Module
Product selling point:
1. Using high-quality materials, the quality is guaranteed
2. This module can convert the frequency pulse signal into an analog voltage signal
3. It can convert 0-1KHz frequency signal into 0-10V voltage output
4. Small and beautiful appearance
5. Wide application
Wiring Instructions:
VCC: working power
GND: power ground
IN+: Input voltage
IN one: input ground
OCOUT: signal collector output port (use this output port when matching the driver)
FOUT: frequency output port (general frequency output port)
Two independent outputs, OC-OUT is NPN, FREQ-OUT is IC output. The common cathode is used with the negative GND of the power supply, and the common anode is used with the positive power supply. When the common anode is connected with 13-24v power supply, a 2.7KR resistor must be connected in series; when the common anode is connected with 12v power supply, it must be String a 33OR resistor.
Instructions:
Connect the positive and negative poles of the 0-10V voltage signal to IN+ and N- respectively, and there is a corresponding frequency signal output between FOUT and GND.
Correspondence between input and output:
1V = 1KHz
10V = 10KHz
If there is a deviation in the corresponding relationship during use, you can adjust the potentiometer on the board to calibrate.