QQ登录

只需一步,快速开始

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

[ 复制链接 ]
如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

1 概述
基于WinCC/B.Data的综合能源管理系统,是西门子公司集成于TIA全集成自动化 & TIP全集成能源自动化的一体化产品,通过这一强有力的工具,对从SCADA层中得到的数据,采用成熟高效的综合能源分析方式,覆盖能源采购,能源调度,确保能源的高效使用和良好的成本控制。

采用B.Data进行能源系统的分析及管理,最终实现:

  • 技术数据和商务数据处理系统的整合;
  • 基于历史负荷数据和生产计划的负荷预测;
  • 气体和废水排放预测;
  • 增加发电和输配电的效率;
  • 通过生产相关的负荷预测提高规划可靠性 ;
  • 采购能源时,为采购部门提供成本优化支持;
  • 履行法律义务,监测报表温室气体排放;
  • 建立能源和原料帐目的公司级透明度 ;
  • 基于costs-by-cause原则,进行能源成本分配,易与财务系统关联 (如SAP);

相应的分析结果,通过报表系统合理展示。

B.Data客户端有C/S和B/S两种客户端方式,在B/S模式下,可以使用网页形式展示报表、趋势、视图,同时能够进行文档管理、手工录入数据等工作。在客户端通过MS Internet Explorer进行操作,而服务器一般选择Windows Server 2008,而Windows 7由于客户端的连接数量限制,建议仅作为测试使用。

本文中WEB 服务器选择的操作系统是Windows Server 2008 SP2 Standard和Windows 7 SP1 Ultimate,B.Data的版本是V5.3。

2在Windows Server 2008中配置WEB 发布
B.Data的WEB发布基于MS IIS(Internet Information Service),需要安装并配置IIS。

2.1 安装IIS
IIS作为Windows的特殊组件,并不会随Windows自动安装;Windows Server 2008中IIS的安装步骤和Windows Server 2003不太一样。
(A) 在Administrative Tools – Server Manager – Roles中选择Add Roles,在服务器角色中选择Web Server(IIS),如图1所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图1

(B) 为方便安装,可以选择所有组件;也可以只选择必要的组件:Application Development中的ASP.net和ASP,Security中的Basic Authentication和Windows Authentication,Management Tools – IIS Management Scripts and Tools,IIS Management Service以及IIS 6 Management Compatibility中的IIS 6 WMI Compatibility和IIS Metabase and IIS 6 console,其余保持默认选项,如图2所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图2

2.2 安装B.Data发布文件
在B.Data V5.3的安装光盘中找到目录BDataWeb,将其拷贝至本地硬盘中,本文中为C:\BDataWeb。

2.3 配置B.Data的WEB发布
(A) 在Administrative Tools – Internet Information Service (IIS) Manager中选择本地计算机,在Application Pools的右键快捷菜单中选择Add Application Pool,如图3所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图3

(B) 定义Application Tool的名称为BDataWebPool,.NET Framework版本选择v2.0.x,管理模式选择Classic,如图4所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图4

(C) 本例中使用默认站点作为发布站点,在Default Web Site的右键快捷菜单中选择Add Application,如图4所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图5

(D) 为Application定义别名BDataWeb,选择步骤(B)中定义的BDataWebPool作为Application pool,选择C:\BDataWeb作为物理路径,分别如图6、图7和图8所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图6

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图7

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图8

(E) 在Default Web Site – BDataWeb的右侧视图中找到IIS – Handler Mappings,双击打开,如图9所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

图9

(F) 在Disabled – ISAPI-dll的右键快捷菜单上选择Edit Feature Permissions,然后选择Execute,如图10和图11所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图10

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图11

(G) 配置完毕后,打开IE进行WEB测试,地址栏输入http://localhost/BDataWeb后,再输入B.Data的用户名和密码,可以浏览WEB文件,如图12和图13所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图12

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图13


3在Windows 7中配置WEB 发布
B.Data的WEB发布基于MS IIS(Internet Information Service),需要安装并配置IIS。

3.1 安装IIS
IIS作为Windows的特殊组件,并不会随Windows自动安装;Windows 7中IIS的安装步骤和Windows XP不太一样。
在Control Panel – Programs and Features中选择Turn Windows features on or off,为方便安装,可以选择所有Internet Information Services组件;也可以只选择必要的组件:Application Development中的ASP.net和ASP,Security中的Basic Authentication和Windows Authentication,Management Tools – IIS Management Scripts and Tools,IIS Management Service以及IIS 6 Management Compatibility中的IIS 6 WMI Compatibility和IIS Metabase and IIS 6 console,其余保持默认选项,如图14所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图14

3.2 安装B.Data发布文件
在B.Data V5.3的安装光盘中找到目录BDataWeb,将其拷贝至本地硬盘中,本例中为C:\BDataWeb。

3.3 配置B.Data的WEB发布
配置过程基本和Windows Server 2008一致,这里不再赘述。

需要注意的是,在64位的Windows Server 2008 R2 SP1和Windows 7 SP1上设置步骤(B)后,在BDataWebPool的右键快捷菜单上选择Advanced Settings,设置Enable 32-Bit Applications为True,如图15所示。

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布

如何在Windows Server 2008 / Windows 7中配置B.Data的WEB发布
图15




回复

使用道具 举报

点击查看
快速回复 返回列表 客服中心 搜索