Ø High voltage input (176~264Vac)
Ø With Active PFC, PF>0.95
Ø Surge 300Vac for 60S
Ø High Efficiency, long life and High reliability
Ø Output protections: OCP/SCP/OPP/OTP
Ø Wide operating ambient temperature (-40℃~50℃)
Ø Operating altitude up to5000m
Ø All using 105℃ long life electrolytic capacitors.
Ø 100% full load burn-in test
Ø Fanless, quiet working
Ø PCB with conformal coating
Ø Low profile, 30mm
Ø 3 years warranty
MODEL |
VAT-HP260-5.2-C |
||
OUTPUT |
DC Output |
5.2V |
|
Rated Current |
40A |
||
Current Range Note 1 |
0~50A |
||
Peak load |
55A |
||
Ripple and Noise Note 2 |
0~50℃ |
≤150mV |
|
-40~0℃ |
≤400mV |
||
Voltage Accuracy@-40~50C |
±3%
|
||
Line Regulation |
±0.5%
|
||
Load Regulation |
±2%
|
||
Set-up Time @25℃ |
≤2S (220Vac input,40A) |
||
Hold up Time |
≥5mS (220Vac input,32A) |
||
Temperature Coefficient |
±0.03%/℃ |
||
Overshoot and Undershoot |
<±5% |
||
INPUT |
Voltage Range Note 3 |
176~264Vac |
|
Frequency Range |
47Hz~63Hz |
||
Efficiency ( Typical) |
92% (220Vac input,40A) |
||
AC Current (max.) |
<3.5A |
||
Inrush Current (Typical) |
<60A@220Vac Cold start |
||
Power Factor @25℃ |
>0.95 (input 220Vac,40A) |
||
Stand by power consumption |
<4W |
||
Leakage Current |
Input—output:<0.25mA Input—PG:<3.5mA (input 264Vac, 63Hz) |
||
PROTECTION |
Over Current |
55~80A , hiccup mode, auto recovery |
|
Over Power |
286~416W, hiccup mode, auto recovery |
||
Over Temperature |
115℃+5℃(detect on temperature protector);shut down, auto recovery after ambient temperature goes down to 50℃(temperature protector goes down to 85℃+15℃) |
||
Short Circuit |
Long-term mode, auto recovery |
||
ENVIRONMENT |
Operating amb. Temp. & Hum. |
-40℃~50℃; 20%~90%RH No condensing(refer to the derating curve) |
|
initClickCarousel(".image-carousel", 5);
// 点击切换主图
$(document).on("click", ".image-carousel .carousel .item", function () {
const src = $(this).find("img").attr("src");
$(".img-main").attr("src", src);
});
// // 页面加载时首次获取价格
$(document).ready(function() {
const currency_code = "USD";
const model = "VAT-HP260-X-C"
if(model.trim().length > 0){
let detail_price = document.getElementById('detail-price');
let no_price = document.getElementById('no-price');
$.ajax({
url: '/get_prices.php', // 接口路径
method: 'GET',
data: { model: model ,currency_code:currency_code},
dataType: 'json',
success: function(data) {
// 更新当前行的价格
var current_price = '';
if(data.cny_price == undefined){
current_price = 'Subscribe to get prices'
}else if(currency_code == 'CNY'){
current_price = data.cny_price;
}else if(currency_code == 'HKD'){
current_price = data.hkd_price;
}else if(currency_code == 'EUR'){
current_price = data.eur_price;
}else{
current_price = data.usd_price;
}
//detail_price.textContent= current_price
if(data.cny_price == undefined){
no_price.textContent= current_price
no_price.style.display = "block";
detail_price.style.display = "none";
}else{
detail_price.textContent= current_price
detail_price.style.display = "block";
no_price.style.display = "none";
}
},
error: function() {
// 请求失败时的处理
showMessage("Error fetching price for model: " + model);
}
});
}
});
Unsubscribe
Subscribe
|