Device Settings
General |
|
---|
Name | Device name. |
Description | Description of the device connection. |
Enabled | Default is set to true. |
Main |
|
---|
Hostname | The hostname or IP address of the device. |
Local Address |
The following feature is new in Ignition version 8.1.8
Click here to check out the other new features
The local address to connect from when establishing a TCP connection. If left blank, then the driver will simply pick an available address. |
Timeout | The request timeout, specified in milliseconds. The default is 2,000. |
Concurrency | The number of concurrently issued requests allowed. There is a 1:1 correlation between concurrency and the number of CIP connections used. The default is 2. |
Advanced |
|
---|
Connection Size | The CIP connection size to use. The default (and maximum) is 1,994 bytes. |
Date/Time Offset |
The following feature is new in Ignition version 8.1.1
Click here to check out the other new features
Offset in hours for Date/Time values. Default is 0. The driver needs an advanced setting for an offset to be applied when reading or writing date/time values. |
Slot Number | The slot number in the backplane in which the CPU is located. The default is 0. |
Exporting from the Device
To export variables from Sysmac Studio, navigate to the global variables and select Tools > Export Global Variables > CX-Designer.

The variables will be saved to the clipboard in tab-separated format. You can now paste the contents into an empty text file for use with importing into the Ignition Gateway.
In order to browse Tags in the Designer, you must first create a mapping for the device in the Gateway. The Manage Tags page can be accessed by navigating to the Omron device and clicking the addresses link.

Once on the Manage Tags page, you can manually enter the Tags, or import them from a tab-separated file. When importing, first choose a file, then click the Load Configuration File button to append Tags to the table.

Once you save any changes made to the Tag mapping, you can view the Tags in the Connected Devices window of the Designer.
Addressing
In the Tags table of the Manage Tags page, we have four columns of configuration per Tag:
Support for the following data types is included:
- TIME_NSEC
- DATE_NSEC
- TIME_OF_DAY_NSEC
- DATE_AND_TIME_NSEC
Scalars
Leaving the Elements column blank will result in a scalar Tag. When reading from the device, only one element will be requested.
Arrays
Specify the number of elements in an array in the form of 0..N. The initial index 0 is always included, so an array mapped with 0..9 elements is a 10 element array.

Multidimensional Arrays
Multidimensional arrays are specified in the same way as arrays with each group of indices separated by a comma. For example, entering 0..3,0..3 into the Array Elements field specifies two groups of indices.
Strings
The number of characters for String variables is specified in the Chars field. String arrays are mapped using both the Chars and Elements fields.