Skip to end of banner
Go to start of banner

Commissioning Modular Gateway Ethernet/IP with Codesys

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Here you will find a technical description of how to configure the KUNBUS gateway Ethernet/IP with Codesys.

System overview

these devices have been used for this application note

  • KUNBUS Gateway EtherNet/IP

  • Revolution PI Core 3 (3+, S) or Connect (+, S)

please connect your devices as shown in the illustration below

Preparation

Please follow the instructions of the checklists:

Create a Codesys Project

Implementation

Note:

  • The older version 1.2.1.0 is used here, as Codesys version 3.5 SP17 is used. If SP18 is used, the latest version 1.3.0.0 must be selected.

CODESYS_O0ocN4d5Qy.mp4
PROGRAM PLC_PRG
VAR
	status: BYTE;
	res1: BYTE;
	res2: BYTE;
END_VAR
Output_EthernetIP_GW:=33;
Output_EthernetIP_Exclusive:=44;

res1:=Input_EthernetIP_GW;
res2:=Input_EthernetIP_Exclusive;
  • No labels