RSLogix 5000: Exporting Arrays and All Respective Information to Excel

yabby24

Member
Join Date
May 2017
Location
Texas
Posts
1
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 arrays in the program to Excel (200+ arrays).

When I use the Export function in the program, it only exports some of the information. I don't need any "live" values, just whatever is stored in each part of the array in an Excel spreadsheet.

It seems like this is a common problem, but I haven't found any straightforward/step-by-step solutions so far. I'm a beginner here, so forgive my ignorance.

Thanks in advance. Let me know any other information that may be useful.
 
a) Go to controller tags > monitor tab.
b) Expand the array.
c) Select the rows you want to copy. It's a little tricky: you need to select the array elements and the array tag. In the attached picture, you can see I selected N36 and the elements inside that array. If you only select the elements, the copy option will be disabled.
d) Copy and paste the information into a blank document in notepad. Save the document as .csv file.
e) Finally, open it in Excel.

image_01.PNG
 
You can try this little program I made with AdvancedHMI for copying tags to and from PLCs.
You make a text file with the tag names you want to read/write.
Point it at the PLC.
Read the values from the PLC and write them into the original file.

You can modify the values in the file and drop them back into the PLC.

Works with numbers and strings and UDTs but you need to put in the actual element you want to read.

You can make the list of tags in Excel then save as a text file. The result is a CSV file that can be opened in Excel.

https://fibreking-my.sharepoint.com...F2khbt1XM&expiration=2017-05-27T12:19:59.000Z
 
Last edited:

Similar Topics

Hello, I am trying to export some add on instructions & sub routines and import them into a program that is in Rslogix 5000 v20. The program...
Replies
3
Views
1,745
I'm trying to find a way to get a CSV or other delimited text file of I/O addresses and labels from a compactlogix. I can get nice ones from...
Replies
10
Views
4,967
I am familiar with trending data in rslogix, but can I export a trend table to excel manually or automatically? What are the steps if this can be...
Replies
2
Views
7,797
Hello, I have done this before but cant remember how to do it. I want to export my tags to a .L5K file but when I select export all the export...
Replies
3
Views
7,522
We are currently in the testing phase with our Tag based driver for CLX PLCs. One of our reps is testing it with a Control Logix that has a...
Replies
4
Views
4,985
Back
Top Bottom