Is there a way to accelerate a circular arc move?
Circular moves
-
Vadimas -
November 13, 2018 at 6:02 PM -
Thread is Resolved
-
-
afetr collission if robot come out of it and u reapaeting for same position again then how you solved the issue
-
Good comments. But fanuc has a feature called soft float. However, this is an optional addition.
-
Good comments. But fanuc has a feature called soft float. However, this is an optional addition.
that's different.
Soft_Float function, standby release cartesian coordinate from other one's force.
Stop and Release Moving.but, this post target for while place moving decrease collision detect.
see that replies.
I'm never seen customize collision detection variable by Parameter instruction.
very interesting. -
Guys, I want to cut a circle on a cylinder.
I have make circle and path its perfect, but plasma is not always perpendicular to the surface.
-
Guys, I want to cut a circle on a cylinder.
I have make circle and path its perfect, but plasma is not always perpendicular to the surface.
A circle or radius R1 projected onto the side of a cylinder of radius R2, determining points which are in line with the projected circumference of the circle and in direct contact with the surface of cylinder, with the angle of the tool modified to be perpendicular to the surface at each point would most likely require the math option (or a homemade function using newton's approximation, which sucks but works), and a larger number of arc moves rather than a single circular move.
It is a really cool math problem, and on paper seems pretty straight forward, but i can see a lot of little challenges with automating it on a FANUC robot.
The angle of the torch will be a function of the radius of the cylinder and the current location around the circumference of the circle, and with a little trig could be easily calculated, but again, FANUC does not supply trig function by default, and i am not sure how those calculations might impact operation of the program.
-
If you have access to roboguide, you could do a cad-to-path feature to accomplish this pretty easily.
-
Fabian Munoz
June 3, 2020 at 5:55 PM Changed the title of the thread from “Circular moves ............. Good example How to post in the forum ” to “Circular moves”. -
If you have access to roboguide, you could do a cad-to-path feature to accomplish this pretty easily.
I guess i was thinking of a function which given Radius 1, Radius 2, and a touch point, could calculate and adaptively generate the path for ANY circle/cylinder combination on the fly in a TP program. If it is just a one-off thing, RoboGuide seems like overkill, you could just teach the point sindividually.
-