IMPORTANT!!! |
| ||
Note to Developers! |
| ||
Beta Version! |
|
Motivation |
In order to make configuration and operation easier, many building components support some way of remote controlling. This remote controlling does not only make it possible for the janitor to monitor devices and open gates or doors, letting the roller blinds down etc. But it also to makes automatic changes, as turning down the temperature at 6 p.m. or perhaps even when the last person has left the building.
| ||||
In short: The communication between devices are becoming more and more common, and more and more different devices are connected to the main computer in order to allow what could be seen as an intelligent building.
| |||||
This document describes the protocol that will enable a remote control of pumps and thus make it possible to incorporate them in the main building management system.
| |||||
Value Notation |
All values in this document are decimal unless prefixed with "0x" for a hexadecimal value. The exception is the Example Telegrams, they are always in hexadecimal format (see below).
| ||||
Example Telegrams |
In this Document there are some communication samples, they looking like:
| ||||
| |||||
The first block of three numbers is the hexadecimal 11-Bit CAN-ID, thereafter is a single number ranging from 0 through 8, it tells the user how many data bytes are transmitted. Last are the data bytes, each byte always in block of two hexadecimal numbers. After the numbers comes a brief explanation of the Telegram.
| |||||
Symbols |
|
What and to Whom? |
This document describes the protocol and is targeted to developers that need to communicate with Wilo pumps.
|
First Chapter |
A description of this document.
|
Second Chapter |
Contains CAN Hardware Requirements and a simple way to interface with Wilo Pumps with a normal CAN device. No knowledge of CANopen is required at this point.
|
Third Chapter |
Contains what CANopen features are supported, the Wilo specific portions of the protocol and how the Wilo device behaves in certain situations. In depth Error Handling, Status bits, PDO Regulation and other features are described in depth here.
|
Fourth Chapter |
Contains all SDO Parameters that can be read or written.
|
Fifth Chapter |
Contains a list of all supported Wilo Devices and what Parameters they support. Different Revisions are also listed here
|
Sixth Chapter |
Contains detailed communication examples to a Wilo Device.
|
More information |
More information about Networking with Wilo products can be found at www.wilo.com/automation. The CANopen Standards and other CANopen information can be found at www.canopen.org.
|
Bus |
The communication over the CAN-Interface.
|
CAN |
Controller Area Network
|
CANopen |
A Specification from CiA, CAN in Automation.
|
Device On |
The device is operating (a pump is actively pumping fluids).
|
Device Off |
The device is not operating (a pump does not actively pump fluids), however it still has power and can communicate over a network.
|
Device Power Off |
The pump has no longer any power and cannot communicate at all.
|
DP |
Double Pump, two pumps in the same housing.
|
(DP/MP) |
Denotes a parameter that contains values for each device in the system. See System and (System)
|
Effective |
The value at which the Pump or System operates. See Selected
|
MP |
Multipump, two to six pumps working parallel in their own housing.
|
NodeId |
The Bus Address of a device.
|
Selected |
The wanted value at which the Pump or System should operate. See Effective
|
System |
A collection of several devices that answer on a single CAN-interface. See DP or MP
|
(System) |
Denotes a Parameter that contains a value for the complete System. See System and (DP/MP)
|
Bus Topology |
The CAN devices should be connected in a line, where each device may be connected to at most 2 other devices. An exception to this rule is possible (it is called Stub), see Cable Stubs below.
| ||
The NodeId must be configured at each device (node), before this node can be added to the network. The NodeId can range from 1 to 127. However in order to use some Wilo specific features it is recommended to use the NodeId range 1 to 64.
| |||
|
|||
Data Flow |
CAN is a Multi-Master Network, that means that all devices can initiate a telegram themselves. Basically all Devices broadcast their current status on the network and all devices that has usage of this info can use it. Some CANopen terms for this automatic sending are Heartbeat, PDO, EMCY and TIME.
| ||
It is also possible to request data from a specific Device, like the more conventional "Master-Slave"-communication. The CANopen term for this communication type is SDO.
|
Cable Length |
The maximal length of the cable is 200m (including stubs).
|
Cable Stubs |
It is allowed to split the cable line, the smaller branches are called stubs and may be up to 10 m. Please note that the total length of these stubs may not be more than 50 m. The total allowed cable length is including these stubs.
|
Baud Rate |
The Wilo CANopen devices support 125 KBit/s.
|
Overview |
It is possible to communicate with Wilo CANopen devices without knowledge about CANopen, this can be extra interesting for simple PLC and BMS Systems.
| ||
Reading Device Data |
The Wilo Devices are continuously sending information about itself on the bus. This Data can be read directly without any difficult implementation, a description of this can be found in the following sections.
| ||
Writing Device Data |
In order to write values to the Wilo Device, two CAN Identifiers must be sent. The first one is the Generated Heartbeat (a constant message sent every second) and the other is the wanted settings: binding on/off, device on/off, setpoint, regulation mode and min/max modes. More information can be found in the following sections.
| ||
Mixing Simple and Complex Commands |
|
Device Bus Address (NodeId) |
The address of a Wilo Device must be configured at the device itself, often through the use of a menu. The Bus Address is called NodeId.
| ||||||||||||
|
|||||||||||||
Bus Presence |
A Wilo device sends a Heartbeat every second on the bus. This heartbeat can be used to see if a specific device is present or not.
| ||||||||||||
Bootup Sequence |
When the Wilo device is powered up it sends a Bootup telegram. This bootup is followed by 5 seconds of Pre-Operational telegrams (telling others that this device is ready). After this, the main Operational state is entered as can be seen in the following example:
| ||||||||||||
| |||||||||||||
Simple Heartbeat Description |
A Heartbeat has the CAN-ID ranging from 0x701 to 0x77F (0x700+NodeId). It must always have 1 Byte data, and this byte can be one of the following.
| ||||||||||||
00: Bootup
7F: Pre-Operational
05: Operational
| |||||||||||||
Bootup Detection |
A Bootup telegram can be used to detect if a new device has been introduced to the network, or if a present device has lost its power temporary.
| ||||||||||||
Device Presence Detection |
If a Wilo Device Heartbeat is not seen for more than 2 seconds (double the Heartbeat time) this device can be considered lost (detached from the network or powered off).
|
Here are the messages explained that are sent from the Wilo Device.
| |||
Regulation Data |
This data is sent "on change" but at least every second. It contains the current load, the current control mode and status (on/off, error and a lot more) of the device.
| ||
| |||
AAA is the value 384 (0x180) plus the NodeId of the device.
B ist the number of bytes in this packet, it can be 0, 2, 3, 4, 5, 6, 7 or 8.
CCCC is the System Actual Capacity in 0.01 Percent steps (see
Par 2040h - Effective Capacity (System)), sent with low byte first.
DD is the System Control Mode. 0=n-c, 4=p-c, 5=dp-c, 6=dp-v, 11=dp-c=f(T), 12=PID. (see
Par 2041h - Effective Control Mode (System)).
EE is the system command, bit 0=Pump On, bit 1=Ext Off Active, bit 2=Ext Max Active, bit 3=Ext Min Active, bit 4=Ext On Active. (see
Par 2042h - Effective Command (System)).
HH (see
Par 2054h - Bus Status)
II (see
Par 2056h - Control Status)
| |||
Additional Data |
This data is sent "on change" but at least every 5 seconds. It contains the current power rating, pressure and medium temperature.
| ||
| |||
AAA is the value 640 (0x280) plus the NodeId of the device.
B ist the number of bytes in this packet, it can be 0, 4, 6 or 8.
CCCCCCCC is the Power Rating in mW (see
Par 2090h - Input Power (System)), sent with low byte first.
DDDD is the Current Pressure in 0,1 kPa (see
Par 208Ah - Pressure (System) or
Par 208Bh - Estimated Pressure (System)), sent with low byte first..
EEEE is the temperature in 0,1 K (see
Par 20A0h - Medium Temperature (System)), sent with low byte first..
| |||
Multiplexed Data |
This data is sent "on change" and each Measured Value is sent at least every minute. It can contain Voltage, Flow, Consumption, Operation Time and similar .
| ||
| |||
AAA is the value 896 (0x380) plus the NodeId of the device.
B ist the number of bytes in this packet, it is always 8
CC is the NodeId of the Device transmitting this data (the same as AAA
DDDD is the Index of the data following in FFFFFFFF, it is sent with the low byte first.
EE is the subindex of the data following in FFFFFFFF
FFFFFFFF is the data of the specified index and subindex, it is sent with the low byte first..
| |||
Error Signaling |
This data is only sent if an Error is generated or when it is acknowledged. It also contains some status info about the error.
| ||
| |||
AAA is the value 128 (0x80) plus the NodeId of the device.
B ist the number of bytes in this packet, it is always 8.
CC is the Wilo Error Type, 0x00=Last Message Acknowledged (No Service, Warning, Error or Final Error), 0x53=Service Message, 0x57=Warning Message, 0x45=Error Message, 0x46=Final Error Message.
DD is reserved
EE is reserved
FF is the wilo Error Code (see Product Documentation).
GG is the location, 0=Master, 1=Slave.
HH is reserved
IIII is reserved.
|
Generate Heartbeat |
In order to use the Simple Communication described here, the device that is to communicate with the Wilo device must generate a heartbeat with a cycle of 1 seconds at the NodeId from the Wilo Device plus 64 (0x40). This Heartbeat must also contain the code Operational (05).
| ||||||||||||||||||||||||||||
Example |
If a Wilo Device is set to NodeId 9. A hearbeat with a 1 second cycle must be generated at NodeId 73 (0x49).
| ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Control Detection |
As soon as the setpoints arrive at the pump the possibility to change the setpoint locally is disabled. The Generated Heartbeats are also monitored by the Wilo Device, and if a Generated Heartbeat is not seen within 2 seconds, an error (E54 Binding Lost) is generated in the pump. With this Error, the local setpoint menu is enabled again.
| ||||||||||||||||||||||||||||
|
This data can be sent when a change should be issues, but it is a better practice to send the data continuously, depending on how "responsive" the system should be. When regulating actively it can be up to a 50 ms cycle (at these speeds the bus usage must be monitored). If not important at all the cycle can be about a minute or an hour. Usually it is about 5 seconds. It contains the wanted load, the wanted control mode and wanted on/off status (on/off, max min and some more).
| |||
| |||
AAA is the value 256 (0x200) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 4.
CCCC is the Wanted System Capacity in 0.01 Percent steps (see
Par 2008h - Bus Setpoint (System)), sent with low byte first.
DD is the Wanted Control Mode. 0=n-c, 4=p-c, 5=dp-c, 6=dp-v, 11=dp-c=f(T), 12=PID. (see
Par 2009h - Bus Control Mode (System)).
EE is the system command, bit 0=Pump On, bit 1=Ext Off Active, bit 2=Ext Max Active, bit 3=Ext Min Active, bit 4=Ext On Active, bit 5 activates the CCCC portion and bit 6 activates the DD EE portion. (alse see
Par 204Ah - Selected Command (System)).
| |||
|
|||
|
This configuration should only be sent once for initialization. It is not good practice to send this automatically and it must be taken care that only one device in each network issues these commands. These commands do not depend on the Simple Write Prerequisities above, and may be executed without the generated Hertbeat.
| |||||
Write Byte |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be written
DD is the Parameter subindex that is to be written
EE is the value that should be written.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
Write Word |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be written
DD is the Parameter subindex that is to be written
EEEE is the value that should be written.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
Write Double Word |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be written
DD is the Parameter subindex that is to be written
EEEEEEEE is the value that should be written.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
Read Byte |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be read
DD is the Parameter subindex that is to be read
EE contains the read value.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
Read Word |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be read
DD is the Parameter subindex that is to be read
EEEE contains the read value.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
Read Double Word |
| ||||
AAA is the value 1536 (0x600) plus the NodeId of the device.
B ist the number of bytes in this packet, it must be equal to 8.
CCCC is the Parameter index that is to be read
DD is the Parameter subindex that is to be read
EEEEEEEE contains the read value.
FFFF is the value 1408 (0x580) plus the NodeId of the device.
| |||||
If One of the above messages cannot be executed by the pump, it will return an Error Message.
| |||||
| |||||
AAA is the value 1408 (0x580) plus the NodeId of the device.
B ist the number of bytes in this packet, it is always equal to 8.
CCCC is the Parameter index that was requested
DD is the Parameter subindex that was requested
EEEEEEEE contains the error code.
|
CANopen is a fieldbus protocol and has several mechanisms that can be supported, this chapter describes what is supported.
|
Heartbeat |
All devices support the Heartbeat feature of CANopen. The heartbeat signals a presence on the bus, all units must send its heartbeat since it is used for "binding" units together. Devices supporting only Node-Guarding should not be used in the same network as the Wilo Devices.
|
PDO |
tx and rx PDOs are supported, some PDOs can be configured (Transmission types 0-240 and 254, Inhibit Time and Event Timer are supported).
|
MPDO |
Values that are not needed very often are sent on change with a SAM MPDO.
|
SDO |
Expedited and Segmented Upload/Download are supported.
|
SYNC |
Is supported (see PDO)
|
TIME |
Most Wilo devices are TIME consumers. It enables a timestamp in the error history.
|
EMCY |
Is supported.
|
NMT |
Is supported.
|
LSS |
Is not supported and should not be used together with Wilo Devices.
|
This data is only sent if an Error is generated or when it is acknowledged. It also contains some status info about the error.
| |||
| |||
AAA is the value 128 (0x80) plus the NodeId of the device.
B ist the number of bytes in this packet, it is always 8.
CC is the Wilo Error Type, 0x00=Last Message Acknowledged (No Service, Warning, Error or Final Error), 0x53=Service Message, 0x57=Warning Message, 0x45=Error Message, 0x46=Final Error Message.
DD is reserved
EE is reserved
FF is the wilo Error Code (see Product Documentation).
GG is the location, 0=Master, 1=Slave.
HH is reserved
IIII is reserved.
|
There are four different Error Status Bits and several can be set at the same time. For example: A Final Error would set the Error Bit as well.
| |
Service/Maintenance |
This bit is set when service is required locally at the location of the pump. For example after a final E21 (Motor Overload) or a Service interval is due (Mechanical Seal is due for replacement). Errors marked with this bit must be acknowledged locally (Red Button or over Infrared control).
|
Warning |
This bit is set if an Error is present and the device can still run, For example, E40, E50, E52. Errors marked with this bit can be acknowledged locally. They are also automatically acknowledged when the Error is no longer present.
|
Error |
This bit is set if an Error is present and the motor must be turned off. For example E21, E10. Errors marked with this bit will be resetted automatically if the error is no longer present.
|
Final Error |
This bit is set if a Final Error has occured. For example E21 with the 6th Error or E10. Errors marked with this bit usually also has the service bit set and can be acknowledged locally.
|
E53 NodeId in Use |
If a Wilo device sees a Heartbeat with its own NodeId on the Network, it disconnects from the network (sets its own address to OFF) and signals E53. This Warning must be acknowledged and a valid NodeId must be set before it is possible to communicate with this device.
|
E54 Binding Lost |
If a CAN/CANopen Device is binded with the Wilo Device and its Hearbeat ceases to exist, the Wilo device disables the binding and signals E54.
|
The title of each parameter contains the parameter number (in Hex). This is the CANopen "Index". If a subindex is present it is written in text behind the index.
|
Description |
This description describes the Parameter, what it can do or what it contains.
|
|
Dependency |
Dependencies to other Parameters are described here.
|
can change meaning: usually means that the respect of the parameter changes. For example 100% in CONTROL_SPEED is max rpm, and 100% in CONTROL_PRESSURE is max kPa
| |
Parameter is disabled: a write returns an error message
| |
CAN write access to This Parameter is disabled: If the mentioned protocol writes the Parmeter, an error is returned.
|
Bitset Description |
If the Parameter formatting is Bitset, the following list will be present. It contains the bits and their relevance.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
Contains information about the device type. The lower 16 bit contain the Device Profile Number and the upper 16 bit contain the Additional Information. The Wilo CAN bus contains the value 0000 0000h (deviceprofile 0000h and no additional information).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The error register is a field of 8 bits, each for a certain error type. If an error occurs the bit has to be set. Wilo Pumps only support Generic Error and Manufacturer Error.
|
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This object holds errors that have occurred on the device and have been signalled via Emergency Object. It is an error history. Writing to sub index 0 deletes the entire error history. The values in this parameter are not stored in EEPROM, for a more detailed error history list see
Par 20E0h - Error History Code (Master),
Par 20E6h - Error History Date (Master) and
Par 20ECh - Error History Operation Hours (Master).
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains a record of the last signalled error.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains a record of the 8th last signalled error.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
COB-ID of the Synchronization object. The device listens to the SYNC COB-ID written in this message.
|
| |||
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
Contains the device name (Example: 'Stratos 30/1-12').
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
Pump software number (Example: '5.02').
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This entry supports saving of parameters in non volatile memory. With a read access the device provides information about its saving capabilities. Several parameter groups are distinguished. To save, the signature 'save' (0x65766173) must be written to the wanted Subindex.
Wilo devices support only save on demand for the communication parameters (0x1000 to 0x1FFF), the application parameters (0x2000 to 0x27FF) are saved directly when they are changed.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex is not supported.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
When this subindex is written, the current Communication Parameters (0x1000-0x1FFF) are stored in EEPROM.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex is not supported.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
Several parameter groups are distinguished. To restore from EEPROM, the signature 'load' (0x64616f6c) must be written to the specified subindex.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This restores all Parameters to default (Factory Setting). Statistic Parameters (counters, operation time) and Error History are not reset.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This restores all Communication Parameters (1000-1FFF) to default (Factory Setting)
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This restores all Application Specific Parameters (2000-27FF) to default (Factory Setting). Statistic Parameters (counters, operation time) and Error History are not reset.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
COB-ID of the Time Stamp Object (TIME). If bit 31 is set the device consumes the Time Stamp message and if bit 30 is set the device produces the Time Stamp message. The meaning of the other bits is equal to the other communication objects.
|
| |||
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
Error Broadcast function. COB-ID used for emergency message (Emergency Server).
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The consumer heartbeat time defines the expected heartbeat cycle time and thus has to be higher than the corresponding producer heartbeat time configured on the device producing this heartbeat. Monitoring starts after the reception of the first heartbeat. If the consumer heartbeat time is 0 the corresponding entry is not used. The time has to be a multiple of 1ms.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This contains the NodeId and the Heartbeat Time of the I/O Module (or Gateway). If the heartbeat time is equal to 0, no heartbeat is checked, and the bus-control mode is completely operational. If the heartbeat time is unequal to 0 then the heartbeat must be present in order to activate the Bus-Control Mode (see
Par 200Ah Bit 5 - Activate Bus Setpoint for more info). If the heartbeat is lost and the Heartbeat Time is unequal to 0, then the pump sets the extern Off/Max/Min/On bits to 0, (exception, If Ext-Off was active the pump is turned off. If Ext-Max, Ext-Min or Ext-On was activated the pump returns to its previous state). The bits
Par 200Ah Bit 5 - Activate Bus Setpoint and
Par 200Ah Bit 6 - Activate Bus Control Mode are reset to 0. An Error is also triggered.
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The producer heartbeat time defines the cycle time of the heartbeat. If the time is 0 it is not used. The time has to be a multiple of 1 msec.
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This object contains general information about the device.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
contains a unique value allocated each manufacturer. Wilo devices will contin the number 0x239 ('WILO').
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
identifies the manufacturer specific product code. Wilo products stores their Article Number In this subindex.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
contains the revision number.
Bit 31-16 is the major revision number and Bit 15-0 the minor revision number. (Contains a CAN open revision number, see CANopen v4.02 p.101)
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
identifies a manufacturer specific serial number. Wilo devices stores their Serial Number here. The format is (decimal) a number followed by production year, week ('NNNNNYYWW').The Decimal number 90512 would mean number '9', produced Week 12, 2005.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The object contains the parameters for the SDOs for which the device is the server.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Receive PDO active by default, if this is not wanted it must be turned off manually and its wanted state can be stored to non-volatile memory using
Par 1010h Sub 2 - Communication Parameters (1000h-1FFFh).
If a cyclic control of the pump is wanted, this is the preferred PDO. It is recommended to use the default configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Receive PDO active by default, if this is not wanted it must be turned off manually and its wanted state can be stored to non-volatile memory using
Par 1010h Sub 2 - Communication Parameters (1000h-1FFFh).
If a cyclic control of the pump is wanted, this is the preferred PDO. It is recommended to use the default configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit PDO active by default, if this is not wanted it must be turned off manually and its wanted state can be stored to non-volatile memory using
Par 1010h Sub 2 - Communication Parameters (1000h-1FFFh).
If a cyclic status of the pump is wanted, this is the preferred PDO. It is recommended to use the default configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit PDO active by default, if this is not wanted it must be turned off manually and its wanted state can be stored to non-volatile memory using
Par 1010h Sub 2 - Communication Parameters (1000h-1FFFh).
If cyclic measure values of the pump is wanted, this is the preferred PDO. It is recommended to use the default configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit MPDO active by default, if this is not wanted it must be turned off manually and its wanted state can be stored to non-volatile memory using
Par 1010h Sub 2 - Communication Parameters (1000h-1FFFh).
This PDO cannot be configured as a normal PDO, It is only possible to use this PDO as an MPDO. If cyclic measure values of the pump is wanted, this is the preferred PDO. Any Value can be added or removed from the Scanner list in
Par 1FA0h - Object Scanner List..
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit PDO preconfigured, It is recommended to use this pre configured configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit PDO preconfigured, It is recommended to use this pre configured configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
A Wilo Device will have this Transmit PDO preconfigured, It is recommended to use this pre configured configuration.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
It contains the mapping parameter for the MPDOs (configured with
Par 1802h - Transmit MPDO Communication Parameter 3 and
Par 1A02h - Transmit MPDO Mapping Parameter 3) the device is able to transmit. Sub-index 0 contains the number of mapped objects. All further entries define the data by its index, sub-index and length
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the active working point of the pump. The resolution is in 0.01 Percent which means that the value 10000 corresponds to 100%. 100% represents the max setpoint (depending on Control Mode, Max Pressure, Max Speed, etc.) and 0% represents the setpoint 0 (not depending on control Mode).
If a value is written that is lower than the specified pump min value (depending on Control Mode) it is limited to the min value and the
Par 2050h Bit 2 - Setpoint out of Range is set. The pump does not turn off if the value 0 is written.
The setpoint is saved internally on power off. If the pump is restarted or rebooted the last value is loaded automatically.
|
Usage | This value should not be automatically written, it should only be written if a change is required (a user manually changes the setpoint on a monitor or alike) otherwise it will take priority over other control methods, and would make it impossible to change the Setpoint from other sources. If an automated source is to set Values, then use
Par 2008h - Bus Setpoint (System) instead of this Parameter. |
| |||
|
Dependency |
This Parameter can change meaning if
Par 2041h - Effective Control Mode (System) changes.
|
Dependency |
This Parameter is disabled, if the
Par 200Ah Bit 5 - Activate Bus Setpoint is set to "1".
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the active control mode of the pump. It is basically the same as the
Par 2009h - Bus Control Mode (System). If a Control Mode is to be set in the pump, this parameter should be used. This Parameter has no constant min and max values, instead it allows only the supported Control Modes to be written to This Parameter. If a value is written, that is not supported, a min, max or other suitable error will be generated by the pump and the last valid value will be kept.
If CONST_SPEED mode is set in a DP System, both pumps run syncronously.
The control mode is saved internally on power off. If the pump is restarted or rebooted the last value is loaded automatically.
|
Usage | This value should not be automatically written, it should only be written if a change is required (a user manually changes the setpoint on a monitor or alike) otherwise it will take priority over other control methods, and would make it impossible to change the Control Mode from other sources. If an automated source is to set values, then use
Par 2009h - Bus Control Mode (System) instead of this Parameter. This value does not affect the value of
Par 2000h - Setpoint (System) (or
Par 2008h - Bus Setpoint (System)) and
Par 2048h - Selected Setpoint (System) (if they already were at 50% they stay at 50% after changing this Parameter). |
| |||
|
Dependency |
This Parameter is disabled, if the
Par 200Ah Bit 6 - Activate Bus Control Mode is set to "1".
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Dependency |
This Parameter disables
Par 208Bh - Estimated Pressure (System), if it is set to "CONST_CONTROL (PID)".
|
Dependency |
This Parameter disables
Par 208Ch - Estimated Pressure Range Min (System), if it is set to "CONST_CONTROL (PID)".
|
Dependency |
This Parameter disables
Par 208Dh - Estimated Pressure Range Max (System), if it is set to "CONST_CONTROL (PID)".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter controls the running mode of the pump.
|
Usage | This value should not be automatically written, it should only be written if a change is required (a user manually changes the setpoint on a monitor or alike) otherwise it will take priority over other control methods, and would make it impossible to turn the pump on or off from other sources. If an automated source is to set values, then use
Par 200Ah - Bus Command (System) instead of this Parameter. |
Dependency |
This Parameter is disabled, if the
Par 200Ah Bit 5 - Activate Bus Setpoint is set to "1".
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit turns the pump on or off. On means that the pump is pumping and Off means that the pump is not pumping. It is not possible to completely turn off the pump, the pump is always in standby mode.
|
|
Dependency |
This Bit has the same priority
as
Par 200Ah Bit 0 - Pump On/Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 1 - Extern Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 2 - Extern Max.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 3 - Extern Min.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 4 - Extern On.
|
Device Support and Default Value |
|
Description |
This Parameter sets the active working point of the pump.
|
Usage | This value should only be used if a source continuously sends values (a regulation unit, a 0-10V conversion unit or similar). If only a new value is to be written, then use
Par 2000h - Setpoint (System). |
| |||
| |||
| |||
| |||
|
Dependency |
This Parameter can change meaning if
Par 2041h - Effective Control Mode (System) changes.
|
Dependency |
This Parameter is disabled, if the
Par 200Ah Bit 5 - Activate Bus Setpoint is set to "0".
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter is basically the same as the
Par 2001h - Control Mode (System). The difference is that this parameter is written by a I/O-Module and it can have a higher priority (set by
Par 200Ah Bit 6 - Activate Bus Control Mode) than its counterpart. It sets the active control mode of the pump.
|
Usage | This value should only be used if a source continuously sends values (a regulation unit, a 0-10V conversion unit or similar). If only a new value is to be written, then use
Par 2001h - Control Mode (System). |
| |||
| |||
| |||
|
Dependency |
This Parameter is disabled, if the
Par 200Ah Bit 6 - Activate Bus Control Mode is set to "0".
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Dependency |
This Parameter disables
Par 208Bh - Estimated Pressure (System), if it is set to "CONST_CONTROL (PID)".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
| |||
| |||
| |||
|
Example | If
Par 200Ah Bit 2 - Extern Max is set in an MP system, then all pumps would run at Maximum Speed. If
Par 2021h Sub 2 - Extern Off (Slave 1) is set at the same time, all pumps would run at Maximum Speed, but Slave 2, since Extern Off has higher Priority than Extern Max, would be turned off. |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit turns the pump on or off. On means that the pump is pumping and Off means that the pump is not pumping. It is not possible to completely turn off the pump, the pump is always in standby mode.
|
Usage | This value should only be used if a source continuously sends values (a regulation unit, a 0-10V conversion unit or similar). If only a new value is to be written, then use
Par 2002h Bit 0 - Pump On/Off. |
| |||
|
Dependency |
This Bit has the same priority
as
Par 2002h Bit 0 - Pump On/Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 1 - Extern Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 2 - Extern Max.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 3 - Extern Min.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 4 - Extern On.
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2021h - Extern Off (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2023h - Extern Max (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2025h - Extern Min (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2027h - Extern Fixed On (DP/MP).
|
Dependency |
This Bit is disabled, if the
Par 200Ah Bit 5 - Activate Bus Setpoint is set to "0".
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit turns the pump off, disregarding the previous setting (also see priority dependencies below).
|
Usage | This value should only be used if a source continuously sends values (a regulation unit). If this functionality is required, without having a regulation source then you can mimic this Parameter by setting
Par 2002h Bit 0 - Pump On/Off to 0. |
| |||
| |||
| |||
| |||
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 0 - Pump On/Off.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 2 - Extern Max.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 3 - Extern Min.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 4 - Extern On.
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2021h - Extern Off (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2023h - Extern Max (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2025h - Extern Min (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2027h - Extern Fixed On (DP/MP).
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit makes the pump run at maximum speed, disregarding the previous setting (also see priority dependencies below).
|
Usage | This value should only be used if a source continuously sends values (a regulation unit). If this functionality is required, without having a regulation source then you can mimic this Parameter by first setting the
Par 2000h - Setpoint (System) to 100% and then
Par 2001h - Control Mode (System) to Speed mode. To disable this mimic, first write the old value to
Par 2001h - Control Mode (System) then the old value to
Par 2000h - Setpoint (System). |
| |||
| |||
| |||
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 0 - Pump On/Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 1 - Extern Off.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 3 - Extern Min.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 4 - Extern On.
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2021h - Extern Off (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2023h - Extern Max (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2025h - Extern Min (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2027h - Extern Fixed On (DP/MP).
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit makes the pump run at minimum speed, disregarding the previous setting (also see priority dependencies below).
|
Usage | This value should only be used if a source continuously sends values (a regulation unit). If this functionality is required, without having a regulation source then you can mimic this Parameter by first setting the
Par 2000h - Setpoint (System) to 0% and then
Par 2001h - Control Mode (System) to Speed mode. To disable this mimic, first write the old value to
Par 2001h - Control Mode (System) then the old value to
Par 2000h - Setpoint (System). |
| |||
| |||
| |||
| |||
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 0 - Pump On/Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 1 - Extern Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 2 - Extern Max.
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 4 - Extern On.
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2021h - Extern Off (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2023h - Extern Max (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2025h - Extern Min (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2027h - Extern Fixed On (DP/MP).
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit turns the pump on, disregarding the previous setting (also see priority dependencies below).
|
Usage | This value should only be used if a source continuously sends values (a regulation unit). If this functionality is required, without having a regulation source then you can mimic this Parameter by setting
Par 2002h Bit 0 - Pump On/Off to 1. |
| |||
| |||
| |||
|
Dependency |
This Bit has higher priority
than
Par 200Ah Bit 0 - Pump On/Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 1 - Extern Off.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 2 - Extern Max.
|
Dependency |
This Bit has lower priority
than
Par 200Ah Bit 3 - Extern Min.
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2021h - Extern Off (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2023h - Extern Max (DP/MP).
|
Dependency |
This Bit has partially lower priority
than all subitems of
Par 2025h - Extern Min (DP/MP).
|
Dependency |
This Bit has higher priority
than all subitems of
Par 2027h - Extern Fixed On (DP/MP).
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit activates the setpoint and the on off setting over the bus.
|
| |||
| |||
| |||
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Dependency |
This Bit disables
Par 2000h - Setpoint (System), if it is set to "1".
|
Dependency |
This Bit disables
Par 2008h - Bus Setpoint (System), if it is set to "0".
|
Dependency |
This Bit disables
Par 2002h Bit 0 - Pump On/Off, if it is set to "1".
|
Device Support and Default Value |
|
Description |
This Bit activates the Control Mode over the bus.
|
| |||
| |||
| |||
|
Dependency |
CAN write access to This Bit is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Dependency |
This Bit disables
Par 2001h - Control Mode (System), if it is set to "1".
|
Dependency |
This Bit disables
Par 2009h - Bus Control Mode (System), if it is set to "0".
|
Device Support and Default Value |
|
Description |
This Parameter contains the effective value of the pump, at which it works in this moment, in percent. This value is usually very close to
Par 2048h - Selected Setpoint (System). This value is relative to
Par 2041h - Effective Control Mode (System). 100% represents the max value for the chosen control mode (as described in
Par 2000h - Setpoint (System)).
|
| |||
|
Revision History |
(1.01) The effective value in dp-v is now depending on the current flow, this means that the effective value can be between 50% and 100% of the wanted setpoint. |
Dependency |
This Parameter can change meaning if
Par 2041h - Effective Control Mode (System) changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the effective regulation mode. see Pump Control Mode for the regulation modes. For a list of modes see
Par 2001h - Control Mode (System).
|
| |||
| |||
|
Dependency |
This Parameter can change if
Par 2049h - Selected Control Mode (System) changes.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the effective values that has been acceped by the pump, or in the case of an DP/MP System, all pumps. This means that in a Single Pump, only one bit can be active at any one time. In a DP or MP Pump more bits can be active if the members have different bits set.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump (or at least one of the pumps from the System) is turned on with the on/off bit (no extern values). This means that if at least one pump of the system is pumping without having the bit extern max, extern min or extern on set, this bit is set.
|
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been turned off with an Extern Off function. This bit is active when one or more of all Extern Off functions in the pump is active. It does not activate if only the pump is turned off with the Pump On/Off parameter.
This bit contains the value '1' if at least one pump in the DP or MP System is stopped by Extern Off.
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been set to run at maximum speed with an Extern Max function. This bit is active when one or more of all Extern Max functions in the pump is active. It does not activate if only the pump is set to max with the normal setpoint parameter.
This bit contains the value '1' if at least one pump in the DP or MP System is running in Extern Max.
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been set to run at minimum speed with an Extern Min function. This bit is active when one or more of all Extern Min functions in the pump is active. It does not activate if only the pump is set to min with the normal setpoint parameter.
This bit contains the value '1' if at least one pump in the DP or MP System is running in Extern Min.
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been turned on with an Extern On function. This bit is active when one or more of all Extern On functions in the pump is active. It does not activate if only the pump is turned on with the Pump On/Off parameter.
This bit contains the value '1' if at least one pump in the DP or MP System is running in Extern On.
|
Device Support and Default Value |
|
Description |
This Parameter contains the last accepted setpoint from
Par 2000h - Setpoint (System) and setpoint from the Pump Menu or
Par 2008h - Bus Setpoint (System) (depending on
Par 200Ah Bit 5 - Activate Bus Setpoint). This Parameters value is valid for the Regulation Mode stored in
Par 2049h - Selected Control Mode (System). If a regulation or configuration mode is selected that depends solely on an external sensor, this Parameter is updated internally to reflect the setpoint of this mode. If this mode is changed the last setpoint will be kept for the next regulation or configuration mode.
|
|
Dependency |
This Parameter can change meaning if
Par 2041h - Effective Control Mode (System) changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the last accepted Control Mode from
Par 2001h - Control Mode (System) and the Control Mode item from the Pump Display or
Par 2009h - Bus Control Mode (System) (depending on
Par 200Ah Bit 6 - Activate Bus Control Mode).
|
Dependency |
This Parameter can change if
Par 2001h - Control Mode (System) changes.
|
Dependency |
This Parameter can change if
Par 2009h - Bus Control Mode (System) changes.
|
Dependency |
This Parameter can change source if
Par 200Ah Bit 5 - Activate Bus Setpoint changes.
|
Dependency |
This Parameter can change source if
Par 200Ah Bit 6 - Activate Bus Control Mode changes.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the last accepted Pump Command from
Par 2002h - Command (System) and the On/Off item from the Pump Display or
Par 200Ah - Bus Command (System) (depending on
Par 200Ah Bit 5 - Activate Bus Setpoint).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump (or System) is turned on or off. On means that at least one pump of the system is pumping without having the bit extern max/min or on set. Off means that the pump is not pumping.
|
| |||
| |||
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been turned off with an Extern Off function.
|
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been set to run at maximum speed with an Extern Max function.
|
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been set to run at minimum speed with an Extern Min function.
|
|
Device Support and Default Value |
|
Description |
This Bit shows if the pump has been turned on with an Extern On function.
|
|
Device Support and Default Value |
|
Description |
This parameter returns regulation information from the Pump or System.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit contains status over the Lower Regulation Limit (pump is running at min speed).
|
| |||
|
Device Support and Default Value |
|
Description |
This Bit contains status over the Upper Regulation Limit (pump is running at max speed, or max possible power).
|
| |||
|
Device Support and Default Value |
|
Description |
This Bit contains '1' if the last setpoint was out of range (if setpoint was smaller than min for the selected control mode).
|
| |||
| |||
|
Dependency |
This Bit can change if
Par 2041h - Effective Control Mode (System) changes.
|
Device Support and Default Value |
|
Description |
| |||
|
Device Support and Default Value |
|
Description |
This Bit contains if Flow (Q) is not computable.
|
| |||
|
Device Support and Default Value |
|
Description |
This Bit contains if Pressure (H) is not computable.
|
| |||
|
Device Support and Default Value |
|
Description |
This Bit contains if Auto Night is active or not. If the pump does not support this, it is always 0.
|
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status, if the pump is ready, if error is present and so on. All these bits are System wide (DP or MP) if pump specific (Master or Slave) values are wanted please see
Par 2058h - Ready for Operation (DP/MP),
Par 205Ah - Pump is Operating (DP/MP),
Par 205Ch - Service Required (DP/MP),
Par 205Eh - Warning Present (DP/MP),
Par 2060h - Error Present (DP/MP) and
Par 2062h - Final Error Present (DP/MP).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit contains the Ready for Operation status for the Single Pump or in the case of a DP or MP System, for the Complete System. If at least one Pump is Ready for Operation in the System, this bit is set. Ready for Operation means that the pump will start as soon as it is turned on (power, no error, not disabled and no extern off).
|
Device Support and Default Value |
|
Description |
This Bit contains if the pump is operating. In the case of a DP or MP System, this bit is set if at least one Pump is operating. Operating means that the pump rotates.
|
|
Device Support and Default Value |
|
Description |
This Bit contains a '1' if Service is required for this pump or in the case of a DP or MP System, If at least one Pump requires Service. The service required information can be set together with a warning or an error. If it is set alone, it is usually an indication that it is time for service (parts exchange or similar). If it is set together with a warning or an error is indicates that this warning or error can only be resetted by someone at the pump, and not remotely or by itself.
|
|
Device Support and Default Value |
|
Description |
This Bit contains a '1' if a Warning is present in this pump or in the case of a DP or MP System, If at least one Pump has a Warning present. A warning means that something unwanted has happened but the motor still runs.
|
|
Device Support and Default Value |
|
Description |
This Bit contains a '1' if an Error is present in this pump or in the case of a DP or MP System, If at least one Pump has an Error present. An Error means that something unwanted has happened and the motor has turned off.
|
|
Device Support and Default Value |
|
Description |
This Bit contains a '1' if the Final Error Status has been reached (error is present in this pump or DP/MP System).
|
|
Device Support and Default Value |
|
Description |
This parameter describes what protocols and protocol modes are active.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit is '1' if CAN is Connected (IF-CAN inserted and heartbeat on bus present)
|
Device Support and Default Value |
|
Description |
This Bit is '1' if the
Par 1016h Sub 1 - Consumer Heartbeat Time (I/O Module) is set to the default value (I/O Module Safety function is turned on and the address is set to the correct offset). It is basically a status flag to see if the heartbeat check is activated and unchanged, it is used by regulation units to see if they can pair up with this pump.
|
|
Device Support and Default Value |
|
Description |
If the menuitem "ID" in the device menu is activated, this bit is set to 1 for 6 seconds.
|
Usage | In a Pure CANopen network you can check the address of the Pump in order to identify the pump in a network. However if you have several CANopen subnets and all are connected to all larger network, you can set this wink bit and so uniquely identify a single pump in the main BMS controller. |
Device Support and Default Value |
|
Description |
This Bit is set if an external sensor is used in the regulation loop. This Sensor can be connected over LON or CAN.
|
Device Support and Default Value |
|
Description |
This Bit is set if a heartbeat is present on the address specified in P#1016,1. It used to see if the active regulation is activated (possible to set B#200A bits 1 through 6).
|
Device Support and Default Value |
|
Description |
This Bit is set if a user has opened the device menu or is browsing the device with an IR-Monitor.
|
Device Support and Default Value |
|
Description |
This Parameter returns control status information. All sources that can override the bus are listed here. If one of them temporarily or permamently takes control the corresponding bit is set high.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Bit is '1' if LON/PLR is Connected (IF-LON/PLR inserted, the first message has been received and no timeout). This means that it is not possible to change values locally.
|
Device Support and Default Value |
|
Description |
If the Gateway or I/O-Module has activated one of the parameters
Par 200Ah Bit 1 - Extern Off to
Par 200Ah Bit 4 - Extern On then this bit is set. It means that extern clamps are affecting the system so it might not behave as expected.
|
|
Device Support and Default Value |
|
Description |
If the Gateway or I/O-Module has activated the parameter
Par 200Ah Bit 5 - Activate Bus Setpoint then this bit is set. It means that part of the Regulation control has been activated and that some control values might not possible to change.
|
Device Support and Default Value |
|
Description |
If the Gateway or I/O-Module has activated the parameter
Par 200Ah Bit 6 - Activate Bus Control Mode then this bit is set. It means that part of the Regulation control has been activated and that some control values might not possible to change.
|
Device Support and Default Value |
|
Description |
If the IR-Monitor or IR-Modul has activated the Local Operation mode (local access only), then this Parameter is set.
|
Device Support and Default Value |
|
Description |
If one or more of the local Clamps (on the module itself or directly on an inserted IF-Module) on the Pump has been activated, this bit is set. It means that some control values might not possible to change. The relays (SBM, SSM) are no clamps and are not signalled here.
|
|
Device Support and Default Value |
|
Description |
This Bit is set if the
Par 2235h - External Setpoint Signal Type is set and the Master uses this external value as a setpoint value.
|
Device Support and Default Value |
|
Description |
This Bit is set if the pump internally sets values. Pump Kick, Auto Night Mode and Zero Flow Detection Modifies this bit. It is also set if an Error (or specific test) is active that affects the operation of the pump.
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 0 - Ready for Operation. More information about what is displayed here can also be found at
Par 2052h Bit 0 - Ready for Operation.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 1 - Pump is Operating. More information about what is displayed here can also be found at
Par 2052h Bit 1 - Pump is Operating.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 2 - Service Required. More information about what is displayed here can also be found at
Par 2052h Bit 2 - Service Required.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 3 - Warning Present. More information about what is displayed here can also be found at
Par 2052h Bit 3 - Warning Present.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 4 - Error Present. More information about what is displayed here can also be found at
Par 2052h Bit 4 - Error Present.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter describes the current Operation Status for a specific member of this System (DP or MP). If a System wide status is wanted please use
Par 2052h Bit 5 - Final Error. More information about what is displayed here can also be found at
Par 2052h Bit 5 - Final Error.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the Rotating Direction of all pumps in this system. If you stand behind the motor (where you can see the ventilator blades of the motor), then 1 is Anti-Clockwise (in PLR notated as Left) and 0 is Clockwise (in PLR notated as Right). If you follow the IEC 60034-8 Standard, then 1 equals Clockwise and 0 equals Anti-Clockwise.
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This parameter contains the pump that is currently running as Base Load. This can be changed with
Par 2320h - Pump Swap Event.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This parameter reflects the total number of Pumps that this System consists of. All pumps that are connected to eachother are counted here, even if they have an Error present. Systems not supporting MP cannot consist of more than 2 pumps. If a pump is added or removed during runtime, this Parameter updates automatically.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains all extern outputs present on the pump. This parameter is pump-specific, all the outward physical connection in the pump are represented here. In the case of a relay, the status is if it is active, not if it is open or closed (an active Normally-open relay is closed, and an active Normally-closed relay is open).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
If the SSM Relay is active this Bit is set to 1.
|
Device Support and Default Value |
|
Description |
If the SBM Relay is active this Bit is set to 1.
|
Device Support and Default Value |
|
Description |
This Parameter contains all extern inputs present on the pump. This parameter is pump-specific, all the inward physical connections in the pump are represented here
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
If the Extern Off signal at the pump is active, this bit is set to 1.
|
Device Support and Default Value |
|
Description |
If the Extern Min signal at the pump is active, this bit is set to 1.
|
Device Support and Default Value |
|
Description |
This is an example of what could be realized here. In effect will all Digital Inputs be presented here.
|
Device Support and Default Value |
|
Description |
This Parameter contains information about what IF-Module is inserted in the Pump.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter displays the source of the pressure for the regulation control mode.
|
Revision History |
(1.01) Added |
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the speed of the slaves in a double or multi pump system.
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex returns the speed of the Master (in a Multi Pump system or in a Double Pump system).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex returns the speed of the Slave 1 (in a Multi Pump system) or the DP Slave (in a Double Pump system).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the estimated flow in the system
|
Dependency |
This Parameter can change if
Par 2050h Bit 4 - Q not Computable changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the estimated minimum limit of the total estimated flow in the system
|
Dependency |
This Parameter can change if
Par 2050h Bit 4 - Q not Computable changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the estimated maximum limit of the total estimated flow in the system
|
Dependency |
This Parameter can change if
Par 2050h Bit 4 - Q not Computable changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the calculated pressure in kPa.
|
Dependency |
This Parameter can change if
Par 2050h Bit 5 - H not Computable changes.
|
Dependency |
This Parameter is disabled, if the
Par 2001h - Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Dependency |
This Parameter is disabled, if the
Par 2009h - Bus Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the estimated minimum limit of the total estimated pressure in the system
|
Dependency |
This Parameter can change if
Par 2050h Bit 5 - H not Computable changes.
|
Dependency |
This Parameter is disabled, if the
Par 2001h - Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Dependency |
This Parameter is disabled, if the
Par 2009h - Bus Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the estimated maximum limit of the total estimated pressure in the system
|
Dependency |
This Parameter can change if
Par 2050h Bit 5 - H not Computable changes.
|
Dependency |
This Parameter is disabled, if the
Par 2001h - Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Dependency |
This Parameter is disabled, if the
Par 2009h - Bus Control Mode (System) is set to "CONST_CONTROL (PID)".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Active) Input Power of the pump System in Watts.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Apparent) Electrical Current of the System in Amperes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the actual voltage level for this double or multi pump system.
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the actual voltage level for the Master (in a Multi Pump system or in a Double Pump system).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the actual voltage level for the Slave 1 (in a Multi Pump system) or the DP Slave (in a Double Pump system).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Active) Input Power of specific pumps in a double or multi pump system.
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Active) Input Power, in Watts of the Master (in a Multi Pump system or in a Double Pump system).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Active) Input Power, in Watts of the Slave 1 (in a Multi Pump system) or the DP Slave (in a Double Pump system).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Apparent) Electrical Current of the double or multi pump system in Amperes.
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Apparent) Electrical Current of the Master (in a Multi Pump system or in a Double Pump system).
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Apparent) Electrical Current of the Slave 1 (in a Multi Pump system) or the DP Slave (in a Double Pump system).
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the actual medium temperature in degrees Kelvin. This is measured by an internal or external sensor.
|
|
Dependency |
This Parameter can change source if
Par 2200h - Temperature Sensor Source changes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the Current Error or Warning Message, if it has been Acknowledged it is cleared, and if another one happens while one is already displayed, one of them will be displayed after the next acknowledge (or self correction). In effect, this is the same error message that is displayed on the pump display. To know it this message is a Warning or Error Message
Par 2052h Bit 3 - Warning Present or
Par 2052h Bit 4 - Error Present must be checked.
|
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the Current Warning Message for all slaves, if it has been Acknowledged it is cleared, and if another one happens while one is already displayed, one of them will be displayed after the next acknowledge. See the
Par 20C1h - Current Warning/Error for a description of the values of this Parameter.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex returns the Last Error (Master), in a Multi Pump system or in a Double Pump system.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex returns the Last Error (Slave 1), in a Multi Pump system or in a Double Pump system.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter Array contains the error that has happened (with history), the first object (Subindex 1) is always the last one. A maximum of 16 Errors are stored here. If an Error occurrs it is written here and the Error status bit (
Par 2052h Bit 4 - Error Present) is going high.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes. This number is equal to the maximum number of History Items this device can store.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the last error code.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter Array contains the error that has happened (with history), the first object (Subindex 1) is always the last one. A maximum of 16 Errors are stored here. If an Error occurrs it is written here and the Error status bit (
Par 2052h Bit 4 - Error Present) is going high.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes. This number is equal to the maximum number of History Items this device can store.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the last error code.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter returns the time from the System where at least one pump was running (including the time it runs in peak load), or in the case of a Single Pump, the Operation Time of the Single Pump.
|
|
Revision History |
(1.01) Now PDO Mappable |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the individual running time for each unit of the system (peak load is included and counted only once). This means that if the Master was running alone for 5h and then together with Slave 1 for another 3h, the Master would have a total individual time of 8h (480 minutes) and Slave 1 would have 3h (180 minutes).
|
Revision History |
(1.01) Subindexes are now PDO Mappable |
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the time that the Master pump was running (including the time it runs in peak load).
|
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the time that the Slave 1 pump was running (including the time it runs in peak load).
|
| |||
|
Dependency |
CAN write access to This Subindex is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the simultaneous operating time (parallel operating time) of the DP or MP pump system. Subindex 1 is only incremented if exactly one pump is running. The Subindex 2 is only incremented if exactly 2 pumps are running.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the time that one pump in the DP or MP System was running. If more than one pump were running, this parameter is not incremented.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the time that two pumps in the DP or MP System was running. If less or more than two pumps were running, this parameter is not incremented.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the total time that this device had mains power.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the total time that this device had mains power.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the total time that this device had mains power.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter counts the total time that this pump had mains power, counting from last mains on.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of times the device has had the mains turned on.
|
| |||
|
Revision History |
(1.01) Changed type, from UNSIGNED16 to UNSIGNED32. |
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of times the device has had the mains turned on.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of times the device has had the mains turned on.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of pump kicks that has been activated. All Pump Kicks are counted disregarding from where they were initiated (the automatic ones, set with
Par 2251h - Pump Kick Interval and those that are initiated with
Par 2250h - Pump Kick Event).
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of pump kicks that has been activated in the Master (in case of a DP/MP Pump) or Single Pump. This counter can be cleared by writing the Value 0, no other values are accepted.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of pump kicks that has been activated in this specific Slave. This counter can be cleared by writing the Value 0, no other values are accepted.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of started automatic night mode.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of started automatic night mode. This counter can be cleared by writing the Value 0, no other values are accepted.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the number of started automatic night mode. This counter can be cleared by writing the Value 0, no other values are accepted.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the power consumption in kWh for this System.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the power consumption in kWh for this pump.
|
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the power consumption in kWh for this pump. This counter can be cleared by writing the Value 0, no other values are accepted.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the power consumption in kWh for this pump. This counter can be cleared by writing the Value 0, no other values are accepted.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains statistical data, in order to see where the pump is working in the moment. This Parameter array can have different resolutions, but each value is always an n-th of the total range (5 values, gives each percentage a 20% share of the flow range). This Array can be reset if one of the subindexes is written to 0.
|
| |||
| |||
| |||
| |||
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the percentage in which the pump was driven in this interval
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the percentage in which the pump was driven in this interval
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the percentage in which the pump was driven in this interval
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the percentage in which the pump was driven in this interval
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Subindex contains the percentage in which the pump was driven in this interval
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the specific pump type. The High byte describes the Pump Family and the low byte describes the Pump with an index.
|
| |||
|
Device Support and Default Values |
|
Description |
This Subindex contains the number of following subindexes.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the specific pump type. The High byte describes the Pump Family and the low byte describes the Pump with an index. Single or Double Pumps have the same type, they are not differentiated.
|
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the specific pump type. The High byte describes the Pump Family and the low byte describes the Pump with an index. Single or Double Pumps have the same type, they are not differentiated. See
Par 2182h Sub 1 - Pump Type (Master) for values.
|
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the Name of this pump. It changes depending on what value is written in the
Par 2180h - Manufacturer Version.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter user configureable, it contains the name of the function of the pump in the building or basement. The name must be limited to 16 UniCode characters or 32 ASCII characters.
|
|
Example | 'Heating' |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter user configureable, it contains the name of the place where the pump is located in the building or basement. The name must be limited to 16 UniCode characters or 32 ASCII characters.
|
|
Example | 'Basement C' |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The minimal possible speed of the pump in rpm.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The max possible speed of the pump in rpm.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The min possible pressure in dp-v mode of the pump in kPa.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The max possible pressure in dp-v mode of the pump in kPa.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The max possible flow of the pump in m³/h
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the min allowable medium temperature for this pump.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the max allowable medium temperature for this pump.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains the (Active) Maximum Input Power of the Pump System in Watts.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The min possible pressure in dp-c (CONST_DIFFPRESS) or p-c (CONST_PRESSURE) mode of the pump in kPa.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
The max possible pressure in dp-c (CONST_DIFFPRESS) or p-c (CONST_PRESSURE) mode of the pump in kPa.
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the minimum temperature for Temperature Regulation. Since this value must always be atleast 10 degrees smaller than
Par 2202h - dp-c = f(T) Regulation Tmax, the value in
Par 2202h - dp-c = f(T) Regulation Tmax is always set to 10 degrees Kelvin higher than this value if it previously was lower.
|
|
Dependency |
This Parameter can change source if
Par 2200h - Temperature Sensor Source changes.
|
Dependency |
This Parameter can change value if
Par 2202h - dp-c = f(T) Regulation Tmax changes.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the maximum temperature for Temperature Regulation. Since this value must always be atleast 10 degrees higher than
Par 2201h - dp-c = f(T) Regulation Tmin, the value in
Par 2201h - dp-c = f(T) Regulation Tmin is always set to 10 degrees Kelvin lower than this value if it previously was higher.
|
|
Dependency |
This Parameter can change source if
Par 2200h - Temperature Sensor Source changes.
|
Dependency |
This Parameter can change value if
Par 2201h - dp-c = f(T) Regulation Tmin changes.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the wanted pressure at Tmin for Temperature Regulation. This value can be lower or higher than
Par 2204h - dp-c = f(T) Regulation Pmax, depending on wanted function.
|
|
Dependency |
This Parameter can change source if
Par 2200h - Temperature Sensor Source changes.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the wanted pressure at Tmax for Temperature Regulation. This value can be lower or higher than
Par 2203h - dp-c = f(T) Regulation Pmin, depending on wanted function.
|
|
Dependency |
This Parameter can change source if
Par 2200h - Temperature Sensor Source changes.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter configures the pump to be used as a heating (HV) or air conditioning (AC) pump. It changes the number of Errors until an Final Error occurs.
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter changes the auto reset time for all Errors that uses one. All other Errors remain unchanged. The auto reset time is the time at which the pump resets itself after the error has been issued. Normally this time is 5 minutes, and since the Final Error is first signalled with the 6th Error, this would take about 30 minutes. This Parameter can shorten that time.
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the speed or pressure of the pump during Automatic Night Mode. It is only active if pressure regulation is chosen (
Par 2001h - Control Mode (System) equal to CONST_PRESSURE, CONST_DIFFPRESS or VAR_DIFFPRESS), if the
Par 2056h Bit 0 - LON/PLR Controlled is 0 and if
Par 2235h - External Setpoint Signal Type is 0.
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Paramater can change the behaviour of the SBM contact in the pump (it does not modify the behaviour of the I/O-Module). The trigger corresponds to the following:
|
| |||
|
Revision History |
(1.01) This Parameter has been split (see
Par 2332h - SBM Relay Collective). The meaning of value 3 has been changed and value 4 has been removed. The values 3 and 4 may not be used in automatic installations containing both v1.00 and v1.01 revisions. Values 0 to 2 can be used safely across all revisions. |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Paramater can change the behaviour of the SSM contact in the pump (it does not modify the behaviour of the I/O-Module). The trigger corresponds to the following:
|
| |||
|
Revision History |
(1.01) This Parameter has been split (see
Par 2333h - SSM Relay Collective). Values 4 to 6 have been removed. These values may not be used in automatic installations containing both v1.00 and v1.01 revisions. Values 0 to 3 can be used safely across all revisions. |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter controls the Zero setpoint Mode of the External Setpoint (0-10V, 0-20mA, etc). If the setpoint is below the min-value of the pump the pump goes to the following states.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter controls the activation and signal Type of the External Setpoint.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter activates the pump kick function. If the value 1 is written, the pump (or System) briefly runs in order to avoid problem arising from standing still too long. This is only possible if the Pump has no error present.
|
| |||
| |||
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains how oft the pump kick is to be initiated. the value is the number of consecutive 'non running hours' between pump kicks.
|
| |||
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter locks the menu completely. By some pumps this can also be activated/deactivated by a DIP-Switch inside the pump.
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter can change the orientation of the Display. The default orientation, and the orientation rotation (90 or 180 degrees) depends on the pump type. In the case of a Pump system, all displays are rotated simultaneously.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter controls the unit displayed in the pump display.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter sets the Double Pump Mode in the pump system. Parallel Operation allowes higher flow, because if one pump is not enought, the second will start. In Master-Reserve Mode, both pumps never run at the same time and if one would fail the other takes over very quickly. This Parameter can be written even if the current pump is a single pump, if this pump later becomes a master this setting becomes valid for the complete system.
|
Dependency |
This Parameter is disabled, if the
Par 2316h - Pump Housing is set to "0".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter is automatically resetted to zero as soon as the function has returned, it has been written as '1', and will read as a zero when the event has taken place. Writing this parameter to a '1' activates the Pump Swap Function, simultaneously the time to the next swap is reset. The next free spare pump will be chosen in the case of a MP System. Writing this Parameter to 0 is not allowed.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Parameter contains how oft the pump swap is to be initiated. the value is the number of running hours between pump swaps.
|
| |||
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Bitset Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Paramater can change the behaviour of the SBM contact in the pump (it does not modify the behaviour of the I/O-Module). The trigger corresponds to the following:
|
|
Revision History |
(1.01) Added |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This Paramater can change the behaviour of the SSM contact in the pump (it does not modify the behaviour of the I/O-Module). The trigger corresponds to the following:
|
|
Revision History |
(1.01) Added |
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
This is the CANopen address (1-127). This Parameter only makes sense if an IF-Module-CAN is inserted. The value 0 turns the CAN bus off. To turn it on again the value should be set to the wanted address.
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Parameter Specification |
|
Device Support and Default Value |
|
Description |
the wait time before the pump goes into the Operational mode. this time starts to count down when the first foreign heartbeat is seen on the bus.
|
|
Dependency |
CAN write access to This Parameter is disabled, if the
Par 2056h Bit 4 - Local Operation Active is set to "1".
|
Value Description |
|
Parameter Specification |
|
Device Support and Default Value |
|
CAN Revision History |
|
CAN Revision Support |
|
Section CANopen |
* support may be limited, please see the specified index for more support info. |
Section Control |
* support may be limited, please see the specified index for more support info. |
Section Status |
* support may be limited, please see the specified index for more support info. |
Section Measurement |
* support may be limited, please see the specified index for more support info. |
Section Messaging (Service and Errors) |
* support may be limited, please see the specified index for more support info. |
Section Statistic |
* support may be limited, please see the specified index for more support info. |
Section Constants |
* support may be limited, please see the specified index for more support info. |
Section Configuration |
* support may be limited, please see the specified index for more support info. |
Section Double/Multi Pump |
* support may be limited, please see the specified index for more support info. |
Section CAN Configuration |
* support may be limited, please see the specified index for more support info. |
Wilo SE, Generated at 16.07.2010 11:36:44