ISO 10303-235 CORR 1-2011 Industrial automation systems and integration - Product data representation and exchange - Part 235 Application protocol Engineering p.pdf
《ISO 10303-235 CORR 1-2011 Industrial automation systems and integration - Product data representation and exchange - Part 235 Application protocol Engineering p.pdf》由会员分享,可在线阅读,更多相关《ISO 10303-235 CORR 1-2011 Industrial automation systems and integration - Product data representation and exchange - Part 235 Application protocol Engineering p.pdf(230页珍藏版)》请在麦多课文档分享上搜索。
1、 INTERNATIONAL STANDARD ISO 10303-235:2009 TECHNICAL CORRIGENDUM 1 Published 2011-09-15 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE DE NORMALISATIONIndustrial automation systems and integration Product data representation and exchange Part 235: Application protocol: En
2、gineering properties for product design and verification TECHNICAL CORRIGENDUM 1 Systmes dautomatisation industrielle et intgration Reprsentation et change de donnes de produits Partie 235: Protocole dapplication: Proprits dingnierie pour la conception de produits et vrification RECTIFICATIF TECHNIQ
3、UE 1 Technical Corrigendum 1 to ISO 10303-235:2009 was prepared by Technical Committee ISO/TC 184, Automation systems and integration, Subcommittee SC 4, Industrial data. This Technical Corrigendum addresses omissions in the AIM EXPRESS short listing of the engineering_properties_schema in 5.2 and t
4、he resulting omissions in the AIM EXPRESS expanded listing in Annex A. This Technical Corrigendum also corrects errors and omissions in the AIM EXPRESS-G drawings in Annex H. ICS 25.040.40 Ref. No. ISO 10303-235:2009/Cor.1:2011(E) ISO 2011 All rights reserved Published in Switzerland ISO 10303-235:2
5、009/Cor.1:2011(E) 2 ISO 2011 All rights reservedPage xiv, Introduction Add an information element “Process_properties” to Figure 2. Change the figure title from “Generic model for a process” to “Information model for a process”. Remove the current Figure 2 and replace with: Figure 2 Information mode
6、l for a process Page 239, 5.2, AIM EXPRESS short-listing References to additional SI units that were specified in ISO 10303-41:2005/Cor 1:2008 were omitted from the AIM EXPRESS short listing. Add: si_absorbed_dose_unit, si_capacitance_unit, si_conductance_unit, si_dose_equivalent_unit, si_electric_c
7、harge_unit, si_electric_potential_unit, si_energy_unit, si_force_unit, si_frequency_unit, si_illuminance_unit, si_inductance_unit, si_magnetic_flux_unit, si_power_unit, si_pressure_unit, si_radioactivity_unit, si_resistance_unit, between resistance_measure_with_unit and si_prefix in the EXPRESS spec
8、ification of 5.2. ISO 10303-235:2009/Cor.1:2011(E) ISO 2011 All rights reserved 3Page 240, 5.2, AIM EXPRESS short-listing The reference to velocity_unit was omitted and vleocity_measure was included by mistake. Replace vleocity_measure with velocity_unit. Change: velocity_measure, vleocity_measure,
9、velocity_measure_with_unit, to: velocity_measure, v velocity_unit, elocity_measure_with_unit, in the EXPRESS specification. Page 243, 5.2, AIM EXPRESS short-listing Remove references to the functions: item_correlation and get_multi_language from the AIM EXPRESS short listing. References to functions
10、 are not allowed in the AIM EXPRESS short listing. Delete the following lines from the EXPRESS specification: REFERENCE FROM cutting_tools_schema (item_correlation); - ISO 13399-1 REFERENCE FROM automotive_design_schema (get_multi_language); - ISO 10303-214 Pages 284 to 527, Annex A, AIM EXPRESS exp
11、anded listing Replace the entire contents of Annex A with the revised schema resulting from the changes to the short listing in 5.2. ISO 10303-235:2009/Cor.1:2011(E) 4 ISO 2011 All rights reservedAnnex A (normative) AIM EXPRESS expanded listing The following EXPRESS is the expanded form of the short
12、 form schema given in 5.2. In the event of any discrepancy between the short form and this expanded listing, the expanded listing shall be used. SCHEMA engineering_properties_schema; (* * Constants in the schema engineering_properties_schema * *) CONSTANT dummy_gri : geometric_representation_item :=
13、 representation_item() | geometric_representation_item(); schema_prefix : STRING := ENGINEERING_PROPERTIES_SCHEMA.; the_booleans : elementary_space := make_elementary_space(es_booleans); the_empty_maths_tuple : maths_tuple := ; the_empty_space : finite_space := make_finite_space(); the_complex_numbe
14、rs : elementary_space := make_elementary_space(es_complex_numbers); the_generics : elementary_space := make_elementary_space(es_generics); the_integers : elementary_space := make_elementary_space(es_integers); the_logicals : elementary_space := make_elementary_space(es_logicals); the_numbers : eleme
15、ntary_space := make_elementary_space(es_numbers); the_reals : elementary_space := make_elementary_space(es_reals); the_strings : elementary_space := make_elementary_space(es_strings); the_zero_tuple_space : listed_product_space := make_listed_product_space(); the_complex_tuples : extended_tuple_spac
16、e := make_extended_tuple_space(the_zero_tuple_space, the_complex_numbers); the_integer_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_integers); the_neg1_one_interval : finite_real_interval := make_finite_real_interval(- 1.00000, closed, 1.00000, closed); the_no
17、nnegative_reals : real_interval_from_min := make_real_interval_from_min(0.00000, closed); the_real_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_reals); the_binarys : elementary_space := make_elementary_space(es_binarys); the_maths_spaces : elementary_space :=
18、make_elementary_space(es_maths_spaces); the_neghalfpi_halfpi_interval : finite_real_interval := make_finite_real_interval(-0.500000 * 3.14159, closed, 0.500000 * 3.14159, closed); the_negpi_pi_interval : finite_real_interval := make_finite_real_interval(- 3.14159, open, 3.14159, closed); the_tuples
19、: extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_generics); the_zero_pi_interval : finite_real_interval := make_finite_real_interval(0.00000, closed, 3.14159, closed); END_CONSTANT; (* * Entities in the schema engineering_properties_schema * *) ISO 10303-235:2009/Cor.1:2
20、011(E) ISO 2011 All rights reserved 5ENTITY SQL_mappable_defined_function ABSTRACT SUPERTYPE SUBTYPE OF (defined_function); END_ENTITY; ENTITY abs_function SUBTYPE OF (unary_function_call); END_ENTITY; ENTITY absorbed_dose_measure_with_unit SUBTYPE OF (measure_with_unit); WHERE WR1: ENGINEERING_PROP
21、ERTIES_SCHEMA.ABSORBED_DOSE_UNIT IN TYPEOF(SELFmeasure_with_unit.unit_component); END_ENTITY; ENTITY absorbed_dose_unit SUBTYPE OF (derived_unit); WHERE WR1: derive_dimensional_exponents(SELF) = dimensions_for_si_unit(si_unit_name.gray); END_ENTITY; ENTITY si_absorbed_dose_unit SUBTYPE OF (absorbed_
22、dose_unit,si_unit); WHERE WR1: SELFsi_unit.name = si_unit_name.gray; WR2: NOT EXISTS(SELFderived_unit.name); END_ENTITY; ENTITY abstracted_expression_function SUBTYPE OF (maths_function, quantifier_expression); DERIVE SELFquantifier_expression.variables : LIST 1:? OF UNIQUE generic_variable := remov
23、e_first(SELFmultiple_arity_generic_expression.operands); expr : generic_expression := SELFmultiple_arity_generic_expression.operands1; WHERE WR1: SIZEOF(QUERY (operand * SELFmultiple_arity_generic_expression.operands| NOT has_values_space(operand) = 0; END_ENTITY; ENTITY acceleration_measure_with_un
24、it SUBTYPE OF (measure_with_unit); WHERE WR1: ENGINEERING_PROPERTIES_SCHEMA.ACCELERATION_UNIT IN TYPEOF(SELFmeasure_with_unit.unit_component); END_ENTITY; ENTITY acceleration_unit SUBTYPE OF (derived_unit); WHERE WR1: derive_dimensional_exponents(SELF) = dimensional_exponents(1.00000, 0.00000, -2.00
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISO10303235CORR12011INDUSTRIALAUTOMATIONSYSTEMSANDINTEGRATIONPRODUCTDATAREPRESENTATIONANDEXCHANGEPART235APPLICATIONPROTOCOLENGINEERINGPPDF

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