Connection example [CS1 series/IP address table method]

<< Click to Display Table of Contents >>

Manual > Device Connection Guide > OMRON > Connection Procedure (Ethernet) > CS1/CJ1/CJ2/NJ/NX1P/NX1 (FINS) >

Connection example [CS1 series/IP address table method]

overview

This is a setting example for connecting to the CS1 series via Ethernet. In this connection example, communication is performed using the IP address table method.

 

Model used

item

Model etc.

PLC

CS1G

Communication Unit

CS1W-ETN21

 

Configuration environment

item

environment

OS

Windows7 Professional 64Bit

tool

CX-Net Ver 3.5.5.0

CX-Programmer Ver9.51

 

Configuration details

item

setting

Setting items

Configuration Example

PLC side settings

Setting with switches and tools

IP address

192.168.0.100

Subnet mask

255.255.255.0

Port number

9600

FINS Network Address

1

FINS Node

100 (the end of the IP address)

IP address conversion method

IP address table method

PC settings

Unit Settings

IP address

192.168.0.1

Port number

9600

Folder and communication test settings

Source Network Number

000

Source Node

999

Destination network number

000

Destination Node

999

 

* Most of the settings on the computer will be adjusted to match the settings on the unit.

 

hint

In this connection example, the IP address conversion method is the "IP address table method." For Ethernet communication cards older than ETN21, the "auto-generation method" cannot be used, so please refer to this setting example. If you want to use the "auto-generation method" with ETN21 or later, please refer to the connection example in "Connection example [CS1 series/auto-generation method]".

 

 

PLC side settings

Configure the "CS1W-ETN21" using the switch on the bottom and the "CX-Programmer".

 

1.Set the front switch as follows:
Specify the end of the IP address with the front switch. There are two switches, 16(1) and 16(0), which are hexadecimal switches.
In this setting example, the last digit of the IP address is 100, so when converted to hexadecimal, "100" becomes "64", so set 16(1) to "6" and 16(0) to "4".
 
c_plc_0230
 

 

switch

explanation

Setting contents

UNIT No.

Unit Number

0

NODE No. X16(1)

Node Number

*Usually set the last value of the IP

6

NODE No. X16(0)

4

 

hint

If you select an ETN01 or similar unit for the Ethernet unit, set the IP address using the rotary switch on the back of the unit. For details on the switch settings, refer to the ETN01 manual.

 

2.In "CX-Programmer", select "CX-Net (Network Settings)" from the [Tools] menu and start "CX-Net".
For more information about "CX-Net" and "CX-Programmer", please refer to the manufacturer's manual.
 

3.Select "Project" - "Create New" to create a project.
 

4.Select "Project" - "Add PLC" and in the dialog that appears, set the PLC model to "CS1G" and the network type to "Toolbus" and click "OK".

 

5.Select "Online Connection" from the "PLC" menu to connect to the PLC, select "Routing Table" - "Settings", and confirm that the local network number is set to 1.
c_plc_0231
 

6.In "CX-Programmer", select "PLC" - "Online connection" to connect to PLC.
 

7.Double-click "I/O Table Unit Settings" from the tree to display the settings screen.
c_plc_0232
 

 

8.Create an I/O table from the displayed setting screen.
In this setting example, Ethernet is installed in slot 0.
c_plc_0233

 

9.Double-click the added Ethernet unit to display the unit's setting screen and configure it as follows:
c_plc_0241

 

setting

Setting contents

IP address

192.168.0.100

Subnet mask

255.255.255.0 (Please set according to your environment)

IP Address Translation

IP address table method

 

10.Click the "Insert" button in the IP address table to set the address.
c_plc_0242
 

setting

Setting contents

Node Address

1

IP address

192.168.0.1

 

11.Display the transfer screen by going to "PLC" - "Transfer" - "Transfer (PC → PLC)", check the necessary items, and write the settings.
c_plc_0235
 

 

PC settings

Use the Server application to connect to the PLC for which you have set up communications.

 

1.Right-click "Application" - "Driver" in the tree and select Add Driver.

 

2.Select the following units from the displayed driver list and add them:
c_plc_0236
 
 

3.Open the properties of the added unit (U01) and click Communication Settings.
c_plc_0238
 
 

4.Configure the following in "PC Settings"
c_plc_0243
 

setting

Setting contents

Computer IP address

192.168.0.1

Computer port number

9600

 

5.Set the following in "Unit side settings"
c_plc_0225
 

setting

Setting contents

Unit IP Address

192.168.0.100

Unit Port Number

9600

 

6.Select "Ping Test" to check if the ping goes through normally.
If you see a message like "Ping test is success~", the test was successful.
 

7.Select the protocol in "Communication Details"
c_plc_0226
 

setting

Setting contents

protocol

UDP (recommended)

 

8.Perform a connection test to check the connection
c_plc_0239
 
If a message such as "Connection OK" is displayed, the connection is confirmed to be OK.

 

 

attention

When testing the connection and setting up the folder, do not forget to specify the node (network settings).

 

Source/Destination Network Number: Please specify the network number. Specifying 000 will indicate your own network.

The source/destination node sets the node. If you specify 999, the last part of the IP address will be the node.

 

If you connect using the settings in this example, you can also connect by specifying "1,1,1,100".

c_plc_0240