You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running test/TC3/ads-client.test.js against my PC-based TC3 4024.62, all tests are passing, except the tests related to handling unknown/stale ADS notifications.
The problem appears to be connecting the auxiliary client:
connectToTarget(): Connection failed - failed to set PLC connection. If target is not PLC runtime, use setting "rawClient". If system is in config mode or there is no PLC software yet, you might want to use setting "allowHalfOpen"
ClientError: readPlcUploadInfo(): Reading upload info failed
ClientError: sendAdsCommand(): Response with ADS error received (error 1808 - Symbol not found)
I wonder what prevents the second client from connecting. I am using connection setup 2, with ads-client + AdsRouterConsole on my Mac, connecting to TC on a Windows PC.
Any idea what's preventing the second client from connecting?