Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
Bentley 中国优先社区
  • Welcome to Bentley Communities
  • Bentley's Communities
  • Bentley 中国优先社区
  • Cancel
Bentley 中国优先社区
技术资料库 新建电压等级
    • Sign In
    Bentley 中国优先社区 requires membership for participation - click to join
    • -Bentley 中文技术资料库
      • +AutoPIPE
      • +Bentley Civil
      • +Bentley Navigator
      • +Bentley Substation
      • -BRCM
        • +01-BRCM 介绍及更新动态
        • +02-BRCM 下载、安装与配置、PW集成
        • +03-BRCM 快速入门指南
        • +04-桥架设计
        • 05-地下系统设计
        • +06-设备设计
        • +07-电缆设计
        • +08-二维出图模块
        • +09-报表模块
        • -10-BRCM高级定制
          • BRCM对话框显示问题解决办法
          • BRCM工程备份
          • BRCM连接件定制-XML修改说明
          • 修改桥架崩溃和自动敷设电缆失败解决方案
          • 修改桥架拐弯半径(大于1米时)的解决方案
          • 原始电缆表两列合并一列导入,敷设完生成报表后再拆分为两列
          • 在材料报表中添加桥架属性
          • 如何修改BRCM的报表模板,使得统计数量除以1000
          • 如何修改某个桥架各个部件的Description
          • 如何增加电缆型号(Cable Type)
          • 报表模板定制 - 添加脚本
          • 支持桥架的分段布置
          • 新建电压等级
          • 统计电缆长度时,统一设置冗余度系数并计算显示到报表中
          • 通过桥架状态和级别管理器对桥架放置图层进行定制
        • +11-BRCM二次开发
      • +BridgeMasterModeler/OpenBridgeModeler
      • +i-model / DgnDb
      • +LumenRT/ContextCapture
      • +MicroStation
      • +MOSES
      • +OpenBuildings Designer
      • +OpenFlows
      • +OpenPlant
      • +OpenPlant Electrical CCK
      • Plaxis 地质分析
      • +ProjectWise
      • +ProStructures
      • +SACS
      • +STAAD.Pro
      • +SYNCHRO Pro
      • +其 它
      • +建筑设计之思考(赵大师专作)
      • +桥梁大师<BridgeMaster>
      • +现浇箱梁
      • +软件激活及授权
    • +iTwin 数字孪生平台
    • Bentley二次开发资料库
    • +常见问题汇总
    • Bentley-Learn 官方教学平台-使用方法
    • +中国优先社区使用指南
    • +Bentley学习资料库
    • +Bentley用户成功活动精选
    • +服务合作伙伴计划

     
     Questions about this article, topic, or product? Click here. 

    新建电压等级

    【功能概述】

    BRCM默认提供了一些列常用的电压等级以供选择:低压、中压、控制、仪表布线、通信

    • LV - low voltage systems
    • MV - mid voltage systems
    • CTRL - control systems
    • IW - instrument and wiring systems
    • COM - communication systems

    但是有时候用户也需要定制化的电压等级,BRCM支持用户自定义电压等级,来满足不同的工程设计需要。

    【功能详解】

    1.在管理-选项-电缆数据中选择电缆电压等级,添加一个电压等级,例如HV:

    2.同样在选项中,打开桥架规范,在桥架类别中找到电压等级,点击后方的“...”:

    3.同样添加一个桥架电压等级,同样命名为HV,并将其选中;将右侧的未关联的电缆电压等级中的HV与之通过左相箭头,与之关联:

    完成后,在各层对话框中点击应用/确定来保存编辑结果。

    4.在电缆清册导入配置文件cable list.xml中,仿照已有的电压等级,添加新的电压等级相关信息:

    这里提供一个示例文件:

    Fullscreen cable list.xml Download
    <?xml version="1.0" encoding="utf-8"?>
    <!--
        substr(<variable for result>, <absolute/relative start position>)
        substr(<variable for result>, <absolute/relative start position>, absolute/relative end position/additional substring length)
                
            absolute position: 0, 5,...
            
            relative position: 1x'.'+1 = first occurance of '.' plus one char
                               2x' - '+3 = second occurance of ' - ' plus three chars
                               r1x'-'-1 = first '-' backwards (last '-') minus one char
                               
            additional substring length: +0 = no additional length = just the char at the start position
                                         +3 = start position plus three chars = length 4
                                         
            sbustr with only two parameters retrieves substring from start position until and including last character
    
            format_xtr (extraction format): sbustring or absolute value
            format_pub (publish format)   : [prefix]($<result variable of format_xtr>)[suffix]
    
            mandatory: <1||yes||true||on> || <0||no||false||off>
    -->
    <XLImportSheet version="0.1" created_by="oh" company="HASOFT">
      <Sheets>
        <Sheet number="1" name="" line_start="3" line_stop="500" col_start="A" col_end="Z" />
      </Sheets>
      <condition name="voltage_level" xl_col="F" format_xtr="X" format_pub="($X)">
        <variable name="tree_id" condition_value="LV" value="0001" />
        <variable name="tree_id" condition_value="MV" value="0002" />
        <variable name="tree_id" condition_value="CTRL" value="0003" />
        <variable name="tree_id" condition_value="IW" value="0004" />
    	<variable name="tree_id" condition_value="COM" value="0005" />
        <variable name="tree_id" condition_value="HV" value="0006" />
      </condition>
      <Values name="2level">
        <condition name="voltage_level">
          <condition_value value="LV" />
          <condition_value value="MV" />
          <condition_value value="CTRL" />
          <condition_value value="IW" />
    	  <condition_value value="COM" />
    	  <condition_value value="HV" />
        </condition>
        <Value xl_col="A" tree="1" h_level="1" tag="Name" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="A" tree="1" h_level="1" tag="CablePref" mandatory="0" format_xtr="NOP" format_pub="($0,Name)" />
        <Value xl_col="A" tree="1" h_level="2" tag="Name" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="A" tree="1" h_level="2" tag="CablePref" mandatory="0" format_xtr="NOP" format_pub="($0,Name)" />
        <Value xl_col="E" tree="2" h_level="3" tag="Name" mandatory="0" format_xtr="X" format_pub="($X)" />
        <Value xl_col="F" tree="2" h_level="3" tag="RoutingFilter" mandatory="0" format_xtr="X" format_pub="($X)" />
        <Value xl_col="G" tree="2" h_level="3" tag="CableType" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="A" tree="2" h_level="3" tag="PreDefSourceID" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="B" tree="2" h_level="3" tag="ObjectFromLoc" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="C" tree="2" h_level="3" tag="PreDefTargetID" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="D" tree="2" h_level="3" tag="ObjectToLoc" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="H" tree="2" h_level="3" tag="CableLookup" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="I" tree="2" h_level="3" tag="Load" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="J" tree="2" h_level="3" tag="CableAddLength1" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="K" tree="2" h_level="3" tag="CableAddLength2" mandatory="1" format_xtr="X" format_pub="($X)" />
        <Value xl_col="L" tree="2" h_level="3" tag="SpareCore" mandatory="1" format_xtr="X" format_pub="($X)" />
        <!--	
            
            <Value xl_col="F" tree="2" h_level="3" tag="CableDescr" mandatory="1" format_xtr="X" format_pub="($X)"/>
            <Value xl_col="H" tree="2" h_level="3" tag="CableLookup" mandatory="1" format_xtr="X" format_pub="($X)"/>
            <Value xl_col="I" tree="2" h_level="3" tag="Load" mandatory="1" format_xtr="X" format_pub="($X)"/>
            
            -->
      </Values>
    </XLImportSheet>

    5.这样就可以正常布置新电压等级的桥架,并导入对应电压等级电缆进行敷设。

    • Share
    • History
    • More
    • Cancel
    • Yuhui Liu Created by Bentley Colleague Yuhui Liu
    • When: Mon, Sep 26 2022 9:40 PM
    • Revisions: 1
    • Comments: 0
    • Sign in to reply
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies