Ø Universal AC input range(85~264Vac)
Ø Support 1+1 or N+1 redundant system(suggest to use redundancy modules.)
Ø Built-in active PFC,PF>0.95
Ø High efficiency up to 94%
Ø Built-in current sharing function
Ø Built-in current limiting circuit
Ø Output protections: OVP/OLP/SCP/OTP
Ø Wide operating ambient temp (-25℃~70℃)
Ø 150%(360W) peak load capacity
Ø Easy Fuse Tripping due to High Overload Current
Ø Excellent Partial Load Efficiency
Ø Built-in DC OK relay contact
Ø Can be installed on TS-35/7.5 or TS-35/15
Ø 100% full load burn-in test
Ø Suitable for critical applications
Ø Ultra-slim, 45mm width
Ø 3 years warranty
SPECIFICATION
MODEL |
DG-240-24 ABS-75-12 |
DG-240-48 |
||
OUTPUT |
DC Output |
24V 12V |
48V |
|
Rated Current |
10A 6A |
5A |
||
Current Range Note 1 |
0~10A 0~6A |
0~5A |
||
Ripple and Noise Note 2 |
≤240mV |
≤480mV |
||
-25℃ |
≤480mV |
≤480mV |
||
Voltage ADJ. Range |
24~28V |
48~56V |
||
Voltage Accuracy |
±3.0% |
|||
Line Regulation |
±0.5% |
|||
Load Regulation |
±1.0% |
|||
Set-up Time |
<3S@230Vac |
|||
Hold up Time |
≥20mS(230Vac input, Full load) |
|||
Temperature Coefficient |
±0.03%/℃ |
|||
Overshoot and Undershoot |
<5.0% |
|||
INPUT |
Voltage Range |
85Vac~264Vac, 127Vdc-375Vdc |
||
Frequency Range |
47Hz~63Hz |
|||
Power Factor (typical) |
0.99/110Vac 0.95/230Vac |
|||
Efficiency ( Typical) |
94% ≥84% |
93% ≥88% |
||
AC Current (max.) |
<3.0 A/100Vac <1.5A/230Vac |
|||
Inrush Current (Typical) |
<20A/110Vac <40A/230Vac Cold start |
|||
Leakage Current |
Input—output:<0.25mA Input—PG:<3.5mA |
|||
Over Load |
110%~150% of rated current, Constant current limiting for some time(150% of rated current, last 3S) then PS stop working for 7S,after 7S,if the load <=rated current, PS will work normally, auto recovery |
|||
Over voltage |
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 = "DG-240-X"
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
|