Implementing the Omron CX Server DDE and Excel

Utilizing the CX Server DDE Manager will allow us to provide a link to the information in the Omron PLC. This link can be placed on an Excel spreadsheet. Charts, graphs, etc., can be made from the data. We will create links on an excel spreadsheet from a CQM1H and a CP1L PLC. The information will then be displayed as a bar graph comparing the first ten memory areas.


What is DDE?

Dynamic Data Exchange (DDE) is a channel through which correctly prepared programs can actively exchange data and control other applications within Microsoft Windows. The DDE manager will allow us to set up all of the links.

Starting the DDE Manager

Start the DDE Manager by clicking Start/Programs/Omron/CX-Server/DDE Manager.
Omron CX-Server DDE 01-min

This will start the DDE Manager and place an icon on your toolbar at the bottom of your screen. The application will run minimized.
Omron CX-Server DDE 02-min

Right-click on the minimized DDE Manager icon and select Project/New.
Omron CX-Server DDE 03-min

Assign a filename (ACC DDE.cdm) to the CX-Server project that you will create and save it.
Omron CX-Server DDE 04-min

The create project will minimize the taskbar—Right-click the minimized DDE Manager icon and select Project/Edit.
Omron CX-Server DDE 05-min

This will call up the DDE Manager Project Editor. We can now add the PLCs (Devices) and Points we want to display.
Omron CX-Server DDE 06-min

Select File/New/PLC, or hit the PLC Icon on the taskbar.
Omron CX-Server DDE 07-min

Under Change PLC, we can now enter the information about how we communicate with the programmable logic controller.

Device Name: – Name in which the DDE Manager will call the PLC
Device Type: – The model of PLC that will be connected
Network Type: – This is the communication method we will use with the device.

In our example, we will use the following two Omron PLCs.

  • CQM1H – SYSMAC WAY (Omron Host Link Protocol) Communication Port  11, 9600, E, 7, 2. Unit #00
  • CP1L – USB

 Once we have the PLC information, we can add points containing the information we wish to retrieve from the units. Select File/New/Point or the point editor icon to start the point editor.
Omron CX-Server DDE 08-min

On the Logical tab, you can give a name (Or Change) to the point in the PLC to get. Select the Physical tab.Omron CX-Server DDE 09-min

On the physical tab, we set the following information:
PLC: – This is the list of PLCs entered in the previous step
Data Location: – The memory location that we want to read from
Internal Data Type: – This is the interpretation of the data we read. (Example: Bit, Word, BCD, etc.)
Command Modifier: – This is used if we need to Force Set / Reset the data location. This can be used to override the PLC program. Use with caution.
Press OK when finished setting the address.Omron CX-Server DDE 10-min

 Our point is now programmed. You will notice the symbols before the name of the point. This tells us at a glance what type of data we are looking at. Please refer to the CX Server Runtime manual for all symbol meanings.Omron CX-Server DDE 11-min

Please fill out the remaining points for our example.
CP1L – D0 to D9
CQM1H – DM0 to DM9Omron CX-Server DDE 12-min

Start Microsoft Excel

Omron CX-Server DDE 13-min

Copy DDE Links to Excel

Go back to the DDE manager and the points under the Project Editor. We can now select the first ten items on the list. Click the first one and then move to the last item. Hold the shift while clicking the last item will select all of them.
Hit the DDE Link icon.
Omron CX-Server DDE 14-min

In Excel, we now paste the information onto the worksheet. (Ctrl + V) Right-click the cell and select paste. CP1 CX-Server Communication

The information will now be displayed and updated on your worksheet.
The update time will depend on the interval set in the DDE Manager. Right-click on the minimized DDE Manager icon and select Update Interval…CP1 CX-Server Communication

We can also set individual point update times in the DDE link item. The default update time is established via the DDE Manager, but we can also set the time in the individual points on the spreadsheet.
DDE Update Default Link:
=CDMDDE|’C:\ACC DDE.cdm’!’\CP1L D0′
5 Second Update Link:
=CDMDDE|’C:\ACC DDE.cdm’!’\CP1L D0,5′

In the Project Editor of the DDE Manager, you can see the first ten memory areas are being used. This is the yellow triangle with the lightning bolt symbol. (You cannot delete the point if it is in use.)CP1 CX-Server Communication

Calling up an excel file with the links embedded will give you a Security Alert – Links warning. Select ‘Enable the content’ and then hit OK.CP1 CX-Server Communication

Here is an example of the finished excel file. We have ten memory locations from each PLC listed. We have inserted a graph that will dynamically change when the values are read.
Download the excel file here.
CP1 CX-Server Communication

 As you can see, implementing the CX Server DDE Manager is not a difficult task. It provides a quick and efficient way to view the needed information.

Additional Information:
Excel – Conditional Movement of Data

Watch on YouTube: Implementing the Omron CX Server DDE and Excel


If you have any questions or need further information, please get in touch with me.
Thank you,
Garry



If you’re like most of my readers, you’re committed to learning about technology. Numbering systems used in PLCs are not challenging to learn and understand. We will walk through the numbering systems used in PLCs. This includes Bits, Decimals, Hexadecimal, ASCII, and Floating Points.

To get this free article, subscribe to my free email newsletter.


Use the information to inform other people how numbering systems work. Sign up now.

The ‘Robust Data Logging for Free’ eBook is also available as a free download. The link is included when you subscribe to ACC Automation.


8 thoughts on “Implementing the Omron CX Server DDE and Excel”

  1. Hi Garry, how to make auto record data from DDE. I want to record data from DDE every time data is change. And move to next sheet if day is change..

    Reply
  2. Hi Garry
    When i copied DDE link from DDE manager and paste in excel sheet, I got the error and appears as # Bad Project in the pasted cell instead of getting the PLC values.

    Reply
    • Hi Abdul,
      I have not seen this error before. Try to ensure that the cell you are pasting the information into is not formatted in another way. Example Time/Date. I would start with a new spreadsheet and try it again.
      The other thought that I have is when you paste exclude the formatting. Example Paste text only.
      I hope this helps you out.
      Regards,
      Garry

      Reply
  3. Hi Garry,
    I can´t find the CX-Server/DDE Manager in my pc, and can’t also add additional controls in VBA forms, even after register NETComm.ocx successfully…
    I´m running the cx-one v4.4 – cx-programmer 9.61. I have re-installed the software but it still the same..
    Do you have any idea why this is happening?

    Thank you.
    Pedro Macedo

    Reply

Leave a Comment