安科瑞IoT电能管理系统性解决方案在马来西亚某工厂的应用

本文主要是介绍安科瑞IoT电能管理系统性解决方案在马来西亚某工厂的应用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

苏月婷

江苏安科瑞电器制造有限公司

1. 应用场景Application Scenario

  对工厂的三相用电设备的用电量进行采集并上传至系统, 从而使用户能够实现在PC上就能通过IoT EMS系统查看设备用电情况。

  Customers need to collect the basic energy consumption data and upload it to management system so that they can realized real-time and remote data monitoring using their PC.

  2. 技术选型 Technical Selection

  2.1三相回路电压为415Vac L-L,额定电流不超过80A AC,三相四线接线,电表方面选型三相带RS485(MODBUS-RTU)通讯的电表ADL400。

  Rated voltage of 3-phase monitoring circuits is 415Vac L-L while the rated current is below 80A AC, thus selection of metering devices will be ADL400 3-phase energy meter with RS485 communication of MODBUS-RTU protocol

  2.2工厂经确认后WiFi覆盖条件较好,频段为2.4GHz,方便提供220Vac供电,网关选用AWT100-WiFi搭配POW模块。支持广播自动抄表以便后续下行设备的添加。该网关上行为4GHz WiFi,采用MODBUS-RTU over TCP的透传通讯协议。下行为RS485通讯,采用MODBUS-RTU协议,从而与ADL400配合对数据进行上传至云服务器通向系统。

  After discussing with the customer, factory is with stable 4GHz WiFi coverage and signal,and a power supply of 220Vac is preferable. So, for the gateway parts, we select AWT100-WiFi which own auto-broadcasting function that can ease the later adjustment with subsequent ADL400. Also, AWT100-WiFi is paired with AWT100-POW power module.Other than that, since AWT100-WiFi is with upstream of 2.4GHz WiFi using MODBUS-RTU over TCP protocol and downstream of RS485 using MODBUS-RTU protocol to be paired with ADL400 for energy consumption data uploaded to cloud server and finally to the IoT System.

  2.3测试阶段服务器使用我司已经租用的亚马逊云服务器以节省客户预算。

  For pilot project phase, cloud server is highly recommended to use our company’s cloud server which has been rent on Amazon to save the customers’ budget on testing phase.

  2.4根据需求系统选用IoT EMS系统,并提供3个月试用以便客户测试。

  According to the request, IoT Energy Management System will be the most appropriate one and can provide 3-month free trial for testing use.

  3. 初期方案架构Pilot Project Solution Structure

  4. 后期方案方向 Plan after Pilot Project

  若初期方案测试成功,后期方案方向为:

  If pilot project proved to be successful, later plan should be as below:

  4.1云托管方案:综合考虑云服务器租用成本以及点位数量不多的情况,云方案推荐为系统软件选用托管,云服务器依旧使用我司的云服务器。硬件设备层无需改动,只需后续增订ADL400三相电能表,若点位数量需求较多,根据情况配套增订AWT100-WiFi网关。

  Cloud Hosting Service Solution: Considering about the comprehensive cost of renting the cloud server and the amount of monitoring circuits, deployment of cloud IoT Energy Management System should be paired with hosting service. In this situation, customer don’t need to afford the rent of cloud server and will use our own cloud server. Also, for the hardware of this solution, no change need be done just like in the pilot project solution structure. Customer only need to order more ADL400 3-phase energy meter and maybe paired AWT100-WiFi gateway according to the number of subsequent request.

  4.2本地买断方案:若客户对数据保密性比较有想法,后期推荐方向为IoT系统买断服务,服务器架设本地服务器并搭配工业交换机与UPS电源。硬件设备层电表依旧推荐ADL400,特殊型号ADF400L不推荐使用,原因是在三相四线接线为直通式接线而非互感器接入时,ADF400L的测量模块需求数量较多,无法减少成本。网关方面根据后期点位数量增配AWT100-CE或者APort100.

  Local Buy-out Service Solution: If request from customers for data safety and Confidentiality is much more higher. The buy-out service of IoT Energy Management System to be paired with a Local Server will be the best choice. Yet the solution need to do a lot of change in hardware like. First, deploying of local server need to be paired with industrial switch and UPS. Second, for energy meter, ADL400 is still more recommendable.Since the special module, ADF400L Multi-circuit energy meter with built-in Ethernet communication won’t save much budget on the application of 3-phase wiring via direct connection instead of via CTs. At last, gateway need to be changed from AWT100-WiFi to AWT100-CE or Aport100 according to the amount of subsequent request.

  5. 后期方案架构 (仅指采用本地方案的情况下) Late-stage Solution Structure (For local solution only)

这篇关于安科瑞IoT电能管理系统性解决方案在马来西亚某工厂的应用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

相关文章

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

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

使用Python构建智能BAT文件生成器的完美解决方案

《使用Python构建智能BAT文件生成器的完美解决方案》这篇文章主要为大家详细介绍了如何使用wxPython构建一个智能的BAT文件生成器,它不仅能够为Python脚本生成启动脚本,还提供了完整的文... 目录引言运行效果图项目背景与需求分析核心需求技术选型核心功能实现1. 数据库设计2. 界面布局设计3

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

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

Java.lang.InterruptedException被中止异常的原因及解决方案

《Java.lang.InterruptedException被中止异常的原因及解决方案》Java.lang.InterruptedException是线程被中断时抛出的异常,用于协作停止执行,常见于... 目录报错问题报错原因解决方法Java.lang.InterruptedException 是 Jav

深入浅出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、列表定义是处理一组有序项目的

kkFileView在线预览office的常见问题以及解决方案

《kkFileView在线预览office的常见问题以及解决方案》kkFileView在线预览Office常见问题包括base64编码配置、Office组件安装、乱码处理及水印添加,解决方案涉及版本适... 目录kkFileView在线预览office的常见问题1.base642.提示找不到OFFICE组件

SpringBoot监控API请求耗时的6中解决解决方案

《SpringBoot监控API请求耗时的6中解决解决方案》本文介绍SpringBoot中记录API请求耗时的6种方案,包括手动埋点、AOP切面、拦截器、Filter、事件监听、Micrometer+... 目录1. 简介2.实战案例2.1 手动记录2.2 自定义AOP记录2.3 拦截器技术2.4 使用Fi

C#中的Converter的具体应用

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