ANSI/CAN/UL 1973:2022 固定和运动辅助电源用电池安规要求-最新的英文2022完整版{135页}

article/2025/8/29 22:25:27

ANSI/CAN/UL 1973:2022 Batteries for Use in Stationary andMotive Auxiliary Power Applications
固定和运动辅助电源用电池

UL1973-2022(February25,2022).pdf-其它文档类资源-CSDN下载UL1973-2022(February25,2022).pdf更多下载资源、学习资料请访问CSDN下载频道.https://download.csdn.net/download/std86021/84819998本安规要求涵盖了本标准定义的电池系统,用作固定应用(例如,PV,风力涡轮机存储或UPS等)的储能。 还涵盖了本标准定义的更好的系统,可用于轻型电动轨道(LER)应用和固定轨道应用,例如轨道变电站

INTRODUCTION
1 Scope
1.1 These requirements cover battery systems as defined by this standard for use as energy storage for stationary applications such as for PV, wind turbine storage or for UPS, etc. applications. These systems
shall be installed in accordance with NFPA 70, C22.1, or other applicable installation codes.
1.2 These requirements also cover battery systems as defined by this standard for use in light electric rail (LER) applications and stationary rail applications such as rail substations. These systems are intended for installation within either the rail car or within a sheltered stationary location such as a rail substation. These battery systems may utilize regenerative braking from the trains as a source of energy for recharging and are intended for direct or indirect connection to the rail power lines. These battery systems are intended for balancing loads during peak hours, serving as an energy storage device during regenerative breaking of the trains, and as a source of emergency power to move trains to the nearest station during power outages.
1.3 These requirements are also applicable to batteries for use in vehicle auxiliary power (VAP) systems that are utilized in recreational vehicles and other vehicles to provide power for various applications such as lighting and appliances. These batteries are not used for traction power in the vehicles, since batteries for traction power are to be evaluated to UL/ULC 2580 and UL/ULC 2271 as applicable to the intended motive application.
1.4 Annex B of this standard includes requirements specific to sodium-beta type technologies. Annex C of this standard includes requirements specific to flowing electrolyte technologies. Annex H of this standard includes requirements specific to vented and valve regulated lead acid and nickel cadmium batteries. Annex I of this standard includes requirements specific to mechanically recharged metal-air batteries.
1.5 This standard evaluates the battery system's ability to safely withstand simulated abuse conditions. 
This standard evaluates the system based upon the manufacturer's specified charge and discharge parameters.
1.6 This standard does not evaluate the performance (i.e. capacity measurements under various
discharge conditions) or reliability (i.e. capacity measurements under various environmental conditions) of these devices.
1.7 Figure 1.1 is a boundary diagram example for a battery system for this application. Figure 1.2 is a boundary diagram example for a module for this application.


http://chatgpt.dhexx.cn/article/CrX5ucrA.shtml

相关文章

java测试示例-生成ULID

ULID全称Universally Unique Lexicographically Sortable Identifier,直译就是通用唯一按字典排序的标识符,原始仓库是https://github.com/ulid/javascript,由前端开发者alizain发起,基于JavaScript语言。从项目中的commit历史来看…

scrapy_splash简单爬取淘宝页面信息

首先打开淘宝页面,搜索手机: https://uland.taobao.com/sem/tbsearch?refpidmm_26632258_3504122_32538762&clk104511dd93dde330d86022e9ce3a3dc46&keyword手机&page0 # 新建scrapy项目 scrapy startproject taobao # 进入项目目录: cd t…

淘宝API 优惠券查询接口

淘宝API 优惠券查询接口 item_search_coupon - 优惠券查询 返回值说明: 返回数据: Result Object: {“item”: [ {“pic_url”: “https://img.alicdn.com/bao/uploaded/i4/4190751820/O1CN01mohpC11PJbKKu33Gj_!!4190751820.jpg”, “num_iid”: “584401368799”, “se…

UL-1973-2022 储能电池安全标准

UL1973储能电池安全标准 UL-1973版发布于2013年2月15日,,最新更新2022年版。是全球储能电池系统的安全标准,标准主要涵盖给光伏、风能、后备电源、通信基站使用的各类储能电池,并包括对储能系统的结构评估和测试评估。UL1973-2022…

淘宝API 优惠券查询

item_search_coupon - 优惠券查询 Result Object: {“item”: [ {“pic_url”: “https://img.alicdn.com/bao/uploaded/i1/260030441/O1CN01jITAtS1F81EP8GV2T_!!0-item_pic.jpg”, “num_iid”: “562341312840”, “seller_id”: “260030441”, “title”: “预售红蜻蜓商…

Python + selenium 爬取淘宝网(销量,店铺名,价格等)

import time from selenium import webdriver from lxml import etreedef Run(keywords, numPage):# 构造无头的ChromeDriveroption webdriver.ChromeOptions()option.add_argument(headless)driver webdriver.Chrome(executable_pathD:\\Project\\Pycharm\\Driver\\chromedr…

python爬虫爬取淘宝商品并保存至mongodb数据库

使用工具介绍 python3.8 selenium(请确保你已经成功安装了谷歌驱动chromedriver) mongodb数据库 mongo-compass 谷歌浏览器 分析请求链接 打开淘宝首页的链接,https://www.taobao.com/如下: 这里以商品ipad为例,在搜索…

sfjd

一、声像资料 (一)监控视频

ftp服务器和sftp服务器

首先,ftp跟sftp是一种传输协议,一种安全,一种不安全。其中经过实践发现要有相对于的服务器才能实现上传跟下载,不能混淆使用。 windows中ftp服务器的建立方法:第一种:系统自带的ftp 开启服务:…

JFFS2

文章目录 一、JFFS2介绍1、JFFS2简介2、JFFS2框架 二、JFFS2实现1、JFFS2的机制2、JFFS2数据结构1)struct jffs2_sb_info2)struct jffs2_inode_info3)struct jffs2_raw_node_ref4)struct jffs2_inode_cache5)struct jf…

SFTP协议

SFTP协议 SCP协议本身打开SSH通道时指定的是scp命令,而是用SFTP时指定的sftp。以下是一些具体的介绍,详细内容需要参考对应的RFC文件。 下面是目前整理的使用的一份: 1) 协议中数据包格式 通过安全通道传输的所有包的格式如下&…

关于标志信息ZF、OF、SF、CF的理解

带标志加法器结构 零标志ZF 零标志是根据每一位加法器的计算结果 F i F_i Fi​相或得到的,所以只有在结果的每一位都为0的时候所有位相或才能得到0的输出,但是或门上有取反符号,所以在ZF标志的输出为1时代表结果全零,反之不全为0…

CF、SF、OF、ZF标志位

没学汇编,这种题我真是做一道错一道:-( OF(overflow flag) 溢出标志位 溢出标志位 OF 1 表示带符号整数运算时结果发生溢出。对于无符号整数运算,OF没有意义。 对于有符号数的溢出判断方式有: 1)采用一位符号位:思想…

cgo如何调用c++库

将c代码打包成静态库,再通过cgo调用,一直链接不上。起初以为是cgo只能用gcc,而我的静态库是是用g编译的,其实不然。 cgo调用c库,只需要在cpp源代码 include 头文件的时候,加上 extern "C" 就行了…

golang cgo 使用总结

文章目录 参数传递 基本数值类型切片字符串其他类型总结参考资料 CGO 提供了 golang 和 C 语言相互调用的机制。某些第三方库可能只有 C/C 的实现,完全用纯 golang 的实现可能工程浩大,这时候 CGO 就派上用场了。可以通 CGO 在 golang 在调用 C 的接口…

CGO总结

概述 cgo作为一个强大的工具,可以让go轻松实现调用c语言的巨额遗产。。。 问题 实际开发中,发现使用go语言调用c的动态库时,经常出现传入c的字符串发生变化的现象,如下: 情况1 由a.txt变为a.txt$\n 情况2 由plai…

cgo 机制 - 从 c 调用 go

文|朱德江(GitHub ID:doujiang24) MOSN 项目核心开发者 蚂蚁集团技术专家 专注于云原生网关研发的相关工作 本文 4656 字 阅读 12 分钟 一、前言 去年刚学 go 语言的时候,写了这篇 cgo 实现机制[1] ,介绍了 cgo 的基本…

深入学习CGO

深入学习CGO 快速入门基础知识import "C" 语句#cgo语句 GO与C的类型转换CGO函数调用CGO内部机制CGO内存模型C类封装成C APICGO调用在go runtime 层面的处理CGO的静态/动态库封装以及编译链接参数CGO定位内存泄露CGO性能CGO最佳使用场景总结参考文献: 很多…