Hi all forum members,
I'm looking for a Mill/turn post for a Mori seiki with Y axis. I've been working onone for days now but it's still not right. Anyone has one and want to trade? i have a well tailored 3 axis mill post for a 16i fanuc. if anyone is interested in helping this is the problem i have right now.
1. for the turning tools the offset nomber is missing. This is what i have T0100, should be T0101.
2. for the live tools, they are completely missing.
this is what i have in the fil file.
CIMFIL/ON,TURRET
$$ check if Offset number programmed
$$ if not default to tool number
TNUM=POSTF(7,4) $$ tool number
NPAR=POSTF(5) $$ number of parameters in the CL record
IF (NPAR.EQ.4) THEN
$$ Only TURRET / tnum was programmed
DMY=POSTF(12,5) $$ set number of parameters to 5
DMY=POSTF(10,5,TNUM) $$ set offset number (parameter 5) to TNUM
ENDIF
DMY=POSTF(13) $$ process record modified or not
CIMFIL/OFF
Any help is greatly appreciated.
Edited by: pronc
I'm looking for a Mill/turn post for a Mori seiki with Y axis. I've been working onone for days now but it's still not right. Anyone has one and want to trade? i have a well tailored 3 axis mill post for a 16i fanuc. if anyone is interested in helping this is the problem i have right now.
1. for the turning tools the offset nomber is missing. This is what i have T0100, should be T0101.
2. for the live tools, they are completely missing.
this is what i have in the fil file.
CIMFIL/ON,TURRET
$$ check if Offset number programmed
$$ if not default to tool number
TNUM=POSTF(7,4) $$ tool number
NPAR=POSTF(5) $$ number of parameters in the CL record
IF (NPAR.EQ.4) THEN
$$ Only TURRET / tnum was programmed
DMY=POSTF(12,5) $$ set number of parameters to 5
DMY=POSTF(10,5,TNUM) $$ set offset number (parameter 5) to TNUM
ENDIF
DMY=POSTF(13) $$ process record modified or not
CIMFIL/OFF
Any help is greatly appreciated.
Edited by: pronc