Dear reader,
I’m new with ABB/RAPID/etc.. and trying some code in RobotStudio. One of the
errors I get are “Joint out of range” errors. I created a simple test application to
get me going with RAPID. I’m using a IRB 140 but the code below gives an
“Joint out of range” on the secons MoveJ
MODULE Server
FUNC robtarget create_robtarget(num x, num y, num z)
RETURN [ [x, y, z], [1,0,0,0], [1,0,0,0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9] ];
ENDFUNCPROC main()
MoveJ create_robtarget(600,0,600), vmax, z0, tool0;
MoveJ create_robtarget(600,0,500), vmax, z0, tool0;
Stop;
ENDPROCENDMODULE
Thanks,
pollux


