TN IT230 Create an Remote Desktop Connection on an Intouch window
Last updated: March 9th, 2025Description
- Author: Michael Viteri
- Published: March 9th, 2025
Details:
Description
This article from InSource shows how to create a remote desktop connection on an Wonderware Intouch window.
- Author: Mike Viteri
- Published: 8/12/2016
- Applies to: Intouch
Details
- Open Intouch Windowmaker.
- Select the special menu. Select configure. Then Wizard/Active X Installation.  
- Browse the Available ActiveX controls for MsRDP Class v10. Click the install button.  
- MsRDP Class v10 should now show in Installed ActiveX controls.  
- Click on the wizard hat.  
- Select MsRDP under "ActiveX Controls".  
- Size the control over the Intouch window.  
- Created a button called "Connect" with an Action script. It should contain the .Server property and the .Connection property.
 #MsRDP1.Server = "YourServer";
 #MsRDP1.Connect();  
- Go to Windowviewer. Click connect. You will be prompted for the connection. Click connect again.  
- You can now login your server by typing the username and password.  
