Configuring Integration with Wonderware InTouch
- Last UpdatedNov 03, 2017
- 1 minute read
Integrating InTouch and Recipe Manager Plus
To integrate InTouch and Recipe Manager Plus
-
Click WindowMaker > Special > Configure > Wizard/ActiveX Installation > ActiveX Control Installation and then select Microsoft Web Browser from the list of available ActiveX Controls and click Install to add the WebBrowser ActiveX control into InTouch.
-
Set Internet Explorer to default to a supported browser version (11.0 in this case) when used with WindowViewer by running RegEdit and adding the following registry entry.
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION] "view.exe"=dword:00002AF9 -
Set Internet Explorer to allow multiple connections to server (allows multiple signalR connections)
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings]"MaxConnectionsPerServer"=dword:0000000a "MaxConnectionsPer1_0Server"=dword:0000000a
-
Create an InTouch window and add the WebBrowser control by selecting Wizards > Explorer.
-
Add the following Window Scripts > On Show:
#Explorer1.Navigate( "https://<hostname>/Recipemanagerplus/index_exec_comp.cshtml");
-
Add a button called Logout, and add the following Action script:
#Explorer1.Navigate("https://<hostname>/Recipemanagerplus/sts_logout_exec_comp.cshtml");
NOTE: This approach supports only one Recipe Manager Plus web component per InTouch window.