Value Proposition
Remote Terminal Unit (RTU) that performs Ethernet to 4-20mA (Packets to Milliamps)
Supports and enhances the transition from 4-20mA to industrial ethernet in factory automation brown field developments
Where customers need to integrate existing field instruments into new Ethernet based control systems
Quick Start Guide
Features
Necessary Equipment
Chronous-I/O
Siemens PLC
1 PC
General Description
The Chronous-I/O device is a demonstration platform to show the capabilities of the ADIN2299 RapID Platform Generation 2 industrial network interface and AD74413R Quad Channel Software Configurable Input Output. It shows you to access the Input and Output channels from a PLC using PROFINET.
Revision History
Chronous-I/O Setup
Setting up the PROFINET network with Siemens PRONETA
To configure the Input Output channels of the Chronous-I/O a configuration of the network connection is needed. This can be achieved with Siemens TIA Portal during the creating of the PLC project or with Siemens PRONETA. Setup with Siemens PRONETA is described in the following. Setup with TIA Portal is described further down.
-
Start Siemens PRONETA
In Settings configure the Network Adapter to be used
Make sure the Chronous-I/O device is connected to the network of your PC
The Chronous-I/O device should show up in the Network Analysis view (see Picture below)

Right click the chronousio item and choose Set Network Parameters (see Picture below)

Assign a Device Name (see Picture below)

Open the Set Network Parameters dialog again and set the IP configuration (see Picture below)

Now the network interface of the Chronous-I/O device is configured (see Picture below) and you can access the web page with your browser

Configuring the I/O with the Chronous-I/O Web Interface
After configuration of the network connection, open the web page of the Chronous-I/O device with your web browser. The web server uses the https protocol, so accepting the certificate security warning of the browser is necessary. The start page opens and shows the Input or Output values of the eight channels depending on their configuration. (see Picture below)

Go to the Chronous-I/O configuration page (see Picture below). At first startup all channels are configured to High Impedance mode.

Set the function for each channel by selecting an option in the drop-down list and click the Submit button (see Picture below). For specific functions there are further configuration options available by the Cfg button. A more detailed description of the configuration options can be found in the datasheet of AD74413R Quad Channel Software Configurable Input Output

On the Chronous-I/O start page (see Picture below) you can now see the values. The color of the channel names represent the channel direction according to the LEDs on the Chronous-I/O device. High Impedance channels are white, Output channels are yellow, and Input channels are green. Blinking red channels are switched off channels after an error, for example short circuit error. To enable this channels again, remove the cause of the error, go to the configuration, set High Impedance mode for this channel and then reconfigure it to the required settings.

Setting up the PROFINET network with Siemens TIA Portal
Item Number | Item Type | Input size (Bytes) | Output size (Bytes) | Module ID | Submodule ID |
500 | Cylic | 32 | 32 | 0x10500000 | 0x10500001 |
The eight I/O values are represented as 32-bit floating point numbers. The ranges for the different functions are listed in the table below (see Table below)
Channel function | Min. | Max. | Unit |
VOLTAGE | 0.0 | 10.0 | V |
CURRENT | 0.0 | 24.0*10-3 | A |
RESISTANCE | 0.0 | 1.0*106 | Ω |
DIGITAL | 0.0 | 1.0 | |
Configuring the PLC Setup in the Siemens TIA Portal
Start
TIA Portal and create a new project (see Figure below)

Go to First Steps and open the project view (see Figure below)

In the left panel, click Add New Device (see Figure below)

Select the PLC that is connected (see Figure below)

Installing the Chronous-I/O general station description file (GSD)
Open the Options menu and select Manage general stations descriptions files (see Figure below)

Browse to file location of the Analog Devices Chronous-I/O GSDML file and install it, then close the dialog and wait until the hardware catalog has been updated (see Figure below)

Creating the PROFINET network
Go to Devices & Networks view and open the Hardware catalog on the right side.
Select the Analog Devices Chronous-I/O device and drag it into the Devices & Networks view (see Figure below)

Click the Not assigned link within the Network view tab to bring up a yellow pop-up with the text appearing in the same format as a
URL link, PLC_1.PROFINET_interface_1. Click this yellow pop-up to connect the device to the PLC by using the green line (see Figure below)

Going online with the PROFINET network
Select PLC_1 and click Download to device button in the toolbar (see Figure 19). The dialog will open (see Figure below)

Search for target device, select the appropriate PLC and click Load (see Figure below)

In the Load preview window, click Load (see Figure below)

Right-click the Analog Devices PROFINET Network Interface ChronousIO icon across from the PLC and click Assign name to display the assign PROFINET device name window (see Figure below)

Click the orange Go online button at the top of the window to go online with the PROFINET network. Taking this step causes the outline of the screen to turn orange and green checkmarks appear on all devices, which indicates that the system is actively communicating. Communication between the PC of the user and the Siemens PLC is now working
Click the blue Go offline button to complete this process
Creating a first application
In the Devices & Networks view double click on the chronousio device to see the I/O addresses of the device (see Figure below)

Got to PLC_1 > PLC Tags > Show all tags and add new tags for the Chronous-I/O device (see Figure below)

Go to PLC-1 > Program blocks > Main [OB-1] and create a program as shown below (see Figure below), that just sends the value of Chronous-I/O channel 5 to Chronous-I/O channel 7. Note that the two channels must be configured as in the example configuration in chapter “Configuring the I/O with the Chronous-I/O Web interface”, as a matching Input and Output pair (digital input and output in this case).

Build the program by clicking the Compile button in the tool bar (see Figure below)

Click the Download button in the tool bar to transfer the program to the PLC (see Figure below)

Click the Start CPU button and switch the CPU to RUN mode (see Figure below)

Connect a switch to the digital input channel 5 and see the value change in the web interface of the Chronous-I/O device and the output on channel 7 following the input value due to the example PLC program.