Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2012, 11:04:51 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  Mitsubishi Robot Forum (Moderator: Werner Hampel)
| | |-+  Move tool about Z
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Move tool about Z  (Read 333 times)
padu
Newbie
*
Offline Offline

Posts: 1


« on: August 24, 2010, 07:06:06 PM »

I'm trying to create a small program using MelfaBasic to rotate the tool about the tool's Z axis (roll) and I'm having some weird problems.

Let me start by saying that I'm not close to any singularity point, and if I use the teach pendant I can rotate the tool in any direction using the A, B, C jogs in XYZ mode.

In my program I've done something like this to test what I'm trying to do:

10 MOV PINIT
20 P1 = ALIGN(PINIT)  
30 MOV P1
40 P2 = P1
50 P2.A = P1.A + RAD(20)
60 MOV P2

So the above works. The tool yaws 20 degrees.

Then I do the same for P2.B and the tool correctly pitches.

But when I do the same for P2.C, the tool yaws 20 degrees instead of rolling. Am I doing something wrong? One alternative would be for using joint mode and rotating J6, but the problem is that my tool tip is not located at the center of the wrist.

Ideas?

Cheers


PS: I'm using a Melfa RV12S with CR3 controller
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!