Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2012, 01:58:04 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
| |-+  Fanuc Robot Forum (Moderators: Sven Weyer, Jim Tyrer, Lerak, Napierian)
| | |-+  R[ ]=PR[2,1] help
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: R[ ]=PR[2,1] help  (Read 604 times)
bnhnt
Full Member
***
Offline Offline

Gender: Male
Posts: 123


It's all about the FUNNY


« on: March 18, 2010, 02:47:17 PM »

R[  ]=PR[2,1]

2 is the number of the register and 1 is for axis x
so if I want Y it is PR[2,2]
and if I want z I write 3
1.   Is this how it works
2.   Does  4,5,6 also work
Can I get a little more explanation about this
Thanks,
Logged

Don’t waste a minute not being happy. If one window closes, run to the next window — or break down a door.
freemanleon
Newbie
*
Offline Offline

Gender: Male
Posts: 15



« Reply #1 on: March 18, 2010, 03:31:47 PM »

1,  2,  3,  4,   5,  6
X , Y , Z , W , P , R 
Position   Attitude
Logged
Robotter
Sr. Member
****
Offline Offline

Gender: Male
Posts: 400


Everything is simple... once you know how..!!


« Reply #2 on: March 20, 2010, 07:55:44 AM »

Be Careful on how your position register is configured. It could be either joint values or cartesian coordinates.

PR[1,1] = X or J1 value of PR[1]
PR[1,2] = Y or J2
PR[1,3] = Z or J3
PR[1,4] = W or J4
PR[1,5] = P or J5
PR[1,6] = R or J6
Logged
bnhnt
Full Member
***
Offline Offline

Gender: Male
Posts: 123


It's all about the FUNNY


« Reply #3 on: March 22, 2010, 01:09:43 PM »

Ill start with a thank you Robotter!
Ive been playing with the circle programs and trying to make it work in different ways, I don’t get enough time to play with PR but it looks like it would be a wonderful tool once I have a full understanding of them,
Ok so how do I know how my PR is configured?
Logged

Don’t waste a minute not being happy. If one window closes, run to the next window — or break down a door.
Robotter
Sr. Member
****
Offline Offline

Gender: Male
Posts: 400


Everything is simple... once you know how..!!


« Reply #4 on: March 22, 2010, 01:23:07 PM »

2 ways.

One is you can go to Data->Position registers and see the position details of a particular PR.

If you need cartesian coordinates then you could have XYZWPR

You can change it to joint coordinates by pressing F5 and selecting Joint.

Alternately if you execute the following instructions from a TP program you could get the joint / Cartesian values in the PR.

PR[1] = Lpos (for recording the current cartesian coordinates into PR[1])
PR[1] = Jpos (for recording the current Joint coordinates into PR[1])

Try it out. its actually quite simple
Logged
bnhnt
Full Member
***
Offline Offline

Gender: Male
Posts: 123


It's all about the FUNNY


« Reply #5 on: March 22, 2010, 06:55:16 PM »

Wow thank you! I was playing with the lpos,
But now I have a good explanation about it.
Thanks again
 beerchug
Logged

Don’t waste a minute not being happy. If one window closes, run to the next window — or break down a door.
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!