Hi, I am projecting a path I created using RoboDK's API onto a curved surface.
When I project the path onto a small area of the surface, it usually runs fine.
However, when I expand the path to be projected onto a larger area (where the curvature is more intense), I get a 'socket.timeout: timed out'.
The full Python output screen reads as:
Python script failed returning 1
Traceback (most recent call last):
File "(filename)", line 182 in
curve_points_proj = RDK.ProjectPoints(curve_points, objecgt_surface, ProjectionType)
File "(filename)", line 1837, in ProjectPoints
projected_points = self._rec_matrix() # will wait here
File "(filename)", line 949, in _rec_matrix
size1 = self._rec_int()
File "(filename)", line 903, in _rec_int
buffer = self.COM.recv(4)
socket.timeout: timed out
Python script output
I have already updated to the latest version of the software.
Any help is greatly appreciated, thank you
When I project the path onto a small area of the surface, it usually runs fine.
However, when I expand the path to be projected onto a larger area (where the curvature is more intense), I get a 'socket.timeout: timed out'.
The full Python output screen reads as:
Python script failed returning 1
Traceback (most recent call last):
File "(filename)", line 182 in
curve_points_proj = RDK.ProjectPoints(curve_points, objecgt_surface, ProjectionType)
File "(filename)", line 1837, in ProjectPoints
projected_points = self._rec_matrix() # will wait here
File "(filename)", line 949, in _rec_matrix
size1 = self._rec_int()
File "(filename)", line 903, in _rec_int
buffer = self.COM.recv(4)
socket.timeout: timed out
Python script output
I have already updated to the latest version of the software.
Any help is greatly appreciated, thank you