You are on page 1of 2

TN AppSvr191 Configure DDE/Suitelink object to automatically

reconnect to a DAServer

ArticleBanner

Description

This article from Insource shows how to configure a DDE/Suitelink object to automatically reconnect to a DAServer

This article from InSource shows...How to configure a DDE/Suitelink object to automatically reconnect to a
DAServer

• Author: Mike Viteri


• Published: 03/09/2016
• Applies to: Application Server

Details

Sometimes a DDE/Suitelink object will get disconnected from a DAServer. If this happens there isn't an automatically
reconnection function.

We monitor this connection and reconnect if needed using a script inside of the DDE/Suitelink.
• Open your DDE/Suitelink object. Click on the scripts tab

• Create a script called Reconnect

https://knowledge.insourcess.com/Wonderware_Application_Server/Tech_Notes/TN_AppSvr191_Configure__DDE%2F%2FSuitelink_obje
Updated: Fri, 18 May 2018 14:31:01 GMT
Powered by
1
• Configure the script as below

Scripts: Execution type: Execute (default) and locked

Expression: Me.ConnectionStatus <> 2


Trigger type: WhileTrue (default)
Trigger Period: 00:00:05.0000000
Script body Me.Reconnect = true

• Save your DDE/Suitelink and redeploy

Now anytime the DDE/Suitelink disconnects it will try to reconnect to the DAServer every 5 seconds.

https://knowledge.insourcess.com/Wonderware_Application_Server/Tech_Notes/TN_AppSvr191_Configure__DDE%2F%2FSuitelink_obje
Updated: Fri, 18 May 2018 14:31:01 GMT
Powered by
2

You might also like