login about faq

I have the following: - A CompactLogix controller with an ENBT card. - A SmartGuard600 Safety Controller on Ethernet/IP (1752-L24BBB)

I followed the directions in the manual to setup a few bytes of "Ethernet/IP Target I/O" in the SmartGuard. I then configured the PLC through RSLogix5000 to add a Generic Ethernet Module ("ETHERNET_MODULE") with the following parameters:

  • Comm Format: Data - INT
  • Assembly Instance (Input): 100, Size = 2
  • Assembly Instance (Output): 199, Size = 2
  • Assembly Instance (Configuration): 255, Size = 0

This should work, but when I download to the processor, I get this error:

  • Code 16#109 Connection Request Error: Invalid connection size. Tag: SmartGuard600:I

So I checked and the configured "input" size on the SmartGuard (direction of I/O is relative to the PLC) is 4 BYTEs. That should be equal to 2 INT's in the PLC.

Not sure what I'm doing wrong. If anyone's done this before, please let me in on the secret. Thanks!

asked Feb 12 '10 at 20:20

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635115


I got it to work. I had to configure the SmartGuard600 with 2 Words of inputs and 2 Words of outputs even though I'm not using the outputs, or else it wouldn't communicate. Here's the configuration I used in RSNetWorx for DeviceNET to configure the SmartGuard600 Ethernet/IP I/O:

RSNetWorx for DeviceNET configuration for SmartGuard600

...and here's how I configured the CompactLogix in RSLogix5000 (same as in the manual):

RSLogix5000 Configuration to communicate with SmartGuard600 over Ethernet/IP

Note that I still get a module mismatch (on the revision key) but I'm not sure how to fix that because it's a "generic" driver and there's nowhere I can set the revision numbers.

link

answered Feb 14 '10 at 01:57

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635115

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26
×14
×4
×2
×1

Asked: Feb 12 '10 at 20:20

Seen: 1,056 times

Last updated: Feb 28 '10 at 02:23