Allen Bradley Ethernet Protocol - CSP or CIP

rhung

Member
Join Date
Oct 2003
Posts
14
We are developing an Ethernet device driver for the Allen Bradley SLC 5/05. We found a few documents in Allen Bradley's website, and also the EIP/CIP protocol specification.

Anybody know where we can download the CSP protocol specification? Is the CSP easier to implement than the CIP?
 
Lately it's been a raft of "I'm writing my own driver" posts.

You won't find any detailed information about CSP; even though it is roughly an implementation of the same commands as DF1, it remains an Allen-Bradley proprietary protocol and is licensed by A-B to noncompetitive vendors. All competitive implementations have come from reverse engineering.

Any modern author is going to want to implement the PCCC protocol over EtherNet/IP, because that will give them access to all the MicroLogix/SLC family controllers with Ethernet, the PLC-5 controllers with Ethernet, and some data access to ControlLogix family controllers.

The developer's information from A-B is summarized here:

http://www.rockwellautomation.com/enabled/guides.html
 
They are right, we couldn't find any documents on the CSP protocol.
We ended up implemented an EIP/PCCC driver for our system.

You can find the EIP/PCCC information in the following document:
http://www.rockwellautomation.com/enabled/pdf/eipexp1_2.pdf

If you want to communicate with a ControlLogix or CompactLogix PLC without any PLC/SLC message mapping then you will need to look in to the EIP/native or CIP protocol.
 

Similar Topics

Hey Everyone, I need to Interface Ignition SCADA ethernet network to an Allen Bradley SLC5/04 Serial RS232 DF1. Has anyone out there found a low...
Replies
4
Views
959
Good morning all, I've got a customer in a bind. They, like many, got confused about Allen Bradley's EtherNet/IP protocol and assumed it was...
Replies
10
Views
2,629
We have a lot of POINT-IO modules in various places all over our machines. Occasionally one of the daisy chained cables between our 1734-AENTR...
Replies
4
Views
1,691
PLC is ControlLogix 1756-L73 CPU with firmware 28 In the PLC the value for A60[110] is "AT", Style ASCII, Data Type INT. In KEPServerEX I tried...
Replies
4
Views
1,517
Has anyone used other Brands of IO With Rockewell? I Got a quote on AB Flex XT IO and it is 3 months out minimum (cold temp rated for client...
Replies
4
Views
2,076
Back
Top Bottom