OrientalMotorMaster
Purpose
Oriental Motor EtherNet/IP cyclic I/O mirror read and write driver
Open the plugin
Enter "Development Configuration → Collection Configuration", create a device and select "OrientalMotorMaster" in "Collection Plugin".
Supported channels and data types
| Channel type | Pre-configuration check |
|---|---|
| TCP Client | Confirm network reachability of the device IP, port, and gateway to the device. |
Optional data types: Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Float, Double, String
Plugin properties
Protocol parameters
| Setting | Description |
|---|---|
| Run/Idle header | Default: 1; fill in: text input. Set the Run/Idle header used for protocol communication. |
Running parameters
| Setting | Description |
|---|---|
| RPI time | Default: 100; Range: 1~4294967; Fill in: text input. Set the RPI time used when the plugin is run. |
| Connection timeout | Default: 2; Range: 1~256; Fill in: digital input. Sets the connection timeout used when the plugin is run. |
Address rules
- The Oriental Motor cyclic I/O address is input, input[byte offset], output or output[byte offset].
- Both input and output images are fixed at 172 bytes; reading from both is allowed, only writing to output is allowed.
- Scalars are in little-endian byte order; fixed-length strings must be configured with the len parameter.
Functions
| Function | Purpose |
|---|---|
| Read and write | Read a confirmed point and write only to an approved test point. |
| Messages | View sent and received frames, protocol fields, and error details. |
Device debug
Enter "Development Configuration → Collection Configuration", select the current device and click "More Functions", then open "Debug".
Dedicated debugging page
Open Development Configuration → Collection Configuration, select the device, and open More Functions → Debug. The following image shows the plugin-specific debug page.


Verify the configuration
Use a confirmed on-site address to perform reading. The return value, data type and byte order should be consistent with the point list; after the writable point is written, it should be read back according to on-site requirements.
Troubleshooting
- Address reading failed: Check the station number, register or node ID one by one according to the address rules on this page, and confirm that the data type is consistent with the device point list.
Related links
- Collection configuration: View channel, device and common variable configuration.
- Plugin Index: Find other collection or data-forward plugins.