Kepware And SLC

wags

Member
Join Date
Mar 2009
Location
Colorado
Posts
3
I have a SLC 5/05 that has several float files (F22 - F29) every file contains the maximum number of elements of 256. Kepware OPC Client utility CAN NOT read the first half (ie: F22:0 - F22:127) but CAN read the second half (F22:128 - F22:255) of those files.

I also have float files at F8 (default) F100 and F101. Kepware has no trouble reading the entire range of elements of these float files.

Kepware has no trouble reading integer, binary, timer, counter files.

I have deleted the float files in the PLC using RS Logix 500 and added them back in, re-download to the PLC and it does no good, they still won't read.

I can create and add a new (unused) float file and Kepware can read values in this newly added float file.

I have cleared the CPU memory an reloaded the entire program and the problem is still there.

Anybody got anything?

Wags
 
When you say can not read, do you mean you get a bad quality reading? Does kepware refuse to accept the addresses when creating the tags? Is the data type in kepware set to FLOAT?

What driver are you using? Will it read these values from another PLC?

Need some more information about this.
 
I have a SLC 5/05 that has several float files (F22 - F29) every file contains the maximum number of elements of 256. Kepware OPC Client utility CAN NOT read the first half (ie: F22:0 - F22:127) but CAN read the second half (F22:128 - F22:255) of those files.

Wags

It is my belief that a SLC 5/05 can read handle 256 words in one instruction, a word being 16 bits.
Now you are using a float point which I believe to be 32 bits which means 128 floats is the limit.

Could it be that its reading the first half then immediately reading the second half but in the process over writes first half data.
 
The driver automaticaly blocks the request accordingly. It recieves and process a request response before sending another request. There shold be a message in server message log if there is any problem requesting the particular registers.
 

Similar Topics

Hello Everybody, does anyone knows how to setup AB SLC500-5 PLC communication with KEPWARE OPC using Allenbradley ethernet driver of Kepware...
Replies
2
Views
5,077
Hello friends! I am working on a project where I am considering using KepServerEx instead of RSLinx Classic to be the interface between SLC...
Replies
4
Views
3,947
We use kepware as our OPC stanadard and we are currently experiencing slow update speeds to a SLC 5/05 over Ethernet to the tune of 6 secs per...
Replies
3
Views
4,504
I have a strange Kepware issue I have been dealing with for a few weeks. I have Kepware setup with the Omron NJ Ethernet driver and reading in...
Replies
0
Views
98
Hi All, I am after some assistance setting up kepware to take tag data from an FX5U PLC, I have tried many many port numbers and still cant get a...
Replies
2
Views
158
Back
Top Bottom