SlideShare une entreprise Scribd logo
1  sur  35
Server   Thin Client




Installation
       Software License                 Not required
       Product (IWS)                    Not required
       Application Files                Not required
Execution
       Graphical Interface
       Background Tasks                     No
       Communication Tasks                  No
Web Thin Client
The user access the application from an Internet Explorer Web Browser.
     Ideal for multi-purpose stations (e.g.: Manager’s computer).


                      Secure Viewer Thin Client
   The user access the application from any computer with another
  instance of the Viewer. Ideal for operator stations or dual-monitor.


                    Mobile Access (MA) Thin Client
The user access the application from any browser that supports HTML5.
      Ideal for mobile devices, such as tablets and smartphones.


              Mobile Access (MA) Thin Client “Tabular”
   The user access the application from any browser. Ideal for legacy
            mobile devices with web browsing capabilities.
Web Thin Client

     Web Thin Clients




          Server
   (Indusoft Web Studio)
Secure Viewer Thin Client

        Thin Clients




           Server
    (Indusoft Web Studio)
MA Thin Client (HTML5)


                                   New
                                         MA Thin Client (HTML5)




MA “Tabular” Thin Client (HTML1)
MA Thin Client (HTML5)

     MA Thin Clients




          Server
   (Indusoft Web Studio)
MA “Tabular” Thin Client
      SMA “Tabular”
       Thin Clients




           Server
    (Indusoft Web Studio)
Server                                              Thin Client




        File Server               Application Files
                                  (e.g.: screen files,
(e.g.: File System, Web Server)   tags lists, etc)            Thin Client
                                                             Component(s)
       Data Server                Online / History
                                                         (e.g.: Plug-In, Web Browser)
                                  Information
                                  (e.g.: tag values,
        TCP/IP Server             trend history, etc )
Server                                         Thin Client




File Server      TCP Port       HTTP/HTTPS
Microsoft Web    80/443         over TCP/IP
 Server (IIS)                                     Thin Client
Web Tunneling                                    Component(s)
  Gateway
        TCP Port 1234                            (e.g.: Plug-In, Web
                                                      Browser)
Data Server      TCP Port   InduSoft protocol
TCP/IP Server    1234          over TCP/IP
Server                                  Local
  Tag value IS shared among all       Tag value is NOT shared among any
stations (Servers and Thin Clients)    stations (Servers and Thin Clients)

Example: Tank Level, Valve State,     Example: Current User, Alarm Filter
   Production Counter, etc.               Period, Report Name, etc.
Primary
  Server



            Thin Client(s)

Secondary
  Server
Typical architectures
                         Web Thin Client
  Cloud-based            MA Thin Client
     Server                                                   Web Thin Client
                                                              MA Thin Client




                                           Local HMI

                Secure Viewer
                  Thin Client
                                           Controller + I/O
                                             (e.g.: PLC)
Installation, Configuration, Execution

  Web Thin Client
      System File Server
      Web Thin Client Server (IIS)
      Web Tunneling Gateway
      Redundancy

  Secure Viewer Thin Client
      System File Server
      Web Thin Client Server (IIS)
      Web Tunneling Gateway
      Redundancy
      RDP solution for non-Microsoft devices

  MA Thin Client

  MAT Thin Client (Tabular)

  SSL for IIS Web Server
Web Thin Client
 Basic Installation
 - Preparing the Project
      Save all Screens as HTML (File Server part)
      Enable TCP/IP Server Task (Data Server part)
     Your project is ready to be served to a Web Thin Client

 - Preparing the Web Server
      Configure the Web Server Root directory to point to the Project’s Web subfolder
      Open Firewall ports 80 (http) and 1234 (InduSoft TCP/IP Server)

 - Running the Server Application
      Call the Runtime and make sure that the Web Server is running

 - Connecting through Internet Explorer
      Open an Internet Explorer session and type the URL to the computer where the project
       is running followed by the startup page name
          e.g. http://192.168.1.102/startup.html
      You will be asked to enter a valid user name and a password. Once the credentials have
       been validated, you will be able to connect to the server project and navigate through
       the screens
Web Thin Client
Web Server: using IIS (Internet Information
Services)
- Installing IIS
     On the Windows Control Panel, select Programs
      and Features
     Click on the Turn Windows features on and off
     We recommend installing the following features:
         IIS Management Console
         ASP and ASP.Net
         ISAIP Extensions and ISAPI Features
         You may need to use these features on MA,
            SMA and WTG

- Configuring IIS – 2 options (using Console):
     Point the Web Server to the Project’s Web folder
     Create a Virtual Directory pointing to the Project’s
      Web Folder

- Configure MIME Types
     On the Console, select the very Root
     Under the IIS group, click on MIME Type
     Enter all the file extensions present on the project’s
      Web Subfolder
SSL
IIS (Internet Information Services) using SSL
 - Purpose
     Provides more security, protecting from attacks through the use of Certificates (HTTPS)
     Browsers opening pages served through SSL check a Certificate and validates it

- Configure Server Computer to use SSL
     Get a certificate from a Certificate Authority. Or..
     Create a self-signed certificate following the steps below
         Using MMC, configure the Certificate Store (Local Computer)
         On IIS Console, create a Self-Signed Certificate (User computer name)
         Enable SSL on the Bindings settings associating it the Self-Signed Certificate that you created

- Configure Client Computer to accept a self-signed Certificate
     Ideally, using Internet Explorer, open a page from the to the Server through SSL (https) using the
      Computer Name (this is used on the Certificate)
     Once the certification validation fails, open the page anyway
     On the URL field, click on the warning regarding the Certification and open the View Certificate
      Window.
     Import the Certificate to the Trusted Root Certification Authorities
     Now the Certificate is valid to be used with ANY browser
Web Thin Client
 Redundancy
      Configure the Redundant Servers (both InduSoft project and IIS)
      On the development environment to the Ribbon->Project tab and click on Web
      On the Data Server IP Address you can enter the IP Address of the computer that will be the
       Primary Server
      Click on Advanced: you will be able to enter the Secondary IP Address
          Backup URL: URL where the Web files are stored (Project’s Web folder) from the
             Secondary Server
               It is used to download the files from the secondary Web server when the primary
               Web server is not available


 -
Web Thin Client
 Web Tunneling Gateway
 - Installation
      Used on the case when the port 1234 is blocked by Firewalls
      Installs an extension on IIS (IndWebSvc)
      Installation: The installer is located at InduSoft Web Studio
       v7.1BinWebTunnelingGateway.exe
         Note: Follow the additional instructions related to ISAPI and CGI
         Restrictions, as well as Handler Mapping on the Help system
 - Configuration
      On the development environment to the Ribbon->Project tab and
       click on Web
      On the Data Server IP Address enter the Computer’s IP Address. If
       the Web Server is on the same computer as the Project, you can
       type the localhost address
      Click on Advanced
      Enable the Web Tunneling Gateway
      Enter the IP Address that needs to be visible by the Web Thin
       Client
      In case of Redundant Systems, enter the secondary IP addresses
       and Backup URL
      RUN the VERIFY command to save this information on the
       project’s web pages
Secure Viewer Thin Client
 Server Configuration
 - Preparing the Project (Data Server)
      Enable TCP/IP Server Task
     Your project is ready to be served to a Secure Viewer Thin Client

 - Preparing the File Server (2 options)
     1. Use a Web Server and configure the Root directory to point to the Project’s root folder
        (folder where the .app is). OR
     2. Share on the network the Project’s root folder

      Open Firewall port 1234 (InduSoft TCP/IP Server), and, if using http, port 80

 - Running the Server Application
      Call the Runtime (make sure that the Web Server is running in case of http)

 - Additional Optional Configuration
      If using Redundant Systems, repeat the steps above on the Secondary Server computer
      If you want to use Web Tunneling Gateway, follow the same instructions to enable it as
       on the previous topic
Secure Viewer Thin Client
 Client Installation and Configuration

      Install the Secure Viewer application (ThinClientSetup.exe)
      Run the InduSoft Secure Viewer Thin Client Configuration

      On the Data Server IP Address, enter the Server’s IP or Name
      On the URL field, configure the path to the Server’s .App file
         If you are using a shared folder, you will enter here the path as in the example below:
              ComputerName<Path>ProjectName.app

           If you are using a Web Server, enter the URL to the .App file, as in the example below:
               http://computer name/ProjectName.app

      Configure the other parameters, such as Secondary Server information, WTG, etc…
Mobile Access (v7.1)
 Project Configuration

      Requires IIS – No additional configuration required!!!
      On the development environment to the Ribbon->Project tab and click on Mobile Access
      Alternatively, on the Project Explorer TreeView, you can go to the Graphics tab, expand the
       Thin Client folder and open the Mobile Access configuration
      You can configure Alarms, Trend Tags and Widgets for any Tag
      You can create areas and Sub-areas with different configurations
      Enable the TCP/IP Server runtime task
      Call the Runtime!
      On any browser, including from Tables and mobile, type http://<ComputerIP>/MA
Mobile Access Tabular
Project Configuration

     Requires IIS (ASP) – Configure it to point the Project’s folder, or Web, or WebSMA subfolders
     On the development environment to the Ribbon->Project tab and click on Mobile Access Tabular
     Alternatively, on the Project Explorer TreeView, you can go to the Graphics tab, expand the Thin
      Client folder and open the Mobile Access Tabular configuration
     You can configure the Tags that you want to display or control as well as Alarm Configurations
     Enable the TCP/IP Server runtime task
     Call the Runtime!
     On any browser, including from Tables and mobile, type http://<ComputerIP>/<Path>/logon.asp
Non-Windows RDP Access
 Server Configuration

      Configure a Windows 2008 R2 Server Roles for Remote Desktop Sessions and Remote
       Desktop Sessions host
      Configure additional settings, such as Network Authentication Level, License Mode,
       Groups and Users, Audio and Video playback option, etc…
      Install and Configure the SecureViewer on the Server
      Configure the User’s property to launch InduSoft Secure Viewer on LogOn
         (Server Manager->Configuration->Local Users and Groups->Users->Properties
         Enviroment tab->Starting Program->Start the Following Program on LogOn
         Configure it to start the InduSoft Secure Viewer Thin ClientViewer.exe
      Use a Remote Desktop Application to connect to the Server, such as
         - PocketCloud: For devices powered with iOS (iPads, iPhones, etc)
         - Remote RDP: For devices powered with Android (Tablets or phones)
         - Microsoft Remote Desktop Connection: For computers powered with Mac OSX

     InduSoft has a special TechNote for this case
Main Topics


 Installation

 File Server communication

 Data Server communication

 Updated product

 Updated project

 Security
Troubleshooting
   Web Thin Client requires the Plug-in ISSymbol.ocx. If you want it to be installed by automatically
   downloading it from the Web Site, you MUST run Internet Explorer as Administrator (right-click, Run as
   Administrator)
         NOTE: Please notice that the ISSymbol installation file is around 16MB large, so its download process may take a
         few minutes. During this download time, you will not see anything happening in the Browser

   If you are having problems opening a page that you have already opened before, delete the Temporary
   Files from the Browser. This is specially helpful when you do not see the changes that you did on the
   Server project

   Both Server and Thin Clients should be on the Same IWS version, including Service Pack. Or, at least the
   Thin Client (Web or Secure Viewer) version needs to be newer than the Server

   If you are going to use IIS do not place your project under your user Documents folder. This folder is
   protected by the Operating System. Recommendation: create a specific folder for the project, e.g.
   c:Project

   When using IIS, you MUST configure the MIME types and open the WWW, http and https services and
   ports on the Firewall

   Always make sure that the TCP/IP Server Runtime task is Running and the port is configured on the
   Firewall

   Can’t Start the Web Server? The TCP/IP port 80 is probably being used by another program: Skype,
   TeamViewer, CodeSys ENI, GE Cymplicity/Proficy
Troubleshooting
   Browser Error 404 means that the HTML Page does not exist on that server, but the server does have a Web
   Server enabled



   If the Web Server cannot be reached (not enabled, or firewall blocked) the error is that the browser could
   not connect to the Server and not to the Page




   If the page can be reached and you get the Error connecting to Server ‘<IP Address>’, this means that the
   Web page was found, that ISSymbol was installed, and that the TCP/IP Server can’t be reached. In which case
         Either the TCP/IP Server is not running
         Firewall is blocking the port 1234 (most common error)
         Wrong IP Address configured on the Data Server IP Address setting
         Use the Telnet command to try to connect to the port 1234. E. g.:
Email
   (US)           info@indusoft.com
   (Brazil)       info@indusoft.com.br
   (Germany)      info@indusoft-germany.de
                                                            USA
Support           support@indusoft.com
Web site
   (English)      www.indusoft.com
   (Portuguese)   www.indusoft.com.br
   (German)       www.indusoft-germany.de         Brazil
Phone             (512) 349-0334 (US)
                  +55-11-3293-9139 (Brazil)
                  +49 (0) 6227-732510 (Germany)            Germany
Toll-Free         877-INDUSOFT (877-463-8763)
Fax               (512) 349-0375
InduSoft Thin Client Webinar 2012

Contenu connexe

Tendances

SAP Single Sign-On 2.0 Overview
SAP Single Sign-On 2.0 OverviewSAP Single Sign-On 2.0 Overview
SAP Single Sign-On 2.0 OverviewSAP Technology
 
SAP S/4HANA: Everything you need to know for a successul implementation
SAP S/4HANA: Everything you need to know for a successul implementationSAP S/4HANA: Everything you need to know for a successul implementation
SAP S/4HANA: Everything you need to know for a successul implementationBluefin Solutions
 
Creación la estructura organizacional en la Ventas y Distribución (SD)
Creación la estructura organizacional en la  Ventas y Distribución (SD)Creación la estructura organizacional en la  Ventas y Distribución (SD)
Creación la estructura organizacional en la Ventas y Distribución (SD)judadd
 
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...Vijay Pisipaty
 
Optimize S1000D & ATA Technical Illustration production
Optimize S1000D & ATA Technical Illustration productionOptimize S1000D & ATA Technical Illustration production
Optimize S1000D & ATA Technical Illustration productionVizualsite LLC
 
Wake Up – It’s Time to Upgrade Your S/4HANA System!
Wake Up – It’s Time to Upgrade Your S/4HANA System!Wake Up – It’s Time to Upgrade Your S/4HANA System!
Wake Up – It’s Time to Upgrade Your S/4HANA System!panayaofficial
 
1010 introducing the new sap global batch traceability gbt key to manage qual...
1010 introducing the new sap global batch traceability gbt key to manage qual...1010 introducing the new sap global batch traceability gbt key to manage qual...
1010 introducing the new sap global batch traceability gbt key to manage qual...Sri Kumar
 
SAP S4HANA : Learn From Our Implementation Journey
SAP S4HANA : Learn From Our Implementation JourneySAP S4HANA : Learn From Our Implementation Journey
SAP S4HANA : Learn From Our Implementation JourneyAnup Lakra
 
MBSE and Model-Based Testing with Capella
MBSE and Model-Based Testing with CapellaMBSE and Model-Based Testing with Capella
MBSE and Model-Based Testing with CapellaObeo
 

Tendances (12)

SAP HANA Platform
SAP HANA Platform SAP HANA Platform
SAP HANA Platform
 
SAP Single Sign-On 2.0 Overview
SAP Single Sign-On 2.0 OverviewSAP Single Sign-On 2.0 Overview
SAP Single Sign-On 2.0 Overview
 
SAP S/4HANA: Everything you need to know for a successul implementation
SAP S/4HANA: Everything you need to know for a successul implementationSAP S/4HANA: Everything you need to know for a successul implementation
SAP S/4HANA: Everything you need to know for a successul implementation
 
Creación la estructura organizacional en la Ventas y Distribución (SD)
Creación la estructura organizacional en la  Ventas y Distribución (SD)Creación la estructura organizacional en la  Ventas y Distribución (SD)
Creación la estructura organizacional en la Ventas y Distribución (SD)
 
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...
IT Sapiens-SAP ITS Mobile Solution With Responsive Design for Multi Device Ad...
 
SAP Intelligent Factory.pdf
SAP Intelligent Factory.pdfSAP Intelligent Factory.pdf
SAP Intelligent Factory.pdf
 
Optimize S1000D & ATA Technical Illustration production
Optimize S1000D & ATA Technical Illustration productionOptimize S1000D & ATA Technical Illustration production
Optimize S1000D & ATA Technical Illustration production
 
Wake Up – It’s Time to Upgrade Your S/4HANA System!
Wake Up – It’s Time to Upgrade Your S/4HANA System!Wake Up – It’s Time to Upgrade Your S/4HANA System!
Wake Up – It’s Time to Upgrade Your S/4HANA System!
 
1010 introducing the new sap global batch traceability gbt key to manage qual...
1010 introducing the new sap global batch traceability gbt key to manage qual...1010 introducing the new sap global batch traceability gbt key to manage qual...
1010 introducing the new sap global batch traceability gbt key to manage qual...
 
SAP S4HANA : Learn From Our Implementation Journey
SAP S4HANA : Learn From Our Implementation JourneySAP S4HANA : Learn From Our Implementation Journey
SAP S4HANA : Learn From Our Implementation Journey
 
Spau spdd
Spau spddSpau spdd
Spau spdd
 
MBSE and Model-Based Testing with Capella
MBSE and Model-Based Testing with CapellaMBSE and Model-Based Testing with Capella
MBSE and Model-Based Testing with Capella
 

En vedette

Introduction to InduSoft Web Studio 8.0 + SP1
Introduction to InduSoft Web Studio 8.0 + SP1Introduction to InduSoft Web Studio 8.0 + SP1
Introduction to InduSoft Web Studio 8.0 + SP1AVEVA
 
InduSoft Web Studio v7.1 + SP3 Best Practices
InduSoft Web Studio v7.1 + SP3 Best PracticesInduSoft Web Studio v7.1 + SP3 Best Practices
InduSoft Web Studio v7.1 + SP3 Best PracticesAVEVA
 
OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013Alex Little
 
Thin client
Thin clientThin client
Thin clientdonzippy
 
A Special Introduction to the Upcoming InduSoft Web Studio 8.0
A Special Introduction to the Upcoming InduSoft Web Studio 8.0A Special Introduction to the Upcoming InduSoft Web Studio 8.0
A Special Introduction to the Upcoming InduSoft Web Studio 8.0AVEVA
 
What's New In InduSoft Web Studio 8.0 +SP1
What's New In InduSoft Web Studio 8.0 +SP1What's New In InduSoft Web Studio 8.0 +SP1
What's New In InduSoft Web Studio 8.0 +SP1AVEVA
 
RCS Thin Client Server (by Solaiemes)
RCS Thin Client Server (by Solaiemes)RCS Thin Client Server (by Solaiemes)
RCS Thin Client Server (by Solaiemes)Solaiemes
 
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1AVEVA
 
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.Aptean
 
Thin client server capacity planning for sm es
Thin client server capacity planning for sm esThin client server capacity planning for sm es
Thin client server capacity planning for sm esLimesh Parekh
 
Thin Client Overview
Thin Client OverviewThin Client Overview
Thin Client OverviewAlex Little
 
The Good, the bad, and the ugly of Thin Client/Server Computing
The Good, the bad, and the ugly of Thin Client/Server ComputingThe Good, the bad, and the ugly of Thin Client/Server Computing
The Good, the bad, and the ugly of Thin Client/Server ComputingThe Integral Worm
 
Designing the expert system
Designing the expert systemDesigning the expert system
Designing the expert systemasimnawaz54
 
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...The Integral Worm
 

En vedette (20)

Introduction to InduSoft Web Studio 8.0 + SP1
Introduction to InduSoft Web Studio 8.0 + SP1Introduction to InduSoft Web Studio 8.0 + SP1
Introduction to InduSoft Web Studio 8.0 + SP1
 
InduSoft Web Studio v7.1 + SP3 Best Practices
InduSoft Web Studio v7.1 + SP3 Best PracticesInduSoft Web Studio v7.1 + SP3 Best Practices
InduSoft Web Studio v7.1 + SP3 Best Practices
 
Copy Of Thin Client
Copy Of Thin ClientCopy Of Thin Client
Copy Of Thin Client
 
OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013
 
Thin client
Thin clientThin client
Thin client
 
A Special Introduction to the Upcoming InduSoft Web Studio 8.0
A Special Introduction to the Upcoming InduSoft Web Studio 8.0A Special Introduction to the Upcoming InduSoft Web Studio 8.0
A Special Introduction to the Upcoming InduSoft Web Studio 8.0
 
What's New In InduSoft Web Studio 8.0 +SP1
What's New In InduSoft Web Studio 8.0 +SP1What's New In InduSoft Web Studio 8.0 +SP1
What's New In InduSoft Web Studio 8.0 +SP1
 
RCS Thin Client Server (by Solaiemes)
RCS Thin Client Server (by Solaiemes)RCS Thin Client Server (by Solaiemes)
RCS Thin Client Server (by Solaiemes)
 
ThinClient
ThinClientThinClient
ThinClient
 
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1
What is New in Wonderware InduSoft Web Studio 8.0+SP1+Patch 1
 
Thin client
Thin clientThin client
Thin client
 
Thin Client
Thin ClientThin Client
Thin Client
 
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.
Saratoga CRM: Implementing Thin Client at Johnson Controls Inc.
 
Thin client server capacity planning for sm es
Thin client server capacity planning for sm esThin client server capacity planning for sm es
Thin client server capacity planning for sm es
 
Thin Client Overview
Thin Client OverviewThin Client Overview
Thin Client Overview
 
The Good, the bad, and the ugly of Thin Client/Server Computing
The Good, the bad, and the ugly of Thin Client/Server ComputingThe Good, the bad, and the ugly of Thin Client/Server Computing
The Good, the bad, and the ugly of Thin Client/Server Computing
 
Thin Client
Thin ClientThin Client
Thin Client
 
Designing the expert system
Designing the expert systemDesigning the expert system
Designing the expert system
 
Thin client
Thin clientThin client
Thin client
 
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
Artificial Intelligence: The Nine Phases of the Expert System Development Lif...
 

Similaire à InduSoft Thin Client Webinar 2012

Web Application Debugging Webinar
Web Application Debugging WebinarWeb Application Debugging Webinar
Web Application Debugging WebinarAVEVA
 
IIS internet information service NSA.ppt
IIS internet information service NSA.pptIIS internet information service NSA.ppt
IIS internet information service NSA.pptImranAhmadAhmad
 
Web Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris UriarteWeb Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris Uriartewebhostingguy
 
Web Servers, Browsers, Server - Browser Interaction, Web Surfing
Web Servers, Browsers, Server - Browser Interaction, Web SurfingWeb Servers, Browsers, Server - Browser Interaction, Web Surfing
Web Servers, Browsers, Server - Browser Interaction, Web Surfingwebhostingguy
 
Web Services and Devices Profile for Web Services (DPWS)
Web Services and Devices Profile for Web Services (DPWS)Web Services and Devices Profile for Web Services (DPWS)
Web Services and Devices Profile for Web Services (DPWS)Jorgen Thelin
 
Web Server(Apache),
Web Server(Apache), Web Server(Apache),
Web Server(Apache), webhostingguy
 
Web Server(Apache),
Web Server(Apache), Web Server(Apache),
Web Server(Apache), webhostingguy
 
Computer network network edge and network
Computer network network edge and networkComputer network network edge and network
Computer network network edge and networkrjnavallasca
 
InduSoft Web Studio and DCS Conversion and Integration Webinar
InduSoft Web Studio and DCS Conversion and Integration WebinarInduSoft Web Studio and DCS Conversion and Integration Webinar
InduSoft Web Studio and DCS Conversion and Integration WebinarAVEVA
 
Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configurationwebhostingguy
 
Datasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware serverDatasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware serverPaul Kolozsvari
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdfHost It Smart
 
Planning A Web Application
Planning A Web ApplicationPlanning A Web Application
Planning A Web Applicationahmad bassiouny
 

Similaire à InduSoft Thin Client Webinar 2012 (20)

Web Application Debugging Webinar
Web Application Debugging WebinarWeb Application Debugging Webinar
Web Application Debugging Webinar
 
Web servers
Web serversWeb servers
Web servers
 
IIS internet information service NSA.ppt
IIS internet information service NSA.pptIIS internet information service NSA.ppt
IIS internet information service NSA.ppt
 
Web Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris UriarteWeb Technology – Web Server Setup : Chris Uriarte
Web Technology – Web Server Setup : Chris Uriarte
 
Web Servers, Browsers, Server - Browser Interaction, Web Surfing
Web Servers, Browsers, Server - Browser Interaction, Web SurfingWeb Servers, Browsers, Server - Browser Interaction, Web Surfing
Web Servers, Browsers, Server - Browser Interaction, Web Surfing
 
Web Services and Devices Profile for Web Services (DPWS)
Web Services and Devices Profile for Web Services (DPWS)Web Services and Devices Profile for Web Services (DPWS)
Web Services and Devices Profile for Web Services (DPWS)
 
Chapter_2_v8.3.pptx
Chapter_2_v8.3.pptxChapter_2_v8.3.pptx
Chapter_2_v8.3.pptx
 
Web Server(Apache),
Web Server(Apache), Web Server(Apache),
Web Server(Apache),
 
Web Server(Apache),
Web Server(Apache), Web Server(Apache),
Web Server(Apache),
 
Chapter_2_v8.1.pptx
Chapter_2_v8.1.pptxChapter_2_v8.1.pptx
Chapter_2_v8.1.pptx
 
Computer network network edge and network
Computer network network edge and networkComputer network network edge and network
Computer network network edge and network
 
InduSoft Web Studio and DCS Conversion and Integration Webinar
InduSoft Web Studio and DCS Conversion and Integration WebinarInduSoft Web Studio and DCS Conversion and Integration Webinar
InduSoft Web Studio and DCS Conversion and Integration Webinar
 
Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configuration
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
 
Datasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware serverDatasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware server
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
20CS2008 Computer Networks
20CS2008 Computer Networks 20CS2008 Computer Networks
20CS2008 Computer Networks
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdf
 
introduction to web application development
introduction to web application developmentintroduction to web application development
introduction to web application development
 
Planning A Web Application
Planning A Web ApplicationPlanning A Web Application
Planning A Web Application
 

Plus de AVEVA

What's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVAWhat's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVAAVEVA
 
What's New In InduSoft Web Studio 8.1 + SP4
What's New In InduSoft Web Studio 8.1 + SP4What's New In InduSoft Web Studio 8.1 + SP4
What's New In InduSoft Web Studio 8.1 + SP4AVEVA
 
Introduction to InduSoft Web Studio 8.1 + SP5
Introduction to InduSoft Web Studio 8.1 + SP5Introduction to InduSoft Web Studio 8.1 + SP5
Introduction to InduSoft Web Studio 8.1 + SP5AVEVA
 
What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3AVEVA
 
Introduction to InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP3Introduction to InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP3AVEVA
 
Introduction to InduSoft Web Studio 8.1 + SP2
Introduction to InduSoft Web Studio 8.1 + SP2Introduction to InduSoft Web Studio 8.1 + SP2
Introduction to InduSoft Web Studio 8.1 + SP2AVEVA
 
What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2AVEVA
 
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...AVEVA
 
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...AVEVA
 
Introduction to InduSoft Web Studio 8.1 + Service Pack 1
Introduction to InduSoft Web Studio 8.1 + Service Pack 1Introduction to InduSoft Web Studio 8.1 + Service Pack 1
Introduction to InduSoft Web Studio 8.1 + Service Pack 1AVEVA
 
What's New In InduSoft Web Studio 8.1 + SP1
What's New In InduSoft Web Studio 8.1 + SP1What's New In InduSoft Web Studio 8.1 + SP1
What's New In InduSoft Web Studio 8.1 + SP1AVEVA
 
Introduction to InduSoft Web Studio 8.1 + SP1
Introduction to InduSoft Web Studio 8.1 + SP1Introduction to InduSoft Web Studio 8.1 + SP1
Introduction to InduSoft Web Studio 8.1 + SP1AVEVA
 
Security and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioSecurity and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioAVEVA
 
Graphical Interface Scaling in InduSoft Web Studio
Graphical Interface Scaling in InduSoft Web StudioGraphical Interface Scaling in InduSoft Web Studio
Graphical Interface Scaling in InduSoft Web StudioAVEVA
 
What's New In InduSoft Web Studio 8.1
What's New In InduSoft Web Studio 8.1What's New In InduSoft Web Studio 8.1
What's New In InduSoft Web Studio 8.1AVEVA
 
Introduction to InduSoft Web Studio 8.1
Introduction to InduSoft Web Studio 8.1Introduction to InduSoft Web Studio 8.1
Introduction to InduSoft Web Studio 8.1AVEVA
 
What’s coming in InduSoft Web Studio 8.1
What’s coming in InduSoft Web Studio 8.1What’s coming in InduSoft Web Studio 8.1
What’s coming in InduSoft Web Studio 8.1AVEVA
 
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...AVEVA
 
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...AVEVA
 
Tips and Tricks for InduSoft Web Studio-August 2017
Tips and Tricks for InduSoft Web Studio-August 2017Tips and Tricks for InduSoft Web Studio-August 2017
Tips and Tricks for InduSoft Web Studio-August 2017AVEVA
 

Plus de AVEVA (20)

What's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVAWhat's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
 
What's New In InduSoft Web Studio 8.1 + SP4
What's New In InduSoft Web Studio 8.1 + SP4What's New In InduSoft Web Studio 8.1 + SP4
What's New In InduSoft Web Studio 8.1 + SP4
 
Introduction to InduSoft Web Studio 8.1 + SP5
Introduction to InduSoft Web Studio 8.1 + SP5Introduction to InduSoft Web Studio 8.1 + SP5
Introduction to InduSoft Web Studio 8.1 + SP5
 
What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3What's New In InduSoft Web Studio 8.1 + SP3
What's New In InduSoft Web Studio 8.1 + SP3
 
Introduction to InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP3Introduction to InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP3
 
Introduction to InduSoft Web Studio 8.1 + SP2
Introduction to InduSoft Web Studio 8.1 + SP2Introduction to InduSoft Web Studio 8.1 + SP2
Introduction to InduSoft Web Studio 8.1 + SP2
 
What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2What's New In InduSoft Web Studio 8.1 + SP2
What's New In InduSoft Web Studio 8.1 + SP2
 
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
 
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
 
Introduction to InduSoft Web Studio 8.1 + Service Pack 1
Introduction to InduSoft Web Studio 8.1 + Service Pack 1Introduction to InduSoft Web Studio 8.1 + Service Pack 1
Introduction to InduSoft Web Studio 8.1 + Service Pack 1
 
What's New In InduSoft Web Studio 8.1 + SP1
What's New In InduSoft Web Studio 8.1 + SP1What's New In InduSoft Web Studio 8.1 + SP1
What's New In InduSoft Web Studio 8.1 + SP1
 
Introduction to InduSoft Web Studio 8.1 + SP1
Introduction to InduSoft Web Studio 8.1 + SP1Introduction to InduSoft Web Studio 8.1 + SP1
Introduction to InduSoft Web Studio 8.1 + SP1
 
Security and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioSecurity and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web Studio
 
Graphical Interface Scaling in InduSoft Web Studio
Graphical Interface Scaling in InduSoft Web StudioGraphical Interface Scaling in InduSoft Web Studio
Graphical Interface Scaling in InduSoft Web Studio
 
What's New In InduSoft Web Studio 8.1
What's New In InduSoft Web Studio 8.1What's New In InduSoft Web Studio 8.1
What's New In InduSoft Web Studio 8.1
 
Introduction to InduSoft Web Studio 8.1
Introduction to InduSoft Web Studio 8.1Introduction to InduSoft Web Studio 8.1
Introduction to InduSoft Web Studio 8.1
 
What’s coming in InduSoft Web Studio 8.1
What’s coming in InduSoft Web Studio 8.1What’s coming in InduSoft Web Studio 8.1
What’s coming in InduSoft Web Studio 8.1
 
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
 
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
 
Tips and Tricks for InduSoft Web Studio-August 2017
Tips and Tricks for InduSoft Web Studio-August 2017Tips and Tricks for InduSoft Web Studio-August 2017
Tips and Tricks for InduSoft Web Studio-August 2017
 

Dernier

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Dernier (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

InduSoft Thin Client Webinar 2012

  • 1.
  • 2.
  • 3.
  • 4. Server Thin Client Installation Software License Not required Product (IWS) Not required Application Files Not required Execution Graphical Interface Background Tasks No Communication Tasks No
  • 5.
  • 6. Web Thin Client The user access the application from an Internet Explorer Web Browser. Ideal for multi-purpose stations (e.g.: Manager’s computer). Secure Viewer Thin Client The user access the application from any computer with another instance of the Viewer. Ideal for operator stations or dual-monitor. Mobile Access (MA) Thin Client The user access the application from any browser that supports HTML5. Ideal for mobile devices, such as tablets and smartphones. Mobile Access (MA) Thin Client “Tabular” The user access the application from any browser. Ideal for legacy mobile devices with web browsing capabilities.
  • 7. Web Thin Client Web Thin Clients Server (Indusoft Web Studio)
  • 8. Secure Viewer Thin Client Thin Clients Server (Indusoft Web Studio)
  • 9. MA Thin Client (HTML5) New MA Thin Client (HTML5) MA “Tabular” Thin Client (HTML1)
  • 10. MA Thin Client (HTML5) MA Thin Clients Server (Indusoft Web Studio)
  • 11. MA “Tabular” Thin Client SMA “Tabular” Thin Clients Server (Indusoft Web Studio)
  • 12. Server Thin Client File Server Application Files (e.g.: screen files, (e.g.: File System, Web Server) tags lists, etc) Thin Client Component(s) Data Server Online / History (e.g.: Plug-In, Web Browser) Information (e.g.: tag values, TCP/IP Server trend history, etc )
  • 13. Server Thin Client File Server TCP Port HTTP/HTTPS Microsoft Web 80/443 over TCP/IP Server (IIS) Thin Client Web Tunneling Component(s) Gateway TCP Port 1234 (e.g.: Plug-In, Web Browser) Data Server TCP Port InduSoft protocol TCP/IP Server 1234 over TCP/IP
  • 14. Server Local Tag value IS shared among all Tag value is NOT shared among any stations (Servers and Thin Clients) stations (Servers and Thin Clients) Example: Tank Level, Valve State, Example: Current User, Alarm Filter Production Counter, etc. Period, Report Name, etc.
  • 15. Primary Server Thin Client(s) Secondary Server
  • 16. Typical architectures Web Thin Client Cloud-based MA Thin Client Server Web Thin Client MA Thin Client Local HMI Secure Viewer Thin Client Controller + I/O (e.g.: PLC)
  • 17.
  • 18. Installation, Configuration, Execution Web Thin Client System File Server Web Thin Client Server (IIS) Web Tunneling Gateway Redundancy Secure Viewer Thin Client System File Server Web Thin Client Server (IIS) Web Tunneling Gateway Redundancy RDP solution for non-Microsoft devices MA Thin Client MAT Thin Client (Tabular) SSL for IIS Web Server
  • 19. Web Thin Client Basic Installation - Preparing the Project  Save all Screens as HTML (File Server part)  Enable TCP/IP Server Task (Data Server part) Your project is ready to be served to a Web Thin Client - Preparing the Web Server  Configure the Web Server Root directory to point to the Project’s Web subfolder  Open Firewall ports 80 (http) and 1234 (InduSoft TCP/IP Server) - Running the Server Application  Call the Runtime and make sure that the Web Server is running - Connecting through Internet Explorer  Open an Internet Explorer session and type the URL to the computer where the project is running followed by the startup page name e.g. http://192.168.1.102/startup.html  You will be asked to enter a valid user name and a password. Once the credentials have been validated, you will be able to connect to the server project and navigate through the screens
  • 20. Web Thin Client Web Server: using IIS (Internet Information Services) - Installing IIS  On the Windows Control Panel, select Programs and Features  Click on the Turn Windows features on and off  We recommend installing the following features:  IIS Management Console  ASP and ASP.Net  ISAIP Extensions and ISAPI Features  You may need to use these features on MA, SMA and WTG - Configuring IIS – 2 options (using Console):  Point the Web Server to the Project’s Web folder  Create a Virtual Directory pointing to the Project’s Web Folder - Configure MIME Types  On the Console, select the very Root  Under the IIS group, click on MIME Type  Enter all the file extensions present on the project’s Web Subfolder
  • 21. SSL IIS (Internet Information Services) using SSL - Purpose  Provides more security, protecting from attacks through the use of Certificates (HTTPS)  Browsers opening pages served through SSL check a Certificate and validates it - Configure Server Computer to use SSL  Get a certificate from a Certificate Authority. Or..  Create a self-signed certificate following the steps below  Using MMC, configure the Certificate Store (Local Computer)  On IIS Console, create a Self-Signed Certificate (User computer name)  Enable SSL on the Bindings settings associating it the Self-Signed Certificate that you created - Configure Client Computer to accept a self-signed Certificate  Ideally, using Internet Explorer, open a page from the to the Server through SSL (https) using the Computer Name (this is used on the Certificate)  Once the certification validation fails, open the page anyway  On the URL field, click on the warning regarding the Certification and open the View Certificate Window.  Import the Certificate to the Trusted Root Certification Authorities  Now the Certificate is valid to be used with ANY browser
  • 22. Web Thin Client Redundancy  Configure the Redundant Servers (both InduSoft project and IIS)  On the development environment to the Ribbon->Project tab and click on Web  On the Data Server IP Address you can enter the IP Address of the computer that will be the Primary Server  Click on Advanced: you will be able to enter the Secondary IP Address  Backup URL: URL where the Web files are stored (Project’s Web folder) from the Secondary Server It is used to download the files from the secondary Web server when the primary Web server is not available -
  • 23. Web Thin Client Web Tunneling Gateway - Installation  Used on the case when the port 1234 is blocked by Firewalls  Installs an extension on IIS (IndWebSvc)  Installation: The installer is located at InduSoft Web Studio v7.1BinWebTunnelingGateway.exe Note: Follow the additional instructions related to ISAPI and CGI Restrictions, as well as Handler Mapping on the Help system - Configuration  On the development environment to the Ribbon->Project tab and click on Web  On the Data Server IP Address enter the Computer’s IP Address. If the Web Server is on the same computer as the Project, you can type the localhost address  Click on Advanced  Enable the Web Tunneling Gateway  Enter the IP Address that needs to be visible by the Web Thin Client  In case of Redundant Systems, enter the secondary IP addresses and Backup URL  RUN the VERIFY command to save this information on the project’s web pages
  • 24. Secure Viewer Thin Client Server Configuration - Preparing the Project (Data Server)  Enable TCP/IP Server Task Your project is ready to be served to a Secure Viewer Thin Client - Preparing the File Server (2 options) 1. Use a Web Server and configure the Root directory to point to the Project’s root folder (folder where the .app is). OR 2. Share on the network the Project’s root folder  Open Firewall port 1234 (InduSoft TCP/IP Server), and, if using http, port 80 - Running the Server Application  Call the Runtime (make sure that the Web Server is running in case of http) - Additional Optional Configuration  If using Redundant Systems, repeat the steps above on the Secondary Server computer  If you want to use Web Tunneling Gateway, follow the same instructions to enable it as on the previous topic
  • 25. Secure Viewer Thin Client Client Installation and Configuration  Install the Secure Viewer application (ThinClientSetup.exe)  Run the InduSoft Secure Viewer Thin Client Configuration  On the Data Server IP Address, enter the Server’s IP or Name  On the URL field, configure the path to the Server’s .App file  If you are using a shared folder, you will enter here the path as in the example below: ComputerName<Path>ProjectName.app  If you are using a Web Server, enter the URL to the .App file, as in the example below: http://computer name/ProjectName.app  Configure the other parameters, such as Secondary Server information, WTG, etc…
  • 26. Mobile Access (v7.1) Project Configuration  Requires IIS – No additional configuration required!!!  On the development environment to the Ribbon->Project tab and click on Mobile Access  Alternatively, on the Project Explorer TreeView, you can go to the Graphics tab, expand the Thin Client folder and open the Mobile Access configuration  You can configure Alarms, Trend Tags and Widgets for any Tag  You can create areas and Sub-areas with different configurations  Enable the TCP/IP Server runtime task  Call the Runtime!  On any browser, including from Tables and mobile, type http://<ComputerIP>/MA
  • 27. Mobile Access Tabular Project Configuration  Requires IIS (ASP) – Configure it to point the Project’s folder, or Web, or WebSMA subfolders  On the development environment to the Ribbon->Project tab and click on Mobile Access Tabular  Alternatively, on the Project Explorer TreeView, you can go to the Graphics tab, expand the Thin Client folder and open the Mobile Access Tabular configuration  You can configure the Tags that you want to display or control as well as Alarm Configurations  Enable the TCP/IP Server runtime task  Call the Runtime!  On any browser, including from Tables and mobile, type http://<ComputerIP>/<Path>/logon.asp
  • 28. Non-Windows RDP Access Server Configuration  Configure a Windows 2008 R2 Server Roles for Remote Desktop Sessions and Remote Desktop Sessions host  Configure additional settings, such as Network Authentication Level, License Mode, Groups and Users, Audio and Video playback option, etc…  Install and Configure the SecureViewer on the Server  Configure the User’s property to launch InduSoft Secure Viewer on LogOn (Server Manager->Configuration->Local Users and Groups->Users->Properties Enviroment tab->Starting Program->Start the Following Program on LogOn Configure it to start the InduSoft Secure Viewer Thin ClientViewer.exe  Use a Remote Desktop Application to connect to the Server, such as - PocketCloud: For devices powered with iOS (iPads, iPhones, etc) - Remote RDP: For devices powered with Android (Tablets or phones) - Microsoft Remote Desktop Connection: For computers powered with Mac OSX InduSoft has a special TechNote for this case
  • 29.
  • 30. Main Topics Installation File Server communication Data Server communication Updated product Updated project Security
  • 31. Troubleshooting Web Thin Client requires the Plug-in ISSymbol.ocx. If you want it to be installed by automatically downloading it from the Web Site, you MUST run Internet Explorer as Administrator (right-click, Run as Administrator) NOTE: Please notice that the ISSymbol installation file is around 16MB large, so its download process may take a few minutes. During this download time, you will not see anything happening in the Browser If you are having problems opening a page that you have already opened before, delete the Temporary Files from the Browser. This is specially helpful when you do not see the changes that you did on the Server project Both Server and Thin Clients should be on the Same IWS version, including Service Pack. Or, at least the Thin Client (Web or Secure Viewer) version needs to be newer than the Server If you are going to use IIS do not place your project under your user Documents folder. This folder is protected by the Operating System. Recommendation: create a specific folder for the project, e.g. c:Project When using IIS, you MUST configure the MIME types and open the WWW, http and https services and ports on the Firewall Always make sure that the TCP/IP Server Runtime task is Running and the port is configured on the Firewall Can’t Start the Web Server? The TCP/IP port 80 is probably being used by another program: Skype, TeamViewer, CodeSys ENI, GE Cymplicity/Proficy
  • 32. Troubleshooting Browser Error 404 means that the HTML Page does not exist on that server, but the server does have a Web Server enabled If the Web Server cannot be reached (not enabled, or firewall blocked) the error is that the browser could not connect to the Server and not to the Page If the page can be reached and you get the Error connecting to Server ‘<IP Address>’, this means that the Web page was found, that ISSymbol was installed, and that the TCP/IP Server can’t be reached. In which case Either the TCP/IP Server is not running Firewall is blocking the port 1234 (most common error) Wrong IP Address configured on the Data Server IP Address setting Use the Telnet command to try to connect to the port 1234. E. g.:
  • 33.
  • 34. Email (US) info@indusoft.com (Brazil) info@indusoft.com.br (Germany) info@indusoft-germany.de USA Support support@indusoft.com Web site (English) www.indusoft.com (Portuguese) www.indusoft.com.br (German) www.indusoft-germany.de Brazil Phone (512) 349-0334 (US) +55-11-3293-9139 (Brazil) +49 (0) 6227-732510 (Germany) Germany Toll-Free 877-INDUSOFT (877-463-8763) Fax (512) 349-0375