|
Issue with Large Number of Points when Generating G-code for TX60 Robot 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: Thanks in advance for your help! |
Replies: 2 comments 3 replies
|
Hi, you should try two things:
|
|
Closing this as answered. The two practical steps are still to reduce target count and split the generated program in Grasshopper. For splitting, use the Create Program |
Closing this as answered. The two practical steps are still to reduce target count and split the generated program in Grasshopper. For splitting, use the Create Program
Multi-File Indicesinput: each integer is the first target index of an additional file. For Staubli/VAL3, Save Program writes the.pjx, one shared.dtx,start.pgx,stop.pgx, and generated subprograms such asProgramName_000.pgx; do not manually split only the.pgxwithout keeping the generated.dtx/project structure consistent.