SlideShare a Scribd company logo
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

More Related Content

What's hot

Cloud penetration testing
Cloud penetration testingCloud penetration testing
Cloud penetration testing
vericlouds11
 
Advanced ClearPass Workshop
Advanced ClearPass WorkshopAdvanced ClearPass Workshop
Advanced ClearPass Workshop
Aruba, a Hewlett Packard Enterprise company
 
Secure your app with keycloak
Secure your app with keycloakSecure your app with keycloak
Secure your app with keycloak
Guy Marom
 
Gloo 1.0 - API Gateway Overview and Demo
Gloo 1.0 - API Gateway Overview and DemoGloo 1.0 - API Gateway Overview and Demo
Gloo 1.0 - API Gateway Overview and Demo
Solo.io
 
ClearPass Guest Overview
ClearPass Guest Overview ClearPass Guest Overview
OWASP ModSecurity Core Rules Paranoia Mode
OWASP ModSecurity Core Rules Paranoia ModeOWASP ModSecurity Core Rules Paranoia Mode
OWASP ModSecurity Core Rules Paranoia Mode
Christian Folini
 
The Coupa Organic Platform from A to Z: Maximizing the Value
The Coupa Organic Platform from A to Z: Maximizing the ValueThe Coupa Organic Platform from A to Z: Maximizing the Value
The Coupa Organic Platform from A to Z: Maximizing the Value
Coupa Software
 
WSO2 Enterprise Integrator 101
WSO2 Enterprise Integrator 101WSO2 Enterprise Integrator 101
WSO2 Enterprise Integrator 101
WSO2
 
Single Sign On 101
Single Sign On 101Single Sign On 101
Single Sign On 101
Mike Schwartz
 
[Russia] MySQL OOB injections
[Russia] MySQL OOB injections[Russia] MySQL OOB injections
[Russia] MySQL OOB injections
OWASP EEE
 
OAuth 2.0 and OpenID Connect
OAuth 2.0 and OpenID ConnectOAuth 2.0 and OpenID Connect
OAuth 2.0 and OpenID Connect
Jacob Combs
 
Integration Solution Patterns
Integration Solution Patterns Integration Solution Patterns
Integration Solution Patterns
WSO2
 
Stateless Auth using OAUTH2 & JWT
Stateless Auth using OAUTH2 & JWTStateless Auth using OAUTH2 & JWT
Stateless Auth using OAUTH2 & JWT
Mobiliya
 
OAuth 2.0 and OpenId Connect
OAuth 2.0 and OpenId ConnectOAuth 2.0 and OpenId Connect
OAuth 2.0 and OpenId Connect
Saran Doraiswamy
 
Visio Diagram of a user SSO Flow
Visio Diagram of a user SSO FlowVisio Diagram of a user SSO Flow
Visio Diagram of a user SSO Flow
Mike Reams
 
02 api gateway
02 api gateway02 api gateway
02 api gateway
Janani Velmurugan
 
Documento de visao SCCI - Grupo ACCER
Documento de visao SCCI - Grupo ACCERDocumento de visao SCCI - Grupo ACCER
Documento de visao SCCI - Grupo ACCER
accer-scci
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
MayeCreate Design
 
FIDO2 Specifications Overview
FIDO2 Specifications OverviewFIDO2 Specifications Overview
FIDO2 Specifications Overview
FIDO Alliance
 
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in EuropeFIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
FIDO Alliance
 

What's hot (20)

Cloud penetration testing
Cloud penetration testingCloud penetration testing
Cloud penetration testing
 
Advanced ClearPass Workshop
Advanced ClearPass WorkshopAdvanced ClearPass Workshop
Advanced ClearPass Workshop
 
Secure your app with keycloak
Secure your app with keycloakSecure your app with keycloak
Secure your app with keycloak
 
Gloo 1.0 - API Gateway Overview and Demo
Gloo 1.0 - API Gateway Overview and DemoGloo 1.0 - API Gateway Overview and Demo
Gloo 1.0 - API Gateway Overview and Demo
 
ClearPass Guest Overview
ClearPass Guest Overview ClearPass Guest Overview
ClearPass Guest Overview
 
OWASP ModSecurity Core Rules Paranoia Mode
OWASP ModSecurity Core Rules Paranoia ModeOWASP ModSecurity Core Rules Paranoia Mode
OWASP ModSecurity Core Rules Paranoia Mode
 
The Coupa Organic Platform from A to Z: Maximizing the Value
The Coupa Organic Platform from A to Z: Maximizing the ValueThe Coupa Organic Platform from A to Z: Maximizing the Value
The Coupa Organic Platform from A to Z: Maximizing the Value
 
WSO2 Enterprise Integrator 101
WSO2 Enterprise Integrator 101WSO2 Enterprise Integrator 101
WSO2 Enterprise Integrator 101
 
Single Sign On 101
Single Sign On 101Single Sign On 101
Single Sign On 101
 
[Russia] MySQL OOB injections
[Russia] MySQL OOB injections[Russia] MySQL OOB injections
[Russia] MySQL OOB injections
 
OAuth 2.0 and OpenID Connect
OAuth 2.0 and OpenID ConnectOAuth 2.0 and OpenID Connect
OAuth 2.0 and OpenID Connect
 
Integration Solution Patterns
Integration Solution Patterns Integration Solution Patterns
Integration Solution Patterns
 
Stateless Auth using OAUTH2 & JWT
Stateless Auth using OAUTH2 & JWTStateless Auth using OAUTH2 & JWT
Stateless Auth using OAUTH2 & JWT
 
OAuth 2.0 and OpenId Connect
OAuth 2.0 and OpenId ConnectOAuth 2.0 and OpenId Connect
OAuth 2.0 and OpenId Connect
 
Visio Diagram of a user SSO Flow
Visio Diagram of a user SSO FlowVisio Diagram of a user SSO Flow
Visio Diagram of a user SSO Flow
 
02 api gateway
02 api gateway02 api gateway
02 api gateway
 
Documento de visao SCCI - Grupo ACCER
Documento de visao SCCI - Grupo ACCERDocumento de visao SCCI - Grupo ACCER
Documento de visao SCCI - Grupo ACCER
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
 
FIDO2 Specifications Overview
FIDO2 Specifications OverviewFIDO2 Specifications Overview
FIDO2 Specifications Overview
 
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in EuropeFIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
FIDO & PSD2: Solving the Strong Customer Authentication Challenge in Europe
 

Viewers also liked

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
AVEVA
 
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
AVEVA
 
Copy Of Thin Client
Copy Of Thin ClientCopy Of Thin Client
Copy Of Thin Client
guest53ff8ece
 
OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013OppiaMobile Learning Platform - TelSpain Nov 2013
OppiaMobile Learning Platform - TelSpain Nov 2013
Alex Little
 
Thin client
Thin clientThin client
Thin client
donzippy
 
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
AVEVA
 
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
AVEVA
 
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
 
ThinClient
ThinClientThinClient
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
AVEVA
 
Thin client
Thin clientThin client
Thin client
Ravi Kant
 
Thin Client
Thin ClientThin Client
Thin Client
Edward Seabrook
 
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 es
Limesh Parekh
 
Thin Client Overview
Thin Client OverviewThin Client Overview
Thin Client Overview
Alex 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 Computing
The Integral Worm
 
Thin Client
Thin ClientThin Client
Thin Client
Vinod Kumar V H
 
Designing the expert system
Designing the expert systemDesigning the expert system
Designing the expert system
asimnawaz54
 
Thin client
Thin clientThin client
Thin client
Vinod Kumar V H
 
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
 

Viewers also liked (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...
 

Similar to InduSoft Thin Client Webinar 2012

Web Application Debugging Webinar
Web Application Debugging WebinarWeb Application Debugging Webinar
Web Application Debugging Webinar
AVEVA
 
Web servers
Web serversWeb servers
Web servers
webhostingguy
 
IIS internet information service NSA.ppt
IIS internet information service NSA.pptIIS internet information service NSA.ppt
IIS internet information service NSA.ppt
ImranAhmadAhmad
 
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
webhostingguy
 
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
webhostingguy
 
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
 
Chapter_2_v8.3.pptx
Chapter_2_v8.3.pptxChapter_2_v8.3.pptx
Chapter_2_v8.3.pptx
InventiveMinecraft
 
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
 
Chapter_2_v8.1.pptx
Chapter_2_v8.1.pptxChapter_2_v8.1.pptx
Chapter_2_v8.1.pptx
WentworthMiller3
 
Computer network network edge and network
Computer network network edge and networkComputer network network edge and network
Computer network network edge and network
rjnavallasca
 
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
AVEVA
 
Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configuration
webhostingguy
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
Stephen Beagles
 
Datasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware serverDatasmith Pigeon Voice middleware server
Datasmith Pigeon Voice middleware server
Paul Kolozsvari
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
Rinat Shagisultanov
 
20CS2008 Computer Networks
20CS2008 Computer Networks 20CS2008 Computer Networks
20CS2008 Computer Networks
Kathirvel Ayyaswamy
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdf
Host It Smart
 
introduction to web application development
introduction to web application developmentintroduction to web application development
introduction to web application development
FLYMAN TECHNOLOGY LIMITED
 
Planning A Web Application
Planning A Web ApplicationPlanning A Web Application
Planning A Web Application
ahmad bassiouny
 

Similar to 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
 

More from 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 AVEVA
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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 1
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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
AVEVA
 
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 2017
AVEVA
 

More from 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
 

Recently uploaded

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 

Recently uploaded (20)

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 

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