ASTM D6959-2003 Standard Practice for Data Exchange Format for Sewn Product Plotting Devices《装订产品制图设备用数据交换格式的标准规程》.pdf
《ASTM D6959-2003 Standard Practice for Data Exchange Format for Sewn Product Plotting Devices《装订产品制图设备用数据交换格式的标准规程》.pdf》由会员分享,可在线阅读,更多相关《ASTM D6959-2003 Standard Practice for Data Exchange Format for Sewn Product Plotting Devices《装订产品制图设备用数据交换格式的标准规程》.pdf(4页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: D 6959 03Standard Practice forData Exchange Format for Sewn Product Plotting Devices1This standard is issued under the fixed designation D 6959; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, the year of last revision
2、. 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 describes a data format for transferringinformation from a sewn product computer aided designsoftware program to a d
3、evice that produces physical output,typically in the form of a printed or drawn image on paper.1.2 This practice is based on a subset of the Hewlett PackardGraphics Language HPGL/2. Supported syntax and limitationsare listed in 7.2. Unsupported syntax is listed in X1.1.1.3 This practice only support
4、s X-Y vector data and a limitedset of additional functions. No provision is made to supportbitmap/raster data used in applications like inkjet printing.1.4 This practice supports a single system of units, an imagefixed at 100 % scale and 1:1 aspect ratio. Scaling and customunit systems are not suppo
5、rted.1.5 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.1.6 This practice requires that all coordinates are absolute,not relative, as defined in the HPGL/2 reference.1.7
6、This practice only supports positive coordinates that aremeasured from a single X-Y origin point with coordinates 0,0.1.8 This practice only supports fixed width fonts. Variablewidth fonts are not supported.1.9 This practice intends to transfer a static image with noprovision for editing.1.10 This p
7、ractice assumes monochromatic output. It doesnot support implied output colors.1.11 This practice imposes no limits on the width or lengthof the plot data. Physical limitations imposed by the hardwareand their effects on the output are the responsibility of thehardware manufacturer.1.12 This practic
8、e does not support frame advance com-mands or any methods that insert multiple origin points orfloating coordinate systems.1.13 This practice limits the plot file to contain a singleblock of data demarked by a compatible header and terminator.Multiple blocks of data in a single file are not allowed.
9、1.14 The intended application of this practice is limited tothe class of output devices found in the sewn product industriesthat produce apparel, textiles, upholstery, and others that usesoft or semi-rigid materials.1.15 This standard does not purport to address all of thesafety concerns, if any, as
10、sociated with its use. It is theresponsibility of the user of this standard to establish appro-priate safety and health practices and determine the applica-bility of regulatory limitations prior to use.2. Referenced Documents2.1 ASTM Standards:D 6672 Practice for Formatting Cutting Data to DriveNume
11、rically Controlled Fabric Cutting Machines2D 13.66 Terminology of Sewn Products23. Terminology3.1 Definitions:3.1.1 command, na two letter sequence, always written incapital letters, that governs interpretation of formatted data.Also known as a syntax command.3.1.2 data block, nan organized group of
12、 commands andparameters preceded by a header and followed by a terminator.3.1.3 header, na specific group of commands required atthe beginning of a data block.3.1.4 parameters, nvalues that modify the action of acommand.3.1.5 plot file, ninstructions organized in formatted blocksof ASCII characters
13、and stored in a computer file which areused to control a plotter or printer.3.1.6 syntax command, nsee command.3.1.7 terminator, nASCII character(s) that signify the endof an instruction (with any associated parameters ),or a datablock.4. Summary of Practice4.1 Plot data are organized to allow a par
14、sing algorithm torecognize adherence to the ASTM format then 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 Plot data follow a subset of the HPGL/2 ASCII lan-guage.1This practice is under the juri
15、sdiction of ASTM Committee D13 on Textiles andis the direct responsibility of Subcommittee D13.66 on Sewn Product Automation.Current edition approved Dec. 1, 2003. Published February 2004.2Annual Book of ASTM Standards, Vol 07.02.1Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, Wes
16、t Conshohocken, PA 19428-2959, United States.4.2.1 The practice specifies syntactical and parametric con-straints to limit ambiguity.4.2.2 Basic HPGL formatting is supported. AdvancedHPGL functions are beyond the scope of the practice.5. Significance and Use5.1 This practice provides a common format
17、 that allows acomputer design system to generate data that an output devicecan accurately reproduce independent of the hardware manu-facturer.6. Plot File6.1 Plot 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 c
18、ommand is a two-letter sequence (see 7) alwayswritten in CAPITAL letters.6.2.2 An instruction and its associated ed parameters (ifrequired) are terminated by the semi-colon (;) terminator. Otherterminators are not supported that is mnemonic, , or.6.3 Some commands are followed by parameters.6.3.1 Pa
19、rameters immediately follow the command with noseparating space and come before the command terminator.6.3.2 Multiple parameters are separated by a comma (,).Other separators are not supported that is blank space, etc.Strings of coordinates are not allowed; that is, PDX,Y,X,Y,X,Y.6.4 Blocks of data
20、that adhere to this practice begin and endin a specific way.6.4.1 Blocks begin with specific commands in a definedorder, commonly called a header, as follows (information inbrackets, , are variable):IN; CO “ASTMXXXXX-XX”; CO “Author: AuthorName”; CO “Creation Date: DD-MM-YYYY”; CO “Cre-ation Time: H
21、H-MM on a 24 hour time scale”; PA;DTETX,1; LM0; All subsequent plot file data follow thisheader6.4.2 Blocks are terminated with the ASCII file separatorcharacter, FS (decimal 28).6.5 All coordinate data use the HPGL/2 default plotter-unitsystem.6.5.1 1 plotter-unit = 0.025 millimeter (mm)6.5.2 40 pl
22、otter-units=1mm6.5.3 1016 plotter-units = 1 inch (in.)6.5.4 3.39 plotter-units = 1 dot at 300 dots per in. (dpi)7. Syntax7.1 Syntax commands are used to govern interpretation offormatted data. The following is a list of the supported syntaxand a brief description. Detailed summaries of the commandsa
23、re outlined in 7.2. HPGL/2 commands not listed below are notsupported by the practice and are documented in Appendix X1.7.1.1 COComments,7.1.2 DIAbsolute Direction,7.1.3 DTDefine Label Terminator,7.1.4 INInitialize,7.1.5 LBLabel,7.1.6 LMLabel Mode,7.1.7 LTLine Type,7.1.8 PA Plot Absolute,7.1.9 PDPen
24、 Down,7.1.10 PUPen Up,7.1.11 SIAbsolute character Size, and7.1.12 SPSelect Pen.7.2 The following descriptions outline the implementationof HPGL/2 syntax commands allowed by this practice. Unlessotherwise noted, usage exactly follows the specification de-scribed in the agreed HPGL/2 reference.7.2.1 C
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTMD69592003STANDARDPRACTICEFORDATAEXCHANGEFORMATFORSEWNPRODUCTPLOTTINGDEVICES 装订 产品 制图 备用 数据 交换 格式

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