Logix 5000 to excel

Outlaw10801

Member
Join Date
Sep 2009
Location
Minersville, Pa
Posts
19
I was told the other day that it is possible to send data from a logix 5000 to an excel spreadsheet. Where is this found? Can someone point me in the right direction i have alot of different things were this would come in handy.
 
I was told the other day that it is possible to send data from a logix 5000 to an excel spreadsheet. Where is this found? Can someone point me in the right direction i have alot of different things were this would come in handy.
You can use Microsoft Excel or OpenOffice Calc to read/write tags from a ControlLogix using RsLinx (not Lite version) as a DDE server.

Just now I only remember how to read tags. First things to do is create a topic in RSLinx. A topic is like a shorcut pointing to the controller. Then you need to write a function in any cell in your spreadsheet software:

Microsoft Excel:
Code:
=server|topic!id
OpenOffice Calc:
Code:
=DDE(server;topic;id)
server = rslinx
topic = the topic you created in RSLinx
id = Tag name (you need to write it inside quotation marks if you use underscore)

You can find more information reading RSLinx help.
 
I've been using XcelReporter from Sytech.com for more than 8 years with no problems. XcelReporter is installed as and add in for excel and work as a OPC client.
My reports are generated automatically. You have to use and OPC server for AB, rslinx professional is one of them.
 

Similar Topics

Hi, I'm just looking for a simple way to make a button in excel (via VBA I presume) to toggle a bit in RSLogix 5000. I just got FactoyTalkLinx...
Replies
9
Views
545
hello all, i am tying to setup logging from my compact logix plc to an excel spreadsheet and database. I have RsLogix 5000 v19 and using...
Replies
17
Views
7,633
Hello, I have an offline copy of a controller in RSLogix 5000; I want to export all of the information I see in Controller Tags, Properties, and...
Replies
3
Views
5,571
='\\OMK-MAINT-VM01\NDDE$'|[HT_Data_Collection]REAL_Array1[4],L1,C1 Where "OMK-MAINT-VM01 in a VM on the company network [HT_Data_Collection] is...
Replies
0
Views
1,047
Hi I am using compactlogix and I would like to view the some of the plc setting like running times ect back in our office, I have Ethernet going...
Replies
15
Views
10,253
Back
Top Bottom