Will the robot move differently when it stops and resumes on its path to a target pos

arisigor

Member
Join Date
Dec 2022
Location
USA
Posts
1
I'm new to Fanuc robots.

I have a simple program that does
Code:
J PR[R[162]] R[20:SPEED]% CNT R[23:BLEND] ;

I also have a digital output which whenever I set it to 1 kills the program and the robot stops. It does not fault the robot though. This is the desired behavior. So, whenever I rerun this program, with the same speed and blend values, the robot reaches the target position PR[R[162]]

My question is, is there any chance the robot will move differently when it stops on its way to the target position? I mean, let's assume that I don't stop the robot. The robot will move the joints in a certain way to reach the target position. Then if I move the robot to its original position and start the robot again, but now I stop it and then resume it, as described above, should it move the joints the same way?

My tests show that it moves the same path, but I just wanted to check with more experienced people here.
 
I don't know about theFANCs capabilities. However, if I were writing the code there would be an index that is used to index into the difference splines ( cam tables ) for all axes. If the index stops, then the positions would stop at a position corresponding to the positions the index is pointing to for all axes. When the system starts again, the index would ramp up and all the axes would start to move along their splines.

I have an example. Look at %t61
https://www.iyeya.cn/forum-178-1.html
Unfortunately, I am not changing the velocity, the black line, but all the axes are moving as a function of v such that v=sqrt((dx/dt)^2+(dy/dt)^2+(dz/dt)^2) at any time and the velocity of v can be changed and all those x, y, and z velocities will change so the velocity is equal to v no matter what the velocity of v is.

I am sure the Fanuc guys have this worked out.
 

Similar Topics

Good Evening , We have a Fanuc LR Mate . Our operators have the habit of grabbing hold of the robot to clear a crash , or find the witness...
Replies
11
Views
4,013
hello, I'm a student and for my final grade I have to repare a sepro robot. the only problem I have for now is that i have an error code 3...
Replies
0
Views
35
Hi I have a yaskawa gp7 robot arm which I am going to use for machine tending with a cnc mill. Is it a good idea to buy a SICK laser scanner for...
Replies
5
Views
235
Hello All, I'm looking for some opinions and Ideas for guarding the product entrance of a palletizing robot cell. Please see the attached...
Replies
7
Views
504
Hi all, First time posting here. I have a Omron NX1P2-1040DT controller that I intend to use for a small project. I also have a KUKA robot that...
Replies
3
Views
1,180
Back
Top Bottom