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

相关文章

Mysql中的用户管理实践

《Mysql中的用户管理实践》:本文主要介绍Mysql中的用户管理实践,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录13. 用户管理13.1 用户 13.1.1 用户信息 13.1.2 创建用户 13.1.3 删除用户 13.1.4 修改用户

Python Flask 库及应用场景

《PythonFlask库及应用场景》Flask是Python生态中​轻量级且高度灵活的Web开发框架,基于WerkzeugWSGI工具库和Jinja2模板引擎构建,下面给大家介绍PythonFl... 目录一、Flask 库简介二、核心组件与架构三、常用函数与核心操作 ​1. 基础应用搭建​2. 路由与参

Spring Boot中的YML配置列表及应用小结

《SpringBoot中的YML配置列表及应用小结》在SpringBoot中使用YAML进行列表的配置不仅简洁明了,还能提高代码的可读性和可维护性,:本文主要介绍SpringBoot中的YML配... 目录YAML列表的基础语法在Spring Boot中的应用从YAML读取列表列表中的复杂对象其他注意事项总

宝塔安装的MySQL无法连接的情况及解决方案

《宝塔安装的MySQL无法连接的情况及解决方案》宝塔面板是一款流行的服务器管理工具,其中集成的MySQL数据库有时会出现连接问题,本文详细介绍两种最常见的MySQL连接错误:“1130-Hostisn... 目录一、错误 1130:Host ‘xxx.xxx.xxx.xxx’ is not allowed

电脑系统Hosts文件原理和应用分享

《电脑系统Hosts文件原理和应用分享》Hosts是一个没有扩展名的系统文件,当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,系统会立即打开对应... Hosts是一个没有扩展名的系统文件,可以用记事本等工具打开,其作用就是将一些常用的网址域名与其对应

redis在spring boot中异常退出的问题解决方案

《redis在springboot中异常退出的问题解决方案》:本文主要介绍redis在springboot中异常退出的问题解决方案,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴... 目录问题:解决 问题根源️ 解决方案1. 异步处理 + 提前ACK(关键步骤)2. 调整Redis消费者组

springboot项目redis缓存异常实战案例详解(提供解决方案)

《springboot项目redis缓存异常实战案例详解(提供解决方案)》redis基本上是高并发场景上会用到的一个高性能的key-value数据库,属于nosql类型,一般用作于缓存,一般是结合数据... 目录缓存异常实践案例缓存穿透问题缓存击穿问题(其中也解决了穿透问题)完整代码缓存异常实践案例Red

使用@Cacheable注解Redis时Redis宕机或其他原因连不上继续调用原方法的解决方案

《使用@Cacheable注解Redis时Redis宕机或其他原因连不上继续调用原方法的解决方案》在SpringBoot应用中,我们经常使用​​@Cacheable​​注解来缓存数据,以提高应用的性能... 目录@Cacheable注解Redis时,Redis宕机或其他原因连不上,继续调用原方法的解决方案1

CSS 样式表的四种应用方式及css注释的应用小结

《CSS样式表的四种应用方式及css注释的应用小结》:本文主要介绍了CSS样式表的四种应用方式及css注释的应用小结,本文通过实例代码给大家介绍的非常详细,详细内容请阅读本文,希望能对你有所帮助... 一、外部 css(推荐方式)定义:将 CSS 代码保存为独立的 .css 文件,通过 <link> 标签

linux服务之NIS账户管理服务方式

《linux服务之NIS账户管理服务方式》:本文主要介绍linux服务之NIS账户管理服务方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、所需要的软件二、服务器配置1、安装 NIS 服务2、设定 NIS 的域名 (NIS domain name)3、修改主