SENECA Z-10-D-IN User Manual

Manufacturer: SENECA s.r.l.

Address: Via Austria 26, PADOVA – ITALY

Contact: Tel. +39.049.8705355 – 8705359 | Fax. +39.049.8706287

Website: www.seneca.it

Technical Assistance: supporto@seneca.it (IT), support@seneca.it (Other)

Commercial Reference: commerciale@seneca.it (IT), sales@seneca.it (Other)

Document ID: MI002531

Revision History: Document last revised on 22/02/2016 (Revision 1).

Important Notice and Disclaimer

This document is the property of SENECA srl. Duplication and reproduction are forbidden without authorization. The contents refer to products and technologies described herein and are subject to modification without prior notice. Use the product safely and effectively by reading these instructions carefully. The product must be used only for its intended purpose. Installation, programming, and set-up are allowed only for authorized operators. Seneca is not liable for failures, breakdowns, or accidents caused by ignorance or failure to apply indicated requirements, or unauthorized changes. Seneca reserves the right to modify the device for commercial or construction requirements without obligation to promptly update manuals. Use the concepts and examples at your own risk; errors and inaccuracies may be present.

CAUTION!

UNDER NO CIRCUMSTANCES SHALL SENECA S.R.L. OR ITS SUPPLIERS BE RESPONSIBLE FOR LOSS OF RECORDING DATA/INCOMES OR FOR CONSEQUENTIAL OR INCIDENTAL DAMAGE DUE TO NEGLECT OR RECKLESS MISHANDLING OF Z-10-D-IN. SENECA, ITS SUBSIDIARIES, AFFILIATES, COMPANIES OF THE GROUP, ITS SUPPLIERS AND RETAILERS DO NOT GUARANTEE THAT THE FUNCTIONS WILL SATISFY CUSTOMER'S EXPECTATIONS OR THAT Z-10-D-IN, THE FIRMWARE AND THE SOFTWARE SHALL HAVE NO ERRORS OR WORK CONTINUOUSLY.

1. Introduction

The Z-10-D-IN module acquires 10 single-ended digital signals and converts them to a digital format (IN 1-10 state). The supported communication protocol is Modbus RTU.

The following counters are available:

1.1. & 2. Features

Key features of the Z-10-D-IN module include:

Input Specifications

Parameter Details
Number of Inputs 10
Input filter cut-off frequency 100Hz (for IN1-8); 10kHz (for IN9-10)
Filter configurable Between: 1[ms] and 254[ms]
Protection Provides inputs and power supply (Vaux) protection against overvoltage surge transients via TVS (600W/ms). Max current supplied from Vaux is 100mA (limited by internal series PTC).
Pulse min duration (ton) 4ms (for IN1-IN8); 50µs (for IN9-IN10)
Sensor=closed condition Detected if: acquired signal voltage >12 Vdc and acquired signal current > 3 mA
Sensor=open condition Detected if: acquired signal voltage <10 Vdc and acquired signal current < 2 mA

3. Input Connections

Power the module with a supply voltage less than 40 Vdc or 28 Vac. These upper limits must not be exceeded to avoid serious damage to the module.

Internal supply Vaux: The screw terminal 12 (Vaux) supplies 16 V with reference to screw terminal 1 (GND).

Measure error for frequency: 2% of fmax (for IN1-IN8: ±2Hz; for IN9-IN10: ±200Hz).

Measure error for period, ton, toff: 1ms.

Diagram Description: Schematic diagram illustrating the input connections for two Z-10-D-IN modules. Each module shows Vaux (16 Vdc supplied from module) connected to terminal 12, and GND to terminal 1. Input signals IN1 through IN10 are shown with associated switches (S1-S10).

Connections:

Power Supply

Parameter Details
Supply voltage 10 – 40 Vdc or 19 – 28 Vac (50Hz - 60Hz)
Power consumption Min: 0.5W; Max: 2.5W

The power supply transformer must comply with EN60742 (Isolated transformers and safety transformers requirements). It is recommended to install a fuse to protect the power supply.

4. Dip-switches Table

[electrostatic discharge warning] Power off the module before configuring it by Dip-Switches to avoid serious damage due to electrostatic discharges.

In the following tables: a box without a circle means Dip-Switch=0 (OFF state); a box with a circle means Dip-Switch=1 (ON state).

BAUD-RATE (Dip-Switches: DIP-SWITCH STATUS)

1 2 Meaning
Baud-rate=9600 Baud
Baud-rate=19200 Baud
Baud-rate=38400 Baud
Baud-rate=57600 Baud

ADDRESS (Dip-Switches: DIP-SWITCH STATUS)

3 4 5 6 7 8 Meaning
Address and Baud-Rate are acquired from memory (EEPROM)
Address=1
Address=2
Address=3
Address=4
X X X X X X ...
Address=63

RS485 TERMINATOR (Dip-Switches: DIP-SWITCH STATUS)

9 10 Meaning
RS485 terminator disabled
RS485 terminator enabled

5. Modbus RTU Protocol

All registers are "Holding register" (Read Modbus function 3) with the convention that the first register is the 40001 address.

The following Modbus functions are supported:

All values in 32bits are stored into 2 consecutive registers.

For more info refer to: http://www.modbus.org/specs.php

5.1. Abbreviation Used

In the following table, abbreviations are used:

Abbreviation Meaning
"MS" Most significant
"LS" Less significant
"MSB" Most significant Bit
"LSB" Less significant Bit
"MSW" Most significant Word (16 bits)
"LSW" Less significant Word (16 bits)
"R" Read only register
"RW" Read and write register
"Unsigned 16 bits" Unsigned 16 bits register
"Signed 16 bits" 16 bits register with sign
"Float 32 bits" Floating point single precision 32 bits (IEEE 754) register
"0x" Hexadecimal Value (example 0x1234 = 4660 decimal)
"0b" Binary Value (example 0b1110 = 14 decimal)

Default communication parameters are 38400 baud, 8bit, parity None, 1 stop bit.

5.2. Modbus Register Addresses

Register Name Comment Register Type R/W Default value or Start Value Modbus Address Modbus Offset Address
MachineID Module ID code Unsigned 16 bits R 0x0A00 40001 0
Inputs Digital inputs 1..10 status value
Bit 0 (LSB) = IN1 status
Bit 1 = IN2 status
Bit 2 = IN3 status
Bit 3 = IN4 status
Bit 4 = IN5 status
Bit 5 = IN6 status
Bit 6 = IN7 status
Bit 7 = IN8 status
Bit 8 = IN9 status
Bit 9 = IN10 status
Bit 10..14 = not used
Bit 15 (MSB) = not used

For example if the register value is:
813 decimal = (MSB)0000 0011 0010 1101(LSB) binary
IN1 = 1
IN2 = 0
IN3 = 1
IN4 = 1
IN5 = 0
IN6 = 1
IN7 = 0
IN8 = 0
IN9 = 1
IN10 =1
Unsigned 16 bits R 0 40002 1
Counter 1 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 1 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40003 2
Counter 2 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 2 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40004 3
Counter 3 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 3 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40005 4
Counter 4 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 4 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40006 5
Counter 5 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 5 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40007 6
Counter 6 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 6 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40008 7
Counter 7 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 7 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40009 8
Counter 8 16 bit counter (from 0 to 65535)
The value is stored into a non volatile RAM (FeRAM).
The Counter 8 value can be written (for example writing 0 for setting the counter)
Unsigned 16 bits R/W - 40010 9
Counter 9 32 bit counter (from 0 to 4294967295)
The value is stored into a non volatile RAM (FeRAM).
The Counter 9 value can be written (for example writing 0 for setting the counter)
Unsigned 32 bits R/W - 40011 (LSW)
40012 (MSW)
10-11
Counter 10 16 bit counter (from 0 to 4294967295)
The value is stored into a non volatile RAM (FeRAM).
The Counter 10 value can be written (for example writing 0 for setting the counter)
Unsigned 32 bits R/W - 40013 (LSW)
40014 (MSW)
12-13
Counters Overflow Flags The flag is "1" if the counter has performed an overflow
Bit 0 (LSB)= Overflow Counter 1
Bit 1 = Overflow Counter 2
Bit 2 = Overflow Counter 3
Bit 3 = Overflow Counter 4
Bit 4 = Overflow Counter 5
Bit 5 = Overflow Counter 6
Bit 6 = Overflow Counter 7
Bit 7 = Overflow Counter 8
Bit 8 = Overflow Counter 9
Bit 9 = Overflow Counter 10
Bit 10..14 = not used
Bit 15 (MSB) = not used
Unsigned 16 bits R/W 0 40015 14
Measure B Input B measure value Unsigned 16 bits R 0 40016 15
Measure A Input A measure value Unsigned 16 bits R 0 40017 16
Measure A/B Type Bit [15..12] = 0b0000 Measure A frequency
Bit[15..12] = 0b0001 Measure A period
Bit[15..12] = 0b0010 Measure A Ton
Bit[15..12] = 0b0011 Measure A Toff
Unsigned 16 bits R/W* 0 40018 17
Bit[11..8] = 0b0001 Measure A from input 1
Bit[11..8] = 0b0010 Measure A from input 2
Bit[11..8] = 0b0011 Measure A from input 3
Bit[11..8] = 0b0100 Measure A from input 4
Bit[11..8] = 0b0101 Measure A from input 5
Bit[11..8] = 0b0110 Measure A from input 6
Bit[11..8] = 0b0111 Measure A from input 7
Bit[11..8] = 0b1000 Measure A from input 8
Bit[11..8] = 0b1001 Measure A from input 9 (only frequency)
Bit[11..8] = 0b1010 Measure A from input 10 (only frequency)
Bit [7..4] = 0b0000 Measure B frequency
Bit[7..4] = 0b0001 Measure B period
Bit[7..4] = 0b0010 Measure B Ton
Bit[7..4] = 0b0011 Measure B Toff
Bit[3..0] = 0b0001 Measure B from input 1
Bit[3..0] = 0b0010 Measure B from input 2
Bit[3..0] = 0b0011 Measure B from input 3
Bit[3..0] = 0b0100 Measure B from input 4
Bit[3..0] = 0b0101 Measure B from input 5
Bit[3..0] = 0b0110 Measure B from input 6
Bit[3..0] = 0b0111 Measure B from input 7
Bit[3..0] = 0b1000 Measure B from input 8
Bit[3..0] = 0b1001 Measure B from input 9 (only frequency)
Bit[3..0] = 0b1010 Measure B from input 10 (only frequency)
IN1..IN8 FILTER Filter value from 1 ms to 255 ms.
For example with filter = 1 ms will attenuate pulse with frequency > 1/1ms = 1000 Hz
With filter = 10 ms will attenuate pulse with frequency > 1/10ms=100 Hz
Unsigned 16 bits R/W* 3 ms 40019 18
IN9..IN10 COUNT MODE / RS485 PARITY Bit [12:8] = 0b00000 IN9 Upcounter IN10 Upcounter
Bit [12:8] = 0b00001 IN9 Downcounter IN10 Upcounter
Bit [12:8] = 0b00010 IN9 Upcounter IN10 Downcounter
Bit [12:8] = 0b00100 IN9 Downcounter IN10 Downcounter
Bit [12:8] = 0b01000 Count+1 from IN9 and Count-1 from IN10. Only Count 9 Is active
Bit [12:8] = 0b10000 if IN10=1 Count9 Upcounter, if IN10=0 Counter9 Downcounter
Bit[4] = 0 Port RS485 Parity Even
Bit[4] = 1 Port RS485 Parity Odd
Bit[3] = 0 Port RS485 Parity Not Active
Bit[3] = 1 Port RS485 Parity Active
Bit[2] = 0 Delay Between Rs485 Port TX and RX disabled
Bit[2] = 1 Delay Between Rs485 Port TX and RX enabled
Bit[1] = 0 IN1..IN8 Upcounter
Bit[1] = 1 IN1..IN8 Downcounter
Bit[0] = 0 IN1..IN10 Normal Logic
Bit[0] = 0 IN1..IN10 Reverse Logic
Unsigned 16 bits R/W* 0 40020 19
ADDRESS BAUDRATE Bit[15..8] = 0b00000000 RS485 use 4800baud
Bit[15..8] = 0b00000001 RS485 use 9600baud
Bit[15..8] = 0b00000010 RS485 use 19200baud
Bit[15..8] = 0b00000011 RS485 use 38400baud
Bit[15..8] = 0b00000100 RS485 use 57600baud
Bit[15..8] = 0b00000101 RS485 use 115200baud
Bit[15..8] = 0b00000110 RS485 use 1200baud
Bit[15..8] = 0b00000111 RS485 use 2400baud

Bit[7:0] = Station Node Address (if all dip switched are set to OFF)
Unsigned 16 bits R/W* 0b000001000000 0001 (38400 baud, station address 1) 40021 20
COMMAND If set to 2: Copy the actual contents of registers R/W* into EEPROM. Unsigned 16 bits R/W 0 40022 21
If set to 1: Perform a Reset
FW REVISION Fw revision Unsigned 16 bits R - 40024 23

6. Easy Setup

To configure the Z-10-D-IN, download the Easy Setup PC software from the Seneca Website:

http://www.seneca.it/en/linee-di-prodotto/software/easy/easy-setup/

Diagram Description: Screenshot of the Seneca Easy Setup software, version 4.1.8.0. The interface shows a product selection tree with 'Z-10-D-IN' highlighted, and a detail pane indicating '10 digital inputs' for the selected product. A 'Start' button is visible.

PDF preview unavailable. Download the PDF instead.

mi002531-e Microsoft Word 2013 Microsoft Word 2013

Related Documents

Preview SENECA Z-PASS2-RT / Z-PASS2-RT-S Installation Manual
Comprehensive installation guide for the SENECA Z-PASS2-RT and Z-PASS2-RT-S industrial communication modules, covering technical specifications, electrical connections, and setup procedures.
Preview SENECA Z-KEY MBUS and R-KEY MBUS User Manual
This user manual provides comprehensive information on the SENECA Z-KEY MBUS and R-KEY MBUS devices, covering their features, configuration, operation, and troubleshooting. It details how to connect these Modbus (TCP-IP / RTU) to M-Bus (Meter Bus) gateways with PLCs and SCADAs, manage M-Bus devices, update firmware, and map Modbus registers.
Preview SENECA Z-LTE-WW User Manual: Multi-protocol Data Logger with 4G
User manual for SENECA Z-LTE-WW, a multi-protocol data logger and RTU with Ethernet, 4G modem, GNSS, and integrated I/O. Covers features, applications, and technical details.
Preview SENECA KEY Series Multiprotocol Gateways User Manual - IEC 61850 & Modbus
Explore the SENECA KEY series multiprotocol gateways with this user manual. Learn about IEC 61850 and Modbus protocol conversion, device configuration, FLEX technology, firmware updates, and more for industrial automation.
Preview Seneca KEY Series Gateways User Manual: OPC-UA / Modbus RTU&TCP
Comprehensive user manual for Seneca's KEY series multiprotocol gateways, detailing configuration, operation, and features for OPC-UA and Modbus communication protocols. Covers hardware, firmware, operating modes, web server access, and Modbus register information.
Preview SENECA R203 Installation Manual: Comprehensive Guide
This comprehensive installation manual provides detailed instructions for the SENECA R203 industrial measurement and control device. It covers module layout, technical specifications, electrical connections for various inputs and outputs including Rogowski sensors, Ethernet configuration, and safety warnings. Essential for qualified electricians performing installation and setup.
Preview SENECA ZE Series Industrial I/O Modules Installation Manual
Comprehensive installation manual for SENECA ZE-4DI-2AI-2DO, ZE-4DI-2AI-2DO-P, Z-4DI-2AI-2DO, ZE-2AI, and ZE-2AI-P industrial I/O modules. Covers technical specifications, electrical connections, configuration, and safety warnings.
Preview SENECA IIoT Edge Gateways User Manual: Configuration and Operation Guide
Comprehensive user manual for SENECA's IIoT Edge Gateways (SSD, R-PASS, Z-PASS series). Covers setup, configuration, industrial protocols (Modbus, OPC-UA), data acquisition, security, and advanced features for industrial automation.