Skip to main content
Version: 8.3 Beta 🚧

Omron FINS Driver

Ignition supports Omron FINS devices. This driver supports both UDP and TCP transport protocols.

Connect to an Omron FINS Device via TCP​

This driver requires the OPC UA module to be installed and enabled. If the module is missing or disabled, the device will fault with a β€œMissing Dependency” error on the Platform > System > Modules page.

  1. On the Gateway, go to Connections > Devices > Connections.

  2. Click Create Device Connection +.

  3. Select Omron FINS/TCP and click Next.

  4. On the Configure Device screen, enter the required fields:

    • Name: The desired name for the device (e.g., FINSTCP)
    • Hostname: The IP address of the PLC (e.g., 74.125.224.72)

  5. Click Create Device Connection.

The device will be listed now on the Connections page. The status will initially show Disconnected, but will move to a Connected state.

Omron FINS/TCP Settings​

General​

NameDescription
NameA user-defined name for the device. This name appears in OPC item paths and the Devices list. Name must begin with an underscore or a letter, and cannot include special characters.
DescriptionOptional description to help identify the device.
EnabledWhen selected, the device is active and available for use.

Connectivity​

NameDescription
HostnameThe hostname or IP Address of the device.
PortThe port your Omron device is listening on. The default is 9600.
Local AddressAddress of network adapter to connect from.
TimeoutThe request timeout, specified in milliseconds. The default is 2,000.

FINS Settings​

NameDescriptionValid Value
FINS Source NetworkThe address number of the source network (the Ignition Gateway).Valid value is an integer between 0 and 127. The default setting is 0.
FINS Source NodeThe number of the source node (the Ignition Gateway), typically the last octet of the IP address.Valid value in an integer between 0 and 254. The default setting is 0.
FINS Source UnitThe unit number of the source device (the Ignition Gateway).Valid value is an integer between 0 and 255. The default setting is 0.
FINS Destination NetworkThe address number of the destination network (the FINS device).Valid value is an integer between 0 and 127. The default setting is 0.
FINS Destination NodeThe number of the destination node (the FINS device), typically the last octet of the IP address and set via dials on the front of the device.Valid value in an integer between 0 and 254. The default setting is 0.
FINS Destination UnitThe unit number of the destination device (the FINS device).Valid value is an integer between 0 and 255. The default setting is 0.

Request Optimization​

NameDescription
Concurrent RequestsThe number of requests that Ignition will try to send to the device at the same time. Increasing this number can sometimes help with your request throughput, however increasing this too much can overwhelm the device and hurt communications with the device.
Max Request SizeThe maximum size of a request in bytes.
Max Gap SizeThe maximum address β€œgap” to span when optimizing requests to contiguous address locations.
Write Priority RatioThe number of write requests to execute for every read request, when an abundance of both are queued for execution.

Connect to an Omron FINS Device via UDP​

  1. On the Gateway, go to Connections > Devices > Connections.

  2. Click Create Device Connection +.

  3. Select Omron FINS/UDP and click Next.

  4. On the Configure Device screen, enter the required fields:

    • Name: The desired name for the device (e.g., FINSUDP)
    • Bind Address: The hostname or IP address of the Gateway (e.g., 74.125.224.10)
    • Remote Address: The hostname or IP address of the device(e.g., 74.125.224.72)
    • FINS Source Node: The number of the source node (the Ignition Gateway), typically the last octet of the IP address (e.g., 10)
    • FINS Destination Node: The number of the destination node (the FINS device), typically the last octet of the IP address and set via dials on the front of the device (e.g., 72)
    • FINS Destination Unit: The unit number of the destination device (the FINS device)

  5. Click Create Device Connection.

The device will be listed now on the Connections page. The status will initially show Disconnected, but will move to a Connected state.

Omron FINS/UDP Settings​

General​

NameDescription
NameA user-defined name for the device. This name appears in OPC item paths and the Devices list. Name must begin with an underscore or a letter, and cannot include special characters.
DescriptionOptional description to help identify the device.
EnabledWhen selected, the device is active and available for use.

Connectivity​

NameDescription
Bind AddressThe hostname or IP address of the Gateway
Bind PortThe port you wish to create a UDP connection on for the Gateway. The default is 9600.
Remote AddressThe hostname or IP address of the device.
Remote PortThe port your Omron device is listening on. The default is 9600.
TimeoutThe request timeout, specified in milliseconds. The default is 2,000.

FINS Settings​

NameDescriptionValid Value
FINS Source NetworkThe address number of the source network (the Ignition Gateway).Valid value is an integer between 0 and 127. The default setting is 0.
FINS Source NodeThe number of the source node (the Ignition Gateway), typically the last octet of the IP address.Valid value in an integer between 0 and 254. The default setting is 0.
FINS Source UnitThe unit number of the source device (the Ignition Gateway).Valid value is an integer between 0 and 255. The default setting is 0.
FINS Destination NetworkThe address number of the destination network (the FINS device).Valid value is an integer between 0 and 127. The default setting is 0.
FINS Destination NodeThe number of the destination node (the FINS device), typically the last octet of the IP address and set via dials on the front of the device.Valid value is an integer between 0 and 254. The default setting is 0.
FINS Destination UnitThe unit number of the destination device (the FINS device).Valid value is an integer between 0 and 255. The default setting is 0.

Request Optimization​

NameDescription
Concurrent RequestsThe number of requests that Ignition will try to send to the device at the same time. Increasing this number can sometimes help with your request throughput, however increasing this too much can overwhelm the device and hurt communications with the device.
Max Request SizeThe maximum size of a request in bytes.
Max Gap SizeThe maximum address β€œgap” to span when optimizing requests to contiguous address locations.
Write Priority RatioThe number of write requests to execute for every read request, when an abundance of both are queued for execution.

Import Addresses​

There is a user interface in the Gateway to create import addresses. After import, you'll be able to browse the tags in the Designer.

  1. On the Gateway, go to Connections > Devices > Connections.

  2. On the Device Connections page, click the three dots menu next to the Omron FINS device and select Addresses.

  3. In the pop out panel, click the Import Configuration File button and upload the addresses from a CSV, TSV, or CXR file.

  4. After uploading a configuration file, click Import.

  5. The tags and their values will be displayed. Click Save Configuration.

  6. Once any changes are saved, you can view the tags in the Connected Devices window of the Designer.

Addressing​

You also have the option to manually address tags via an Ignition OPC tag in the Ignition Designer. See Ignition OPC UA Server Node Configuration for more information.

Data Areas​

AreaIgnition CodeOmron Symbol CodeNative Size
CIO AreaCIOInt16/UInt16
Work AreaWR or WWInt16/UInt16
Holding Bit AreaHR or HHInt16/UInt16
Auxiliary Bit AreaAR or AAInt16/UInt16
Timer AreaTIM or TTInt16/UInt16 or Bool
Counter AreaCNT or CCInt16/UInt16 or Bool
Index Register AreaIRIRInt32/UInt32
Data Register AreaDRDRInt16/UInt16
DM areaDM or DDInt16/UInt16
EM areaEM or ExxEInt16/UInt16

EM Area​

Use EM for the current bank, or Exx for bank xx, where xx is 2 hex digits.

note

Valid banks are E00 through E18 (hex), totaling 25 banks.

Data Types​

  • Bit
  • Bool
  • Int16
  • Int32
  • Int64
  • UInt16
  • UInt32
  • Float
  • Double
  • String
  • BCD16
  • BCD32

Data Type Modifiers​

ModifierOrder
@BEBig Endian Byte Order (default when not specified)
@LELittle Endian Byte Order
@HLHigh-Low Word Order
@LHLow-High Word Order (default when not specified)

Examples​

Syntax Example​

note

Items in curly brackets {} are optional.

Below is an example OPC Item path, representing how to manually specify an address in the device.

ns=1;s=[DeviceName]Area{<DataType>}Offset{.Bit}

When typing Addresses in using the Device's Address page on the gateway, the syntax looks like the following:

Area{<DataType>}Offset{.Bit}

More Examples​

Item Path (OPC UA NodeId)FINS Request
CIO0An Int16 at offset 0 in CIO area.
CIO<Int32>1An Int32 at offset 1 in CIO area.
CIO<Int64>3.0Bit 0 of an Int64 at offset 3 in CIO area.
CIO<Int64@HL>3An Int64 at offset 3 in CIO area in High-Low word order.
TIM0Present Value (16-bit) of Timer at offset 0.
TIM<Bool>0Completion Status (Bool) of Timer at offset 0.
CNT0Present Value (16-bit) of Counter at offset 0.
CNT<Bool>0Completion Status (Bool) of Counter at offset 0.
DR0An Int32 at offset 0 in DR area (32-bit by default).
DR<Int64>0An Int64 at offset in DR area.
CIO<Int16[3]>0An Int16 array of size 3 at offset 0 in CIO area.
CIO<Int16[3]>0[1]Element 1 of an Int16 array of size 3 at offset 0 in CIO area.
CIO<String10>0String of up to length 10 (string length in bytes) at offset 0 in CIO area.
E001000An Int16 from EM bank 0 at offset 1000.
E00<Int16>1000Also an Int16 from EM bank 0 at offset 1000, but with the an explicit DataType to make the address look less confusing.
E001000An Int16 from EM bank 0 at offset 1000.
TIM0Present Value (16-bit) of Timer at offset 0.
TIM<Bool>0Completion Status (Bool) of Timer at offset 0.

Ignition OPC UA Server Node Configuration​

You can also create OPC Nodes in Ignition’s OPC UA server manually via a CSV file on the Ignition Gateway itself using the settings in the table below.

NameValue
File Nametags.csv
File Location$ignitionHome/data/opcua/devices/$deviceName
File FormatComma-separated value file with the following columns:
  • Browse Path
  • Address
  • Description

Example File​

Tag1, CIO0, "First tag"
Foo/Tag2, CIO1, "Second tag, in a folder"
Foo/Bar/Tag3, CIO2, "In a couple of folders"

Use quotes on the description when it contains a comma (or whenever you like).

When adding or making changes to this file, a restart of the device is necessary for the changes to be picked up. This is done by editing the device and clicking Save.