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

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

相关文章

Python中随机休眠技术原理与应用详解

《Python中随机休眠技术原理与应用详解》在编程中,让程序暂停执行特定时间是常见需求,当需要引入不确定性时,随机休眠就成为关键技巧,下面我们就来看看Python中随机休眠技术的具体实现与应用吧... 目录引言一、实现原理与基础方法1.1 核心函数解析1.2 基础实现模板1.3 整数版实现二、典型应用场景2

一文教你如何将maven项目转成web项目

《一文教你如何将maven项目转成web项目》在软件开发过程中,有时我们需要将一个普通的Maven项目转换为Web项目,以便能够部署到Web容器中运行,本文将详细介绍如何通过简单的步骤完成这一转换过程... 目录准备工作步骤一:修改​​pom.XML​​1.1 添加​​packaging​​标签1.2 添加

tomcat多实例部署的项目实践

《tomcat多实例部署的项目实践》Tomcat多实例是指在一台设备上运行多个Tomcat服务,这些Tomcat相互独立,本文主要介绍了tomcat多实例部署的项目实践,具有一定的参考价值,感兴趣的可... 目录1.创建项目目录,测试文China编程件2js.创建实例的安装目录3.准备实例的配置文件4.编辑实例的

Python Dash框架在数据可视化仪表板中的应用与实践记录

《PythonDash框架在数据可视化仪表板中的应用与实践记录》Python的PlotlyDash库提供了一种简便且强大的方式来构建和展示互动式数据仪表板,本篇文章将深入探讨如何使用Dash设计一... 目录python Dash框架在数据可视化仪表板中的应用与实践1. 什么是Plotly Dash?1.1

浅谈mysql的sql_mode可能会限制你的查询

《浅谈mysql的sql_mode可能会限制你的查询》本文主要介绍了浅谈mysql的sql_mode可能会限制你的查询,这个问题主要说明的是,我们写的sql查询语句违背了聚合函数groupby的规则... 目录场景:问题描述原因分析:解决方案:第一种:修改后,只有当前生效,若是mysql服务重启,就会失效;

Android Kotlin 高阶函数详解及其在协程中的应用小结

《AndroidKotlin高阶函数详解及其在协程中的应用小结》高阶函数是Kotlin中的一个重要特性,它能够将函数作为一等公民(First-ClassCitizen),使得代码更加简洁、灵活和可... 目录1. 引言2. 什么是高阶函数?3. 高阶函数的基础用法3.1 传递函数作为参数3.2 Lambda

springboot集成Deepseek4j的项目实践

《springboot集成Deepseek4j的项目实践》本文主要介绍了springboot集成Deepseek4j的项目实践,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价... 目录Deepseek4j快速开始Maven 依js赖基础配置基础使用示例1. 流式返回示例2. 进阶

Java中&和&&以及|和||的区别、应用场景和代码示例

《Java中&和&&以及|和||的区别、应用场景和代码示例》:本文主要介绍Java中的逻辑运算符&、&&、|和||的区别,包括它们在布尔和整数类型上的应用,文中通过代码介绍的非常详细,需要的朋友可... 目录前言1. & 和 &&代码示例2. | 和 ||代码示例3. 为什么要使用 & 和 | 而不是总是使

SpringBoot项目启动报错"找不到或无法加载主类"的解决方法

《SpringBoot项目启动报错找不到或无法加载主类的解决方法》在使用IntelliJIDEA开发基于SpringBoot框架的Java程序时,可能会出现找不到或无法加载主类com.example.... 目录一、问题描述二、排查过程三、解决方案一、问题描述在使用 IntelliJ IDEA 开发基于

Python循环缓冲区的应用详解

《Python循环缓冲区的应用详解》循环缓冲区是一个线性缓冲区,逻辑上被视为一个循环的结构,本文主要为大家介绍了Python中循环缓冲区的相关应用,有兴趣的小伙伴可以了解一下... 目录什么是循环缓冲区循环缓冲区的结构python中的循环缓冲区实现运行循环缓冲区循环缓冲区的优势应用案例Python中的实现库