Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Recipe Management

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

  1. 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.

  2. 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

  3. 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

  4. Create an InTouch window and add the WebBrowser control by selecting Wizards > Explorer.

  5. Add the following Window Scripts > On Show:

    #Explorer1.Navigate( "https://<hostname>/Recipemanagerplus/index_exec_comp.cshtml");

  6. 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.