Home Page » Products » IOlog » Remote Test

IOlog Modules Remote Test

Users and developers can test IOlog data acquisition modules using a testing system; it can be accessed at “iolog.sielcosistemi.com” using Modbus TCP protocol on port 502.

This provides a way to directly communicate with remote IOlog modules using your own supervisory software or PLC, or by downloading Winlog Evo and running the Circuit Demo project.

The system is designed to provide feedback to the user and verify that the commands sent are executed. SS3130 digital outputs are connected to SS3148 digital inputs; SS3024 analog outputs are connected to SS3017-I analog inputs, as shown in the reference image. Furthermore, four thermocouple sensors are connected to module SS3016 to measure the temperature of the environment.

Remote Test

Module and variable address mapping

The table below provides description, device Modbus address and datasheet and user guide download links for each module in the test system.

ModelDescriptionModbus addressDatasheetUser Guide
SS8580Converter from Modbus TCP Ethernet to Modbus RTU RS485-
download EnglishEN2018-11-29download ItalianoIT2018-11-29
SS3130Digital module with 4 digital inputs and 4 relay outputs1
download EnglishEN2018-11-29download ItalianoIT2018-11-29
download EnglishEN2010-01-14download ItalianoIT2010-02-09
SS3148Digital module with 12 digital inputs2
download EnglishEN2018-11-29download ItalianoIT2018-11-29
download EnglishEN2019-06-18download ItalianoIT2019-06-18
SS3024Analog module with 4 voltage or current outputs3
download EnglishEN2018-11-29download ItalianoIT2018-11-29
download EnglishEN2019-06-18download ItalianoIT2010-09-02
SS3017-IAnalog module with 8 current inputs4
download EnglishEN2018-11-29download ItalianoIT2018-11-29
download EnglishEN2010-07-29download ItalianoIT2010-02-09
SS3016Analog module with 4 thermocouple inputs5
download EnglishEN2018-11-29download ItalianoIT2018-11-29
download EnglishEN2019-06-18download ItalianoIT2019-06-18

For each device, the user guide provides its “Modbus map”, a table that assigns each shared variable to the corresponding Modbus address. There are two kinds of variable:

  • register: 2 bytes (16 bit word) used to represent analog inputs, analog outputs, or numeric variables;

  • coil: a single bit used to represent digital inputs (contacts), digital outputs (relais), or logical states (alarms, flags, etc.).

A register can also be used to group several coils into a single value. For example, the digital inputs of a device can also be read together as a single register (16-bit word), where each bit corresponds to a coil.