双绕组电流互感器的设计及应用
标签: 互感器
上传时间: 2016-01-13
上传用户:haoo
土法电流互感器 by 无 (z-lib.org).pdf
标签: 电流互感器
上传时间: 2022-01-14
上传用户:
随着光伏发电系统快速发展,以及电动汽车充电桩的普及,传统的剩余电流保护器无法满足实际需求。介绍了一款B型剩余电流保护器,采用磁调制剩余电流互感器和零序电流互感器采集剩余电流。根据GB/T 22794—2017标准要求,可识别1 kHz及以下的正弦交流、带和不带直流分量的脉动直流、平滑直流等剩余电流信号。经信号调理电路将电压信号送到单片机进行采集和判断。通过试验测试,该样机在测试精度和速度上均符合国家标准的相关要求。The rapid development of photovoltaic power generation systems and the popularity of electric vehicle charging piles make the traditional residual current protective devices unable to meet the actual demand.This paper proposed a type B residual current protective device,which uses the magnetically modulated residual current transformer and the zero sequence current transformer to acquire the residual current.According to the requirements of GB/T 22794—2017,the type B residual current protective device can detect sinusoidal AC residual current of 1kHz and below 1kHz,pulsating DC residual current with and without DC component,smooth DC residual current and so on.The signal processing circuit sends the voltage signal to the MCU for acquisition and judgment.Through experimental tests,the device meets the relevant requirements of national standards in terms of test accuracy and speed.
标签: 电流保护器
上传时间: 2022-03-27
上传用户:
针对小电流接地故障诊断难的问题,设计了一个基于零序电流、零序电压的实时检测系统,对供电系统进行检测并对故障线路进行选线。采用了多任务、可移植、可裁剪的嵌入式操作系统μC/OS-II。为防止中性点带补偿系统对于故障线路的过补偿影响,系统还加入了补偿零序导纳判据对这种接地情况下的故障进行检测。选线系统采用零序电压触发方式,既提高了实时性,也增大了选线的准确性。
上传时间: 2014-01-18
上传用户:海陆空653
过电压保护器,发电机中性点接地电阻柜,零序电流互感器。消谐电阻器
上传时间: 2013-10-20
上传用户:wvbxj
AL-WDZ196型系列微机小电流系统接地选线装置 本装置适用于0.4KV~66KV中性点不接地或经电阻、消弧线圈接地的小电流接地系统。可广泛用于电力系统的发电厂、变电站、水电站及化工、冶金、煤炭、铁路等大型厂矿企业的供电系统。 在电力系统中,把中性点不接地或经消弧线圈、电阻接地的系统叫小电流接地系统,在小电流接地系统中最常见的故障是单相接地。小电流接地系统发生单项接地故障时,凡是对地有电容的线路都将有零序电流通过,但由于零序电流较小,又有很大的分散性,选择接地线路有一定困难;若系统中有消弧线圈,困难更大。 单相接地时接地电流较小,按电力系统安全运行规程的规定,发生单相接地故障后可继续运行1至2小时,但此时系统非故障相对地电压升高为线电压,若不及时处理,极易发展成两相短路使故障扩大。弧光接地还会引起全系统过电压。
上传时间: 2013-10-10
上传用户:希酱大魔王
漏电保护器的工作原理:漏电保护器主要包括检测元件(零序电流互感器)、中间环节(包括放大器、比较器、脱扣器等)、执行元件(主开关)以及试验元件等几个部分。三相四线制供电系统的漏电保护器工作原理示意图。TA 为零序电流互感器,GF 为主开关,TL为主开关的分励脱扣器线圈。在被保护电路工作正常,没有发生漏电或触电的情况下,由克希荷夫定律可知,通过TA 一次侧的电流相量和等于零,即:这样TA 的二次侧不产生感应电动势,漏电保护器不动作,系统保持正常供电。当被保护电路发生漏电或有人触电时,由于漏电电流的存在,通过TA一次侧各相电流的相量和不再等于零,产生了漏电电流Ik。在铁心中出现了交变磁通。在交变磁通作用下,TL二次侧线圈就有感应电动势产生,此漏电信号经中间环节进行处理和比较,当达到预定值时,使主开关分励脱扣器线圈TL 通电,驱动主开关GF 自动跳闸,切断故障电路,从而实现保护。用于单相回路及三相三线制的漏电保护器的工作原理与此相同,不赘述。
上传时间: 2013-10-19
上传用户:zhangjinzj
1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
上传时间: 2016-07-25
上传用户:gxrui1991
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上传时间: 2014-11-10
上传用户:wpwpwlxwlx
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上传时间: 2013-12-12
上传用户:亚亚娟娟123