Reading registers in AB PLC without RSlinx

bradal

Member
Join Date
May 2006
Location
edmonton
Posts
156
Hello All,

I am trying to find a way to receive information from a PLC without using RSlinx. If I am talking serially, can I write an application, download a driver etc. etc. that will allow me to read or write to the PLC.

As well, if I had a SLC 5/05 or a new compactlogix with ethernet, could I have access to data in the PLC without RSlinx.

Thank you very much in advance

Allan Bradley
 
There are a number of driver programs out there that can talk DF1. RSLinx is basically just another driver. If you have an MMI, I'm surprised they dont offer a suitable one. For third party drivers, I've always liked kepware.

You can indeed write your own driver if you know how to do such things. I have a copy of a manual on the DF1 protocol, so it can't be too hard to get ahold of.

-jeff
 
As for the ethernet side, what would the "protocol" be. In rslinx it is just set-up as "ethernet devices", is there an underlying AB protocal there?
 
Hey Mr Archie,

I'm using now the ABDF1 protocol, You're link was very helpful for me.
I want to know if I can get the program whith is existed already in my SLC5/03 via this software (ABDF1).

Thank you.
 
I'm using now the ABDF1 protocol, You're link was very helpful for me.
I want to know if I can get the program whith is existed already in my SLC5/03 via this software (ABDF1).
The AB Utilities program can upload and download the program from the PLC, but it is not in RSLogix format. It saves it in a text file only.
 

Similar Topics

Hello all, I am relative new to PLC's. I am looking to read 4 Modbus registers on a slave device via RS485 and then validate the data. Can a PLC...
Replies
5
Views
2,216
Hey all, I have an AcuDC energy meter which provides data on voltage, current, and power over RS-485/Modbus RTU. It provides float values in two...
Replies
8
Views
2,043
Hello, I'm able to read data from the slave with my master s7-1200 PLC. Now my task is to read multiple registers with address as follows...
Replies
2
Views
2,562
Hello, Will the Protocol format 1 or 4 support reading of ER (extended data registers) in Mitsubishi PLCs? Which protocol i have to implement to...
Replies
2
Views
1,588
hi how can i read string type data from registers by citect? i have defined a variable tag in form of strip type and assigned it to an object in...
Replies
0
Views
1,707
Back
Top Bottom