Versions Compared

Key

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

...

  • KUNBUS Gateway EtherNet/IP

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

please connect your devices as shown in the illsutration illustration below

Drawio
zoom1
simple0
inComment0
pageId2858123303
custContentId2857861238
lbox0
diagramDisplayNameUntitled Diagram.drawio
contentVer45
revision45
baseUrlhttps://kunbus-gmbh.atlassian.net/wiki
diagramNameUntitled Diagram.drawio
pCenter1
width537578.5
linksauto
tbstylehidden
height628.5399

Preparation

Please follow the instructions of the checklists:

...

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.

...

Code Block
PROGRAM PLC_PRG
VAR
	status: BYTE;
	res1: BYTE;
	res2: BYTE;
END_VAR

...