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>0.12.0</version>
</dependency>

Default Transport

raw

Supported Transports

  • tcp

Config options:

station

INT

Id of the station we want to connect to

Transport config options:

tcp

tcp.keep-alive

BOOLEAN

false

Should keep-alive packets be sent?

tcp.no-delay

BOOLEAN

true

Should packets be sent instantly or should we give the OS some time to aggregate data.

tcp.default-timeout

INT

1000

Timeout after which a connection will be treated as disconnected.