en Appendix
86 WILO SE 2019-07
Wilo-Control ECe-B3... terminal diagrams
Terminal Function
3/4
Output: Individual run signal pump 1
5/6
Output: Individual run signal pump 2
7/8
Output: Individual run signal pump 3
11/12
Output: Individual fault signal pump 1
13/14
Output: Individual fault signal pump 2
15/16
Output: Individual fault signal pump 3
17/18/19
Output: Collective run signal
20/21/22
Output: Collective fault signal
23/24
Input: Pump 1 frequency converter error message
25/26
Input: Pump 2 frequency converter error message
27/28
Input: Pump 3 frequency converter error message
29/30
Input: Extern OFF
31/32
Input: Low water/dry-running protection
41/42
Input: passive pressure sensor 4–20mA
47/48
Output: Pump 1 pressure setpoint
49/50
Output: Pump 2 pressure setpoint
51/52
Output: Pump 3 pressure setpoint
13.4 ModBus: Data types
Data type Description
INT16
Integer in the range from -32768 to 32767.
The number range actually used for a data point may vary.
UINT16
Unsigned integers in the range from 0 to 65535.
The number range actually used for a data point may vary.
ENUM
Is a list. Only one of the values listed in the parameters can be set.
BOOL
A Boolean value is a parameter with exactly two states (0–false and 1–
true). Generally, all values greater than zero are classified as true.
BITMAP*
Is an array of 16Boolean values (bits). Values are indexed from 0 to 15.
The number read from or written to the register is the sum of all bits with
the value 1 multiplied by 2 to the power of its index.
▪Bit 0: 2
0
=1
▪Bit 1: 2
1
=2
▪Bit 2: 2
2
=4
▪Bit 3: 2
3
=8
▪Bit 4: 2
4
=16
▪Bit 5: 2
5
=32