安科瑞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

相关文章

SpringBoot中使用 ThreadLocal 进行多线程上下文管理及注意事项小结

《SpringBoot中使用ThreadLocal进行多线程上下文管理及注意事项小结》本文详细介绍了ThreadLocal的原理、使用场景和示例代码,并在SpringBoot中使用ThreadLo... 目录前言技术积累1.什么是 ThreadLocal2. ThreadLocal 的原理2.1 线程隔离2

在MySQL执行UPDATE语句时遇到的错误1175的解决方案

《在MySQL执行UPDATE语句时遇到的错误1175的解决方案》MySQL安全更新模式(SafeUpdateMode)限制了UPDATE和DELETE操作,要求使用WHERE子句时必须基于主键或索引... mysql 中遇到的 Error Code: 1175 是由于启用了 安全更新模式(Safe Upd

Python安装时常见报错以及解决方案

《Python安装时常见报错以及解决方案》:本文主要介绍在安装Python、配置环境变量、使用pip以及运行Python脚本时常见的错误及其解决方案,文中介绍的非常详细,需要的朋友可以参考下... 目录一、安装 python 时常见报错及解决方案(一)安装包下载失败(二)权限不足二、配置环境变量时常见报错及

Java下载文件中文文件名乱码的解决方案(文件名包含很多%)

《Java下载文件中文文件名乱码的解决方案(文件名包含很多%)》Java下载文件时,文件名中文乱码问题通常是由于编码不正确导致的,使用`URLEncoder.encode(filepath,UTF-8... 目录Java下载文件中文文件名乱码问题一般情况下,大家都是这样为了解决这个问题最终解决总结Java下

Idea实现接口的方法上无法添加@Override注解的解决方案

《Idea实现接口的方法上无法添加@Override注解的解决方案》文章介绍了在IDEA中实现接口方法时无法添加@Override注解的问题及其解决方法,主要步骤包括更改项目结构中的Languagel... 目录Idea实现接China编程口的方法上无法添加@javascriptOverride注解错误原因解决方

MYSQL事务死锁问题排查及解决方案

《MYSQL事务死锁问题排查及解决方案》:本文主要介绍Java服务报错日志的情况,并通过一系列排查和优化措施,最终发现并解决了服务假死的问题,文中通过代码介绍的非常详细,需要的朋友可以参考下... 目录问题现象推测 1 - 客户端无错误重试配置推测 2 - 客户端超时时间过短推测 3 - mysql 版本问

Android kotlin语言实现删除文件的解决方案

《Androidkotlin语言实现删除文件的解决方案》:本文主要介绍Androidkotlin语言实现删除文件的解决方案,在项目开发过程中,尤其是需要跨平台协作的项目,那么删除用户指定的文件的... 目录一、前言二、适用环境三、模板内容1.权限申请2.Activity中的模板一、前言在项目开发过程中,尤

Linux内存泄露的原因排查和解决方案(内存管理方法)

《Linux内存泄露的原因排查和解决方案(内存管理方法)》文章主要介绍了运维团队在Linux处理LB服务内存暴涨、内存报警问题的过程,从发现问题、排查原因到制定解决方案,并从中学习了Linux内存管理... 目录一、问题二、排查过程三、解决方案四、内存管理方法1)linux内存寻址2)Linux分页机制3)

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

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

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

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