The adapter allows to connect devices supporting Profinet.
The following configuration options are available when creating an adapter:
This field requires the PLC address in form of the IP without the prefixed protocol (e.g., 192.168.34.56).
The polling interval requires a number in milliseconds, which represents the interval in which the adapter will poll the PLC for new data. For instance, a polling interval of 1000 milliseconds will configure the adapter to send a request to the PLC every second.
The following transports are supported by this adapter:
raw
raw
The syntax to define tags is based on the PLC4X syntax, see https://plc4x.apache.org/users/protocols/s7.html. Address Pattern:
propertyName=%{Memory-Area}{start-address}:{Data-Type}[{array-size}] temperature=%I0.0:INT
Instead of creating a large event containing all nodes that should be available in StreamPipes, consider to group the fields logically into smaller adapters. This will ease the definition of pipelines for users and eases future modifications.