ASTM D6672 - 08 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines (Withdrawn 2017).pdf
《ASTM D6672 - 08 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines (Withdrawn 2017).pdf》由会员分享,可在线阅读,更多相关《ASTM D6672 - 08 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Cutting Machines (Withdrawn 2017).pdf(4页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: D6672 08Standard Practice forFormatting Cutting Data to Drive Numerically ControlledFabric Cutting Machines1This standard is issued under the fixed designation D6672; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, the
2、 year of last revision. A number in parentheses indicates the year of last reapproval. Asuperscript epsilon () 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 standar
3、d 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 CADsoftware
4、.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 tr
5、ansfer 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 command
6、s 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 terminator.
7、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, tex
8、tiles, 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 the a
9、pplica-bility of regulatory limitations prior to use.2. Referenced Documents2.1 ASTM Standards:2D123 Terminology Relating to TextilesD6963 Terminology Relating to Sewn Products Automation2.2 ANSI/EIA Standard:ANSI/EIA-274-D Interchangeable Variable Block Data For-mat For Positioning, Contouring, and
10、 Contouring/ Posi-tioning Numerically Controlled Machines33. Terminology3.1 For all terminology related to Sewn ProductsAutomation, see Terminology D6963.3.2 For all other terms related to textiles see TerminologyD123.4. Summary of Practice4.1 Cut data are organized to allow a parsing algorithm tore
11、cognize 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.1This practice is under the jurisdiction ofASTM Committ
12、ee D13 on Textiles andis the direct responsibility of Subcommittee D13.66 on Sewn Product Automation.Current edition approved July 1, 2008. Published August 2008. Originallyapproved in 2001. Last previous edition approved in 2006 as D6672 06. DOI:10.1520/D6672-08.2For referenced ASTM standards, visi
13、t the ASTM website, www.astm.org, orcontact ASTM 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, Standards and TechnologyDepartment, Electronic
14、 Components Association, 2500 Wilson Blvd., Suite 310,Arlington, VA 22201-3834.Available from Engineering Department, 2001 Eye Street N.W., Washington, DC20008.Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959. United StatesNOTICE: This standard has e
15、ither been superseded and replaced by a new version or withdrawn.Contact ASTM International (www.astm.org) for the latest information14.2.1 The practice specifies syntactical and parametric con-straints to limit ambiguity.4.2.2 The practice defines functions which are necessary tothe task of cutting
16、 fabric in addition to the ANSI/EIA-274-Dfunctions. These functions are assigned commands from thecollection 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 allow
17、s acomputer 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 isa1to
18、3character alphanumericstring 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 befor
19、e the command 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 comma
20、nds in a definedorder, 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 d
21、rill size, T46 drill size, T47 drill size, T48 drill size, T49drill size./G00*G01*G90*G70or G71*U# decimal points incoordinate 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 offormat
22、ted data. 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 movementsrelativ
23、e to the current 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 a
24、single G01 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
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTM D6672 08 Standard Practice for Formatting Cutting Data to Drive Numerically Controlled Fabric Machines Withdrawn 2017

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