Studio 5000 ยท Track 06 ยท CIP over Ethernet

Add a Module, Get Tags

Logix reaches its I/O over EtherNet/IP โ€” CIP riding on Ethernet. The lovely part: add a module to the I/O tree, and Logix creates its tags for you automatically. Set the module's RPI and you've set how often it exchanges data. Add a remote rack below and watch its tags appear.

๐ŸŒฒ I/O treeโฑ๏ธ RPICIP implicit/explicit
01 ยท Build the I/O tree

Modules become tags

The tree starts with just the controller and its Ethernet port. Press โž• Add module to drop in a remote 16-point input card โ€” and watch its tags (Conv:1:I.Data โ€ฆ) appear under it automatically. No addressing, no mapping table: the module's profile tells Logix exactly what tags to make. Slide the RPI to set how fast it updates.

Catalog

Add a 1756-EN2T-connected remote input module to the chassis. Logix builds its I/O tags for you.
๐Ÿ“ก Implicit (I/O) messaging

The cyclic connection the RPI controls โ€” module data โ†” controller tags, automatically, every RPI. This is how your I/O updates.

โœ‰๏ธ Explicit (MSG) messaging

On-demand reads/writes via the MSG instruction (last track) โ€” for config and occasional data, no standing connection.

0 modules

A lower RPI = faster updates but more network traffic and more connections consumed (a controller has a finite budget). Tune it to the signal: 2 ms for fast interlock I/O, 50โ€“100 ms for a temperature you read lazily. The I/O tree is your hardware config โ€” and it writes your I/O tags as a free side-effect.

02 ยท The two CIP conversations

Implicit vs explicit

๐Ÿ“ก Implicit (I/O) messaging โ€” high-speed cyclic data on a standing connection, paced by the RPI. Your input/output modules and produced/consumed tags live here. Set it and forget it.

โœ‰๏ธ Explicit (MSG) messaging โ€” request/response transactions you trigger (MSG instruction). For reading a drive parameter, sending a recipe, talking to a device not in your I/O tree.

Same idea as last track's produced/consumed (implicit) vs MSG (explicit) โ€” here applied to physical I/O. EtherNet/IP carries both flavours on one wire, alongside your HMI and historian traffic.

03 ยท Check yourself

Tune the RPI

A temperature input changes slowly and you're running low on controller connections. What RPI is sensible?