Fanuc 16M Mon [CGB] PMQ21 17 6


{
MILL=T
LATHE=F
SIMPLE_ROT_POS=T
ROTARY_MILL=F
ADV_MILL=F
SUBS=T
MILLTURN_Y-AXIS=F
METRIC=F
}

{Change Comments ***********************************************************}

{8/11/89, Updated processor JR}
{8/31/89, Added PostScript, JR}
{12/1/89, Updated: Fanuc 11M M007.61, JR}
{2/7/90, Updated to Version 3.2 per Fanuc 6M M001.70 Format, DWB}
{7/24/90, Added InitProg globally to posts with this remark, DWB}
{7/24/90, Replaced all occurances of SetSRXYZero with SetSRXYtoSP, DWB}
{9/28/90, Updated: Fanuc 11M M007.71 to .76.1 format, JR}

{12/13/90
Copied & modified: Fanuc 11M M007.76.1
For: DARMARK INC
Machine:
Control: Fanuc 11M
Changes following made per customer request:
Deleted all occurances of SpinOff (M5) command.
Added 'M19' to all occurances of IncValue OfstOff commands.
SK}

{2/22/91
Copied & modified: Fanuc 11M M007.76.2
For: Gibbs & Associates
Machine:
Control: Fanuc 11M
Updated to Version 3.4 per Fanuc 6M M001.76.3 Format.
DWB}

{4/02/91
Modified: Fanuc 11M M007.76.3
For: Gibbs & Associates
Updated to Version 4.0 per Fanuc 6M M001.80 Format.
Kim Michelman}

{9/30/91
Modified: Fanuc 11M M007.79
For: Gibbs & Associates
Updated to Version 4.0 per Fanuc 6M M001.81 Format.
Kim Michelman}

{7/21/95, Updated Fanuc 11M M007.81 to .85 format per Fanuc 6M M001.85.01, JR}

{1/17/96, Updated .85 to .86 version, MPK}

{3/22/96, Tested ZOnlyRepAutoCycle, Changed version # to .89, MPK}

{11Nov98
Original: Fanuc 11M M007.89
Created: Fanuc 11M Toyoda [CGB] MT37.89
For: C G Brettings
Changes made per: Gerry Beebe
Added Post Header Comment at the top of Prog.
Deleted old version numbers and comments e.g. {.62}, {commands}, {literals}, etc
Changed to First Tool in Spindle
Added Pre-Tooling
Replaced all occurences of Plane 'G70G80' CRCOff with 'M98P8111'
Deleted Plane in MachSpec. ( The Plane Command is called in FirstOperation but there is no output. )
Moved Speed SpinOn to the StartPos Line in FirstOperation and NewTool
Added a blank line after the ToolChange Line in NewTool and After the ProgStop in SameTool
Deleted SpinOff in SameTool
Added Untool at End of Prog
Charles Winston}

{3Dec98
Original: Fanuc 11M Toyoda [CGB] MT37.89
Created: Fanuc 11M Toy [CGB] MT37.89.1
For: C G Brettings
Changes made per: Gerry Beebe
Deleted UnTool at End of Prog
Deleted StdLine Sub and updated ToolPath Per Fanuc 6M M001.89
Charles Winston}

{29Dec98
Original: Fanuc 11M Toy [CGB] MT37.89.1
Created: Fanuc 11M Toy [CGB] Bxxx.16
For: C G Brettings
Changes made per: Gerry Beebe
Changed Post Header Comment at the top of Prog.
Updated to B_Style Advanced Mill Post per Fanuc 6M (FW) B001.16.1
Charles Winston}

{29Dec98
Created: Fanuc 11M Toy [CGB] CT37.16, C_Style Advanced Mill Post Per Fanuc 6M (PW) C001.16.1
Charles Winston }

{19Jan99
Original: Fanuc 11M Toy [CGB] CT37.16
Created: Fanuc 11M Toy [CGB] CT37.16.1
For: GC Bretting
Changes made per: Gerry Beebe
Develop: Catalyst 5.03/ComPost2 1.7b13
Added Formatting for ContourFeed2# and FeedEntry# in Prog Numeric Format Definitions
Changed CWArcC to CWArc and CCWArcC to CCWArc in FormatArc
Changed MoveXYC to MoveXY in ToolPath at RapidFeat and LineFeat. Forces all G0, G1,G2 and G3 co-ordinates to be output.
Moved the OperationType$ Comment onto the ToolTypeComment$ Line in DoOpComments.
Added Custom FeedRates in ToolPath.
*** NOTE ***
This Post outputs a CUSTOMISED FEEDRATE in Toolpath which distinguishes between ENTRY Feedrates and CONTOUR FeedRates
In Particular the ContourFeedrate is output immediately following each Z Move.
Virtual v5.0 now permits editing of ToolPath Feedrates. This post DOES NOT fully Support this feature.
Added doEntryFeedRate, doContourFeedRate and doFeedRate Subs
Added Flag('9'), Flag('10') and Flag('11') to keep track of Feedrate Status.
Created a 3-Axis and 4-Axis VM and HM Mill MDDs and Added support for Customers G86 Bore Cycle ( FI-Stop-RO )
Added Support for Rigid Tap Cycle at Drilling in OpGuts.
Added Support for Bore Cycle at Drilling in OpGuts. Uses Custom MDDs
Moved WFOStuff into the StartPos Line in FirstOp2, NewToolOp4 and SameToolOp3
Moved PreTooling onto a Seperate line in FirstOp2 and NewToolOp4
Charles Winston}

{20Jan99
Original: Fanuc 11M Toy [CGB] CT37.16.1
Created: Fanuc 11M Toy [CGB] PMT37.17.3
For: GC Bretting
Changes made per: Gerry Beebe
Develop: Catalyst 5.03/ComPost2 1.7b13
Updated to Simple Positioning MIll Post, per Fanuc 6M PM001.17.3
Changed Flag('9') to Flag('12') in ToolPath to track Feedrates. Flag('9') is used for Drill Rotations.
Changed MoveXYZC to MoveXY MoveZC in ToolPath.
Charles Winston}

{17Feb99
Original: Fanuc 11M Toy [CGB] PMT37.17.3
Created: Fanuc 16M Mon [CGB] PMQ21.17.4 ( NOTE: Post Name changed per customers request )
Control: Fanuc 16M Monarch
For: GC Bretting
Changes made per: Gerry Beebe
Develop: Catalyst 5.03/ComPost2 1.7b15
Changed the Default format for A in MachSpec from '*#####.###;0.' to '#####.###;0.'
Added Support for Operator Instructions to be output using PostScript PIN commands.
Supported by doKeyWords, 1stKeyword, 2ndKeyword, 3rdKeyword and 4thKeyword Subs.
Added PalletInF and SetPalletIn('0') at pSInit. PIN commands are NON-MODAL
Added Utility Data Instructions at ProgStart.
Added doKeyWords in newToolOp2 and sameToolOp1.
Charles Winston}

{13Mar99
Original: Fanuc 16M Mon [CGB] PMQ21.17.4
Created: Fanuc 16M Mon [CGB] PMQ21.17.5
For: GC Bretting
Changes made per: Gerry Beebe
Develop: Catalyst 5.05/ComPost2 1.7b15
Added OperationComment line after SubID in StartSub.
Changed MoveXYC to MoveXY in FormatArc.
Added logic to force Feed, ( G01) onto each line that contains G40, G41 or G42
Modified ckCRC Sub and ToolPath Subs and added doFeedC Sub.
Added Boolean IF SPXMove? OR SPYMove? and changed MoveSXYC to MoveSX MoveSY
in ToolPath Autocycles.
Deleted EOR at the start of InitOp.
Moved the ProgramComment onto the same line as ProgID1 in InitOp.
Charles Winston}

{5Apr99
Original: Fanuc 16M Mon [CGB] PMQ21.17.5
Created: Fanuc 16M Mon [CGB] PMQ21.17.6
For: GC Bretting
Changes made per: Gerry Beebe
Develop: Catalyst 5.09.39/ComPost2 1.7b15
Added additional Logic in doKeyWords Subs.
NewTool, SameTool and End of Prog now handle Coolant Off.
Charles Winston}

{Prog Numeric Format Definitions ****}

#1 = '#.00'
#2 = '#####.###;0.'
#3 = '*#####.###;0.'
#4 = '####.####;0.'
#5 = '#######0'
#6 = '####^##0'
#7 = '#'

FORMAT(FileFeet#,1)
FORMAT(FileMeters#,1)
FORMAT(TrackC#,3)
FORMAT(TrackCNO#,3)
FORMAT(MoveC#,3)
FORMAT(UnitAngle#,3)
FORMAT(Recall#,4)
FORMAT(ADD#,4)
FORMAT(ToolDiameter#,4)
FORMAT(TrackXNO#,4)
FORMAT(TrackYNO#,4)
FORMAT(TrackZNO#,4)
FORMAT(ContourFeed2#,4)
FORMAT(FeedEntry#,4)
FORMAT(TRUNC#,5)
FORMAT(Program#,5)
FORMAT(Program2#,5)
FORMAT(CallMasterNum#,5)
FORMAT(Operation#,5)
FORMAT(Tool#,5)
FORMAT(NewWFO#,5)
FORMAT(Parts#,5)
FORMAT(Pallet#,5)
FORMAT(Num#,5)
FORMAT(Dwell#,6)
FORMAT(RapidF#,7)

{Keyword Subroutines *****************}

ckPinNumber: { Sets Flag True if a valid PIN Number is Used }
SetFlagF('23')
IF NotEqual? Pallet# Num#('0')
IF GTEqual? Pallet# Num#('5')
{ Invalid PIN Number }
ELSE
IF LessThan? Pallet# Num#('1')
{ Invalid PIN Number }
ELSE
SetFlag('23')
END
END
END
RETURN

KeyWordProgStop:
SeqC 'M0' EOL
' ' EOL
RETURN

1stKeyword:
KeyWordProgStop
'( CHECK SIZE )' EOL
'( BDS DOWN TO REPEAT FINISH CUT )' EOL
'( UP TO CONT )' EOL
'/1 M99 P0000' EOL
RETURN

2ndKeyword:
KeyWordProgStop
'( CHANGE PARTS )' EOL
'( BDS DOWN TO REPEAT THIS SETUP )' EOL
'( UP TO CONT )' EOL
'/ M99 P0000' EOL
RETURN

3rdKeyword:
KeyWordProgStop
'( MOVE CLAMPS )' EOL
RETURN

4thKeyword:
KeyWordProgStop
'( REMOVE CLAMPS )' EOL
'( BOLT THRU MOUNTING HOLES )' EOL
RETURN

doKeyWords:
IF Equal? Pallet# Num#('1')
1stKeyword
ELSE
IF Equal? Pallet# Num#('2')
2ndKeyword
ELSE
IF Equal? Pallet# Num#('3')
3rdKeyword
ELSE
IF Equal? Pallet# Num#('4')
4thKeyword
ELSE { ProgStop is Executed }
IF Flag?('22') {End of Prog}
IF ProgStop?
KeyWordProgStop
END
ELSE
IF SameTool?
IF LAST ProgStop?
KeyWordProgStop
END
ELSE
IF LAST ProgStop?
KeyWordProgStop
ELSE
SeqC ProgStop EOL
END
END
END
END
END
END
END
RETURN

{Added Subroutines ****}

resetSP: {update to the correct StartPos}
IF Rotations? OR Repeats? OR AutoCycle?
IF AbsValue?
TrackXNO# SPX#
TrackYNO# SPY#
ELSE
SetAbs
TrackXNO# SPX#
TrackYNO# SPY#
SetInc
END
END
RETURN

saveEP: {save the correct EndPos}
IF PointFeat?
IF AutoCycle?
SetACSPCompF
Save# Num#('1') ADD# Recall# Num#('1') SPX# { xOpEP }
Save# Num#('2') ADD# Recall# Num#('2') SPY# { yOpEP }
SetACSPComp
ELSE
Save# Num#('1') SPX# { xOpEP }
Save# Num#('2') SPY# { yOpEP }
END
ELSE
Save# Num#('1') EPX# { xOpEP }
Save# Num#('2') EPY# { yOpEP }
END
RETURN

getEP: {save the correct EndPos}
IF Rotations? OR Repeats? OR AutoCycle?
IF AbsValue?
saveEP
ELSE
SetAbs
saveEP
SetInc
END
END
RETURN

setSRXYtoACEP:
TrackXNO# Recall# Num#('1') { xOpEP }
TrackYNO# Recall# Num#('2') { yOpEP }
RETURN

{Prog Subroutines ****}

restoreScale:
IF Metric? {CAM file is in Metric, tools and tool path}
SetScale('.03937007874') { change to English, this is an English post}
END
RETURN

wfo:
'G' NewWFO#
RETURN

wfoStuff:
IF NewWFO?
IF MultipleParts? AND WorkFixtureOffsets?
EOL
'*** WARNING *** DO NOT USE NEWWFO() WITH MULTIPLE PARTS AND WORK FIXTURE OFFSETS' EOL
ELSE
wfo
END
ELSE
IF Flag?('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
IF NOT SameTool?
IF MultipleParts?
IF WorkFixtureOffsets?
WFO1
ELSE
wfo
END
ELSE
wfo
END
END
END
END
SetFlagF('2') { Do not output WFO second time wfoStuff is called for MP-WFO-OTAP-ECP }
RETURN

doSubComment:
IF UseComments? AND SubComment?
'( SUB NUMBER: ' Program# ' )' EOL
END
RETURN

doOpComments:
IF UseComments?
SetScale('1')
IF OperationComment?
'( ' OperationComment$ ' )' EOL
END
IF WorkGroupComment?
'( ' WorkGroupComment$ ' )' EOL
END
IF ToolTypeComment?
'( TOOL ' Tool# ': ' ToolDiameter# ' ' ToolType$ ' ) ' '( OPERATION ' Operation# ': ' OperationType$ ' )' EOL
END
IF ToolComment?
'( ' ToolComment$ ' )' EOL
END
restoreScale
END
RETURN

psInit:
NewWFOF
FourthCWF
FourthCCWF
RotateF
OptCyc1F
MasterOpF
CallMasterOpF
PalletInF
SetPalletIn('0')
RETURN

psStuff:
IF FifthCW?
FORMAT(FifthDegree#,2)
SeqC 'B' FifthDegree# EOL
FifthCWF
END
IF FifthCCW?
FORMAT(FifthDegree#,3)
SeqC 'B' FifthDegree# EOL
FifthCCWF
END
RETURN

doPostScript:
psInit
EachPS
SeqC PostScript EOL
psStuff
NextPS
RETURN

doEndOpPS:
psInit
EachEOPS
SeqC EndOpPS EOL
psStuff
NextPS
RETURN

absValueC:
IF NOT AbsValue?
AbsValue
END
RETURN

incValueC:
IF AbsValue?
IncValue
END
RETURN

absOrIncC:
IF AbsoluteMoves?
absValueC
ELSE
incValueC
END
RETURN

setAngleUnder360: {sets status register and machine to current rotary position between -360 and 360 deg}
IF AAxisAvail?
SetAbs
IF GTEqual? MoveC# Num#('360') {reset the A-axis to be between 0 and 359.999}
ResetAngle
SeqC Preset 'A' TrackC# UnitAngle# EOL
ELSE
IF LTEqual? MoveC# Num#('-360')
IF Equal? UnitAngle# Num#('0') {reset the A-axis to be 0}
ResetAngle
SeqC Preset 'A' TrackC# UnitAngle# EOL
ELSE {reset the A-axis to be between -0.001 and -359.999}
ResetAngle
SeqC Preset 'A' TrackC# SUB# UnitAngle# Num#('360') EOL
END
END
END
SetInc { Because we call setAngleUnder360 right after incValueC OfstOff }
END
RETURN

doStartPos:
StrtPos
IF AAxisAvail?
CalcSCAng MoveC
ELSE
TrackCNO# Num#('0')
END
RETURN

entryMove:
IF FirstOperation? OR NewTool?
RapidF# { Forces FeedEnt/FeedRate }
ELSE
IF LAST Rotations? OR LAST Repeats?
RapidF# { Forces FeedEnt/FeedRate }
END
END
IF FeedEntry?
SeqC Feed ZIn FeedEntC EOL
ELSE
SeqC RapidC ZIn EOL
END
RETURN

startSub:
OpenSub
SubID EOL
IF OperationComment?
'( ' OperationComment$ ' )' EOL
END
doSubComment
RETURN

subWarning:
IF NOT FeedConnect?
IF AnyZshift?
' ' EOL
'( WARNING Z CLEARANCE WILL CHANGE WITH EACH CYCLE OF SUB REPEAT )' EOL
' ' EOL
END
END
RETURN

stdSub:
SeqC SubCall CallLab RepLab RepCycs EOL
startSub
RETURN

finishSub1: {part 1}
SeqC CRCOffC
IF NOT FeedConnect?
RapidC ZCP3C
END
EOL
RETURN

finishSubG92: {part 2}
SeqC Preset ShiftRC EOL
SeqC EndSub EOL
CloseSub
SeqC Preset UnshftRC EOL
RETURN

doWFOOps:
IF Flag?('5')
SetFlagF('5') { Suppress Redundant WFO for MP-WFO-OTAP-ECP }
ELSE
SeqC SetWFO EOL
END
SeqC SubCall CallLab RepLab OnePart EOL
RETURN

openMP:
NewProg
IF WorkFixtureOffsets?
IF OneToolAllParts? AND ExitClearancePlane?
SetFlag('5') { Suppress Redundant WFO for MP-WFO-OTAP-ECP }
END
NewWFO
EachWFO {simple eachPart}
doWFOOps
IncWFO
NextWFO {simple NextPart}
startSub
ELSE
SeqC SubCall CallLab RepLab Parts EOL
IF OneToolAllParts? AND ExitClearancePlane?
SetFlag('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
END
startSub
END
RETURN

closeMP:
IF WorkFixtureOffsets?
SeqC EndSub EOL
CloseSub
SeqC WFO1 EOL
ELSE
SeqC absOrIncC EOL
SeqC Preset ShiftPC EOL
SeqC EndSub EOL
CloseSub
SeqC Preset UnshftPC EOL
END
RETURN

doAbsOrInc:
IF Flag?('1') { Milling ZShiftOnly SepSubs/DrillSubs activated }
IF ZMove?
incValueC
ELSE
absOrIncC
END
END
RETURN

doDrillAbsOrInc:
IF Flag?('1') { DrillSubs activated }
IF SPZMove?
incValueC
ELSE
absOrIncC
END
END
RETURN

restoreAbsOrInc:
IF Flag?('1') { Milling ZShiftOnly SepSubs/DrillSubs activated }
SeqC absOrIncC EOL
END
RETURN

doFeedC:
IF Flag?('21')
Feed
SetFlagF('21')
ELSE
FeedC
END
RETURN

ckCRC:
IF LastFeat?
CRCOffC
IF NOT EmptyLine?
Feed
END
ELSE
IF NOT ZMove?
CRCOnC
END
IF NOT EmptyLine?
SetFlag('21') { CRC Flag }
END
END
RETURN

ckCRCNum:
IF NOT LastFeat? AND Equal? SPZ# EPZ#
CRCOffsetC
END
RETURN

tpPointFeat:
IF AutoCycle?
IF SPXMove? OR SPYMove?
SeqC MoveSX MoveSY EOL
END
IF Repeats? AND ZshiftOnly?
SeqC SubCall CallLabB TRUNC# SUB# Program# Num#('1') EOL
ELSE
SeqC SubCall CallLab EOL
END
CalcACSRXY {calc tool position after sub call, CalcAutoCycleStatusRecordXY}
ELSE
IF FirstFeat?
SetFlagF('9') { For valid Drill Rotation Sub }
IF Rotations?
IF NOT LastFeat?
IF NOT MasterOp?
SetFlag('9') { valid Drill Rotation Sub }
NewProg
StartSub
END
END
END
ELSE
IF SPXMove? OR SPYMove? OR SPZMove?
SeqC doDrillAbsOrInc MoveSX MoveSY MoveSZC EOL
END
END
IF LastFeat?
IF Flag?('9') { valid Drill Rotation Sub }
restoreAbsOrInc
IF NOT MasterOp?
SeqC EndSub EOL
CloseSub
END
END
END
END
RETURN

tpRapidFeat:
IF XMove? OR YMove? OR ZMove?
SeqC ckCRC doAbsOrInc RapidC MoveXY MoveZC ckCRCNum EOL
END
RETURN

tpLineFeat:
IF XMove? OR YMove? OR ZMove?
SeqC ckCRC doAbsOrInc doFeedC MoveXY MoveZC FeedRateC ckCRCNum EOL
END
RETURN

tpArcFeat:
EACHQuadrant { Do not use NOT, FIRST, LAST or NEXT modifiers in this loop }
SeqC doAbsOrInc
IF ArcCW?
CWArc
ELSE
CCWArc
END
MoveXY MoveZC
IF ArcIJFormat?
ArcIJ
ELSE
ArcR
END
ArcFeedC EOL
NEXTQuadrant
RETURN

toolPath:
ResetCRCNum
EACHFeat
IF FirstFeat?
resetSP
END
IF PointFeat?
tpPointFeat
ELSE
IF RapidFeat?
tpRapidFeat
ELSE
IF LineFeat?
tpLineFeat
ELSE
IF ArcFeat?
tpArcFeat
END
END
END
END
IF LastFeat?
getEP
END
NEXTFeat
restoreAbsOrInc
RETURN

autoCycCutSub1: {part 1}
SaveSubStatus {save tool position}
SetPass1 {element cut moves}
startSub
SetSRXYtoSP
SeqC incValueC EOL
RETURN

autoCycCutSub2: {part 2}
toolPath
SeqC absOrIncC CRCOffC
IF Repeats? AND FeedConnect? AND ZshiftOnly?
ELSE
RapidC ZCP2
END
EOL
SeqC EndSub EOL
CloseSub
SetSRSubXY {restore SR to 1st position value}
SetSRSubMove
RETURN

autoCycPat:
SetPass2 {position pattern}
toolPath {call after NewProg for correct sub calls}
SetPass1 {reset}
RETURN

milling:
IF AutoCycle?
NewProg
autoCycCutSub1
entryMove
autoCycCutSub2
autoCycPat
ELSE
entryMove
toolPath
END
RETURN

g92Sub:
subWarning
stdSub
SeqC absOrIncC Connect doStartPos EOL
milling
finishSub1
finishSubG92
RETURN

doSepSubContour:
SetPass1
TrackZNO# SPZ#
startSub
RapidF#
IF AutoCycle?
NewProg
autoCycCutSub1 {build element sub}
TrackZNO# SPZ#
autoCycCutSub2
ELSE
toolPath
finishSub1
SeqC EndSub EOL
CloseSub
END
SetPass1
SetStatusRapid
RapidF#
SetSRXYtoEP
TrackZNO# ClearancePlane2#
RETURN

doSepSubFeedConnect:
IF FeedConnect?
FeedEntC
END
RETURN

doSepSubSPMove:
SetStatusOff
IF SPXMove? OR SPYMove?
IF AutoCycle?
incValueC
END
SeqC Connect StrtPosC doSepSubFeedConnect EOL
absOrIncC
ELSE
Connect
END
SetStatusOn
RETURN

doSepSubZMoves:
IF FeedConnect?
SeqC FeedC ZInPlusInc FeedEnt EOL
ELSE
IF FeedEntry?
IF NOT FirstCycle?
SeqC RapidC ZCP2PlusInc EOL
END
SeqC Feed ZInPlusInc FeedEnt EOL
ELSE
IF FirstCycle? AND AutoCycle?
Rapid
END
SeqC RapidC ZInPlusInc EOL
END
END
SeqC SubCall CallLab EOL
IF NOT FeedConnect? AND NOT AbsValue?
TrackZNO# ZCP2PlusInc#
SeqC ZCP2C EOL
IF NOT AutoCycle?
TrackZNO# ClearancePlane3#
END
END
RETURN

setSepSubZ:
SetAbs
TrackZNO# ADD# SPZ# MUL# RepsLess1# RepeatZ#
SetInc
RETURN

doSepSubExit:
IF NOT AbsValue?
setSepSubZ
END
IF AutoCycle?
SeqC Rapid ZCP2 EOL
ELSE
Rapid { Will be output at millingOp ZCP3 }
END
RETURN

resetSepSubSR:
SetPass1
SetStatusRapid
RapidF#
TrackXNO# Recall# Num#('1') { xOpEP }
TrackYNO# Recall# Num#('2') { yOpEP }
RETURN

zonlyRepAutoCycle:
doSepSubContour
EachCycle
IF NOT FirstCycle?
doSepSubSPMove
END
doSepSubZMoves
NextCycle
IF FeedConnect?
doSepSubExit
END
SeqC EndSub EOL
CloseSub
{Element shift, not pattern}
autoCycPat {write pattern moves and main calls}
resetSepSubSR
TrackZNO# ClearancePlane2#
RETURN

zonlyRep:
doSepSubContour
EachCycle
IF NOT FirstCycle?
doSepSubSPMove
END
doSepSubZMoves
NextCycle
resetSepSubSR
IF FeedConnect?
doSepSubExit
ELSE
TrackZNO# ClearancePlane3#
END
RETURN

millingOp:
SeqC ZCP2C EOL
IF Repeats?
NewProg
IF ZshiftOnly?
IF AutoCycle? {incremental Autocycle sub can have Z moves}
zonlyRepAutoCycle
ELSE {Z shift only, NOT Auto Cycle}
SetFlag('1') { Milling ZShiftOnly SepSubs activated }
zonlyRep
SetFlagF('1') { Milling ZShiftOnly SepSubs deactivated }
END {end Auto Cycle IF}
ELSE {not Z only}
g92Sub
END {end Z only IF}
ELSE {no repeat OPs}
milling
END
IF AutoCycle?
SeqC CRCOffC ZCP3C EOL
setSRXYtoACEP
ELSE
SeqC RapidC CRCOffC ZCP3C EOL
END
RETURN

skipToLastFeat:
EachFeat
IF LastFeat?
TrackXNO# SPX#
TrackYNO# SPY#
END
NextFeat
RETURN

setDrillEndOpZ:
IF RetractToCP1?
TrackZNO# ClearancePlane1#
ELSE
TrackZNO# ClearancePlane2#
END
RETURN

drillingOp:
SeqC DrillCP EOL
IF RigidTap?
SeqC FromCP EOL
SeqC 'M29' Speed EOL
END
GetCycle
SeqC
IF FIStopRO? {FI-Stop-RO}
'G86'
ELSE
Cycle
END
IF NOT RigidTap?
FromCP
END
ZDepth RLevel Dwell Peck Retract FeedEnt
IF RigidTap?
Speed
END
EOL
IF CallMasterOp?
SeqC SubCall CallLabB CallMasterNum# EOL
skipToLastFeat
ELSE
TrackZNO# SPZ#
IF MasterOp?
SetFlag('1') { DrillSubs activated }
NewMasterProg
SeqC SubCall CallLab EOL
startSub
toolPath
SeqC EndSub EOL
CloseSub
SetFlagF('1') { DrillSubs deactivated }
ELSE
toolPath
END
END
setDrillEndOpZ
IF NOT Rotations?
SeqC Rapid DrillOff ZCP3 EOL
END
RETURN

checkPass: {use the correct StrtPos}
IF AutoCycle?
SetPass2
ELSE
SetPass1
END
RETURN

rotateStartPosC:
TrackXNO# Recall# Num#('1') { xOpEP }
MoveSXC
TrackYNO# Recall# Num#('2') { yOpEP }
MoveSYC
CalcSCAng MoveC
RETURN

rotaryReps: {use the correct EndPos}
EachRotation
IF Milling?
IF FirstRotation?
NewProg
SaveProgNum2
StartSub
millingOp
SeqC EndSub EOL
CloseSub
checkPass
ELSE
SeqC rotateStartPosC EOL
END
SeqC SubCall CallLabB Program2# EOL
ELSE
IF Drilling?
IF FirstRotation?
drillingOp
checkPass
ELSE
IF RetractToCP1? AND Equal? ClearancePlane1# ClearancePlane3#
SeqC rotateStartPosC EOL
ELSE
IF NOT RetractToCP1? AND Equal? ClearancePlane2# ClearancePlane3#
SeqC rotateStartPosC EOL
ELSE { Need to cancel Drill Cycle between Rotations }
SeqC DrillOff Rapid ZCP3 EOL
SeqC rotateStartPosC EOL
SeqC DrillCP EOL
IF RigidTap?
SeqC FromCP EOL
SeqC 'M29' Speed EOL
END
GetCycle
SeqC
IF FIStopRO? {FI-Stop-RO}
'G86'
ELSE
Cycle
END
IF NOT RigidTap?
FromCP
END
ZDepth RLevel Dwell Peck Retract FeedEnt
IF RigidTap?
Speed
END
EOL
END
END
END
IF CallMasterOp?
IF NOT FirstRotation?
SeqC SubCall CallLabB CallMasterNum# EOL
END
ELSE
IF MasterOp?
IF NOT FirstRotation?
SeqC SubCall CallLab EOL
END
ELSE
IF Flag?('9') { valid Drill Rotation Sub }
SeqC SubCall CallLab EOL
END
END
END
IF LastRotation?
SeqC Rapid DrillOff ZCP3 EOL
END
END
END
NextRotation
TrackXNO# Recall# Num#('1') { xOpEP }
TrackYNO# Recall# Num#('2') { yOpEP }
TrackZNO# ClearancePlane3#
RETURN

opGuts:
IF Rotations?
rotaryReps
ELSE
IF Milling?
millingOp
ELSE
IF Drilling?
drillingOp
END
END
END
RETURN

progStart:
InitProg
ReverseXZArcs
InitWFONum
SetFlood
SetMaxRPM('10000')
IF Metric?
SetMaxFeed('12700')
ELSE
SetMaxFeed('500')
END
Save# Num#('1') Num#('0') { Status Register Variable for X Axis }
Save# Num#('2') Num#('0') { Status Register Variable for Y Axis }
SetFlagF('1') { Milling ZShiftOnly SepSubs/DrillSubs deactivated }
SetFlagF('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
SetFlagF('5') { Suppress Redundant WFO for MP-WFO-OTAP-ECP }
SetFlagF('9') { For valid Drill Rotation Sub }
SetFlagF('22') { Used with End3. Default : FALSE = Suppress ToolChangeAtHome }
SetFlagF('23') { Valid Pin NUmber in Used }
IF PSComment? AND UseComments?
'Utility Data:' EOL
' At Op Start: All literals and commands will appear at the beginning of the operation.' EOL
' At Op End: All literals and commands will appear at the end of the operation.' EOL
' Literals: put between single or double quotes.' EOL
' Separate commands and literals with at least one space.' EOL
' A CR ( RETURN key ) will start a new line.' EOL
' Commands: may be capital and/or lower case letters. Separate commands with a space.' EOL
' NewWFO(56), NWFO(56) -' EOL
' The Work Fixture Offset # you specify will be used for all following operations.' EOL
' Do not use with the ncPost multiple part option.' EOL
' 5thAxisCW(30), 5ACW(30) -' EOL
' generates a + B move of the value you specify' EOL
' 5thAxisCCW(22.5), 5ACCW(22.5) -' EOL
' generates a - B move of the value you specify' EOL
' ' EOL
' Using the PIN() PostScript Command' EOL
' ==============================' EOL
' The Command PIN(x) should be entered in the Operation Data, At Op END Box.' EOL
' The Value, X, must be a positive Integer between One and Four.' EOL
' The Command is NON-Modal.' EOL
' The Following Code is output with each PIN command.' EOL
' ' EOL
' PIN (1)' EOL
' =======' EOL
' M9' EOL
' M98P8111' EOL
' N10 M0' EOL
' -BLANK LINE-' EOL
' ( CHECK SIZE )' EOL
' ( BDS DOWN TO REPEAT FINISH CUT )' EOL
' ( UP TO CONT )' EOL
' / M99 P0000' EOL
' ' EOL
' PIN (2)' EOL
' =======' EOL
' M9' EOL
' M98P8111' EOL
' N10 M0' EOL
' -BLANK LINE-' EOL
' ( CHANGE PARTS )' EOL
' ( BDS DOWN TO REPEAT THIS SETUP )' EOL
' ( UP TO CONT )' EOL
' / M99 P0000' EOL
' ' EOL
' PIN (3)' EOL
' =======' EOL
' M9' EOL
' M98P8111' EOL
' N10 M0' EOL
' -BLANK LINE-' EOL
' ( MOVE CLAMPS )' EOL
' ' EOL
' PIN (4)' EOL
' =======' EOL
' M9' EOL
' M98P8111' EOL
' N10 M0' EOL
' -BLANK LINE-' EOL
' ( REMOVE CLAMPS )' EOL
' ( BOLT THRU MOUNTING HOLES )' EOL
' ' EOL
END
RETURN

initOp:
ProgID1
IF UseComments? AND ProgramComment?
' ( ' ProgramComment$ ' )'
END
EOL
IF UseComments?
IF ProgramNameComment?
'( ' ProgramName$ ' )' EOL
END
IF FormatNameComment?
'( FORMAT: ' FormatName$ ' )' EOL
END
IF TimeComment?
'( ' Date$ ' AT ' Time$ ' )' EOL
END
IF MovesComment?
'( OUTPUT IN ' MoveType$ ' INCHES )' EOL
END
IF PartsComment?
'( PARTS PROGRAMMED: ' Parts# ' )' EOL
END
IF StartToolComment?
'( FIRST TOOL IN SPINDLE )' EOL
END
END
OpenSub
restoreScale
RETURN

firstOp1:
IF ToolChangeAtHome?
SetHome
END
Seq Plane 'M98P8111' EOL
doOpComments
doPostScript
RETURN

firstOp2:
IF NOT LastTool?
SeqC PreTool EOL
END
checkPass
SeqC Rapid AbsOrInc wfoStuff doStartPos Speed SpinOn EOL
RETURN

firstOp3:
SeqC OfstOn EOL
SeqC CoolOn EOL
RETURN

newToolOp1:
SeqC CoolOff EOL
Seq 'M98P8111' EOL
setAngleUnder360
RETURN

newToolOp2:
doEndOpPS
ckPinNumber
IF ToolChangeAtHome?
SeqC AbsOrInc Rapid Home EOL
END
doKeyWords
RETURN

newToolOp3: {Start new Operation}
SeqC ToolChng EOL
' ' EOL
doOpComments
doPostScript
RETURN

newToolOp4:
SeqC PreTool EOL
checkPass
SeqC Rapid AbsOrInc wfoStuff doStartPos Speed SpinOn EOL
RETURN

newToolOp5:
SeqC OfstOn EOL
SeqC CoolOn EOL
RETURN

sameToolOp1:
doEndOpPS
ckPinNumber
IF Flag?('23') OR LAST ProgStop?
SeqC CoolOff EOL
Seq 'M98P8111' EOL
doKeyWords
ELSE
IF CoolOff? AND LAST NOT CoolOff?
SeqC CoolOff EOL
END
IF NewToolOffset?
Seq 'M98P8111' EOL
END
END
setAngleUnder360
RETURN

sameToolOp2: {Start new Operation}
doOpComments
doPostScript
checkPass
RETURN

sameToolOp3: {Start new Operation}
IF Flag?('23') OR LAST ProgStop?
SeqC PlaneC Rapid AbsOrInc wfoStuff doStartPos SpeedC SpinOn EOL
SeqC OfstOn EOL
SeqC CoolOn EOL
ELSE
SeqC PlaneC Rapid AbsOrInc wfoStuff doStartPos SpeedC EOL
IF NewToolOffset?
SeqC OfstOn EOL
END
IF NOT CoolOff? AND LAST CoolOff?
SeqC CoolOn EOL
END
END
RETURN

end1:
SeqC CoolOff EOL
SeqC 'M98P8111' EOL
setAngleUnder360
IF NotEqual? UnitAngle# Num#('0')
SeqC absOrIncC RapidC 'A' TrackC# Num#('0') EOL
END
RETURN

end2:
doEndOpPS
ckPinNumber
IF ToolChangeAtHome?
SeqC absOrInc Rapid FirstHome EOL
END
IF Flag?('23') OR ProgStop?
SetFlag('22')
doKeyWords
END
IF NOT FirstTool?
SeqC ToolChng EOL
END
RETURN

end3:
SeqC EOP EOL
CloseSub
Post2 {organize Subs into one program}
EOR EOL
Close
IF UseComments?
SetScale('1') {restore scale for comments}
Reopen
IF FileBytesComment?
'( FILE LENGTH: ' FileBytes# ' CHARACTERS )' EOL
END
IF FileFeetComment?
'( FILE LENGTH: ' FileFeet# ' FEET )' EOL
END
IF FileMetersComment?
'( FILE LENGTH: ' FileMeters# ' METERS )' EOL
END
Close
END
RETURN

mpAllTools1P: {Multiple Parts, All Tools 1 Part}
EachOp {Start of post processing}
IF EquallySpacedOffsets?
SetFlag('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
END
IF FirstOperation?
openMP
firstOp1
firstOp2
firstOp3
ELSE
IF NewTool?
newToolOp1
newToolOp2 {to tool change, CS problem}
newToolOp3
newToolOp4
newToolOp5
ELSE {implied SameTool?}
sameToolOp1
sameToolOp2
sameToolOp3
END
END {common point for all operations}
opGuts
NextOp {loops back to EachOP until last Operation}
end1
end2
closeMP
end3
RETURN

mp1ToollAllPfu: {Multiple Parts, 1 Tool all Parts, full up}
EachOp {Start of post processing}
IF EquallySpacedOffsets?
SetFlag('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
END
IF FirstOperation?
firstOp1
openMP
firstOp2
firstOp3
ELSE
IF NewTool?
newToolOp1
closeMP
newToolOp2 {to tool change, CS problem}
newToolOp3
openMP
newToolOp4
newToolOp5
ELSE {implied SameTool?}
sameToolOp1
sameToolOp2
sameToolOp3
END
END {common point for all operations}
opGuts
NextOp {loops back to EachOP until last Operation}
end1
closeMP
end2
end3
RETURN

mp1ToollAllPXcp: {Multiple Parts, 1 Tool all Parts, exit Clearance plane}
EachOp {Start of post processing}
SetFlag('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
IF FirstOperation?
firstOp1
firstOp2
firstOp3
openMP
firstOp2 {need StrtPos in Sub}
ELSE
IF NewTool?
closeMP
newToolOp1
newToolOp2 {to tool change, CS problem}
newToolOp3
newToolOp4
newToolOp5
openMP
newToolOp4 {need StrtPos in Sub}
ELSE {implied SameTool?}
sameToolOp1
sameToolOp2
sameToolOp3
END
END {common point for all operations}
opGuts
NextOp {loops back to EachOP until last Operation}
closeMP
end1
end2
end3
RETURN

noMPs: {no multiple parts}
EachOp {Start of post processing}
SetFlag('2') { Need to output wfoStuff twice for MP-ESO-OTAP-ECP, once for all others }
IF FirstOperation?
firstOp1
firstOp2
firstOp3
ELSE
IF NewTool?
newToolOp1
newToolOp2
newToolOp3
newToolOp4
newToolOp5
ELSE {implied SameTool?}
sameToolOp1
sameToolOp2
sameToolOp3
END
END {common point for all operations}
opGuts
NextOp {loops back to EachOP until last Operation}
end1
end2
end3
RETURN

{Start of executable Prog, Top Level ****}

progStart {setup and initializations}
initOp

IF MultipleParts?
IF AllToolsOnePart?
mpAllTools1P
ELSE {implied OneToolAllParts?}
IF FullUp?
mp1ToollAllPfu
ELSE {implied ExitClearancePlane?}
mp1ToollAllPXcp
END
END
ELSE
noMPs
END


Wyszukiwarka

Podobne podstrony:
Fanuc 16T Mon [CGB] L775 85 1
Fanuc 15T Dianichi CGB L754 85 2
Fanuc 16M Edgetec L570 85
Fanuc 16M Makino [EE] NMT56 16
Fanuc 16M Makino [APM] C427 12
Fanuc 11M Tyd [CGB] CT37 16 4
Fanuc 11M Mon [AT] MV17 15
Fanuc 11M Mon VMC75 M343 87
Fanuc 15M Krk [CGB] CT73 14 4
Fanuc 16M Makino [MM] CX91 13m
Fanuc 0M OH [KGK] PM515 17 3
Fanuc 10M MV40 [AC] RM334 17 5
Fanuc 11M Toy [CGB] MT37 89 1
Fanuc 16M [AP] C789 13 5m
Fanuc 16M [SB] CX54 13 1
Fanuc 16M Makino [MM] CX91 13

więcej podobnych podstron