VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2016-11-09 17:00:13

Vericut_McAtee
Senior Member
From: Fryeburg, Me.
Registered: 2011-07-17
Posts: 88

HOW TO MOVE WORK OFFSET IN A HEIDENHAIN CONTROLLED VERICUT MACHINE

In a Fanuc control we use #5202 or G10L2P0Z to shift an offset.
In the Heidenhain control # is replaced with Q and our machine uses Datum 1 , Datum 2 ...... and so on
I just can't find the Q value to shift????

We move the part down a little but we need to move the Datum to follow the part.
I hope someone understands this and can assist me.
Thanks

Offline

#2 2016-11-15 14:22:18

BrakemanBob
Member
From: Tamworth UK
Registered: 2014-03-14
Posts: 13

Re: HOW TO MOVE WORK OFFSET IN A HEIDENHAIN CONTROLLED VERICUT MACHINE

In Heidenhain, to alter system parameters you use the SYSTEM WRITE function and to do this on the machine you need a code number to unlock the SYSTEM WRITE function. What version of Heidenhain are you running? There are significant differences between iTNC530 and TNC640. To see a list of available parameters, refer to the SYSTEM READ definition in the PROGRAMMING Q PARAMETERS section of your (conversational) manual.

Here is some sample code I use for resetting the C axis offset (iTNC530)

;READ C AXIS REF POSITION
FN 18: SYSREAD Q1905 = ID240 NR1 IDX6
FN 17: SYSWRITE ID 503 NR42 IDX6 =-Q1905
CYCL DEF 247 DATUM SETTING ~
Q339=+42   ;DATUM NUMBER

Offline

Board footer