电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

HC1-HTM-AC48V-F

产品描述General Purpose Relays HC1 Relay (Top mount) [RoHS Compliant]
产品类别机电产品    继电器   
文件大小660KB,共19页
制造商Panasonic(松下)
官网地址http://www.panasonic.co.jp/semicon/e-index.html
标准
下载文档 详细参数 全文预览

HC1-HTM-AC48V-F在线购买

供应商 器件名称 价格 最低购买 库存  
HC1-HTM-AC48V-F - - 点击查看 点击购买

HC1-HTM-AC48V-F概述

General Purpose Relays HC1 Relay (Top mount) [RoHS Compliant]

HC1-HTM-AC48V-F规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称Panasonic(松下)
包装说明ROHS COMPLIANT
Reach Compliance Codecompliant
ECCN代码EAR99
其他特性COIL OPERATE VOLTAGE(AC): 38.4 V, COIL RELEASE VOLTAGE(AC): 14.4 V
主体宽度20.6 mm
主体高度34.2 mm
主体长度或直径37.6 mm
线圈电流(交流)最大值0.028 A
线圈功率1300 mW
最大线圈电压(交流)48 V
线圈/输入电源类型AC
触点(交流)最大额定R负载10A@250VAC
最大触点电流(交流)10 A
最大触点电压(交流)250 V
触点/输出电源类型AC
电气寿命200000 Cycle(s)
安装特点PANEL MOUNT
工作时间20 ms
最高工作温度70 °C
最低工作温度-50 °C
包装方法BOX
物理尺寸37.6mm x 20.6mm x 34.2mm
参考标准CSA; UL; VDE
继电器动作MOMENTARY
继电器功能SPDT
继电器类型POWER/SIGNAL RELAY
释放时间20 ms
表面贴装NO
端接类型SOLDER

文档预览

下载PDF文档
1c, 2c, 4c
Relay for control panel of
1A to 10A (1c/2c/3c/4c)
HC RELAYS
TYPICAL APPLICATIONS
1. Factory automation equipment and
automotive devices
2. Control panels, power supply
equipment, molding equipment,
machine tools, welding equipment,
agricultural equipment, etc.
3. Office equipment, automatic
vending machines,
telecommunications equipment,
disaster prevention equipment,
copiers, measuring devices, medical
equipment, amusement devices, etc.
4. All types of household appliance
FEATURES
1. Standard type and Amber sealed
type
2. Rich lineup includes relays with
operating indication, with diode
3. Full range of types
Plug-in type, PC board type and TM
type
4. Sockets and terminal sockets are
available.
Standard type
Amber sealed type
With diode type
RoHS compliant
Protective construction: Dust cover type/
Sealed type
ORDERING INFORMATION
Standard type
Amber sealed type
HC
Contact arrangement
1: 1 Form C
2: 2 Form C
3: 3 Form C
4: 4 Form C
4D: Bifurcated contact (twin)
Terminal arrangement
H:
Plug-in type
HL: Plug-in with LED indication
HP: PC board type
HPL: PC board with LED indication
HTM: TM type
Nominal coil voltage
AC: 6, 12, 24, 48, 100 (100/110), 120 (110/120),
200 (200/220), 240 (220/240) V
DC: 6, 12, 24, 48, 100 (100/110) V
Contact material
Contact
arrangement
1 Form C
2 Form C
3 Form C
4 Form C
4-pole bifurcated (twin)
Contact
material
AgSnO
2
type
F
F
F
Nil
Nil
AgNi type
Contact arrangement
1: 1 Form C
2: 2 Form C
4: 4 Form C
HC
E: Amber sealed type
ED: Amber sealed type bifurcated contact
(twin) (Only 4 Form C)
Terminal arrangement
H:
Plug-in type
L:
Plug-in with LED indication
HP: PC board type
PL: PC board with LED indication
HTM: TM type
Nominal coil voltage
AC: 6, 12, 24, 48, 100 (100/110), 120 (110/120),
200 (200/220), 240 (220/240) V
DC: 6, 12, 24, 48, 100 (100/110) V
Contact material
Contact
arrangement
1 Form C
2 Form C
4 Form C
4-pole bifurcated (twin)
Contact
material
AgSnO
2
type
F
F
Nil
Nil
AgNi type
–1–
ASCTB4E 201703-T
有关MOS管驱动变压器隔离电路问题
首先谈一下变压器隔离的MOS管驱动器: 如果驱动高压MOS管,我们需要采用变压器驱动的方式和集成的高边开关。 这两个解决方案都有自己的优点和缺点,适合不同的应用。 集成高边驱动器方案很方 ......
qwqwqw2088 电源技术
segmentation fault怎么解决
我在ubuntu写了一个测试程序在开发板上显示段错误,怎么解决,也不知道是什么错误引起的?334769 ...
STRUDY Linux开发
关于硬盘驱动的问题!
请哪位高手能帮我解释一下硬盘驱动的原理。最近我要写一份硬盘驱动的详细设计文档,不过硬盘这里我还不是很清楚。 多谢了!...
qjc221 嵌入式系统
第二批文献:关于跌倒监测的英文文献
本次文献主要关注跌倒算法研究,对硬件描述较少,希望对需要的同学有点帮助,欢迎有兴趣的同学一起讨论啊!...
木易873 传感器
24Cxx 系列EEPROM通用程序及应用(STM32 应用函数文件)
(论坛到现在对chrome的支持还是非常不好,上传附件失败以及把排版弄乱等,使得我不得不编辑了好几次,幸好还不是用linux,不然都发不了了) 关于I2C 学习的时候介绍得最多的 ......
虚V界 stm32/stm8
CC2541 关闭串口问题
在调试低功耗时,最好关闭串口,需要修改宏: HAL_UART=FALSE HAL_UART_DMA=1 HAL_UART_ISR=0 HAL_UART_TX_BY_ISR=1 但是修改完之后会编译错误,提示 Undefine external “print_ ......
Aguilera 无线连接

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 434  2635  1872  290  466  36  2  35  43  15 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved