Replies: 1 comment 3 replies
-
Hi, you should try two things:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue with Large Number of Points when Generating G-code for TX60 Robot
Hello everyone,
I’m facing an issue with the TX60 robot and the CS8C controller in a robotic 3D printing application. I generate G-code by dividing the contour and infill curves into points (targets) for the robot to follow when depositing material.
However, when dealing with large parts (around 3 million points), the robot’s teach pendant starts to crash or slow down significantly, making it impossible to execute the task. I suspect this is due to the controller being overwhelmed by the sheer number of points.
Context:
Robot: TX60
Controller: CS8C
Process: Dividing contour and infill curves into several points (targets).
Problem: The teach pendant freezes when loading a large number of points (approximately 3 million).
My Question:
Does anyone have suggestions on how to optimize the number of points or handle this kind of overload in the context of G-code generation for a 6-axis robot? I’m open to ideas such as curve simplification, trajectory segmentation, or any other mechanism that could help the controller better manage large trajectory datasets.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions