SLC 5/05 slow ethernet comms

sfindley

Member
Join Date
Jun 2010
Location
Carrsville, VA
Posts
107
I have two SLC 500 5/05E processors on a subnet with a Delta motion controller. I am using OPC and Topserver for I/O comms and Wonderware for HMI interaction. When I am online with one of the PLCs using an Ethernet driver, the ladder icon barely moves and updates are excruciatingly slow. The HMI also takes a long time to update. A packet sniffer reveals that the other PLC is communicating with the TopServer twice as much as the one that is slow and the "fast" PLC seems to update pretty well.

I've seen posts about settings in RSLinx and none of them seem applicable...not using a PIC.

Curious if anybody else has seen really slow update times and what they did to alleviate them. Our program is rather large with a few BTW/BTRs in it. Can't find anything that is a smoking gun to slow things down. Scan time is nearly identical on both PLCs also.
 
I have found a SLC505 is slow dealing with a large communication load even doing a upload for that matter. You can try one or two SVC (Service Communications) instructions stuck in between you JSR's to update the comm's more often. This will of course be paid with some scantime...


SVC

Channel 0 = serial port
Channel 1 = Enet

I hope all HMI tags are in contiguous files for efficient comm's.
SVC [Service Communications]
 
I set the S:2/15 bit to 0 and saw a marked improvement in update with minimal impact on scan times. Unfortunately, our HMI tags are not as contiguous as I'd like them to be since they've been made over several years by many technicians as we learn our way in automation. That is the next step...thanks for your prompt (and helpful) replies.
 

Similar Topics

I have a SLC 5/05 with really slow Ethernet comms. It is on a network with three Proface screens but comms is just as slow when I connect directly...
Replies
6
Views
3,930
Can anyone suggest why the Ethernet port on my SLC 5/05 is sometimes very very slow when communicating with RSLogix? I have the SLC on a network...
Replies
13
Views
14,077
I have an issue with an Allen Bradley SLC 5/05 program acting “slow”. A few months ago, I noticed an issue with a part of my PLC program not...
Replies
1
Views
1,313
I am upgrading one of our sites from Rsview32 to Factorytalk View SE Local Station on Win10 and I have the program all set up and switched over...
Replies
3
Views
4,151
Hi, I've inherited an old machine that makes widgets. it runs well at 300Widgets per min, but any higher it gets flakey. This is a scan time...
Replies
31
Views
10,130
Back
Top Bottom