Click here to learn the biblical way to get to heaven! (The most important page on this site)
You can have your very own virtual server though VPSLink! Using REFERRAL code MJDCDJ you will receive a 10% discount on
your new account, and I will get a service credit on my account. My personal preference is the Link 2 package running XEN for starting out (You can upgrade any time). You can choose from a variety of Linux distributions such as CENTOS, Fedora, Debian, and Ubuntu. This is a great package for learning Linux,
and setting up your own web page, or email server.
Connecting to a Spreadsheet using DDE
Using a spreadsheet such as OpenOffice.org Calc, or Excel, you can create a DDE (Dynamic Data Exchange) link through RSLinx. This can be useful to replace the custom data monitor feature that existed in RSLogix 5 and 500. Using a spreadsheet has a few advantages over the custom data monitor, such as the ability to perform calculations, create charts and graphs, multiple columns of data, etc... This tutorial assumes you already have a running driver and are connected to the PLC using professional version of RSLinx.
The first step in creating the link is to open RSLinx communication server.
![]()
Open the RSWho screen, and locate your processor. This can be a PLC-5, SLC-500, ControlLogix, etc... The same procedure applies to each family of processors. For this example, we will use the PLC-5

Next, you will want to determine which driver your processor is under. For this example, I will use the TCP Driver since I'm going through a gateway. You may use the ethernet driver, or DF1 driver as well. Expand the driver, and locate your processor. (Note: If you are connecting to a ControlLogix system over Ethernet, you will need to expand the Ethernet driver, drill through the ethernet module, and across the backplane to find the processor.)

Once, you have found the processor, right click the processor and choose 'Configure new DDE/OPC Topic'.

Next, type the name of your topic. In this example, the topic will be named 'MyTopic', and the processor I am pointing this topic to is already highlighted.

Click the 'Data Collection' Tab. Change the Poll rate to 100ms for this example to improve the update time of our link. (Note: In most situations, you want to keep the poll time as slow as possible to reduce load on the network.)

Press 'Apply'.
![]()
You will be asked to update the topic. Click 'Yes'.

Now click 'Done'. (Do not click Clone!)
![]()
Next, open your spreadsheet program.

In a cell of your spreadsheet, enter the formula in the following format:
=RSLinx|MyTopic!'DataTableAddress'
The cell in your spreadsheet should now be displaying the value of the data table (or tag) that you chose to view.
