当前位置:网站首页>Recoverable fuse characteristic test
Recoverable fuse characteristic test
2022-07-06 00:46:00 【Zhuoqing】

§01 can Restore the fuse
One 、 Background introduction
Last time I disassembled an electronic pet dog , On its internal circuit board See a relatively large recoverable fuse . This kind of device is used in limiting circuit overcurrent protection . Compared with other kinds of current fuses , It can recover by itself It brings great convenience to the application .
|

Two 、 Recoverable fuse principle
Inside the recoverable fuse , There is a special layer of matter . It contains conductive carbon particles , Embedded in organic plastic . At normal temperature , These conductive particles are in contact with each other , The whole device is in a conductive low resistance state . As the temperature goes up , Organic plastic expands and deforms , Destroyed the internal structure , Carbon particles do not touch each other , The device is in a high resistance state . When the temperature drops , The organic plastic is restored to its original state , Carbon particles re contact , The device returns to a low resistance conductive state . This is the basic principle of recoverable fuse .

3、 ... and 、 Characteristic analysis
according to PTC The working principle can be known , Compared with ordinary fuses , Its conductivity depends on carbon particles , Therefore, the relative on resistance is relatively large . During overcurrent protection , It does not completely block the current , Just limit the current to a relatively small range . So this kind of fuse is suitable for some In electronic products with low working current .

Four 、 Performance measurement
Here is the one at hand PTC Conduct characteristic measurement . The first step is to measure its resistance , The second step is to measure its protection current , The third step is to measure its overcurrent transient characteristics , Finally, measure the relationship between its protection current and working voltage .


Use SmartTweezer, measurement PTC The resistance of the two pins , The resistance value is : 246mΩ.


Using programmable power DH1766, measurement PTR Protection current , The output voltage is 3.3V, It can be seen that the corresponding output current is 0.488A. You can see this recoverable insurance at hand The protection current is 0.5A, The power consumption is about 1.65W.



Use Hall current sensor to detect the protection short-circuit current . The hall sensor range is set to 100mV/A. stay PTC To impose on 3.3V, This is the current change . from 1 Power up in seconds ; In the following 2 The current is at 5A Saturation state . This is a DH1766 Output current limiting . Then the current began to drop sharply . Finally, it stabilized at 0.5A about . so PTC The current limiting speed is relatively slow . It takes about two seconds to limit the current to 0.5A.



It's tested here PTC The dynamic characteristics of , It takes two seconds for the transition process to limit the current . Finally, measure PTC The relationship between applied voltage and current . The measurement method is relatively simple , utilize DH1766 Output different voltages , Measure the final output current limit .


The output voltage is from 2V, Change to 6V, This is the measured voltage and current curve . You can see that as the voltage increases , The smaller the current limiting current . Consumed in PTC The power on the remains approximately constant . This is calculated by current and voltage PTC Power consumption on . It can be seen that it is generally maintained at 1.5W about .

about PTC The relationship between voltage and current limiting , Generally, there is a constant power relationship . The higher the working voltage , The smaller the current limit is .

※ total junction ※
this The characteristics of commonly used recoverable fuses are measured , Master its characteristics , It is very important for correct application .

- Measure OUTV,OUTI

from headm import *
from tsmodule.tsvisa import *
from tsmodule.tsstm32 import *
idim = []
for i in range(200):
meter = meterval()
printf(meter)
idim.append(meter[0] * 10)
time.sleep(0.1)
t = arange(200) * 0.1
plt.plot(t, idim)
plt.xlabel("Time(s)")
plt.ylabel("Current(A)")
plt.grid(True)
plt.tight_layout()
plt.show()
边栏推荐
- 几百行代码实现一个 JSON 解析器
- Room cannot create an SQLite connection to verify the queries
- MCU通过UART实现OTA在线升级流程
- MIT doctoral thesis | robust and reliable intelligent system using neural symbol learning
- [groovy] XML serialization (use markupbuilder to generate XML data | create sub tags under tag closures | use markupbuilderhelper to add XML comments)
- 时间戳的拓展及应用实例
- esxi的安装和使用
- [groovy] compile time metaprogramming (compile time method injection | method injection using buildfromspec, buildfromstring, buildfromcode)
- cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】
- [simple implementation of file IO]
猜你喜欢

Uniapp development, packaged as H5 and deployed to the server

常用API类及异常体系

图解网络:TCP三次握手背后的原理,为啥两次握手不可以?

Multithreading and high concurrency (8) -- summarize AQS shared lock from countdownlatch (punch in for the third anniversary)

多线程与高并发(8)—— 从CountDownLatch总结AQS共享锁(三周年打卡)
![[groovy] XML serialization (use markupbuilder to generate XML data | create sub tags under tag closures | use markupbuilderhelper to add XML comments)](/img/d4/4a33e7f077db4d135c8f38d4af57fa.jpg)
[groovy] XML serialization (use markupbuilder to generate XML data | create sub tags under tag closures | use markupbuilderhelper to add XML comments)

For a deadline, the IT fellow graduated from Tsinghua suddenly died on the toilet

Arduino hexapod robot

cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】

Notepad++ regular expression replacement string
随机推荐
[EI conference sharing] the Third International Conference on intelligent manufacturing and automation frontier in 2022 (cfima 2022)
Room cannot create an SQLite connection to verify the queries
可恢复保险丝特性测试
[groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
免费的聊天机器人API
Intensive learning weekly, issue 52: depth cuprl, distspectrl & double deep q-network
Problems and solutions of converting date into specified string in date class
Data analysis thinking analysis methods and business knowledge - analysis methods (III)
Leetcode:20220213 week race (less bugs, top 10% 555)
Basic introduction and source code analysis of webrtc threads
FPGA内部硬件结构与代码的关系
《强化学习周刊》第52期:Depth-CUPRL、DistSPECTRL & Double Deep Q-Network
[groovy] compile time metaprogramming (compile time method interception | find the method to be intercepted in the myasttransformation visit method)
[groovy] XML serialization (use markupbuilder to generate XML data | create sub tags under tag closures | use markupbuilderhelper to add XML comments)
Spark SQL null value, Nan judgment and processing
The value of applet containers
Extension and application of timestamp
The relationship between FPGA internal hardware structure and code
Idea远程提交spark任务到yarn集群
STM32按键消抖——入门状态机思维