Skip to content

Commit

Permalink
fix ads adapter default port
Browse files Browse the repository at this point in the history
  • Loading branch information
schaebo authored and DC2-DanielKrueger committed Feb 29, 2024
1 parent 04f4347 commit 0b06b55
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ public class ADSAdapterConfig extends Plc4xAdapterConfig {
description = "The AMS Net ID of the device to connect to")
private @NotNull String targetAmsNetId = "";

@Override
public int getPort() {
return port;
}

public int getSourceAmsPort() {
return sourceAmsPort;
}
Expand Down

0 comments on commit 0b06b55

Please sign in to comment.