Max trajectory length 100 #21
Replies: 1 comment
-
IIRC, But: the RAPID VM gets really rather slow once arrays/lists get beyond a certain length, and any number would be a limit (ie: if it was It's just a property of this downloading driver. An alternative implementation would be to implement a server (on the IRC5 side) which listens for trajectory pts, appends them to some template |
Beta Was this translation helpful? Give feedback.
-
The rapid code contains the magic number of max 100 trajectory points:
abb_driver/rapid/ROS_common.sys
Line 37 in f3068b9
We have incremented this number when using this driver but it would be interesting to know of course if there are limits to array size in RAPID or hardware wise?
AFAIR points beyond 100 are skipped with this error message:
abb_driver/rapid/ROS_motionServer.mod
Line 102 in f3068b9
Beta Was this translation helpful? Give feedback.
All reactions