
Introduce the way to connect DAServer by DDE interface with Microsoft DDEML(DDE Management Library).
Sample Screen

In this sample, it writes and the function of four is used, a connection to the DAServer, manual read operation, automatic read operation, manual poke operation.
Initial
Handler and DDE Conection that processes Callback from DAServer are defined.
DDE Connection
The application name and the topic name of DDE are set, and the DDE connection is executed.
DDE Manual Read
In a synchronous reading by the DDE manual operation link, the return value of the DDEML function reaches the data value.
DDE Poke
The value is written in the specified item name.
DDE automatic read
Callback Handler is called by registering the item name in asynchronous reading and DAServer by DDE automatic a link every time there is a change in the data value.
Callback Handler
This Handler is called every time there is a change in the item value.
DDE Terminate
Terminate the connection to DAServer