浅谈安科瑞电流表和频率表在冰岛某木制品工厂的的应用

本文主要是介绍浅谈安科瑞电流表和频率表在冰岛某木制品工厂的的应用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

摘要:用户侧配电系统的智能化、精细化、可视化是当下配电管理的必然趋势。针对用户侧的配电进线回路,设计安装智能仪表,再通过设置仪表参数来实时监控各负载回路的工作状态;提高用能安全、提升设备维护效率、降低维护的人工成本、实现了配电系统监控的无人值守。通过数据的采集,对电参量的实时监测,分析负载侧用电质量以及配电系统的运行状态,为用户节约电力维护成本。现就冰岛Tandraberg公司电机监控改造加装我司电流表及频率表做一简要介绍。

Abstract: The intelligence, refinement and visualization of the distribution system are the trend of distribution management. The smart power meter is designed and installed for the power distribution circuit , in order to real time monitor the working state of each load circuit by setting the parameters of the smart meter. It can improve the safety of energy usage, improve the efficiency of equipment maintenance, reduce labor cost of maintenance, and realize the unattended monitoring of distribution system. Through data collection, real-time monitoring of electrical parameters, analysis of the power quality and distribution system running status, it will save users’ power maintenance costs. This article gives a brief introduction of Acrel PZ ammeter and frequency meter used in Iceland Tandraberg ehf company's motor monitoring project. 

1.项目概述:

Project Overview

Tandraberg ehf公司位于冰岛Eskifjörður,是该国较大的冷冻托盘厂家之一,该公司的生产用电大多为电机负载,用于工艺切割。由于原电机控制柜未加电力仪表,且变频器工作状况不了解,不知道电机的运行状况,故采购我司PZ系列三相电流表用于电机电流监控以及频率表用于监测回路频率变化.

Tandraberg ehf company, located in Eskifjörður,  is one of the largest manufacturers of refrigerated pallets in Iceland, Its main production electricity is motor load, which is used for process cutting. Since the original motor control cabinet doesn’t install with power measuring instrument, and the working condition of Variable-frequency Drive and moter are unknow. Therefore, they purchased Acrel PZ series three-phase ammeter for motor current monitoring and frequency meter for monitoring frequency change.

2.PZ系列可编程智能电测仪表介绍

PZ Series Programmable Intelligent Electric Meters

PZ系列仪表采用交流采样技术,可测量电网中的电流、电压、功率、功率因数和电能参数。它可通过面板按键设备电力参数。该仪表具有RS-485通讯接口,采用Modbus协议;也可以将电源信号转换成标准的直流模拟信号信号。该仪表还具有开关输入/输出、继电器/报警输出等。

PZ series of meters adopt AC sampling technology,which can separately measure the current, voltage, power, power factor and electric energy parameters in the grid .It can set the electrical parameter through the panel button.This meter has RS-485 communication interface,adopt Modbus protocol;also can convert the power signal into a standard DC analog signal.The meter also has switch input/output,relay/alarm output,etc.

3.型号说明

Model description

Technical features

4.安装图片

Installation picture

5.总结

PZ系列仪表具有较高的性能价格比,可以直接取代常规电力变送器及测量仪表。作为一种先进的智能化、数字化的前端采集元件,该电力仪表已广泛应用于各种控制系统,SCADA 系统和能源管理系统中。

PZ series power meter have high price performance, which can replace power transmitter and other measuring instrument. As an advanced intelligent and digital acquisition device, the power meter has been widely used in various control systems, SCADA systems and energy management systems.

参考文献;Bibliography

1. Solutions for enterprise micro-grid system 

安科瑞 缪阳扬

这篇关于浅谈安科瑞电流表和频率表在冰岛某木制品工厂的的应用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

相关文章

分布式锁在Spring Boot应用中的实现过程

《分布式锁在SpringBoot应用中的实现过程》文章介绍在SpringBoot中通过自定义Lock注解、LockAspect切面和RedisLockUtils工具类实现分布式锁,确保多实例并发操作... 目录Lock注解LockASPect切面RedisLockUtils工具类总结在现代微服务架构中,分布

Python标准库之数据压缩和存档的应用详解

《Python标准库之数据压缩和存档的应用详解》在数据处理与存储领域,压缩和存档是提升效率的关键技术,Python标准库提供了一套完整的工具链,下面小编就来和大家简单介绍一下吧... 目录一、核心模块架构与设计哲学二、关键模块深度解析1.tarfile:专业级归档工具2.zipfile:跨平台归档首选3.

使用IDEA部署Docker应用指南分享

《使用IDEA部署Docker应用指南分享》本文介绍了使用IDEA部署Docker应用的四步流程:创建Dockerfile、配置IDEADocker连接、设置运行调试环境、构建运行镜像,并强调需准备本... 目录一、创建 dockerfile 配置文件二、配置 IDEA 的 Docker 连接三、配置 Do

深入浅出SpringBoot WebSocket构建实时应用全面指南

《深入浅出SpringBootWebSocket构建实时应用全面指南》WebSocket是一种在单个TCP连接上进行全双工通信的协议,这篇文章主要为大家详细介绍了SpringBoot如何集成WebS... 目录前言为什么需要 WebSocketWebSocket 是什么Spring Boot 如何简化 We

Java Stream流之GroupBy的用法及应用场景

《JavaStream流之GroupBy的用法及应用场景》本教程将详细介绍如何在Java中使用Stream流的groupby方法,包括基本用法和一些常见的实际应用场景,感兴趣的朋友一起看看吧... 目录Java Stream流之GroupBy的用法1. 前言2. 基础概念什么是 GroupBy?Stream

python中列表应用和扩展性实用详解

《python中列表应用和扩展性实用详解》文章介绍了Python列表的核心特性:有序数据集合,用[]定义,元素类型可不同,支持迭代、循环、切片,可执行增删改查、排序、推导式及嵌套操作,是常用的数据处理... 目录1、列表定义2、格式3、列表是可迭代对象4、列表的常见操作总结1、列表定义是处理一组有序项目的

C#中的Converter的具体应用

《C#中的Converter的具体应用》C#中的Converter提供了一种灵活的类型转换机制,本文详细介绍了Converter的基本概念、使用场景,具有一定的参考价值,感兴趣的可以了解一下... 目录Converter的基本概念1. Converter委托2. 使用场景布尔型转换示例示例1:简单的字符串到

Spring Boot Actuator应用监控与管理的详细步骤

《SpringBootActuator应用监控与管理的详细步骤》SpringBootActuator是SpringBoot的监控工具,提供健康检查、性能指标、日志管理等核心功能,支持自定义和扩展端... 目录一、 Spring Boot Actuator 概述二、 集成 Spring Boot Actuat

PyTorch中的词嵌入层(nn.Embedding)详解与实战应用示例

《PyTorch中的词嵌入层(nn.Embedding)详解与实战应用示例》词嵌入解决NLP维度灾难,捕捉语义关系,PyTorch的nn.Embedding模块提供灵活实现,支持参数配置、预训练及变长... 目录一、词嵌入(Word Embedding)简介为什么需要词嵌入?二、PyTorch中的nn.Em

Spring Boot3.0新特性全面解析与应用实战

《SpringBoot3.0新特性全面解析与应用实战》SpringBoot3.0作为Spring生态系统的一个重要里程碑,带来了众多令人兴奋的新特性和改进,本文将深入解析SpringBoot3.0的... 目录核心变化概览Java版本要求提升迁移至Jakarta EE重要新特性详解1. Native Ima