Before starting the configuration, please ensure the following:
Follow these steps within the E2C Trinity web interface.
| Parameter | Description | Example |
|---|---|---|
| Name | Unique identifier for the PLC device, used to distinguish equipment in the system. | Assembly-Line-NJ-01 |
| Driver | Communication protocol; select [OMRON] - [CipNet] from the dropdown list. | OMRON - CipNet |
| IP Address | The IP address of the target Omron PLC. | 192.168.1.30 |
| Port Number | The EtherNet/IP communication port number (Standard port is 44818). | 44818 |
| Polling Cycle (s) | The frequency of data requests, in seconds. | 5 |
| Connection Timeout (ms) | Max wait time for establishing a network connection (ms). | 1000 |
| Collection Timeout (ms) | Max wait time for the device to respond to a data request (ms). | 1000 |
| Description | Additional information or remarks for the device. | Omron NJ Series Controller |
| Parameter Name | Description | Example |
|---|---|---|
| Name | Custom name for the data point for easy identification, used for data reporting. | Temperature, ProcessingCount |
| Tag Type | Select the tag type: + Device Tag: Represents data in the downstream device (PLC). Usually chosen. + Virtual Tag: A virtual tag existing only in the gateway, used as an intermediate variable. |
Device Tag |
| Address | The tag name in the PLC (e.g., temperature, voltage). For array variables, use notation like <font style="color:rgb(68, 71, 70);">voltage[6]</font>. |
temperature, voltage, voltage[6] |
| Data Type | Select based on the actual data type of the tag in the PLC. | short(int16) |
| Read/Write Permission | Access permission of the gateway to this tag in the PLC: + Read Only: Gateway can only read. + Read/Write: Gateway can read and modify. |
Read Only |
| Negation | Effective when data type is bool; if enabled, the read value is inverted before being transmitted. | Enabled/Disabled |
| Decimal Places | Number of decimal places (effective for float(float32) or double(double64)). | 2 |
| Encoding Format | Effective for string; supported: ASCII, ANSI, UTF8, UTF16, UTF16Big, GB2312. | ASCII |
| Length | Effective for string or bcd; number of characters. | 10 |
| Associated Group | [Optional] Select the data group the tag belongs to. | - |
| Unit | The unit of the value, such as °C, pcs, etc. | °C |
| Description | [Optional] Description of the tag. | Real-time temperature of heating zone 1 |
| Data Operation | Mathematical processing of collected data (None, Offset/Scale, Linear conversion, etc.) | - |
| E2C Trinity Type | Length / Sign | Omron PLC Type |
|---|---|---|
| bool | 1 bit | BOOL |
| ushort (uint16) | 16 bit, Unsigned | UINT, WORD |
| short (int16) | 16 bit, Signed | INT |
| uint (uint32) | 32 bit, Unsigned | UDINT, DWORD |
| int (int32) | 32 bit, Signed | DINT |
| ulong (uint64) | 64 bit, Unsigned | ULINT, LWORD |
| long (int64) | 64 bit, Signed | LINT |
| float (float32) | 32 bit | REAL |
| double (double64) | 64 bit | LREAL |
| string | N Bytes | STRING |
| Version | Date | Author | Changes |
|---|---|---|---|
| 1.0 | 2025-10-9 | Ken Li | Initial document creation. |