Fanuc position register

Field_Tech

Member
Join Date
Mar 2014
Location
Toronto
Posts
2
Is it possible to transfer a value into a fanuc position register using a Mitsubishi Q00ucpu plc? For example once in a while we have to touch up a position due to part variance, I was wondering if I could set it up to increment an X value through the HMI. Any info would be appreciated or even an example of code if someone has done this in the past.

Thanks!
 
Do you know how many devices Fanuc has made in the past and how many variances of ports and capabilities each has?
Maybe a little more detail will trigger a response from someone?
 
I assume since you said position register and touch-up you are refering to a fanuc Robot.
here is a example of rotating a aux axis by 150 degrees with the part TP program:
78: PR[GP4:2,1:Index Position]=PR[GP4:2,1:Index Position]-150

You could write to a Group Output or Robot register with the HMI then insert that variable in the position register you would like to modify.
 

Similar Topics

Hello, i am using profibus as communication between plc and fanuc arm. I can easily send inputs from plc to arm, but i can't monitor any outputs...
Replies
0
Views
47
I have a CNC cutting equipment, all the components are Fanuc from the CNC CPU A02B-0307-B822, a PLC AIF01A and a panel i, on the panel i (operator...
Replies
1
Views
133
I want to buy this program if anyone has it. Absolutely no one has it officially for sale. My cpu is IC610CPU104B My mail...
Replies
2
Views
123
I've got a Micrologix 1100 with ethernet and I'm trying to configure communications to a Fanuc R30iB controller. I'm pretty sure you have to set...
Replies
0
Views
118
We recently purchased a IC693CPU352 module and it appears the internal time clock is static. I can set the time and date but once set it does not...
Replies
5
Views
190
Back
Top Bottom