OMRON EtherNet/IP driver
Observe these guidelines when importing the OMRON EtherNet/IP controller tags into
FactoryTalk Optix Studio
.Controller tags
You can load tags in the offline mode into
FactoryTalk Optix Studio
from TXT
files.The exported
TXT
file is TAB-separated and contains the following data:
- NAME
- The tag name in the controller memory.
- DATATYPE
- The format of the data (for example:BOOL,INT,REAL).
- ADDRESS
- Ignored by the Communication driver.
- COMMENT
- The comment assigned to the tag in the PLC program.
- TAGLINK
- Must beTRUE
- RW
- Indicates if the tag is read-only, write-only, or read/write.
- R
- The task is read-only.
- W
- The task is write-only.
- RW
- The task is input/output.
- POU
- Ignored by the Communication driver.
Provide Feedback