rossmann-engineering / EEIP.NET

Ethernet/IP compatible library for .NET implementations
MIT License
214 stars 123 forks source link

how to use Tag ? #7

Closed yanzixiang closed 5 years ago

yanzixiang commented 5 years ago

I use cpppo

A Tag is simply a shortcut to a specific EtherNet/IP CIP Object Instance and Attribute. Instead of the Client needing to know the specific Instance and Attribute numbers, the more easily remembered and meaningful Tag may be supplied in the request path.

how to use Tag in EEIP.NET?

rossmann-engineering commented 5 years ago

Hi,

the library is simply a tool to access Ethernet/IP Devices. To map any Requests to a Tag, would be something you have to build yourself.