Page Tree
Other Releases
They are:
This page will describe what is required for the installation and configuration of each one of these clients.
Windows Rich Clients
Rich clients are client applications that do a significant amount of processing on the client computer rather than on the server. You can deploy your application to be used by Windows rich clients.
Windows rich client deployment | |
Installation | Install FactoryStudio on the client computer. |
How to start | Run the TRichClient.exe program. For an example of how to automatically start the client when a user logs into Windows, see "Automatically Starting Windows Clients" in the previous section. |
Execution | The project runs in its own window. This client type has strong user security and includes the ability to disable the user from using the Windows Task Switch functionality. The ability to use or not use the Windows Task Switch can be tied to the user login. When running the TRichClientt.exe program on 64-bit machines, the application runs in 64-bit native code. If you need to run the 32-bit version, you can use the TRichClient32.exe program; this can be used to ensure compatibility with legacy COM and Active-X components. |
Communication | Communicates with the server using the Windows Communication Foundation (WCF) (port configurable, default 3101). |
Windows Smart Clients
Smart clients are client applications that behave like rich clients, but either run from the web or can be installed painlessly with a single click. You can deploy your application to be used by Windows smart clients. The smart client runs like the rich client, but the smart client uses ClickOnce™ installation. This technology lets you have the same functionality as the rich client, but without having to install FactoryStudio on your computer.
The first time you access the application, the system automatically downloads the components necessary to run the application. The next time you access the application, the system verifies if the local cache is the same version of the application that is on the server, and if necessary, updates the local cache before running the application. If the version is the same, the application starts immediately.
Windows smart client deployment | |
Installation | No installation required. The client computer needs to have the .NET Framework 4.0 and Internet Explorer 8.0 or later. |
How to start | From Internet Explorer (or a shortcut) go to the URL: |
Execution | Runs exactly the same as the rich client. The functionality of the rich client and the smart client are the same; only the installation and activation methods are different. |
Communication | Communicates with the server using WCF (port configurable, default 3101). |
Windows Web Clients
A web client accesses the application using a web browser. You can deploy your application for use by Windows web clients.
Windows web client deployment | |
Installation | No installation required. The client computer needs to have the .NET Framework 4.0 and Internet Explorer 8.0 or later. |
How to start | From Internet Explorer (or a shortcut) go to the URL: |
Execution | Runs inside a web browser window using "Partial Trust" (Sandbox Security). |
Communication | Communicates with the server using HTTP or HTTPS (port 80). |
Automatically Starting Windows Clients
Depending on the client type, you can create a shortcut to the appropriate executable to automatically start the application on a Windows client. You can create the shortcut on the desktop or put it into the Startup folder, as described below.
For web clients, you can configure the application as the home page for Internet Explorer.
Go to Start > All Programs, right-click the Startup folder, and select Open to open the Startup folder.
The next time you restart the computer, the project will automatically start.
iOS Clients
You can deploy your application for use by iOS clients: iPad, iPhone, and iTouch. For other tablet devices, contact support.
iOS deployment | |
Installation | Install the SCADA HMI Client app from the Apple Store. |
How to start | Start the SCADA HMI Client app and follow the initial setup options. |
Execution | It runs natively on iOS. Thus, it provides higher performance, enhanced security, and access to native graphical components. This is compared to other applications using Terminal Client, Remote Desktop, or HTML web. |
Communication | Communicates with the server by calling a web service using port 80. The server must be on the same VPN or local network as the iOS device, or it can be a public IP address, as long as HTTP access is enabled. |
To deploy your project on an iOS device:
Field | Description |
Host Server | IP address or name of the project server. |
Port | Port 80. |
Polling | Defines the refresh rate between the client and the server, expressed in quarters of a second. The default value of 1 means the client gets new data from the server every 250 ms. When connecting to servers located on the internet or low bandwidth networks, this value should be increased. For more information, refer to for the app's help section. |
User | Project user name as it is configured in the project. The default is guest. |
Password | Project password associated with the user name. |
Project | Project name on the remote project server. |