Ads Router #6
JianxinChen
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi JC Chen! Thank you for getting in touch with me. I guess yes. I think you basically have two way to do that. You may start the net core router application from beckhoff from nuget as backgroundservice or stand alone application and use a setting file for configuring the routes. Did you already had look in the code? Best regards, Federico |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Federico,
This is JC Chen from US.
I am working on the same effort to containerize the Beckhoff ADS client driver for my project.
Currently, my ADS client code has to depend on the local TcSysSrv service running to communicate with the PLC Ads server.
I want to run a AmsTcpIpRouter in the background to route the communication to the PLC Ads server directly in a docker container, but somehow, the AdsClient can't connect to the PLC Ads server.
Have you figured out how to run AmsTcpIpRouter in a docker? or I totally misunderstand the Beckhoff ADS communication mechanism.
Thanks for my clue.
JC
Beta Was this translation helpful? Give feedback.
All reactions