Helps_SV_V11_1 _ WORD FILES _ ENUSV_Servers_第1页
Helps_SV_V11_1 _ WORD FILES _ ENUSV_Servers_第2页
Helps_SV_V11_1 _ WORD FILES _ ENUSV_Servers_第3页
Helps_SV_V11_1 _ WORD FILES _ ENUSV_Servers_第4页
Helps_SV_V11_1 _ WORD FILES _ ENUSV_Servers_第5页
已阅读5页,还剩23页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Managing the Servers in the Application Explorer2Servers Advanced Settings3Using HTTPS to Secure the Connection Between the Supervisor and its Web Components5Web Services Server Overview10What are Virtual Directories?11How to Set-up the IIS Virtual Directories for WebVue or WebServices13WebVue and Web Services Server Startup Settings14WebVue and Web Services Server Advanced Settings15Mobile Server Overview17Mobile Server Settings - Alarms Tab18Mobile Server Settings - Properties Tab19How to Add a Log List to the Mobile Server22How to Set-up the IIS Virtual Directory for TouchVue23OPC Server Overview24OPCServer Settings26Using the Use Authentication Option27Using the AlarmState and AlarmStateLabels Properties28Managing the Servers in the Application ExplorerTasks applicable to the serversWhen the Servers folder is selected.IconTaskDescriptionSettingsDisplay the Supervisors Servers Settings dialog.When the WebVue & Web Services folder is selected.IconTaskDescriptionSettingsDisplay the WebVue and Web Services Settings dialog.Setup IIS.Setup the IIS virtual directories used by WebVue.When the Mobile Server folder is selected.IconTaskDescriptionSettingsDisplay the Mobile Server Settings dialog.When The OPC folder is selected.IconTaskDescriptionSettingsDisplay the Supervisors OPC Server Settings dialog.Servers Advanced SettingsThe Servers advanced settings can be displayed by using the Settings task when the Servers folder is selected in the Application Explorers configuration tree.Show picture Windows Remote Desktop Session Host Server Check NTFS folders permissions for the Supervisors folder, the project folder using -b and the project versions central folder - If ticked the Supervisor checks that the client users have the correct NTFS permissions (Full Control) for the folders before starting an RDS session. If the permissions are found to be incorrect an error message is displayed and the session is not started. Windows Remote Desktop session starting timeout (sec) - This timeout is only used if the property Use same working folder for all Remote Desktop sessions is selected in a clients network configuration. As only one RDS client is able to start at a time in a host server, the next client must wait either until the previous client has completed its startup, or this delay, before it can start. Common server properties for WebVue and the Web Services Toolkit Enable property server - Enable the Web Services property server. The default is ticked. Channel port - The port used for local communication between the Supervisor and IIS on the host PC. If a firewall is operating on the host PC it may be necessary to add an exception for the Supervisor and the port that it is using. The default is 8090. Client session timeout (sec) - If there is no request from the client after this period has elapsed, the server assumes that the client is disconnected, removes the clients context and releases any server resources allocated to the client. The default is 300 seconds. Webvue - See the Advanced Settings topic in the WebVue book. Mobile server - See the Settings topic in the Mobile Server book. OPC server - See the Settings topic in the OPC Server book.When basing the architecture on a RDS Host Server, only one Supervisor instance can have Enable property server enabled.Using HTTPS to Secure the Connection Between the Supervisor and its Web ComponentsThe standard communication used by the Supervisor (via Windows Internet Information Services) to communicate with its Web components is HTTP. HTTP is not encrypted and therefore represents a security risk. To fulfill the normally recognized minimum IT security requirements you can alternatively use HTTPS (Hypertext Transfer Protocol Secure). To use HTTPS you must obtain or configure an SSL Certificate (also known as a Security Certificate) for IIS. The Security Certificate contains (amongst other things) a key which is used to encrypt the communication. A Security Certificate can either be obtained from a Certificate Authority or can be self generated known as a self-signed certificate. Which one you use will depend on the IT policy of your company. This topic explains how to configure a self-signed certificate.How to configure IIS to allow the use HTTPS using a self-signed Security Certificate1. Open the IIS Manager (Control Panel System and Security Administrative Tools).2. Create a Self-Signed Certificate.a. Navigate the left pane and select your computer. b. Scroll the center pane and double click the Server Certificates tool. Show picturec. In the right pane select the Create Self-Signed Certificate task. The certificate configuration dialog opens.d. Enter a suitable name for the certificate and click OK. Show picture3. Configure the bindings.a. Navigate the left pane and select Default Web Site. Show pictureb. In the right pane select the Bindings task. The Site Bindings dialog opens.c. Select the Add button. The Add Site Binding dialog opens.d. Select the Type as https.e. Enter the IP Address of the PC. The Port will default to 443 which is the standard port number used for HTTPS.f. Select the SSL Certificate that you just configured. Show pictureg. Click OK to confirm the configuration and close the Add Binding dialog.h. Close the Site Bindings dialog.4. Enable https.a. Navigate the left pane and select Default Web Site.b. In the right pane select the Advanced Settings task. The Advanced Settings dialog opens.c. Change the Enabled Protocols property to https. Show pictured. Click OK to close the dialog.5. Close the IIS Manager dialog. The configuration is complete.The Supervisor can now communicate with its Web components using either HTTP or HTTPS.Allowing only a secure connectionIf you want to only allow secure connections, return to the Default Web Site view and double click on the SSL Settings tool. Tick the Require SSL box and click the Apply task in the right pane. Show pictureNow the Supervisor is only able to connect to its Web components using a secure connection.Web Services Server OverviewThe topics in this Help book explain how to configure the WebVue and Web Services server. For detailed information on how to configure and use WebVue itself, see the main WebVue help book.What are Virtual Directories?The term virtual directory is used to describe the mechanism that allows a Web client to access files located on a server using an alias rather than the real location. Using an alias to access files has several advantages. Because an alias is usually shorter than the path name of the directory, it is more convenient for users to type. An alias is more secure as users do not know where your files are physically located and therefore cannot use that information to modify your files. Aliases make it easier for you to move the location of your application. Rather than changing the URL for the directory, you change the mapping between the alias and the physical location of the directory.Virtual directories used by Web ServicesThe following virtual directories are used by Web Services. Classes - Used by the WebVue client to load the Java applet. WebPropertyServer - Used by the WebVue client to exchange data with its server. ProjectName - Used by the WebVue client to access the configuration of the project. (ProjectName is replaced by the actual name of the project.) Virtual directories used by the Web Services ToolkitThe following virtual directories are used by the Web Services Toolkit. They are used by any third party applications. SessionContext - to access session and user management. RealTimeData - to access the real time value of the Supervisors variables. RealTimeAlarm - to access the Supervisors alarm list. HistoricalData - to access the Supervisors historical data.Virtual directories used by the demonstration portalsThe supervisor is shipped with an example of web portal that use the Web Services Toolkit to access the Supervisors data. It also require virtual directories. SV_WSDemo_100Accessing the virtual directory configuration in Windows 7You can access the virtual directory configuration as follows.1. From the Start menu open the Windows Control Panel.2. Open the System and Security section then Administrative Tools.3. Open the dialog for Internet Information Services (IIS Manager).4. In the Connections pane, expand the PCs root node, then Sites, then the Default Web Site. Under that you will see a list of the virtual directories set up by the Supervisor. 5. To view the properties of a virtual directory right-click its icon and, from the context menu, select Manage Application then Advanced Settings. Show pictureDo not change anything in the virtual directory configuration unless you are confident about what you are doing. An incorrect change may cause erroneous operation of the Supervisor, Web Services or Windows.The virtual directories are only created after the Web Services Server has been configured. See the topic Setting up the IIS Virtual Directories for more information.How to Set-up the IIS Virtual Directories for WebVue or WebServices1. Select the Servers folder in the Application Explorer configuration tree and then, in the right pane, select the WebVue & Web Services object.2. From the task list select Setup IIS virtual directories and click Continue on the confirmation dialog. Show picture3. The Supervisor will attempt to configure the virtual directories and a dialog will be displayed confirming the results. Click the Finished button to close the confirmation dialog.The virtual directories must be correctly set-up before you can use WebVue or Web Services. If the set-up fails check the configuration of IIS on your PC. See the main WebVue and Web Services help book for further information. WebVue and Web Services Server Startup SettingsThe WebVue and Web Services server startup settings can be displayed from the Communication folder of the Application Explorers Main Settings dialog or by using the Settings task when the WebVue and Web Services folder is selected in the Application Explorers configuration tree. Show picture Default first mimic and branch - Selects the mimic and branch that are displayed in the WebVue Client when it first connects to the Supervisor if a mimic and branch are not defined in configuration of the user that has logged on. Display language - Specifies the language in which the WebVue menu and tools will appear. Project language - Specifies the language in which the WebVue mimics will appear. Look and feel - Selects the look and feel of the WebVue Client system menu, pop-up menus and HTML workspace.WebVue and Web Services Server Advanced SettingsThe WebVue and Web Services server advanced settings can be displayed from the Communication folder of the Application Explorers Main Settings dialog or by using the Settings task when the WebVue and Web Services folder is selected in the Application Explorers configuration tree.Show picture Ergonomics Show system menu - Display the WebVue command menu when WebVue is displayed in a browser. Activate anti-aliasing - Activate anti-aliasing of text and graphics in WebVue. Behavior Access to layers on right click - Enable the ability to select drawing layers (from the pop-up menu displayed by-right clicking in a WebVue mimic). Contextual mimics - Allow the use of context mimics in WebVue. Enable automatic logoff - Enable automatic logging off after a period of inactivity. The period is defined in the users profile. Security mode for login and password - See the topic Using the security mode for password in the main WebVue help. Associated Action on left click - In an Alarm Viewer, enable the action associated with an alarm to be directly executed when the user left-clicks on the alarm. Link mimic with web client resolution - The mimics size is adjusted to use the screen resolution of the PC used by the web client. See note below. Connection Data encryption - Data transferred between the WebVue Client and Server is encrypted. When data transfers are encrypted, they are far less vulnerable to techniques of sniffing (unauthorized monitoring) and spoofing (impersonating a client or server). Data compression - Data transferred between the WebVue server and client is compressed using a Zip type algorithm. Logon/logout script - Enables a script to run at logon and/or logout. Viewers parameters Client polling delay- The period at which the WebVue Client makes requests to the server. Read after click period (ms)- The period following a command click in a WebVue mimic after which the WebVue client makes a read request. Trend, Log & Alarm refresh periods (ms) - The period for refreshing the content of each kind of viewer.The properties that enabled certain SCADA Basic functions (Enable CONNECTURL, etc.) are not required from version 10.0 onwards as the SCADA Basic functions to which they relate are now permanently enabled.Using Link mimic with web client resolutionWhen you tick Link mimic with web client resolution the client (WebVue) sends the screen resolution of the PC on which it is running to the Supervisor. The Supervisors server then automatically scales mimics requested by WebVue so that they fit the screen resolution of the client. However, if the Web Browser containing WebVue is not full screen, then the mimics will not be fully visible as they will be scaled to fit the full screen. To resolve this you must edit index.html to add a the following line.For Internet Explorer: nFor other browsers:autofit=browsern in index.htmlThis will cause the client to send the resolution of the Web Browser to the server instead of sending the screen resolution. The Web Browser resolution is then used to scale the mimics.The index.html file is found in the folder .WEB.When you tick Link mimic with web client resolution the client (WebVue) sends the screen resolution of the host PC on which it is running to the server (the Supervisor). The Supervisors server then automatically scales mimics requested by WebVue so that they fit the screen resolution of the client.Mobile Server OverviewThe topics in this Help book explain how to configure the Supervisors Mobile Server. For detailed information on how to configure and use TouchVue, the Supervisors mobile app, see the main TouchVue help book.Mobile Server Settings - Alarms TabThe Mobile Server advanced settings can be displayed from the Communication folder of the Application Explorers Main Settings dialog or by using the Settings task when the Mobile Server folder is selected in the Application Explorers configuration tree. The settings are divided into Alarms and Properties. This topic is for Alarms. Show pictureThe Alarms properties are divided into two main categories. Alarm notification - Configuration for alarms appearing in the mobile notification area. Alarm list - Configuration for the TouchVue Alarms List.The properties are the same for both categories except that you can enable/disable Alarm Notifications and configure the refresh rate.Alarms tab properties Alarm notification - Configuration of the Notification Area for alarms display. Enabled - Enable display of eligible alarms in the Notification Area. Refresh period - The period, in seconds, at which the Notification Area is refreshed. Alarm priority - The minimum and maximum priority for alarms to be eligible for display. Allow filtering - Allow the TouchVue user to change the alarm filter. Notification events - Selection of the alarm events eligible for display. Alarm list - Configuration of the Alarms List. The configuration properties are identical to those for Alarm Notification except that Enabled and Refresh are not available.Mobile Server Settings - Properties TabThe Mobile Server advanced settings can be displayed from the Communication folder of the Application Explorers Main Settings dialog or by using the Settings task when the Mobile Server folder is selected in the Application Explorers configuration tree. The settings are divided into Alarms and Properties. This topic is for Properties. Show pictureVariable propertiesThe Properties tab configures which properties are displayed when you open the details screen for a variable (bit, alarm, register or text), or for an individual log.To display a property in the TouchVue Variable Details screen you tick the corresponding property in the Mobile Server Settings dialog. Properties can either be displayed in the main area immediately under the value, or in the details list which is displayed by touching the Details button. Show picture To select a property for display in the details list tick the corresponding Details property in the Mobile Server Settings dialog.The following properties can be selected for for display in TouchVue.PropertyBitAlarmRegisterTextLogDomain (Attribute 1)YesYesYesYesYesNature (Attribute 2)YesYesYesYesYesVariable nameYesYesYesYesYesMaximum valueNoNoYesNoNoMinimum valueNoNoYesNoNoMaximum control valueNoNoYesNoNoMinimum control valueNoNoYesNoNoMaximum variable nameNoNoYesNoNoMinimum variable nameNoNoYesNoNoMaximum control variableN

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论