tailieunhanh - COMPUTER NUMERICAL CONTROL PROGRAMMING BASICS phần 5

Đường cong có thể được sản xuất với nội suy tuyến tính bằng cách phá vỡ chúng thành các phân đoạn ngắn, thẳng. Phương pháp này có những hạn chế, bởi vì một số lượng rất lớn các điểm sẽ phải được lập trình để mô tả các đường cong để tạo ra một hình dạng đường viền. Một đường viền được lập trình trong nội suy tuyến tính đòi hỏi các vị trí phối hợp (XY vị trí | N70 G01 F10 tool feeds .250 into work at 10 in. min. to drill the first hole. N75 G00 tool rapids out of hole to .100 above work surface. N80 tool rapids to second hole location. N85 G01 F10 tool feeds .250 into work at 10 in. min. to drill the second hole. N90 G00 tool rapids out of hole to .100 above work surface. Machining the Angular Slot N95 location B tool rapids to the start of the angular slot. N100 G01 F10 G01 linear interpolation. tool feeds to .125 below the work surface. F10 feed rate set at 10 in. min. N105 angular slot cut to top right corner. N110 G00 tool rapids to .100 above work surface. Machining the Circular Groove N115 location C tool rapids to start of circular groove. N120 G01 F10 tool feeds to .125 below the work surface. 36 N125 G03 G03 circular interpolation counterclockwise X Y location of end of circular groove. radius of arc is .250. N130 G00 tool rapids to .100 above work surface. N135 tool rapids back to tool change position. N140 M05 M05 spindle turned off. N145 M30 M30 end of program 37 CNC Programming Hints - TURNING Ù. Indicates the X Z 0 zero location which is the starting point for programming. 7 Indicates the tool-change position. A G92 code will reset the axis register position coordinates to this position. For a program to run on a machine it must contain the following codes M03 Sxxx Fxx To start the spindle cutter revolving. The spindle speed code to set the r min. The feedrate code to move the cutting tool or workpiece to the desired position. TAPERS BEVELS ANGLES The X Z coordinates of the small diameter the large diameter and a feedrate must be programmed. Z moves the cutting tool longitudinally away from the end of the workpiece. Z- moves the cutting tool along the length of the workpiece towards the chuck headstock . X moves the cutting tool away from the work .

TỪ KHÓA LIÊN QUAN