Пассивные датчики для воздуховодов QAM2120.040 для измерения температуры воздуха в воздуховодах
— Рабочее напряжение 24 V AC/ 13,5…35 В постоянного тока;
— Выходной сигнал 0…10 V DC / 4…20 мА для относительной влажности;
— Выходной сигнал 0…10 V DC / 4…20 мА / T1 / LG-Ni 1000 для температуры;
— Точность измерений ±3 % относительной влажности в пределах комфортного диапазона;
— Диапазон применения −15…+60 °C / 0…95 % r. h. (без конденсата);
Датчик температуры В воздуховоде 40 СМ PT100
Name *
Username *
Email *
Password *
jQuery(document). ready(function($) {
"use strict";
var button_id = '#whols_reg_submit',
nonce = '608599a37f',
loading_message = 'Please Wait.';
$( button_id ). on('click', function( event ){
event. preventDefault();
$( '#whols_user_reg_message' ). html( '+ loading_message +' ). fadeIn();
$. ajax({
type: 'POST',
dataType: 'json',
url: woocommerce_params. ajax_url,
data: {
action: "whols_ajax_user_register",
nonce: nonce,
fields: $('. whols_registration_form form'). find(': input'). serializeJSON({checkboxUncheckedValue: "0"}),
},
beforeSend: function(){
},
success: function( response ){
if ( response. registerauth == true ){
var redirect_url = response. redirect_url;
$('#whols_user_reg_message'). html('+ response. message +'). fadeIn();
if( redirect_url. length ){
document. location. href = redirect_url;
}
}else{
$('#whols_user_reg_message'). html('+ response. message +'). fadeIn();
}
},
error: function( errorThrown ) {
console. log(errorThrown);
},
});
});
}); // document ready