ASTM D6672-2006 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines《格式化驱动数值控制的切布机的切割数据的标准实施规程》.pdf
《ASTM D6672-2006 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines《格式化驱动数值控制的切布机的切割数据的标准实施规程》.pdf》由会员分享,可在线阅读,更多相关《ASTM D6672-2006 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines《格式化驱动数值控制的切布机的切割数据的标准实施规程》.pdf(4页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: D 6672 06Standard Practice forFormatting Cutting Data to Drive Numerically ControlledFabric Cutting Machines1This standard is issued under the fixed designation D 6672; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, t
2、he year of last revision. A number in parentheses indicates the year of last reapproval. Asuperscript epsilon (e) indicates an editorial change since the last revision or reapproval.1. Scope1.1 This practice specifies a data format for numerically-controlled cutting machines for fabric.1.2 This stan
3、dard uses a subset of the defined instruction setdefined inANSI/EIA-274-D in addition to the codes defined bythis practice.1.3 This practice does not support curve interpolation ordefinitions. All curves are represented by discrete vectors(stroked) and are dependent on the resolution of the CADsoftw
4、are.1.4 This practice requires that all coordinates are absolute,not relative.1.5 This practice only supports positive coordinates that aremeasured from a single X-Y origin point with coordinates(0,0). The origin point is specified as the lower left corner ofthe cut file.1.6 This practice intends to
5、 transfer a static image with noprovision for editing.1.7 This practice imposes no limits on the width or length ofthe cut data. Physical limitations imposed by the hardware andtheir effects on the output are the responsibility of the hardwaremanufacturer.1.8 This practice does not support bite comm
6、ands or anymethods that insert multiple origin points or floating coordinatesystems.1.9 This practice does not support notch tools.1.10 This practice does not support pattern matching.1.11 This practice limits the cut file to contain a single blockof data demarked by a compatible header and terminat
7、or.Multiple blocks of data in a single file are not allowed.1.12 Any commands found in the cut file that are notdefined by this standard shall be ignored.1.13 The intended application of this practice is limited tothe class of output devices found in the sewn product industriesthat produce apparel,
8、textiles, upholstery, and others that usesoft or semi-rigid materials.1.14 This standard does not purport to address all of thesafety concerns, if any, associated with its use. It is theresponsibility of the user of this standard to establish appro-priate safety and health practices and determine th
9、e applica-bility of regulatory limitations prior to use.2. Referenced Documents2.1 ASTM Standards:2D 123 Terminology Relating to TextilesD 6963 Terminology Relating to Sewn Products Automa-tion2.2 ANSI/EIA Standard:ANSI/EIA-274-D Interchangeable Variable Block Data For-mat For Positioning, Contourin
10、g, and Contouring/ Posi-tioning Numerically Controlled Machines33. Terminology3.1 For all terminology related to Sewn Products Automa-tion, see Terminology D 6963.3.2 For all other terms related to textiles see TerminologyD 123.4. Summary of Practice4.1 Cut data are organized to allow a parsing algo
11、rithm torecognize adherence to the ASTM format and are written as adata block into a computer file.4.1.1 A specific group of commands are required at thebeginning of the data block, called a header.4.2 Cut data follow a subset of the ANSI/EIA-274-D codes.4.2.1 The practice specifies syntactical and
12、parametric con-straints to limit ambiguity.4.2.2 The practice defines functions which are necessary tothe task of cutting fabric in addition to the ANSI/EIA-274-Dfunctions. These functions are assigned commands from the1This practice is under the jurisdiction ofASTM Committee D13 on Textiles andis t
13、he direct responsibility of Subcommittee D13.66 on Sewn Product Automation.Current edition approved June 1, 2006. Published July 2006. Originally approvedin 2001. Last previous edition approved in 2001 as D 6672 01.2For referenced ASTM standards, visit the ASTM website, www.astm.org, orcontact ASTM
14、Customer Service at serviceastm.org. For Annual Book of ASTMStandards volume information, refer to the standards Document Summary page onthe ASTM website.3Available from Electronic Industries Association, Engineering Department,2001 Eye Street N.W., Washington, DC 20008.1Copyright ASTM International
15、, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959, United States.collection of “permanently unassigned” codes in ANSI/EIA-274-D and from other codes which that standard allows to beredefined.5. Significance and Use5.1 This practice provides a common format that allows acomputer
16、design system to generate data that an output devicecan accurately reproduce independent of the hardware manu-facturer.6. Cut File6.1 Cut data are written in data blocks of ASCII characters,one data block per computer file.6.2 Data blocks are made up of commands.6.2.1 Each command isa1to3character a
17、lphanumericstring written in CAPITAL letters.6.2.2 An instruction and its associated parameters (if re-quired) are terminated by the asterisk (*) terminator.6.3 Some commands are followed by parameters.6.3.1 Parameters immediately follow the command with noseparating space and come before the comman
18、d terminator.6.3.2 X and Y motion dimension commands must exist inpairs (for example, X123Y123*). Strings of coordinates are notpermitted (for example, X123Y123X456Y456*).6.4 Blocks of data that adhere to this practice begin and endin a specific way.6.4.1 Blocks begin with specific commands in a def
19、inedorder, commonly called a header, as follows (information inbrackets, , are variable):%/ASTMD6672-XX. Author: Author Name. Creation Date: DD-MM-YYYY. Creation Time: HH-MM on a 24 hour time scale. DrillSizes(T41-T49): T41 drill size, T42 drill size, T43 drill size, T44 drillsize, T45 drill size, T
20、46 drill size, T47 drill size, T48 drill size, T49drill size./G00*G01*G90*G70or G71*U# decimal points in coordi-nate data*All subsequent plot file data follow this header6.4.2 Blocks are terminated with the M00 command.7. Syntax7.1 Syntax commands are used to govern interpretation offormatted data.
21、The following is a list of the supported syntaxand a description of the command.7.1.1 Preparatory Function Codes:7.1.1.1 G00Point to point positioning (required inheader). Defines that coordinate values in the cut file areabsolute coordinate values referenced to (0,0), not movementsrelative to the c
22、urrent position. This practice requires a singleG00 command in the header. No other instances of G00 areallowed.7.1.1.2 G01Linear interpolation (required in header).Movement between two coordinate points is to be performed ina straight line connecting those points. This practice requires asingle G01
23、 command in the header. No other instances of G01are allowed.7.1.1.3 G08Resume Normal Speed. A controlled speedincrease to the cutters programmed rate starting immediately.This command effects a linear speed increase on all tools.7.1.1.4 G09Slow Down. A controlled speed decrease to afixed percent of
24、 the programmed rate (as defined by the cutter)starting immediately. This command effects a linear speeddecrease on all tools and remains in effect until a G08command is received or the end of the piece is encountered.7.1.1.5 G25Inhibit next overcut. An overcut is defined asthe cutting blade moving
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTMD66722006STANDARDPRACTICEFORFORMATTINGCUTTINGDATATODRIVENUMERICALLYCONTROLLEDFABRICCUTTINGMACHINES

链接地址:http://www.mydoc123.com/p-523207.html