CompactLogix L32E addressing in Citect

daydayplc

Member
Join Date
Nov 2009
Location
america
Posts
3
If I want to use TCP/IP for communication to AB PLC with Citect,
Which driver should I use? ABCLX TCP/IP??
What's the I/O address format when defining the tags?

Thanks.
 
ABCLX is the driver to use - I think release 3.03 is the lastest.

Make sure under Citect Project Editor > communication > ports, that the settings for "special opt" has the IP address followed by "/slot" where slot is usually 0 if the CPU is located in slot 0. If it's any other slot, change the number accordingly. eg 192.168.0.10/0

The address in Citect must be exactly the same as the tag in RSLogix. The only issue you may come across is that if you have one tag that has a bad address (either in Citect or the tag does not exist in the PLC), Citect will display #COM for all the CLX tags on that screen. Read the ABCLX driver help on ways to debug bad tags. If you have a large database it's advisable to use arrays ie BOOL[0] to BOOL[99] OR INT[0] to INT[299] etc. The IO server handles it better.

Note: as with most Scada systems communicating with CLX/CMPLGX, try configure your tag database so that the INT's, REAL's, BOOL's etc are grouped together (preferably in arrays). It's more efficient this way (even the Rockwell knowledgebase will tell you this).

Good luck
 

Similar Topics

Hi guys, I'm reading through the manuals and I'm not sure I understand fully what they are trying to say about addressing the I/O using...
Replies
4
Views
8,270
Hello . Info: Panelview plus 400 2711P-K4M20D Compactlogix 1769-l32E i make a program in RSlogix 5000 and Factorytalk view for...
Replies
9
Views
1,814
Hello again. I need to flash a CompactLogix L32E from firmware ver15 to 16. It has several Panelview Plus's Series D Rev A, connected via...
Replies
16
Views
2,798
Hello. I am trying to establish communication between CompactLogix 1769-L32E and CompactLogix 1768-L43 using serial port but with DeviceNet (and...
Replies
6
Views
2,771
Respected sir/madam I have CompactLogix L32E And I want to data log into logic . is any module or card require to it. request you guid me and if...
Replies
4
Views
1,401
Back
Top Bottom