OMRON Fins Driver
Observe these guidelines when importing the OMRON Fins controller tags into
FactoryTalk Optix Studio
.Controller tags
You can load tags in the offline mode into
FactoryTalk Optix Studio
from these file types:- TXT
- CSV
The exported file contains the following data:
Symbol<tab>Type<tab>Address<tab>Position<tab>Use<tab>Comment
- Symbol
- The variable name.
- Type
- The variable data type.
- Address
- The address of the variable on the device.
- Position
- Use
- Ignored by the Communication driver.
- Comment
- Ignored by the Communication driver.
TAG_DM_BOOL_01 | BOOL | D0.1 | 0 |
TAG_DM_UINT_2 | UINT | D2 | 0 |
TAG_DM_UINT_BCD_3 | UINT_BCD | D3 | 0 |
TAG_DM_UDINT_4 | UDINT | D4 | 0 |
TAG_DM_UDINT_BCD_6 | UDINT_BCD | D6 | 0 |
TAG_INT_D8 | INT | D8 | 0 |
TAG_DINT_D10 | DINT | D10 | 0 |
TAG_WORD_D12 | WORD | D12 | 0 |
TAG_DWORD_D14 | DWORD | D14 | 0 |
TAG_REAL_D16 | REAL | D16 | 0 |
TAG_LREAL_D20 | LREAL | D20 | 0 |
Provide Feedback