(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
RD02 5/12/24v 60s Adjustable Delay Timer Relay Circuit NE555 Electronic Time Delay Relay for Home Appliances
Product Description
Function: After the module is powered on, the relay will be closed immediately. The relay is automatically disconnected after x seconds. x is the settable time. Special note: This is not a power-off delay, the input power cannot be disconnected during the delay, otherwise the relay will be disconnected immediately.
Pay attention to the range error (the following is the average data of the spot measurement, for reference):
Minimum time test average value: 0-5 seconds version: 0.1 seconds; 0-60 seconds version: 0.2 seconds; 0-4 minutes version: 0.5 seconds; 1 second-12 minutes version: 1 second. Maximum time test average: 0-5 second version: 6 seconds; 0-60 seconds version: 58 seconds; 0-4 minutes version: 230 seconds; 1 second-12 minutes version: 14 minutes and 20 seconds.
Application
Delay of home appliances, automotive electronics, and other modifications.
Specification
1
Using NE555 delay, the circuit is mature. The delay range is 0 to 5 seconds, 0-60 seconds, 0-4 minutes, etc.
2
Working voltage: 12V DC, allowable range 10V-14.5V. The voltage range of the 5V version is 4.8V-8V