欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PDF文档下载
    分享到微信 分享到微博 分享到QQ空间

    GOST R ISO 13584-26-2014 Industrial automation systems and integration Parts library Part 26 Logical resource Information supplier identification《工业自动化系统和集成 零件库 第26部分 逻辑资源 信息供应方识别》.pdf

    • 资源ID:781127       资源大小:488.10KB        全文页数:28页
    • 资源格式: PDF        下载积分:10000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要10000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    GOST R ISO 13584-26-2014 Industrial automation systems and integration Parts library Part 26 Logical resource Information supplier identification《工业自动化系统和集成 零件库 第26部分 逻辑资源 信息供应方识别》.pdf

    1、 13584-26 2014 26 ISO 13584-26:2000 Industrial automation systems and integration Parts library Part 26: Logical resource: Information supplier identification (IDT) 13584-262014 II 1 ( ) , 4 2 100 3 26 2014 . 1866 - 4 13584-26:2000 . . 26. . (ISO 13584-26:2000 Industrial automation systems and integ

    2、ration Parts library Part 26: Logical resource: Information supplier identification). , 13584-26:2000/Amd.1:2007. 5 13584-26 2006 1.02012 ( 8). ( 1 ) , . () . , (gost.ru) , 2015 , 13584-262014 1 26 . Industrial automation systems and integration. Parts library. Part 26. Logical resource. Information

    3、 supplier identification 20160101 1 . , . : , ; , . : . , , , . 2 , . , , . , , , . 10303-11 11: : EXPRESS (ISO 10303-11 Industrial automation systems and integration Product data representation and exchange Part 11: Description methods: The EXPRESS language reference manual) 13584-1 1: (ISO 13584-1

    4、 Industrial automation systems and integration. Parts library. Part 1. Overview and fundamental principles) / 6523-1 1: (ISO/IEC 6523-1 Information technology Structure for the identification of organizations and organization parts Part 1: Identification of organization identification schemes) / 882

    5、4-1 1 (ASN.1) 1: (ISO/IEC 8824-1 Information technology Abstract Syntax Notation One (ASN.1): Specification of basic notation) / 10646 - (UCS) (ISO/IEC 10646 Information technology Universal Coded Character Set (UCS) / 11179-3 (MDR) 3: (ISO/IEC 11179-3 Information technology Metadata registries (MDR

    6、) Part 3: Registry metamodel and basic attributes). 13584-262014 2 , 1 , , , . , , (). , , , , , . , , , , . 3 3.1 , 13584-1 , 13584-1: ; . 3.2 , / 6523-1 , / 6523-1: ; ; ; ; (ICD); ; ; (OI); ; (OPI); OPI (OPIS). 3.3 , / 11179-3 , / 11179-3: . 3.4 : 3.4.1 (information supplier): (. 3.2), (. 3.1). ,

    7、, . 3.4.2 (standard document): , , , , , , , , , . 3.4.3 (Wirth Syntax Notation derivative; WSND): 10303-11. 4 4.1 / 6523-1:1998, 4. 1 1 , , / 6523-1:1998, 4. 2 ICD . . 13584-262014 3 “0004“, “004“, “04“ “4“ “NBS/OSI NETWORK“ (. C.1). NBS ( ). OSI (. / 2382-26:1993). 3 . , . . , 10303-11. 4 , 10303-

    8、11, , / 10646-1:1993. 5 6523-1 , . , 7.1 10303-11. STRING EXPRESS ( EXPRESS). 6 , ( ) . . 1 a) (ICD) b) 4 (OI) 35 (OPI) 35 OPI (OPIS) OPI 1 , EXPRESS.a) . . 4.3. b) ICD . 4.2 4.2.1 encode encode OI OPI. . encode s. 2 (), 2. encode % % / %/. , , characters, % ( / 10646-1:1993) ;. 2 encode % % / %/ ,

    9、%N; N , / 10646-1:1993, 13584-262014 4 *) FUNCTION encode(s : STRING; characters : SET OF STRING): STRING; LOCAL i: INTEGER; pos: INTEGER; strtmp: STRING; result: STRING := ; END_LOCAL; REPEAT i := 1 TO LENGTH(s); IF si IN %, / THEN result := result + % + si; ELSE IF si IN characters THEN pos := ico

    10、de(si); strtmp := FORMAT(pos, 2I); IF pos 10 THEN strtmp := strtmp2:2; END_IF; result := result + % + strtmp + ; ELSE result := result + si; END_IF; END_IF; END_REPEAT; RETURN (result); END_FUNCTION; (* 4.2.2 icode icode , / 10646-1:1993. . *) FUNCTION icode (c : STRING): INTEGER; LOCAL i: INTEGER;

    11、END_LOCAL; (* set i to character code of c in the ISO/IEC 10646-1:1993 character set, interpreted as an integer value *) RETURN (i); END_FUNCTION; *) 1 icode EXPRESS , EXPRESS . 2 , icode, 10303-11. 4.3 , ICD, OI, OPI ( ) OPIS ( ) . , (/). OI 13584-262014 5 encode OI. OPI encode OPI. ( WSND) : 1 nor

    12、mal_supplier_code = icd / encoded_oi / organization_part_spec . 2 organization_part_spec = (/) | ( encoded_opi / opis ) . 3 234/65x25/97f/ ICD = 234 OI = 6525 OPI = 97f OPIS 0234/6525/97f/ . . ICD 234/97a%/xy%z/R ICD = 234 weq%9987/1 OI = 97a/xy%z OPI = R weq%9987 OPIS = 1 , , . 1 / 6523-1:1998, OPI , OPIS . 2 OI OPI , . 1 3. 3


    注意事项

    本文(GOST R ISO 13584-26-2014 Industrial automation systems and integration Parts library Part 26 Logical resource Information supplier identification《工业自动化系统和集成 零件库 第26部分 逻辑资源 信息供应方识别》.pdf)为本站会员(bowdiet140)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开