(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();
})();
Description
Product Description
1 Channel Ethernet Relay Network Switch TCPUDP Module Controller With 1way isolated input with case
Power requirements:
5-24V, positive inside and negative outside
Housing size:
82mm X 50mm X 32mm
Module features:
*industrial STC single chip microcomputer as the main control chip
*on-board 1 high quality relay with absorption diode circuit
*There is a module status indicator and a relay indicator. If the indicator is on, the relay closes
*You can configure the relay to restore the status before power failure
*Set module parameters over the network
*Controlled through the internet, cloud remote control is protected by local password, safe and reliable
*5-24 V Input voltage
*1.6mm thick PCB is made of military grade FR-4 plate, shell size is 82mm X 50mm X 32mm, reserved for fixing holes
Function description: Through Ethernet network control 1 relay suction, release, with a shell. The module supports both TCP and UDP2 modes of operation, and the instructions are simple and easy to understand, and the instructions can specify the point and 1-65535 seconds delay. The module is equipped with VB, Delphi host computer program and source code to help you easily achieve remote control of the computer. In TCP mode, the host computer can query the status of relays, and after each instruction is processed, the module will return the status of all relays. There are no status queries or other returns in UDP mode, and the code is extremely simple and easy to embed in various applications. Now support cloud remote control, wechat remote control.