[規(guī)格]
外觀尺寸 |
3U cPCI(233.3x160mm),2slot(8HP) |
輸入電壓 |
100-240±10%VAC |
輸入頻率 |
47-63Hz |
輸入沖擊電流 |
熱敏電阻限制 ≤30A@230V |
功率因數(shù) |
0.99 |
輸出參數(shù) |
+5V:Typ.25.0A,Max.33.0A |
+3.3V:Typ.18.0A,Max.33.0A |
+12V:Typ.5.0A,Max.6.0A |
-125V:Typ.0.5A,Max.1.5A |
額定功率 |
250W |
輸出電壓調(diào)節(jié) |
±4%(+5V和+3.3V) |
電壓穩(wěn)定度 |
±1% |
負(fù)載穩(wěn)定度 |
投訴建議
查看更多評論
控易 基于PICMG2.9規(guī)范在CompactPCI平臺上實現(xiàn)系統(tǒng)管理說明
var galleryThumbs = new Swiper('.gallery-thumbs', {
spaceBetween: 2,
slidesPerView: 4,
freeMode: true,
//watchSlidesVisibility: true,
//watchSlidesProgress: true,
navigation: {
nextEl: '.swiper-px-next',
prevEl: '.swiper-px-prev',
},
});
//var galleryTop = new Swiper('.gallery-top', {
// spaceBetween: 10,
// thumbs: {
// swiper: galleryThumbs
// }
//});
var imgsrcs = $('.swiper-slide').eq(0).find('img').attr('src');
$('.gallery-thumbs .swiper-slide').mouseover(function () {
let imgsrc = $(this).find('img').attr('src');
$(this).addClass("border-simg").siblings().removeClass("border-simg")
// console.log()
$('.jqzoom img').attr('src', imgsrc);
$('.jqzoom img').attr('jqimg', imgsrc)
}).eq(0).click()
$(".swiper-slide").eq(0).addClass("border-simg")
$('.jqzoom img').attr('src', imgsrcs);
$('.jqzoom img').attr('jqimg', imgsrcs)
$(".jqzoom").jqueryzoom({
xzoom: 350,
yzoom: 250,
offset: 10,
position: "right",
preload: 1,
lens: 1
});
| |