plc5 and rslinx

Charles_Adams

Member
Join Date
Jun 2014
Location
Illinois
Posts
2
Hello all,

I currently work for a company that is using plc5/40e's. 5 of them in fact 1 per machine. We are currently pulling live data from these plc's via rslinx into excel. I use the formula "=rslinx|nama2!n11:XXX'" to retrieve my data. I do this on about 6 different sheets live and 3 more on the 8 hour shift change. I also have a OSI server running ( because corporate thought it was needed ) pulling about 400 live tags every second. I pull integers, floats and counters. not writing anything back, just all read.

What is the Data overhead for these older plc5's??

Im noticing here in the past 2 weeks that i am getting odd ( not right ) numbers and sometimes i dont get the right numbers until about 30 minutes after the storage drop is made in the plc. just trying to figure out my bottlekneck here, i know the plc5 is hard set on 10mbit hdx, and im getting alot of packet RX loss on my switch from the plc.

Any help would be greatly appreciated.
 
Last edited:
It is always beneficial to consolidate the data being transferred into contiguous blocks and to stagger the transfers where possible. This might mean adding logic to move counter elements to integers or COPy blocks of integers to spots in one big file that gets read or messaged.
I believe you can adjust the poll rate of the topic (in RSLinx topic config.) being used by your Excel sheet to minimize its impact as well.
 

Similar Topics

Hello Friends, 1. How can I connect to PLC5/30 via Ethernet (Rslinx)?. I have not worked on PLC5 before. is it same procedure as MicroLogix...
Replies
13
Views
2,182
Trying to open an old project It was Fix32 talking to a Contrologix L61 using Rslinx. I can not remember the ABR 7.x OPC driver setup and...
Replies
5
Views
2,518
RSLinx 2.43 has been installed on my computer for months, but now when I try to autoconfigure a DF1 connection to a PLC5 Channel 0, the message...
Replies
9
Views
7,018
I have and A.I.5 software v8.7 and RSLinxLight installed on Win2000 and RSLogix5000. PC is connected to ENET/B module of ControlLogix. PLC5 is...
Replies
0
Views
3,931
Does anyone know of a tutorial or anything for communicating from a PC to an A-B PLC5 without RSLinx over Ethernet? There are many products on the...
Replies
3
Views
5,919
Back
Top Bottom