Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This protocol is used to connect CIMON PowerTran 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 (blue star) icon in the toolbar. Then, the ‘I/O Device Configuration’ dialog box will appear. Click the [New Device] button. In the ‘I/O device selection’ dialog box, select a device name and a device type as shown in the following figure:

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.

16-Bit Data Swap: N/A

32Bit Data Swap: N/A

String Data Swap: N/A

Comm. Error Message Pop Up: When this item is checked, Xpanel displays a communication error message box for every Rx and Tx error. Otherwise (unchecked), Xpanel does not display a message for communication errors. This message box will close automatically after a few seconds.

Fixed POWEL Socket Port: When checked, allows a specific socket port to be chosen for the Xpanel. This option should generally be left unchecked.

I/O Device Write Enable: Enables writing to the I/O device.

Data Request Size Limit: When selected, allows maximum data sizes which may be requested by the I/O device.

See the Communication Configuration section for more information about the remaining parameters.

Parameter Setup: Enet Frame Editor

...

This interface is used to communicate between LSIS PLC and Xpanel or CIMON PowerTran 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

Image RemovedImage Added

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.

...