付费计量系统通用功能(5)

news/2024/10/2 7:08:26 标签: 架构, 网络, 安全

11.6 Class 6: Distribution function配电

        Capability of distributing electrical energy from the transmission grid to the customer’s
installation.
        分配电能从输电线路到用户装置
        Receives the transmitted electrical energy from the transmission grid.
        从输电线路上接收传送的电能
        Typically transforms it to appropriate voltage levels.
        转换电能到适当的电压
        Distributes it to the customer installation in a safe and efficient way.
        以安全有效的方式分配电能到用户装置
        Receives authorisation to connect (or disconnect) the customer installation to the distribution network.
        用户装置与配电网络连接的批准
        Connects (or disconnects) the customer installation to the distribution network.
        连接用户装置到配电网络
        Optionally creates the customer installation and installs the metering and delivery equipment.
        可选择性地创建客户安装程序,并安装计量和输送设备。
        Optionally has a contractual agreement with the transmission company.
        与输电公司的合同
        NOTE 1 The act of performing the connection (or disconnection) is a legal process and is distinctly different from the process of interruption or restoration of the supply to the customer’s load in accordance with available credit in the Accounting function. See also Delivery function for more detail on the latter.
        注释1:执行连接或断开时一个合法的过程,不同于在帐户功能中根据可用CREDIT断开和恢复供电到用户负载的过程。见后面的交付功能有更详细的介绍
        NOTE 2 The actual connection (or disconnection) is typically done outside the customer’s premises in a junction box on the ground (for underground distribution networks) or on the top of a pole (for overhead distribution networks). The connection methods are subject to the relevant legal requirements and codes of practice that ensures the safety and technical performance of the installation.
        注释2:实际的连接是在室外地上的分线箱内或支撑杆的上方。连接方式要保证装置的安全和技术实现。
        NOTE 3 There may also be undesirable electro-magnetic disturbances that originate on the distribution network due to various design and operational factors. For example: voltage/load regulation, high neutral/earth impedance, lightning induced current and voltage surges, fault current protection and safety devices, electrical noise generated by certain customers’ load equipment, harmonic distortion, voltage dips, brownouts and supply interruptions, etc.
        注释3:具有来源于配电网络的不确定的电磁干扰。例如负载调节、高对地阻抗、闪电引起电流电压浪涌、故障电流保护和安装装置、用户负荷设备产生的电磁噪声、谐波畸变、电压DIP、警
戒灯显示和供电中断等。
        These are quality of supply factors that should be taken into consideration when specifying
the requirements for the withstand capability and the performance of metering and delivery equipment.
        当对表计经受破坏的能力、表计性能和交付设备有专门规定时,供电质量的因素应该被考虑。


http://www.niftyadmin.cn/n/5688129.html

相关文章

药品识别与分类系统源码分享

药品识别与分类检测系统源码分享 [一条龙教学YOLOV8标注好的数据集一键训练_70全套改进创新点发刊_Web前端展示] 1.研究背景与意义 项目参考AAAI Association for the Advancement of Artificial Intelligence 项目来源AACV Association for the Advancement of Computer V…

Vue3 组件中使用 SCSS 变量

在 JavaScript 中不能直接使用 SCSS 变量。但是可以通过一些间接的方法来实现类似的效果。 一、使用 sass-extract 使用 sass-extract 库来提取 SCSS 变量并生成 JSON 文件,然后在 JavaScript 中读取这个 JSON 文件来获取变量值。 1. 安装 sass-extract npm ins…

植物叶片病害检测数据集 5100张 29类 带标注 voc yolo

植物叶片病害检测数据集 5100张 29类 带标注 voc yolo 植物叶片病害检测数据集 名称 植物叶片病害检测数据集 (Plant Leaf Disease Detection Dataset) 规模 图像数量:5154张图像。类别:29种病害类型。分类名: (图片张数,标注个数) Tomato…

在WPF中实现多语言切换的四种方式

在WPF中有多种方式可以实现多语言,这里提供几种常用的方式。 一、使用XML实现多语言切换 使用XML实现多语言的思路就是使用XML作为绑定的数据源。主要用到XmlDataProvider类. 使用XmlDataProvider.Source属性指定XML文件的路径或通过XmlDataProvider.Document指定…

Pytorch基本知识

model.state_dict()、model.parameters()和model.named_parameters()的区别 parameters()只包含模块的参数,即weight和bias(包括BN的)。 named_parameters()返回包含模块名和模块的参数的列表,列表的每个元素均是包含layer name和layer param的元组。layer param就是param…

Python | Leetcode Python题解之第451题根据字符出现频率排序

题目: 题解: class Solution:def frequencySort(self, s: str) -> str:count {}for c in s:count[c] count.get(c, 0) 1items [(-val, key) for key, val in count.items()]heapq.heapify(items)res ""while items:val, key heapq.h…

开放式耳机是什么意思?哪个品牌好?开放式蓝牙耳机测评分享

开放式耳机是目前比较流行的一种蓝牙耳机类型,它凭借佩戴舒适、安全性高、透气性好以及健康卫生等等特点成为了很多人的耳机选择。但其实并没有太多人了解开放式耳机,不知道什么是开放式耳机、开放式耳机是否比封闭式耳机强、什么样的人适合开放式耳机以…

分页查询前后端代码

一、前端 在table表格下&#xff0c;写样式 <div style"margin: 10px 0"><el-paginationcurrent-change"handleCurrentChange":current-page"pageNum":page-sizes"[100, 200, 300, 400]":page-size"pageSize"layo…