Examples: DDEExecute command
The server application must be running (but it can be minimized) before you use this command.
DDEExecute RSLinx|__Drivers [WHO_ACTIVE()]
Sends the Who_Active command which displays the default Network Browser window. There must be two consecutive underscores before Drivers. It looks like this: __Drivers
DDEExecute WINAB5|SYSTEM .SR 3
Sends WINtelligent LOGIC 5 (WINAB5) the Dot command SR 3, which means Search for rung 3.
DDEExecute WINAB5|SYSTEM .UI
Sends WINtelligent LOGIC 5 (WINAB5) the Dot command UI, which displays the System Information window. A space is required before the dot command.
DDEExecute Winrecip|IcomDdeExe [CONTROL_PANEL_DEFAULT()]
Sends WINtelligent Recipe the CONTROL_PANEL_DEFAULT command, which opens the default WINtelligent Recipe Control Panel.
Provide Feedback