|
Steps for setting up WinWedge:
1. Select "DDE Server" from WinWedge
"Mode" menu. When the dialog box appears asking for a DDE Command Destination
Application, enter: "EXCEL" as the Application Name and then enter:
"SYSTEM" as the DDE topic.
2. Select "Input Record Structure" in the "Define"
menu and define the structure of the input record(s) to WinWedge.
When you get to the final Window with the caption "Input Record
Definition Editor", enter the string: [RUN("GetSWDataAbove")]
as the Field Postamble DDE Command after the last data
field that you have defined. This is a DDE command that will be
sent to EXCEL after each data record is received by the Wedge.
3. Set up the rest of WinWedge parameters and
then activate it.
Steps for setting up EXCEL:
1. Create or edit a macro module and enter the following code in
the module:
(To create a new module click on Insert > Module from the Menus
in the Visual Basic Editor Window.)
|