詳細(xì)參數(shù) | |||
---|---|---|---|
品牌 | ABB | 型號 | CPCI-DC-6U-500 |
結(jié)構(gòu)形式 | 模塊式 | 安裝方式 | 控制室安裝 |
LD指令處理器 | 硬PLC | 功能 | 直流電源, |
工作電壓 | 36-72VDC | 產(chǎn)品認(rèn)證 | UL |
環(huán)境溫度 | -5,C-,55,C | 環(huán)境濕度 | 5至95%,非冷凝 |
加工定制 | 否 | 產(chǎn)地 | 瑞典 |
業(yè)界領(lǐng)先的 CPCI 電源CPCI-DC-6U-500提供 500W 的連續(xù)功率。符合 PICMG 2.11 Telkoor 的獨(dú)特設(shè)計(jì)使用 2 個(gè)并聯(lián)轉(zhuǎn)換器,一個(gè)用于 3.3V,一個(gè)用于 5V 使能值。兩個(gè)輸出一起消耗電流效率 - 優(yōu)于 83%400W 或 500Watt 輸出功率
36-72VDC 標(biāo)稱輸入電壓 - 電信
操作溫度 -5oC - +55o C - 無降額
V1 和 V2 上的“熱插拔”全電流共享
N+ 1 全冗余操作
無裝載要求
標(biāo)準(zhǔn) PICMG® 47Pin 連接器
安全符合 cUL CSA 和 CE 標(biāo)志
符合 FCC-68 Part 15 Class-B 和 EN-55022 Class-B,帶外部線路濾波器
用于硬件配置的 I2C 數(shù)據(jù)總線(可選)
面板和提取器可以修改
輸入浪涌電流為20A@48 VDC
輸入反射紋波EN55022 B級,使用
外線濾波器
48Vdc時(shí)滿額定負(fù)載效率81%
輸入線路保護(hù)非用戶維修保險(xiǎn)絲
輸出
V1/電流+5VDC/65A
V2/電流+3.3VDC/80A
V3/電流+12VDC/12A
V4/電流-12VDC/1.5A
輔助電壓/電流不適用
總輸出功率500W,帶300LFM強(qiáng)制空氣
冷卻
線路調(diào)節(jié)+/-0.5%
熱插拔內(nèi)部O形圈二極管FET
均流的均流精度±10%
最多有6個(gè)并行單元。僅有一個(gè)的
Extended Timer logic using Timer and Counter in PLCIn process industries where we deal with many processes in which some of the processes run based on the timer. Some require less time to run and other processes require a longer time.Processes with smaller timing don’t have an issue but, the processes which require longer times have the issue, especially with Siemens PLCs. The default Siemens PLC timers capable of maximum timing is 2 hours 46 minutes.
If we need more timing functionality in our complex process control logic then we have to create a custom timer block that will handle higher timings than the default system provided value.In this article, we will be discussing the extensive timer logic using the PLC program.