SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

Animation in the web
Animation in the webAnimation in the web
Animation in the webVishal Polley
 
Listening at the Cocktail Party with Deep Neural Networks and TensorFlow
Listening at the Cocktail Party with Deep Neural Networks and TensorFlowListening at the Cocktail Party with Deep Neural Networks and TensorFlow
Listening at the Cocktail Party with Deep Neural Networks and TensorFlowDatabricks
 
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...jkksemd yeuyhd
 
Plataforma tactory talk 1
Plataforma tactory talk 1Plataforma tactory talk 1
Plataforma tactory talk 1chrisvit
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsPratik Pradhan
 
Multimedia authoring and methaphors
Multimedia authoring and methaphorsMultimedia authoring and methaphors
Multimedia authoring and methaphorsgauravc7
 
6 Arduino FDP Certificate-328.pdf
6 Arduino FDP Certificate-328.pdf6 Arduino FDP Certificate-328.pdf
6 Arduino FDP Certificate-328.pdfTejaECE
 
An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)Varun Ravi
 
Video Compression Standards - History & Introduction
Video Compression Standards - History & IntroductionVideo Compression Standards - History & Introduction
Video Compression Standards - History & IntroductionChamp Yen
 
Multimedia authoring tools and User interface design
Multimedia authoring tools and User interface designMultimedia authoring tools and User interface design
Multimedia authoring tools and User interface designSagar Rai
 
An Introduction to Versatile Video Coding (VVC) for UHD, HDR and 360 Video
An Introduction to  Versatile Video Coding (VVC) for UHD, HDR and 360 VideoAn Introduction to  Versatile Video Coding (VVC) for UHD, HDR and 360 Video
An Introduction to Versatile Video Coding (VVC) for UHD, HDR and 360 VideoDr. Mohieddin Moradi
 
Introduction to HMI (Human Machine Interface) | Just Engineering
Introduction to  HMI (Human Machine Interface) |  Just EngineeringIntroduction to  HMI (Human Machine Interface) |  Just Engineering
Introduction to HMI (Human Machine Interface) | Just EngineeringJustengg1
 
Charte utilisation internet et médias sociaux 2015
Charte utilisation internet et médias sociaux 2015Charte utilisation internet et médias sociaux 2015
Charte utilisation internet et médias sociaux 2015Remy EXELMANS
 
Uputstvo za rukovanje taurus
Uputstvo za rukovanje taurusUputstvo za rukovanje taurus
Uputstvo za rukovanje taurusvladimir653897
 
PPT on Animation.pdf
PPT on Animation.pdfPPT on Animation.pdf
PPT on Animation.pdfHome
 
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUES
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUESAutomatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUES
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 

La actualidad más candente (20)

Animation in the web
Animation in the webAnimation in the web
Animation in the web
 
199506443 manual-de-servicio-power-comand-indio-pdf
199506443 manual-de-servicio-power-comand-indio-pdf199506443 manual-de-servicio-power-comand-indio-pdf
199506443 manual-de-servicio-power-comand-indio-pdf
 
Listening at the Cocktail Party with Deep Neural Networks and TensorFlow
Listening at the Cocktail Party with Deep Neural Networks and TensorFlowListening at the Cocktail Party with Deep Neural Networks and TensorFlow
Listening at the Cocktail Party with Deep Neural Networks and TensorFlow
 
Tia portal v14_en
Tia portal v14_enTia portal v14_en
Tia portal v14_en
 
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...
2001 Yamaha MM600D MOUNTAIN MAX / MM700D MOUNTAIN MAX Snowmobile Service Repa...
 
Balboa manualtroubleshootingandservice reva
Balboa manualtroubleshootingandservice revaBalboa manualtroubleshootingandservice reva
Balboa manualtroubleshootingandservice reva
 
Plataforma tactory talk 1
Plataforma tactory talk 1Plataforma tactory talk 1
Plataforma tactory talk 1
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia Fundamentals
 
Multimedia authoring and methaphors
Multimedia authoring and methaphorsMultimedia authoring and methaphors
Multimedia authoring and methaphors
 
6 Arduino FDP Certificate-328.pdf
6 Arduino FDP Certificate-328.pdf6 Arduino FDP Certificate-328.pdf
6 Arduino FDP Certificate-328.pdf
 
An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)
 
Dirección yeti
Dirección yetiDirección yeti
Dirección yeti
 
Video Compression Standards - History & Introduction
Video Compression Standards - History & IntroductionVideo Compression Standards - History & Introduction
Video Compression Standards - History & Introduction
 
Multimedia authoring tools and User interface design
Multimedia authoring tools and User interface designMultimedia authoring tools and User interface design
Multimedia authoring tools and User interface design
 
An Introduction to Versatile Video Coding (VVC) for UHD, HDR and 360 Video
An Introduction to  Versatile Video Coding (VVC) for UHD, HDR and 360 VideoAn Introduction to  Versatile Video Coding (VVC) for UHD, HDR and 360 Video
An Introduction to Versatile Video Coding (VVC) for UHD, HDR and 360 Video
 
Introduction to HMI (Human Machine Interface) | Just Engineering
Introduction to  HMI (Human Machine Interface) |  Just EngineeringIntroduction to  HMI (Human Machine Interface) |  Just Engineering
Introduction to HMI (Human Machine Interface) | Just Engineering
 
Charte utilisation internet et médias sociaux 2015
Charte utilisation internet et médias sociaux 2015Charte utilisation internet et médias sociaux 2015
Charte utilisation internet et médias sociaux 2015
 
Uputstvo za rukovanje taurus
Uputstvo za rukovanje taurusUputstvo za rukovanje taurus
Uputstvo za rukovanje taurus
 
PPT on Animation.pdf
PPT on Animation.pdfPPT on Animation.pdf
PPT on Animation.pdf
 
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUES
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUESAutomatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUES
Automatas Programables y Sistemas de Automatizacion EMERSON EDUARDO RODRIGUES
 

Destacado

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
 

Destacado (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 a 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
 

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

Más 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
 
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
 
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...AVEVA
 

Más 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
 
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
 
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
[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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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
 

Último (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
[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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 

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