詳細(xì)參數(shù) | |||
---|---|---|---|
品牌 | XYCOM | 型號 | 83017-002 |
結(jié)構(gòu)形式 | 模塊式 | 安裝方式 | 控制室安裝 |
LD指令處理器 | 硬PLC | 功能 | 印刷電路板 |
加工定制 | 否 | 重量 | 1.09磅 |
外形尺寸 | 10.75x9.00x1.00 |
Xycom 83017-002 印刷電路板
跟蹤式光伏發(fā)電中常見的跟蹤裝置的控制系統(tǒng)主要分為:光強跟蹤方式、時角跟蹤方式、用戶程序跟蹤方式;而跟蹤支架主要分為單軸跟蹤及雙軸跟蹤。
光強跟蹤方式:主要采用閉環(huán)控制,多利用光強傳感器來檢測太陽光線與太陽能電池組件平面入射角的偏差,當(dāng)偏差超過設(shè)定閾值時,通過電機驅(qū)動機械轉(zhuǎn)動來減小光線偏差,直到太陽光線與太陽能電池組件平面垂直來實現(xiàn)對太陽能高度角及方位角的跟蹤。根據(jù)光強傳感器的精度和類型,可以應(yīng)用于單軸跟蹤及雙軸跟蹤形式的光伏發(fā)電系統(tǒng)中。
時間跟蹤方式:多應(yīng)用于單軸跟蹤系統(tǒng),是一個預(yù)定的轉(zhuǎn)速旋轉(zhuǎn)跟蹤,即以地球自轉(zhuǎn)一周24h為周期,而太陽運動的時角是自東向西勻速變化的,正好為24h一周的時鐘,故也稱為時角跟蹤。
用戶程序跟蹤方式:這種跟蹤方式主要是使用控制器,可根據(jù)用戶的特殊要求編制符合控制要求的控制程序。例如,可以通過位置傳感器的反饋,結(jié)合跟蹤支架的仰角(傾角)實現(xiàn)對太陽位置的跟蹤以求達到太陽能電池組件獲得的輻射量。
PLC programs are typically written in a special application on a personal computer, then downloaded by a direct-connection cable or over a network to the PLC.The program is stored in the PLC either in battery-backed-up RAM or some other non-volatile flash memory.Often,a single PLC can be programmed to replace thousands of relays.
Under the IEC61131-3standard,PLCs can be programmed using standards-based programming languages.A graphical programming notation called Sequential Function Charts is available on certain programmable controllers.Initially most PLCs utilized Ladder Logic Diagram Programming,a model which emulated electromechanical control panel devices(such as the contact and coils of relays) which PLCs replaced.This model remains common today.
IEC61131-3currently defines five programming languages for programmable control systems:FBD(Function block diagram),LD(Ladder diagram),ST (Structured text,similar to the Pascal programming language),IL(Instruction list,