(This has the same title as an old thread, but it's a separate issue.)
When I try to connect to a Leica AT960 laser tracker, I get the following message:
I am able to ping the tracker.
Is there a workaround for this?
Python version: 3.7.3
Pythonnet version: 2.5.2
RoboDK version: 5.5.2
When I try to connect to a Leica AT960 laser tracker, I get the following message:
Code:
Working...
Working...
Connecting to tracker: TRACKER_IP_ADDRESS
Working...
IP Address: TRACKER_IP_ADDRESS
Error# 38
No Tracker connected
Tracker not recognized (cable connection problem?)
at LMF.Tracker.Connection.Connect(String connectionString)
Tracker error
Unexpected error: Traceback (most recent call last):
Unexpected error: File "C:/RoboDK/api/Leica/LeicaTrackerPilot.py", line 206, in RunDriver
意想不到的错误:RunCommand (LISTCMD.pop(0))
Unexpected error: File "C:/RoboDK/api/Leica/LeicaTrackerPilot.py", line 280, in RunCommand
Unexpected error: if TrackerConnect():
Unexpected error: File "C:/RoboDK/api/Leica/LeicaTrackerPilot.py", line 501, in TrackerConnect
Unexpected error: return ConnectToTracker(Tracker_IP)
Unexpected error: File "C:/RoboDK/api/Leica/LeicaTrackerPilot.py", line 686, in ConnectToTracker
Unexpected error: connectedTracker = Connection().Connect(ipAddress)
Unexpected error: LMF.Tracker.ErrorHandling.LmfException: Error# 38
Unexpected error: No Tracker connected
Unexpected error: Tracker not recognized (cable connection problem?)
Unexpected error:
Unexpected error: at LMF.Tracker.Connection.Connect(String connectionString)
I am able to ping the tracker.
Is there a workaround for this?
Python version: 3.7.3
Pythonnet version: 2.5.2
RoboDK version: 5.5.2