浅谈安科瑞无线测温产品在荷兰某配电室项目中的应用

2023-10-27 14:12

本文主要是介绍浅谈安科瑞无线测温产品在荷兰某配电室项目中的应用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

摘要:随着电力工业的发展,对设备的安全性、可靠性要求越来越高。在这种条件下,高压设备的无线测温系统应运而生。这种技术是将内置电池或电流感应和无线发射模块的测温传感器安装于各测温点,由于其体积小,且无需任何接线,其电气安全性可以得到保证。传感器周期性的将测温数据无线发送至接收单元,接收单元可联网将数据送至主站,以此实现一个区域系统的电气温度监测。

本文介绍了无线测温传感器在荷兰某变配电室的应用

Abstract: With the development power industry,the requirements for the safety and reliability of equipment are getting higher and higher. In this situation,ACREL wireless temperature monitoring system is designed for high voltage device. This technology is to install the temperature sensor with built-in battery or temperature sensor by current sensing and wireless transmitter module at each temperature measurement point. The sensor periodically sends the temperature measurement data wireless to the receiving unit, and the receiving unit can be connected to the network to send the data to the master station, thereby realizing electrical temperature monitoring of a regional system.

This article introduce wireless monitoring system used in substations in Netherlands.

1.当前现状 Current Status

多年来,由于技术水平的限制,虽然曾利用红外测温仪、红外成像仪、感温电缆、传统的点式测温系统希望解决上述问题,但都无法实现开关柜内如断路器、刀闸联接点和触头测温。目前,国内电力测温主要应用红外点测仪和光纤测温仪,而在线方式由于无法解决高压绝缘问题,所以高压开关的触点等空间有限的电气设备基本上都是处于完全无监控的状态下运行,存在重大安全隐患。

For many years, due to the limitations of the technical level, although infrared thermometer, infrared imager, temperature sensing cable, traditional point-type temperature measurement system have been used to solve the above problems, but can not achieve the switch cabinet such as circuit breaker, the connection point and contact temperature measurement. At present, domestic electric temperature measurement mainly uses infrared point measuring instrument and optical fiber temperature measuring instrument. However, the on-line method cannot solve the problem of high-voltage insulation, so the electrical equipment with limited space, such as the contact of high-voltage switch, basically operates in a completely unmonitored state, with major safety hazards.

2.项目概述 Project Overview

荷兰DigIoT公司是一家电力物联网公司,为当地各变电站提供电力物联网服务。客户咨询安科瑞无线测温产品,希望通过安科瑞ATE无线温度传感器和ATC接收器,对开关柜内的线缆进行温度检测,并通过RS485通讯将数据传输到后台进行实时监控,从而可以合理预防开关柜内部过热发生故障,影响设备正常运转,避免安全隐患。

DigIoT is an electric IoT company, providing electrical IoT services for local substations. Customer consults  Acrel wireless temperature measurement products, attending through Acrel ATE wireless temperature sensor and ATC receiver, the cable in the switchgear temperature detection, And through RS485 communication data transmission to the back platform for real-time monitoring, can effectively prevent overheating failure, affect the normal operation of equipment, avoid safety risks. 

3.无线测温产品介绍

Wireless temperature monitoring device Introduction

安科瑞在线测温装置适用于高低压开关内线缆街头,断路器触头,高压线缆中间头,低压大电流等设备的温度检测,防止在运行过程中因氧化,松动等因素造成接点接触电阻过大而发热成为安全隐患,及时,持续及准确反映设备运行状态,提供设备安全性。

Acrel on-line temperature measurement device is suitable for the temperature detection of high and low voltage switches, circuit breaker contacts, high voltage cable middle heads, low voltage and high current equipment, to prevent contact caused by oxidation, loosening and other factors during operation Excessive contact resistance and heat generation become a safety hazard, timely, continuous and accurate reflection of equipment operating status, and equipment safety.

3.1 无线测温方案Wireless temperature measurement scheme

1.测温元件Temperature measuring instrument

1)温度传感器Temperature sensor

a. 电池供电型无线温度传感器Battery-powered wireless temperature sensor

安装于发热部位,采集温度量并通过无线方式传输的传感器。

  目前无线温度传感器有四款:

 sensor installed in a heating area that collects temperature and transmits it wirelessly.

  There are currently four type wireless temperature sensors:

b. CT感应取电无线温度传感器CT induction radio wireless temperature sensor

安装于断路器触头、母排、电缆搭接点等大电流处,采集温度量并通过无线方式传输的传感器。

目前无线温度传感器有两款:

sensor installed at a high current such as a circuit breaker contact, a bus bar, a cable lap contact, to collect temperature and transmit it wirelessly.

There are currently two wireless temperature sensors:

b. 显示单元Displaying Unit

3.2结构图 Structure

3.3 产品方案组合图 Typical Solution

4.典型应用Typical Application

参考文献 Bibliography

1、Solutions for enterprise micro-grid system

安科瑞 缪阳扬

这篇关于浅谈安科瑞无线测温产品在荷兰某配电室项目中的应用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

相关文章

部署Vue项目到服务器后404错误的原因及解决方案

《部署Vue项目到服务器后404错误的原因及解决方案》文章介绍了Vue项目部署步骤以及404错误的解决方案,部署步骤包括构建项目、上传文件、配置Web服务器、重启Nginx和访问域名,404错误通常是... 目录一、vue项目部署步骤二、404错误原因及解决方案错误场景原因分析解决方案一、Vue项目部署步骤

golang内存对齐的项目实践

《golang内存对齐的项目实践》本文主要介绍了golang内存对齐的项目实践,内存对齐不仅有助于提高内存访问效率,还确保了与硬件接口的兼容性,是Go语言编程中不可忽视的重要优化手段,下面就来介绍一下... 目录一、结构体中的字段顺序与内存对齐二、内存对齐的原理与规则三、调整结构体字段顺序优化内存对齐四、内

配置springboot项目动静分离打包分离lib方式

《配置springboot项目动静分离打包分离lib方式》本文介绍了如何将SpringBoot工程中的静态资源和配置文件分离出来,以减少jar包大小,方便修改配置文件,通过在jar包同级目录创建co... 目录前言1、分离配置文件原理2、pom文件配置3、使用package命令打包4、总结前言默认情况下,

python实现简易SSL的项目实践

《python实现简易SSL的项目实践》本文主要介绍了python实现简易SSL的项目实践,包括CA.py、server.py和client.py三个模块,文中通过示例代码介绍的非常详细,对大家的学习... 目录运行环境运行前准备程序实现与流程说明运行截图代码CA.pyclient.pyserver.py参

5分钟获取deepseek api并搭建简易问答应用

《5分钟获取deepseekapi并搭建简易问答应用》本文主要介绍了5分钟获取deepseekapi并搭建简易问答应用,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需... 目录1、获取api2、获取base_url和chat_model3、配置模型参数方法一:终端中临时将加

IDEA运行spring项目时,控制台未出现的解决方案

《IDEA运行spring项目时,控制台未出现的解决方案》文章总结了在使用IDEA运行代码时,控制台未出现的问题和解决方案,问题可能是由于点击图标或重启IDEA后控制台仍未显示,解决方案提供了解决方法... 目录问题分析解决方案总结问题js使用IDEA,点击运行按钮,运行结束,但控制台未出现http://

解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题

《解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题》文章详细描述了在使用lombok的@Data注解标注实体类时遇到编译无误但运行时报错的问题,分析... 目录问题分析问题解决方案步骤一步骤二步骤三总结问题使用lombok注解@Data标注实体类,编译时

C语言小项目实战之通讯录功能

《C语言小项目实战之通讯录功能》:本文主要介绍如何设计和实现一个简单的通讯录管理系统,包括联系人信息的存储、增加、删除、查找、修改和排序等功能,文中通过代码介绍的非常详细,需要的朋友可以参考下... 目录功能介绍:添加联系人模块显示联系人模块删除联系人模块查找联系人模块修改联系人模块排序联系人模块源代码如下

JavaScript中的isTrusted属性及其应用场景详解

《JavaScript中的isTrusted属性及其应用场景详解》在现代Web开发中,JavaScript是构建交互式应用的核心语言,随着前端技术的不断发展,开发者需要处理越来越多的复杂场景,例如事件... 目录引言一、问题背景二、isTrusted 属性的来源与作用1. isTrusted 的定义2. 为

SpringBoot项目中Maven剔除无用Jar引用的最佳实践

《SpringBoot项目中Maven剔除无用Jar引用的最佳实践》在SpringBoot项目开发中,Maven是最常用的构建工具之一,通过Maven,我们可以轻松地管理项目所需的依赖,而,... 目录1、引言2、Maven 依赖管理的基础概念2.1 什么是 Maven 依赖2.2 Maven 的依赖传递机