citect2018R2做WEB发布学习2

标签:
施耐德citect2018r2web发布基础知识 |
分类: 施耐德PLC |
继续学习文档。
Three Components
三个组件
In order to display a Citect SCADA
project in a web browser, the pages of the
project and the
current data need to be made available using standard web
based communications. There are three components
involved in achieving this outcome.
These are:
- The Citect SCADA Web Server (CitectSCADA web server + Microsoft IIS)
- The Citect SCADA Run time Server (IO and RAT servers)
- The Citect SCADA Web Client (Internet Explorer)
为了在web浏览器中显示Citect
SCADA项目,需要使用标准的基于web的通信使项目页面和当前数据可用。实现这一成果涉及三个组成部分。
它们是:
- Citect Scada web服务器(Citect Scada web服务器+微软IIS)
- Citect SCADA运行时服务器(IO和RAT服务器)
- Citect SCADA Web客户端(Internet Explorer)

第1部分,VJC项目被配置为web服务器上的部署1。请求的页面和组件保存在web服务器上。VJC运行系统包含报警服务器、趋势服务器、报表服务器、IO服务器(下含IO设备)。
第2部分,客户端连接到web服务器,寻求访问部署1。web服务器确认登录,发送请求连接信息。项目页面和组件根据请求发送到客户端。
第3部分,客户端连接到运行服务器部署1。客户端检索当前变量标签数据、报警、趋势和显示VJC项目。
Note: During the exercises in this
chapter, all three of these components will
be configured on
one computer. However, in a real scenario these roles are more
likely to
be performed on different computers.
注意:在本章的练习中,这三个组件都将在一台计算机上配置。然而,在实际场景中,这些角色更有可能在不同的计算机上执行。