AB-ETH

Connection String Options

Name

Type

Default Value

Required

Description

Name

Allen Bradley ETH

Code

ab-eth

Maven Dependency

<dependency>
  <groupId>org.apache.plc4x</groupId>
  <artifactId>plc4j-driver-ab-eth</artifactId>
  <version>pre-release</version>
</dependency>

Default Transport

tcp

Supported Transports

  • tcp

Config options:

station

INT

0

Id of the station we want to connect to.

request-timeout

INT

10000

Maximum time (in milliseconds) to wait for the gateway to acknowledge the connection request or for a read response.

Transport config options:

tcp

tcp.connect-timeout

INT

5000

tcp.read-timeout

INT

0

tcp.write-timeout

INT

0

tcp.tcp-no-delay

BOOLEAN

true

tcp.keep-alive

BOOLEAN

false

tcp.send-buffer-size

INT

81920

tcp.receive-buffer-size

INT

81920

tcp.local-address

STRING

tcp.local-port

INT

0