This protocol is used to connect CIMON ATIVA Xpanel with LSIS GLOFA PLCs using an Ethernet connection.
...
Create a new device | To configure a communication device, select [Tools] → [I/O Devices] in the menu or click the I/O Device Name: Select a device name. This name will be used in the tag configuration window of the database, accompanied by the ‘Station Name’. |
Select a device type | After selecting the [Ok] button in the previous step, the ‘Ethernet Communication Configuration’ dialog box will appear as shown in the following picture. In this window, set the ‘Device Type’ to ‘LSIS GLOFA PLC' and configure the remaining Ethernet communication parameters. See the Communication Configuration section for more information. |
Create a station | Move to the [Station] tab of the ‘Ethernet Communication Configuration’ dialog box. In this dialog box, each connected PLC can be configured and registered to the Xpanel. Each field can be configured with the following rules: Station Name: Set a name for the station. This name will be used in the database window, accompanied by the ‘Device Name’. Station Type: Choose ‘GLOFA’ (this is the only option available). IP Address: Give the IP address of the connected PLC using the dotted-decimal format (e.g. 1.2.3.4). Socket Port No: Enter the port number of the connected PLC. For UDP, select 2005. For TCP, select 2004. These ports are reserved exclusively for this communication method. See the Communication Configuration section for more information about the remaining parameters. |
...
This interface is used to communicate between LSIS PLC and Xpanel or CIMON ATIVA TOUCH/PPC using Ethernet. This interface uses the IEEE802.3 and 10BaseT/100BaseTX standards. The RJ45 pin layout should match that shown in the tables below.
...
Cable | No. | Color | Color | No. | Cable |
1 | Orange/W | Orange/W | 1 | ||
2 | Orange | Orange | 2 | ||
3 | Green/W | Green/W | 3 | ||
4 | Blue | Blue | 4 | ||
5 | Blue/W | Blue/W | 5 | ||
6 | Green | Green | 6 | ||
7 | Brown/W | Brown/W | 7 | ||
8 | Brown | Brown | 8 |
Crossover Cable: Host ↔︎ Host
Cable | No. | Color | Color | No. | Cable |
1 | Orange/W | Green/W | 1 | ||
2 | Orange | Green | 2 | ||
3 | Green/W | Orange/W | 3 | ||
4 | Blue | Blue | 4 | ||
5 | Blue/W | Blue/W | 5 | ||
6 | Green | Orange | 6 | ||
7 | Brown/W | Brown/W | 7 | ||
8 | Brown | Brown | 8 |
Device Memory Range
Within XpanelDesigner, you may use the following device memory addresses to reference the connected PLC.
Direct Variable | Data type | Remark |
%QX0.0.0 - %QX63.7.63 | BIT | Output area |
%IX0.0.0 - %QX63.7.63 | BIT | Input area |
%MX0 - %MX524287 | BIT | Direct variable area |
%MW0.0 - %MW32767.15 | BIT | Direct variable area |
%MD0.0 - %MD16383.31 | BIT | Direct variable area |
%QW0.0.0 - %QW63.7.3 | WORD | Output image area |
%IW0.0.0 - %QW63.7.3 | WORD | Input image area |
%MW0 - %MX32767 | WORD | Direct variable area |
%QD0.0.0 - %QD63.7.1 | DWORD | Output area |
%ID0.0.0 - %QD63.7.1 | DWORD | Input area |
%MD0 - %MD16383 | DWORD | Direct variable area |
Note: “Direct“ variable areas support both read and write operations.
...