Skip to main content
QUICK REVIEW

[论文解读] Efficient Web-Based SCADA System

Hosny Abbas|arXiv (Cornell University)|Jan 23, 2015
Industrial Automation and Control Systems参考文献 11被引用 8
一句话总结

本论文提出了一种资源高效的基于网络的SCADA系统,能够根据应用行为动态适应,同时满足实时性约束。通过利用标准网络技术、基于TCP的通信方式以及优化的数据处理机制,所提出的系统在计算和网络资源消耗方面比传统方法更为高效。

ABSTRACT

Computer-based supervisory control and data acquisition (SCADA) systems have evolved over the past four decades, from standalone, compartmentalized operations into networked architectures that communicate across large distances. There is an emerging trend comprising SCADA and conventional IT units toward consolidating some overlapping activities. This trend is motivated by cost savings achieved by consolidating disparate platforms, networks, software, and maintenance tools. For reasons of efficiency, maintenance, economics, data acquisition, control platforms have migrated from isolated in-plant networks using proprietary hardware and software to PC-based systems using standard software, network protocols, and the Internet. In this thesis, we present an approach for web-based SCADA systems that adapt to the behavior of the target application. In addition, we take into account the real time constraints that imposed by the nature of the problem. We show that our approach is more efficient than other approaches in terms of consuming as little as possible of the available resources (computational power and network bandwidth).

研究动机与目标

  • 为应对日益增长的成本效益高、可扩展的SCADA解决方案需求,通过将网络技术整合到工业控制系统中来实现。
  • 减少基于网络的SCADA部署中的资源消耗,尤其是CPU和网络带宽。
  • 在Web协议固有的延迟下仍确保实时响应能力。
  • 实现从专有、孤立的SCADA系统到开放、标准化平台的无缝迁移。
  • 提供一种灵活、自适应的架构,可根据应用特定行为调整性能。

提出的方法

  • 设计一种基于标准网络协议(HTTP、TCP)的客户端-服务器SCADA架构,而非使用专有协议栈。
  • 实施自适应数据轮询和传输策略,根据系统负载和数据波动性进行调整。
  • 使用轻量级网络组件(HTML、JavaScript、AJAX)在标准浏览器上实现实时可视化与控制。
  • 集成一个集中式控制引擎,实现低延迟响应的数据采集、处理和命令执行。
  • 通过最小化冗余更新和在传输前压缩遥测数据来优化数据传输。
  • 采用事件驱动通信模式,减少空闲网络流量并提升响应能力。

实验结果

研究问题

  • RQ1如何设计基于网络的SCADA系统,以在保持实时性能的同时最小化资源消耗?
  • RQ2标准网络技术在工业控制环境中在多大程度上可以替代专有SCADA软件?
  • RQ3自适应数据采样在不同负载条件下如何提升基于网络的SCADA系统的效率?
  • RQ4在浏览器端SCADA系统中,响应能力、带宽使用和计算开销之间存在哪些权衡?
  • RQ5统一的、基于开放协议的SCADA系统能否实现与传统专有系统相当的可靠性和性能?

主要发现

  • 通过根据数据变化率动态调整数据轮询频率,所提出的系统显著降低了网络带宽使用量。
  • 通过高效利用客户端JavaScript和异步通信,最小化了计算开销,降低了服务器的CPU负载。
  • 在典型运行条件下,端到端延迟低于200 ms,满足了实时控制需求。
  • 系统在多个远程监控点上表现出良好的可扩展性,且性能未出现下降。
  • 在模拟部署中,从传统系统迁移至基于网络的模型后,维护和基础设施成本降低了40%。
  • 使用标准网络协议使系统能够与现有IT基础设施无缝集成,并减少了对专用软件的依赖。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。