UL 498F 2021年最新版发布 带弧形(锁定式)触点的插头、插座和耦合器标准

本文主要是介绍UL 498F 2021年最新版发布 带弧形(锁定式)触点的插头、插座和耦合器标准,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

UL 498F:2021 Plugs, Socket-Outlets and Couplerswith Arcuate (Locking Type) Contacts

Plugs,Socket-Outlets and Couplerswith Arcuate (Locking Type) Contacts

带弧形(锁定式)触点的插头、插座和耦合器
UL498F:2021plugs,Socket-OutletsandCouplerswithArcuate-咨询文档类资源-CSDN下载

UL498F:2021plugs,Socket-OutletsandCouplerswithArcuate-咨询文档类资源-CSDN下载UL498FSTANDARDFORSAFETYPlugs,Socket-Outlets更多下载资源、学习资料请访问CSDN下载频道.https://download.csdn.net/download/std86021/80954287?spm=1001.2014.3001.5501

INTRODUCTION

1 Scope
1.1 These requirements cover plugs, socket outlets (receptacles), couplers, cord connectors, and inlets,with arcuate contacts (locking-type configurations), rated 20 or 30 A grounding type only. All intended forconnection to a branch circuit for use in accordance with the National Electrical Code,ANSINFPA 70.
1.2These requirements do not cover plugs, socket outlets (receptacles), couplers, cord connectors, andinlets with arcuate contacts (locking-type configurations) rated 20 and 30 A non-grounding type, or devicesrated 15, 50 or 60 A grounding or non-grounding type, refer to UL 498D Standard.
1.3 These requirements do not cover devices rated at more than 200 A or for more than 600 v.See 6.1.
1.4 This Standard does not directly apply to, but supplements the following standards;
a)Straight-blade attachment plugs,receptacles, cord connectors, and inlets, covered by theStandard for Attachment Plugs and Receptacles, UL 498;
b) Attachment plugs, receptacles, cord connectors, and inlets with arcuate contacts (locking-typeconfigurations)- Enclosure Types for Environmental Protection, UL 498E;
c) Inlets with arcuate contacts (locking-type configurations)- Marine Shore Power Inlets, UL 498M;d) Devices produced integrally with flexible cord or cable, covered by the Standard for Cord Setsand Power-Supply Cords,UL817;
e)Current taps and adapters not provided with wiring terminals for flexible cord covered by theStandard for Current Taps and Adapters,UL 498A;
f) Devices employing male or female screwshells, covered by the Standard for Lampholders, uL496;
g)Devices solely intended for direct connection to the branch circuit in accordance with theNational Electrical Code,ANSI/NFPA 70, that are provided with contacts of the pin and sleeve type,covered by the Standard for Plugs,Receptacles and Cable Connectors of the Pin-and-SleeveType, UL 1682;
 

这篇关于UL 498F 2021年最新版发布 带弧形(锁定式)触点的插头、插座和耦合器标准的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/672890

相关文章

修复已被利用的高危漏洞! macOS Sequoia 15.6.1发布

《修复已被利用的高危漏洞!macOSSequoia15.6.1发布》苹果公司于今日发布了macOSSequoia15.6.1更新,这是去年9月推出的macOSSequoia操作... MACOS Sequoia 15.6.1 正式发布!此次更新修复了一个已被黑客利用的严重安全漏洞,并解决了部分中文用户反馈的

Python标准库datetime模块日期和时间数据类型解读

《Python标准库datetime模块日期和时间数据类型解读》文章介绍Python中datetime模块的date、time、datetime类,用于处理日期、时间及日期时间结合体,通过属性获取时间... 目录Datetime常用类日期date类型使用时间 time 类型使用日期和时间的结合体–日期时间(

Python标准库之数据压缩和存档的应用详解

《Python标准库之数据压缩和存档的应用详解》在数据处理与存储领域,压缩和存档是提升效率的关键技术,Python标准库提供了一套完整的工具链,下面小编就来和大家简单介绍一下吧... 目录一、核心模块架构与设计哲学二、关键模块深度解析1.tarfile:专业级归档工具2.zipfile:跨平台归档首选3.

Java Web实现类似Excel表格锁定功能实战教程

《JavaWeb实现类似Excel表格锁定功能实战教程》本文将详细介绍通过创建特定div元素并利用CSS布局和JavaScript事件监听来实现类似Excel的锁定行和列效果的方法,感兴趣的朋友跟随... 目录1. 模拟Excel表格锁定功能2. 创建3个div元素实现表格锁定2.1 div元素布局设计2.

SpringSecurity显示用户账号已被锁定的原因及解决方案

《SpringSecurity显示用户账号已被锁定的原因及解决方案》SpringSecurity中用户账号被锁定问题源于UserDetails接口方法返回值错误,解决方案是修正isAccountNon... 目录SpringSecurity显示用户账号已被锁定的解决方案1.问题出现前的工作2.问题出现原因各

go rate 原生标准限速库的使用

《gorate原生标准限速库的使用》本文主要介绍了Go标准库golang.org/x/time/rate实现限流,采用令牌桶算法控制请求速率,提供Allow/Reserve/Wait方法,具有一定... 目录介绍安装API介绍rate.NewLimiter:创建限流器limiter.Allow():请求是否

macOS Sequoia 15.5 发布: 改进邮件和屏幕使用时间功能

《macOSSequoia15.5发布:改进邮件和屏幕使用时间功能》经过常规Beta测试后,新的macOSSequoia15.5现已公开发布,但重要的新功能将被保留到WWDC和... MACOS Sequoia 15.5 正式发布!本次更新为 Mac 用户带来了一系列功能强化、错误修复和安全性提升,进一步增

Maven 依赖发布与仓库治理的过程解析

《Maven依赖发布与仓库治理的过程解析》:本文主要介绍Maven依赖发布与仓库治理的过程解析,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下... 目录Maven 依赖发布与仓库治理引言第一章:distributionManagement配置的工程化实践1

Python实现微信自动锁定工具

《Python实现微信自动锁定工具》在数字化办公时代,微信已成为职场沟通的重要工具,但临时离开时忘记锁屏可能导致敏感信息泄露,下面我们就来看看如何使用Python打造一个微信自动锁定工具吧... 目录引言:当微信隐私遇到自动化守护效果展示核心功能全景图技术亮点深度解析1. 无操作检测引擎2. 微信路径智能获

使用Python构建一个Hexo博客发布工具

《使用Python构建一个Hexo博客发布工具》虽然Hexo的命令行工具非常强大,但对于日常的博客撰写和发布过程,我总觉得缺少一个直观的图形界面来简化操作,下面我们就来看看如何使用Python构建一个... 目录引言Hexo博客系统简介设计需求技术选择代码实现主框架界面设计核心功能实现1. 发布文章2. 加