Cutting tool data representation and exchange — Part 1: Overview, fundamental principles and general information model — Amendment 1

Représentation et échange des données relatives aux outils coupants — Partie 1: Vue d'ensemble, principes fondamentaux et modèle général d'informations — Amendement 1

General Information

Status
Published
Publication Date
14-Apr-2010
Current Stage
6060 - International Standard published
Due Date
05-Dec-2009
Completion Date
15-Apr-2010
Ref Project

Relations

Buy Standard

Standard
ISO 13399-1:2006/Amd 1:2010
English language
12 pages
sale 15% off
Preview
sale 15% off
Preview

Standards Content (Sample)

INTERNATIONAL ISO
STANDARD 13399-1
First edition
2006-02-15
AMENDMENT 1
2010-05-01
Cutting tool data representation and
exchange —
Part 1:
Overview, fundamental principles and
general information model
AMENDMENT 1
Représentation et échange des données relatives aux outils
coupants —
Partie 1: Vue d'ensemble, principes fondamentaux et modèle général
d'informations
AMENDEMENT 1




Reference number
ISO 13399-1:2006/Amd.1:2010(E)
©
ISO 2010

---------------------- Page: 1 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
PDF disclaimer
This PDF file may contain embedded typefaces. In accordance with Adobe's licensing policy, this file may be printed or viewed but
shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In
downloading this file, parties accept therein the responsibility of not infringing Adobe's licensing policy. The ISO Central Secretariat
accepts no liability in this area.
Adobe is a trademark of Adobe Systems Incorporated.
Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation
parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In
the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below.


COPYRIGHT PROTECTED DOCUMENT


©  ISO 2010
All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means,
electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or
ISO's member body in the country of the requester.
ISO copyright office
Case postale 56 • CH-1211 Geneva 20
Tel. + 41 22 749 01 11
Fax + 41 22 749 09 47
E-mail copyright@iso.org
Web www.iso.org
Published in Switzerland

ii © ISO 2010 – All rights reserved

---------------------- Page: 2 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
Foreword
ISO (the International Organization for Standardization) is a worldwide federation of national standards bodies
(ISO member bodies). The work of preparing International Standards is normally carried out through ISO
technical committees. Each member body interested in a subject for which a technical committee has been
established has the right to be represented on that committee. International organizations, governmental and
non-governmental, in liaison with ISO, also take part in the work. ISO collaborates closely with the
International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization.
International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2.
The main task of technical committees is to prepare International Standards. Draft International Standards
adopted by the technical committees are circulated to the member bodies for voting. Publication as an
International Standard requires approval by at least 75 % of the member bodies casting a vote.
Attention is drawn to the possibility that some of the elements of this document may be the subject of patent
rights. ISO shall not be held responsible for identifying any or all such patent rights.
Amendment 1 to ISO 13399-1:2006 was prepared by Technical Committee ISO/TC 29, Small tools.
© ISO 2010 – All rights reserved iii

---------------------- Page: 3 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)

Cutting tool data representation and exchange —
Part 1:
Overview, fundamental principles and general information
model
AMENDMENT 1
Page 6, 5.1.2
Add the following application object as the first indent:
⎯ fitting_bounds
Page 14, 5.2.11
Replace the EXPRESS specification with the following:
EXPRESS specification:
TYPE limitation_definition_select = SELECT
(limits_and_fits,
plus_minus_bounds,
fitting_bounds);
END_TYPE;
Page 21, 5.2.26
Add the following definition below the title.
A coating is an applied material layer or layers deposited on a substrate.
Add the following subclauses.
5.2.26.1 coating_name
A coating_name is a name by which the coating is referred to.
5.2.26.2 coating_process
A coating_process is a process by which the coating has been applied.
© ISO 2010 – All rights reserved 1

---------------------- Page: 4 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
Page 42, 5.2.58
Replace this subclause with the following:
5.2.58 grade
A grade is a label for the final composition of the cutting item material substrate or substrate and coating.
5.2.58.1 coating
The coating specifies the coating of the grade.
5.2.58.2 cutting_condition
The cutting_condition specifies the relevant cutting conditions for the grade.
5.2.58.3 identifier
This is an identifier for the grade.
5.2.58.4 standard_designation
A standard_designation is a designation for the grade based on a standard.
5.2.58.5 substrate
The substrate specifies the substrate of the grade.
5.2.58.6 workpiece_material
The workpiece_material specifies workpiece materials that are suitable for machines using the grade.
Page 43, 5.2.60
Replace the first paragraph with the following:
5.2.60 item
An item is either a single object or a unit in a group of objects. It collects the information that is common to all
versions of the object. An item shall always be classified as 'cutting item', 'tool item', 'adaptive item', or
'assembly item' using a specific_item_classification. Additionally, if an assembly_definition exists for at least
one version of the item, the item shall be classified as being an 'assembly' using specific_item_classification.
Page 44, 5.2.61
Replace this subclause with the following:
5.2.61 item_characteristic_association
An item_characteristic_association associates a characteristic to an item_definition.
ENTITY item_characteristic_association;
associated_characteristic : item_characteristic_select;
associated_item  : item_definition;
relation_type  : OPTIONAL STRING;
END_ENTITY;
2 © ISO 2010 – All rights reserved

---------------------- Page: 5 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
Add the following subclause.
5.2.61.3 relation_type
The relation_type specifies the meaning of the relationship. Where applicable, the following values shall be
used:
⎯ 'has characteristic': The relationship indicates that the item possesses the related characteristic.
⎯ 'is related to': The relationship indicates that the item is related to the characteristic.
⎯ 'used for': The relationship indicates that the item may be used in the context of the related characteristic.
Page 44, 5.2.62
Replace this subclause with the following:
5.2.62 item_definition
An item_definition is a view of an item_version. This view is relevant for the requirements of one or more
application domains and collects product data of the item_version.
NOTE The selection of data describing an item_version can be different for assembly purposes, shipping purposes or
analysis purposes.
Each item_definition may be a mating_definition, an assembly_definition, or a physical_item_definition.
EXPRESS specification:
ENTITY item_definition
SUPERTYPE OF (ONEOF(assembly_definition, mating_definition, physical_item_definition));
associated_item_version :  item_version;
contexts   :  OPTIONAL SET OF application_context;
id    :  STRING;
name   :  OPTIONAL string_select;
END_ENTITY;
Page 44, 5.2.62.1
Replace this subclause with the following:
5.2.62.1 contexts
The contexts specifies the set of application_context objects in which this view of the item_version is relevant.
Page 44, delete 5.2.62.4
© ISO 2010 – All rights reserved 3

---------------------- Page: 6 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
Page 50, 5.2.70
Add the following definition below the title.
A location is a place or position where a product or resource can exist.
Add the following subclauses.
5.2.70.1 location_id
A location_id is an identifier of the location.
5.2.70.2 location_name
A location_name is the word or group of words by which the location is known.
5.2.70.3 location_type
The location_type specifies the type of location. Where applicable, the following values shall be used:
⎯ 'warehouse': The location is a warehouse.
⎯ 'turret': The location is a tool turret.
⎯ 'room': The location is a room.
⎯ 'machine': The location is a machine tool.
Page 57, 5.2.84
Add the following definition below the title.
A physical_item is a type of item that identifies an individual artefact that has been made. It is a collector of
data common to all revisions of the physical_item.
Page 57, 5.2.85
Add the following definition below the title.
A physical_item_location_association is a relationship that allows a physical_item_definition to have a
location.
Add the following subclauses.
5.2.85.1 located_item
The located_item attribute specifies the physical_item that is being located.
5.2.85.2 location
The location attribute specifies the location object.
Page 57, 5.2.86
Add the following definition below the title.
A physical_item_definition is a type of item_definition that defines a characterization view of a version of a
physical_item.
4 © ISO 2010 – All rights reserved

---------------------- Page: 7 ----------------------
ISO 13399-1:2006/Amd.1:2010(E)
NOTE The physical_item_definition entity type supports the representation of different views of a physical_item for
different purposes. Multiple views of the same physical_item are represented by different instances of
physical_item_definition for the same physical_item_version.
Page 57, 5.2.87
Add the following definition below the title.
A physical_item_state_association is a relationship that allows a physical_item_definition to have state or to
be in a state.
Add the following subclauses.
5.2.87.1 associated_physical_item
The associated_physical_item specifies the physical_item_definition which has a state.
5.2.87.2 associated_state
The associated_state specifies the state which is being assigned.
5.2.87.3 role
The role specifies the role of the physical_item_state_association. Where applicable, the following values shall
be used:
⎯ 'observed': The associated state is an actual observed state.
⎯ 'predicted': The associated state is a predicted state, it may or may not be true.
Page 57, 5.2.88
Add the following definition below the title.
A physical_item_structure_association creates a parent child relationship between phy
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.