南樺 電子報 076 | 出刊日期 | 2006.09.18 |
|
淺談FX2N-16CCL-M連接方式: |
CCLINK 為三菱自行研發的通訊方式,它除了配線簡單外:最主要的可以達到10M的通訊速度。 |
使用此塊模組需要設定4大步驟 |
一、 宣告特性:有就是此塊模組的所有細部設定 (連接幾站、虛擬站別等等……)。 |
二、 宣告站別:每一站所需要的局號及類型。 |
三、 I/O的宣告及對應 ( Rx:遠端輸入、Ry:遠端輸出、
RWr:遠端站存器 (寫)、RWw 遠端站存器 (讀) SB:CCLINK 中的特殊繼電器、SW:CCLINK 中的特殊暫存器 )。 |
四、 I/O的應用:宣告完後,就由所對應的設備的 I/O 決定其運作功能。 |
當你要使用 CCLINK 時,首先你要有可以通訊的
CCLINK 模組。 而若主機而定的話:也就是 CCLINK-MASTER 的話,就必須要加裝 FX2N-16CCL-M 當主機使用。若要當副站 (及非主機) 的話, 就要加裝 FX2N-32CCL 另外,CCLINK 有使用上的限制就是最大可以接 64 局,但是,除了符合局數 以外,還要符合點數。 |
局數算法: |
(1 x 一局模組) + (2 x 二局模組) + (3 x
三局模組) + (4 x 四局模組) ≦ 64 局,每局所佔的通點數: Rx可 32 點、Ry 可 32 點、RWr 可 4 點、RWw 可 4 點而模組看設備而定,有些 1 局、有些 2 局、 有些 3 局、有些 4 局…不定。 |
點數算法: |
( (16 x 遠端 I/O) + (54 x 遠端 device) + (88 x Local station / Intelligent device) ≦ 2304 點。 |
緩衝區設定: |
Setting item |
Description |
BFM# Hex. |
|
Number of connected modules |
Sets the number of remote station modules
(including reserved stations) connected to the master station. Default value : 8 (modules) Setting range : 1 to 15 (modules) |
1H |
|
Number of retries |
Sets the number of retries executed
when communication error occurs. Default value : 3 (times) Setting range : 1 to 7 (times) |
2H |
|
Number of automatic return modules |
Sets the number of remote station modules
which can recover in one link scan. Default value : 1 (module) Setting range : 1 to 10 (modules) |
3H |
|
Operation specification against CPU down |
Specifies the data link status when
an error occurs in the master station PLC CPU. Default value : 0 (stop) Setting range : 0 (stop), 1 (continue) |
6H |
|
Reserved station specification |
Specifies reserved stations. Default value : 0 (no setting) Setting range : Set to ON the bits corresponding to the station numbers |
10H |
|
Invalid station specification |
Specifies invalid stations. Default value : (no setting) Setting range : Set to ON the bits corresponding to the station numbers |
14H |
|
Station information |
Sets the type of connected remote station. Default value : 20H (remote I/O station, occupies 1 station, station No.1) to 2EH (remote I/O station, occupies 1 station, station No. 15) Setting range : As shown below |
20H (1st station) to 2EH (15th station) |
範例程式: |
下載範例程式 |
|