华中数控基本编程指令(国外英文资料).docVIP

  • 10
  • 0
  • 约1.47万字
  • 约 15页
  • 2017-07-05 发布于河南
  • 举报

华中数控基本编程指令(国外英文资料).doc

华中数控基本编程指令(国外英文资料)

华中数控基本编程指令 The mobile G00 fast Use example: G00, X50, Z200; or with relative coordinates: G00, U15, W5; The two dimension fields X, Z, or U, and W used in the back are used to indicate the location of the moving target. The result of executing the G00 is to move the tool from the current position to the target position. G00 does not actually belong to the interpolation command. When executed, the X and Z axes move independently. As a coordinate axis arrives first, the axis stops moving, and the other continues (along the X or Z direction). Therefore, the general trajectory is a straight line to take, then is a parallel to the X or Z axis line. When using the G00 tool and the workpiece must pay attention to the possibility of collision. The G01 linear interpolation Use example: G01, X50, Z200, F20; or with relative coordinates: G01, U15, W5; Similar to G00, X, Z, or U, W are used to indicate the target position at the end of the interpolation movement. Most turning processes, such as the outside, inner hole, end face and cone, are finished by G01. Considerations for using G01 in your program: Procedures, if it is the first use of G01, you must specify the feed value of F, and later, such as the same amount of feed, the F field can be omitted. Before using G01, you must ensure that the current position of the tool is in the correct position (because only the end position of the interpolation is specified in the G01 and the starting point of the interpolation is not specified) The G00, G01 and their coordinate values are modal instructions, and the same fields can be omitted in the next program segment. Such as: N0010, G00, Z200; N0020 X90; (function equals G00, X90, Z200;) N0030 G01 Z150 F70; N0040 X95; (function equals G01, X95, Z150, F70;) The G02, G03 arc interpolation Examples of use: G00 X50 Z152; (quick positioning to start point) G01 G150; G02, X150, Z100, R50, F30; (X150 and Z150 are the final coordinates of the arc, and R50 is the radius of the radius of the

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档