Skip to main content

OmronFinsMaster

Purpose

Omron FINS TCP, UDP and serial address read and write drivers

Open the plugin

Enter "Development Configuration → Collection Configuration", create a device and select "OmronFinsMaster" in "Collection Plugin".

Supported channels and data types

Channel typePre-configuration check
TCP ClientConfirm network reachability of the device IP, port, and gateway to the device.
UDPConfirm the local binding address, port and firewall rules, and check the source of the packet.

Optional data types: Boolean, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Float, Double, String, Decimal

Plugin properties

Protocol parameters

SettingDescription
ICFDefault: 128; fill in: text input. Set the ICF used for protocol communication.
Network layer informationDefault: 2; fill in: text input. Set the network layer information used for protocol communication.
DNADefault: 0; fill in: text input. Sets the DNA used for protocol communication.
DA2Default: 0; fill in: text input. Set the DA2 used for protocol communication.
SNADefault: 0; fill in: text input. Set the SNA used for protocol communication.
SA2Default: 0; fill in: text input. Set SA2 used for protocol communication.
SIDDefault: 0; fill in: text input. Set the SID used for protocol communication.

Address rules

  • DM Area | D0
  • CIO Area | C0
  • Work Area | W0
  • Holding Bit Area | H0
  • Auxiliary Bit Area | A0
  • EM Area | E0.0
  • Timer Area | TIM0
  • Counter Area | CNT0
  • Index Register | IR0
  • Data Register | DR0
  • Condition Flags | CF1.1

Functions

FunctionPurpose
Read and writeRead a confirmed point and write only to an approved test point.
MessagesView 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.

OmronFinsMaster debug subpage 1

OmronFinsMaster debug subpage 2

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.