Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Khalilullah_Taj

#1
Hi Johannes,

I am trying to print cylindrical shell segments stacked on top of each other. I created a separate program for each segment. In practice, when I print, there is a slight deviation in the XY coordinates of the current segment from the previous one.
I checked my SRC. and G-code. files. It seems that the XY coordinates there are the same. What do you think could be causing the issue? How do you think I could fix that?

Thank you,
Taj
#2
General Discussion / Re: Repeated Movement
May 19, 2025, 03:55:50 PM
Hi Johannes,

Got it. I will look more into the slicing software and adjust the settings.

Thanks,
Taj
#3
General Discussion / Repeated Movement
May 12, 2025, 03:57:50 PM
Hi Johannes,


I am trying to read the .gcode for a few circular motions at varying heights. I am certain that there is only one revolution at each height. However, when I feed it to KUKA core through the gcode command, the robot makes two revolutions at each height. Where do you think the problem is originating from?

Thank you.

#4
General Discussion / Speed in gcode
February 20, 2025, 06:01:27 PM
Hi,

I created a program from gcode. I wasn't able to find any settings for speed in the .gcode command module. The code generated has speeds of 0.2, 0.1, 0.08, and 0.035 m/s. Is it possible to change all of these in KUKA PRC interface? what I am doing to circumvent this issue is replacing all the instances of these speeds with the speed that I want.

Thanks,
Taj
#5
Thank you so much, Johannes.
I tried changing B from 90 to -90. However, the robot took an unnatural position.
Fortunately, by changing the C from 0 to -180, I was able to obtain the position I wanted.

On another note, there is an error in the beginning of the simulation. Robot tries to take the TCP to a point close to the origin. I don't know what is the cause of this. Below is the corresponding lines of code associated with this:
PTP {X 0, Y 0, Z 23.1, A 175.534, B 0, C 0, E1 -1, E2 0, E3 0, E4 0, S 'B110'} C_PTP
LIN {X 0, Y 0, Z 23.1, A 175.534, B 0, C 0, E1 -1, E2 0, E3 0, E4 0} C_DIS


Sincerely,
Taj
#6
General Discussion / Toolpath for Concrete 3D Printing
February 12, 2025, 08:45:24 PM
Hi Johannes,

I am trying to generate a toolpath for 3D printing. Thankfully, I can import .gcode files to the grasshopper environment. The problem I have been having is the orientation of points. I use Simplify3D for generating .gcode. It automatically makes the direction of Z axis from bottom to top. However, TCP of my robot is directed with an inversed Z direction.
I attached all the necessary files to this post. Can you please take a look? Thanks.