Sie sind auf Seite 1von 1

Computer-Aided Engineering 697

Specimen program
The format of the following program example would be suitable for the Bridgeport BOSS
6 software. When evaluating the program, reference should be made to the coded infor-
mation given in Section 8.1.7.

CNC listing Description


% Per cent symbol  start of program/tape.
N5 G90 G71 G00 G75 Set up default preparatory codes. G75 is special to BOSS
6 software.
N10 X  100.0 Y  100.0 S1500 Rapid move to tool change (home) position. Set spindle speed
T01 M06 (rev/min). Select tool required and insert first tool (slot drill). Stop
control for tool change.
N15 X50.0 Y30.0 Restart control. Rapid move to position 1.
N20 Z1.0 M03 Rapid tool move to 1.0 mm above workpiece. Start up spindle
(speed set in block N10).
N25 G01 Z  8.0 F70 M07 Linear feed rate move to required depth (70 mm/min). Mist
coolant on.
N30 G02 X50.0 Y90.0 150.0 Circular interpolation to X and Y coordinates at position 2, using
J60.0 F100 I and J coordinates for interpolation centers. Increase feed rate
(horizontal) to 100 mm/min.
N35 G01 X100.0 Y90.0 Linear feed rate move as set in block N30 to position 3.
N40 G02 X100.0 Y30.0 Circular interpolation to X and Y coordinates at position 4 at feed
100.0 J60.0 rate set in block N30.
N45 G01 X50.0 Y30.0 Linear feed rate move as set in block N30 to position 1.
N50 G00 Z1.0 Rapid move tool clear of workpiece along Z-axis.
N55 X  100.0 Y  100.0 S2500 Rapid move to tool change (home) position and stop spindle.
T02 M06 Remove tool 1 and insert tool 2 (center drill). Set spindle speed to
2500 rev/min ready for drilling.
N60 X170.0 Y90.0 Restart control. Rapid move to position 5.
N65 Z1.0 M03 Rapid move to 1.0 mm above workpiece. Start up spindle (speed
set to 2500 rev/min in block N55).
N70 G81 X170.0 Y90.0 Z  5.0 Start drilling cycle (see Section 8.1.11) and centre drill first hole
F40 M07 (position 5) to depth at 40 mm/min feed rate. Mist coolant on.
N75 X170.0 Y60.0 C/drill second hole (position 6).
N80 X170.0 Y30.0 C/drill third hole (position 7).
N85 G80 Cancel drilling cycle.
N90 G00  X100.0 Y  100.0 Rapid move to tool change (home) position and stop spindle.
S1760 T03 M06 Remove tool 2. Insert tool 3 (twist drill). Set spindle speed to
1760 rev/min ready for drilling.
N95 X170.0 Y90.0 Rapid move to position 5.
N100 Z1.0 M03 Rapid move tool to 1 mm above workpiece. Start spindle.
N105 G81 X170.0 Y90.0 Z  Start drilling cycle and drill first hole to depth (12 mm) at position
12.0 F60 M07 5 with 60 mm/min feed rate. Mist coolant on.
N110 X170.0 Y60.0 Drill second hole (position 6).
N115 X170.0 Y30.0 Drill third hole (position 7).
N120 G80 Turn spindle off.
N125 G00 X  100.0 Y  Return tool to tool change (home) position and stop spindle.
100.0 M06 Ready for repeat of program.
N130 M02 End or program.
N135 M30 End of tape.

Das könnte Ihnen auch gefallen