Start / Stop Control ....................................................................................................................................................... 6
Remote Setting of Set Point 1 ..................................................................................................................................... 7
0xxxx Mapping Modbus Coils / Aquavar Control Word .......................................................................................... 8
1xxxx Mapping - Modbus Discrete Inputs / Aquavar Status Word ......................................................................... 9
The Modbus® protocol was introduced by Modicon, Inc. for use in control environments featuring Modicon
programmable controllers. Due to its ease of use and implementation, this common PLC language was quickly
adopted as a de-facto standard for integration of a wide variety of master controllers and slave devices. Modbus
is a serial, asynchronous protocol. Transactions are half-duplex, featuring a single Master controlling one or more
Slaves. While RS232 can be used for point-to-point communication between a single Master and a single Slave,
a more common implementation features a multi-drop RS485 network with a single Master controlling multiple
Slaves. The AQUAVAR CPC features RS485 for its Modbus physical interface. In all cases, the AQUAVAR CPC will
act as a slave in the network.
RTU
The Modbus specification defines two distinct transmission modes: ASCII and RTU. The AQUAVAR CPC supports
RTU only.
SETTING UP MODBUS COMMUNICATIONS
Modbus
Connections
for each
Aquavar
Terminated
Station
StationStation
X1 Identification
28 Screen
29 B
30 A
31 AGND
32 Screen
Hardware Description
RS485 Multidrop Application
Other Modbus Devices
SCR
B
A
GND
28 SCR
29 B
30 A
31 AGND
32 SCR
B
A
Terminated
Station
1
RS485 Interface
J2 J5J2 J5
ON ON
off positionon position
Bus Termination
GND
SCR
1
For functional descriptions, see “Standard Serial Communication” addendum.
ON ON
3
WIRING
Physical wiring of the MODBUS communication cable is to the RS485 terminal block, 28, 29 and 30. Use the
screen connections if the cable has one.
NOTE: The only application macros that will work with Modbus communica-tions enabled are: [1] Single Pump,
[4] Constant Slv and [5] Speed Cntrl. See parameter 1102 Applic Macro. Multicontrol or Synchronous will not
work with MODBUS. Set macro to SINGLE PUMP, Constant Slv or Speed Cntrl.
Configure Modbus Serial Communications
1. Set EFB Station ID – This is the address of each Aquavar on the network. Each drive must have a unique
station ID on the network.
a. Go to Group 32 – EFB PROTOCOL, press SEL.
b. Go to parameter 3202 – EFB STATION ID, press EDIT.
c. Set desired station ID using the UP or DOWN arrows, press SAVE.
Valid addresses are 1 – 247.
NOTE: Address 0 is used to broadcast
messages to all slaves on the network.
NOTE: It is the user’s responsibility to ensure that reading and writing is done to the correct address
(Aquavar or node) in the network. Reading or writing to the wrong node can cause unexpected results.
2. Set EFB Baud Rate – The settings used must be the same on the Modbus Master and the slaves (Aquavar
CPC). Default rate is 9.6 kb/s.
a. Go to Group 32 – EFB PROTOCOL, press SEL.
b. Go to parameter 3203 – EFB BAUD RATE, press EDIT.
c. Set the desired Baud Rate using the UP or DOWN arrows, press SAVE.
Valid baud rates are:
1.2 kb/s 19.2 kb/s
2.4 kb/s 38.4 kb/s
4.8 kb/s 57.6 kb/s
9.6 kb/s 76.8 kb/s
4
WIRING
3. Set EFB Parity – The settings used must be the same on the Modbus Master and the slaves (Aquavar CPC).
Default parity is 8N2 (8 data bits, no parity, two stop bits).
a. Go to Group 32 – EFB PROTOCOL, press SEL.
b. Go to parameter 3204 – EFB PARITY, press EDIT.
c. Set the desired Parity using the UP or DOWN arrows, press SAVE.
Valid Parity settings are:
0 = 8N1 – 8 data bits, No parity, one stop bit.
1 = 8N2 – 8 data bits, No parity, two stop bits.
2 = 8E1 – 8 data bits, Even parity, one stop bit.
3 = 8O1 – 8 data bits, Odd parity, one stop bit.
4. Set EFB Ctrl Profile – The Aquavar Profile may be the only the only profile that can be selected.
a. Go to Group 32 – EFB PROTOCOL, press SEL.
b. Go to parameter 3205 – EFB CTRL PROFILE, press EDIT.
c. Set the desired profile using the UP or DOWN arrows, press SAVE.
Valid Profile settings are:
1 = AQUAVAR
Activate Modbus Communications on the Aquavar
1. Go to Group 30 – Options, press SEL.
2. Press Edit.
3. Using the UP or DOWN keys, select [1] STD MODBUS.
4. Press SAVE. Modbus Communications are now active.
5
SETTING DRIVE PARAMETERS
Note: With Modbus, any parameter can be accessed using the format: “4” followed by the parameter
number. See the following example:
Changing Ramps 1 and 2 via Modbus from 5 to 10 seconds on a drive over 15 HP.
1. Set parameter 1102 (Applic Macro) to: [1] Single Pump, [4] Constant Slv, or [5] Speed Cntrl.
2. Configure and Setup Modbus Serial Communications
3. Ramp 1 is parameter 1301 and Ramp 2 is parameter 1302.
4. Write ‘100’ to Holding Register 41301. Assuming no errors occur during this transaction, 1301 (Ramp 1)
should now be set to 10.0 seconds.
Note: There is an implied decimal point that is not written between the first (from the right) and second
digit. Thus 100 = 10.0
5. Write ‘100’ to Holding Register 41302. 1302 (Ramp 2) should now be set to 10.0 seconds.
START / STOP CONTROL
Start
1. Set parameter 1102 (Applic Macro) to: [1] Single Pump, [4] Constant Slv, or [5] Speed Cntrl.
2. Configure and Setup Modbus Serial Communications
3. Set parameter 1201 to [1] Fieldbus
4. To Start, write ‘1’ to Register 00002. Register 00001 (Stop) must be set ‘0’. The rotation arrow on the display
should now be spinning and the drive will start if the actual pressure is below the setpoint.
5. Write ‘0’ to Register 00002. The drive will continue to run as long as
Register 00001 is ‘0’.
Stop
1. To Stop, write ‘1’ to Register 00001. Register 00002, should be set to ‘0’. The rotation arrow on the display
should stop rotating.
REMOTE SETTING OF SET POINT 1
1. Set parameter 1102 (Applic Macro) to: [1] Single Pump, [4] Constant Slv, or [5] Speed Cntrl.
2. Configure and Setup Modbus Serial Communications.
3. Set parameter 1601 to [0] Setp1.
4. Set parameter 1602 to [2] Fieldbus.
5. Write a value between ‘10000’ and ‘0’ (100.00% to 0% of Transducer Max) to Holding Register 40003.
Note: There is an implied decimal point that is not written between the second (from the right) and third
digit. Thus, 10000 = 100.00%.
6
REMOTE SETTING OF SET POINT 1
For example, using the standard 300 PSI transducer supplied with the Aquavar CPC:
1. Parameter 1502 (Transducer Max) should be set to 300 PSI.
2. Parameter 1503 (Transducer Min) should be set to 0 PSI.
3. Setting to 60 PSI…
a. 60 PSI / 300 PSI = .2 or 20%
b. Write ‘2000’ to Holding Register 40003
4. Setting to 80 PSI…
a. 80 PSI / 300 PSI = ~.2667 or 26.67%
b. Write ’2667’ to Holding Register 40003
Speed Control through Modbus Interface
1. Set parameter 1102 (Applic Macro) to: [5] Speed Cntrl
2. Configure and Setup Modbus Serial Communications
3. Set parameter 1601 to [0] Setp1
4. Set parameter 1602 to [2] Fieldbus
5. Write a value between ‘10000’ and ‘0’ [100.00% to 0% of Maximum Freq (1401)] to Holding Register 40002.
Note: There is an implied decimal point that is not written between the second (from the right) and third
digit. Thus, 10000 = 100.00%.
For example, using a Maximum Freq of 60 Hz:
1. Parameter 1401 (Maximum Freq) should be set to 60Hz.
2. Parameter 1601 (SP1 / SP2 Select) should be set to 0psi.
3. Parameter 1602 (Set Point 1 Select) should be set to [2] Fieldbus
4. Setting to 60 Hz (Full Speed)…
a. 60 Hz / 60 Hz = 1 or 100%
b. Write ‘10000’ to Holding Register 40002.
Note: Writing to parameter 1403 will have no effect.
5. Setting to 30 Hz (Half Speed)…
a. 30 Hz / 60 Hz = .5 or 50%
b. Write ‘5000’ to Holding Register 40002.
Note: Writing to parameter 1403 will have no effect.
7
0XXXX MAPPING MODBUS COILS / AQUAVAR CONTROL WORD
Modbus Ref.Internal LocationR/WCommandValueNotes:
00001Control Word - Bit 0R/WSTOP
00002Control Word - Bit 1R/WSTART
00003Control Word - Bit 2n/aReserved (Not Used)
00004Control Word - Bit 3n/aReserved (Not Used)
00005Control Word - Bit 4R/WRESET
00006Control Word - Bit 5R/WEXT2
00007Control Word - Bit 6n/aReserved (Not Used)
00008Control Word - Bit 7n/aReserved (Not Used)
00009Control Word - Bit 8n/aReserved (Not Used)
00010Control Word - Bit 9n/aReserved (Not Used)
00011Control Word - Bit 10n/aReserved (Not Used)
00012Control Word - Bit 11n/aReserved (Not Used)
00013Control Word - Bit 12n/aReserved (Not Used)
00014Control Word - Bit 13n/aReserved (Not Used)
00015Control Word - Bit 14n/aReserved (Not Used)
00016Control Word - Bit 15n/aReserved (Not Used)
00017Control Word - Bit 16n/aReserved (Not Used)
00018Control Word - Bit 17n/aReserved (Not Used)
00019Control Word - Bit 18n/aReserved (Not Used)
00020Control Word - Bit 19n/aReserved (Not Used)
00021Control Word - Bit 20n/aReserved (Not Used)
00022Control Word - Bit 21n/aReserved (Not Used)
00023Control Word - Bit 22n/aReserved (Not Used)
00024Control Word - Bit 23n/aReserved (Not Used)
00025Control Word - Bit 24n/aReserved (Not Used)
00026Control Word - Bit 25n/aReserved (Not Used)
00027Control Word - Bit 26n/aReserved (Not Used)
00028Control Word - Bit 27n/aReserved (Not Used)
00029Control Word - Bit 28n/aReserved (Not Used)
00030Control Word - Bit 29n/aReserved (Not Used)
00031Control Word - Bit 30n/aReserved (Not Used)
00032Control Word - Bit 31n/aReserved (Not Used)
00033Not used in CWR/WRELAY OUTPUT 1
00034Not used in CWR/WRELAY OUTPUT 2
00035Not used in CWR/WRELAY OUTPUT 3
00036RESERVEDn/aReserved (Not Used)
00037RESERVEDn/aReserved (Not Used)
00038RESERVEDn/aReserved (Not Used)
Supported Function Codes
01 - Read Coil Status05 - Force Single Coil15 - Force Multiple Coils (0x0F Hex)
1 = STOP,
0 = (no op)
1 = START,
0 = (no op)
1 = RESET,
0 = (no op)
1 = EXT2,
0 = EXT1
1 = Energize,
0 = Denergize
1 = Energize,
0 = Denergize
1 = Energize,
0 = Denergize
STOP Bit Must be
set to 0 to start
drive via Modbus.
If both STOP and
START are set to 1,
drive will stop or
remain stopped.
8
1XXXX MAPPING - MODBUS DISCRETE INPUTS / AQUAVAR STATUS WORD
Modbus Ref.Internal LocationR/WIndicationValue
10001Status Word - Bit 0RREADY
10002Status Word - Bit 1RENABLED
10003Status Word - Bit 2RSTARTED
10004Status Word - Bit 3RReserved (Not Used)
10005Status Word - Bit 4RZERO_SPEED
10006Status Word - Bit 5RACCELERATE
10007Status Word - Bit 6RDECELERATE
10008Status Word - Bit 7RAT_SPEED
10009Status Word - Bit 8RReserved (Not Used)
10010Status Word - Bit 9RReserved (Not Used)
10011Status Word - Bit 10RReserved (Not Used)
10012Status Word - Bit 11RReserved (Not Used)
10013Status Word - Bit 12RPANEL_LOCAL
10014Status Word - Bit 13RReserved (Not Used)
10015Status Word - Bit 14REXT2_ACT
10016Status Word - Bit 15RFA U LT
10017Status Word - Bit 16RALARM
10018Status Word - Bit 17RREQ_MAINT
10019Status Word - Bit 18RReserved (Not Used)
10020Status Word - Bit 19RLOCAL LOCK
10021Status Word - Bit 20RReserved (Not Used)
10022Status Word - Bit 21RReserved (Not Used)
10023Status Word - Bit 22RReserved (Not Used)
10024Status Word - Bit 23RReserved (Not Used)
10025Status Word - Bit 24RReserved (Not Used)
10026Status Word - Bit 25RReserved (Not Used)
10027Status Word - Bit 26RReserved (Not Used)
10028Status Word - Bit 27RReserved (Not Used)
10029Status Word - Bit 28RReserved (Not Used)
10030Status Word - Bit 29RReserved (Not Used)
10031Status Word - Bit 30RReserved (Not Used)
10032Status Word - Bit 31RReserved (Not Used)
10033DI1RDI10 = OFF, 1 = ON
10034DI2RDI20 = OFF, 1 = ON
10035DI3RDI30 = OFF, 1 = ON
10036DI4RDI40 = OFF, 1 = ON
10037DI5RDI50 = OFF, 1 = ON
10038DI6RDI60 = OFF, 1 = ON
Supported Function Codes
02 - Read Input Status
0 = NOT MAX FREQUENCY
1 = READY,
0 = NOT READY
1 = ENABLED,
0 = NOT ENABLED
1= STARTED,
0 = NOT STARTED
1 = ACCELERATING,
0 = NOT ACCELERATING
1 = DECELERATING,
0 = NOT DECELERATING
1 = MAX FREQUENCY,
0 = NOT LOCAL
1 = LOCAL
0 =Speed Control Mode
1 = All Other Macros
0 = NO FAULT,
0 = NO ALARM,
1 = ALARM
0 = LOCAL LOCK OFF,
1 = LOCAL LOCK ON
1 = 0 Hz,
0 = > 0 Hz
1 = FAULT
9
3XXXX MAPPING - MODBUS INPUTS
Modbus Ref.VFD SignalR/WRemarks
30001AI1R
30002AI2 (Transducer)R
Supported Function Codes
04 - Read Input Registers
This Register shall report the level of
Analog Input 1 (0 …100%)
This Register shall report the level of
Analog Input 2 (0 …100%)
10
4XXXX REGISTER MAPPING
Modbus Ref.ContentsR/WRemarks
40002Reference 1 R/W
40003Reference 2 (Setpoint)R/W
40005
40006
40007
40008
40009
40010
40011
40012
40031Aquavar Control Word LSWR/W
40032Aquavar Control Word MSWR
40033Aquavar Status Word LSWR
40034Aquavar Status Word MSWR
Actual 1
(Select using 3210)
Actual 2
(Select using 3211)
Actual 3
(Select using 3213)
Actual 4
(Select using 3214)
Actual 5
(Select using 3214)
Actual 6
(Select using 3214)
Actual 7
(Select using 3214)
Actual 8
(Select using 3214)
R
R
R
R
R
R
R
R
Range = 0 … 10000 (0 … 100.00%) of Transducer range.
NOTE: Group 16 Setpoint Select must be set to Fieldbus
Use for Speed Control Macro Only
Range = 0 … 10000 (0 … 100.00%)
Remote Setpoint via Modbus
e.g. 0 = 0 psi and 10000 = 300 PSI.
By default, stores nothing. Use parameter 3210 to
select an actual value for this register.
e.g. 3210 = 0101, 40006 = Motor Freq.
By default, stores nothing. Use parameter 3211 to
select an actual value for this register.
By default, stores nothing. Use parameter 3213 to
select an actual value for this register.
By default, stores nothing. Use parameter 3214 to
select an actual value for this register.
By default, stores nothing. Use parameter 3215 to
select an actual value for this register.
By default, stores nothing. Use parameter 3216 to
select an actual value for this register.
By default, stores nothing. Use parameter 3217 to
select an actual value for this register.
By default, stores nothing. Use parameter 3218 to
select an actual value for this register.
Maps directly to the Least Significant Word of the
Aquavar profile’s CONTROL WORD.
Maps directly to the Most Significant Word of the
Aquavar profile’s CONTROL WORD.
Maps directly to the Least Significant Word of the
Aquavar profile’s STATUS WORD.
Maps directly to the Most Significant Word of the
Aquavar profile’s STATUS WORD.
DRIVE PARAMETERS
Group 1VFD SignalR/WSet Value (Dec)
40101Motor FrequencyR—
40102Motor CurrentR—
40103Motor PowerR—
40104DC Bus VoltageR—
40105Motor VoltageR—
40106Drive TempR—
40107VFD On TimeR—
40108Run TimeR—
40109KWh CounterR—
40110DI6-1 StatusR—
40111AI1R—
40112AI2 Trnsdcr FdbkR—
40113RO3-1 StatusR—
40114AO1 (mA)R—
40115AO2 (mA)R—
40116Last FaultR—
40117Previous Fault 1R—
40118Previous Fault 2R—
11
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 1VFD SignalR/WSet Value (Dec)
40119Fault Time 1R—
40120Fault Time 2R—
40121Speed at FltR—
40122Freq at FltR—
40123Voltage at FltR—
40124Current at FltR—
40125Status at FltR—
40126DI 6-1 At FaultR—
40127Drive On Time HiR—
40128Drive On Time LoR—
Group 2VFD SignalR/WSet Value (Dec)
40201Set PointR—
40202ActualR—
40203Pump SpeedR—
40204Wire to Water PowerR—
40205Set Point #1R—
40206Set Point #2R—
40207Energy SavingsR—
40208Pump NumberR
40209Used Set Point R—
Stopped [0]
Pump 1 [1]
Pump 2 [2]
Pump 3 [3]
Pump 4 [4]
Group 3VFD SignalR/WSet Value (Hex)
40301FB CMD Word 1R—
40302FB CMD Word 2R—
40303FB STS Word 1R—
40304FB STS Word 2R—
40305Fault Word 1R—
40306Fault Word 2R—
40307Fault Word 3R—
40308Alarm Word 1RHEX
40309Alarm Word 2RHEX
40310AV Alarm WordRHEX
40311AV Fault WordR—
12
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 10VFD SignalR/WSet Value (Dec)
41001Parameter LockR/WLocked [0], Open [1]
41002Pass CodeR/W
41003Local LockR/WOff [0], On [1]
41004Parameter SaveR/WDone [0], Save… [1]
41005New Pass CodeR/W
41006Set Point LockR/WOff [0], On [1]
Group 11VFD SignalR/WSet Value (Dec)
41101LanguageR/W
41102Application MacroR/W
41103Motor Nom VoltageR/W
41104Motor Nom CurrentR/W
41105Motor Nom FreqR/W
41106Motor Nom RPMR/W
41107Motor Nominal PowerR/W
English [0]
Espanol [1]
Francais [2]
Single Pump [1]
Synchronous [2]
Multicontrol [3]
Constant Slv [4]
Speed Contrl [5]
Group 12VFD SignalR/WSet Value (Dec)
41201Start/StopR/W
41202Auto RestartR/WOn [0], Off [1]
41203Test RunR/W
41204Test Speed % (FL)R/W
41205Test Run DelayR/W
41206Motor JogR/W
Keypad [0]
Fieldbus [1]
Not Sel [0]
Auto [1]
Manual [2]
Disable [0]
Jog [1]
Group 13VFD SignalR/WSet Value (Dec)
41301Ramp1 Fast AccelR/W
41302Ramp2 Fast DecelR/W
41303Ramp3 Slow AccelR/W
41304Ramp4 Slow DecelR/W
41305Ramp HysteresisR/W
41306Reg WindowR/W
13
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 14VFD SignalR/WSet Value (Dec)
41401Maximum FreqR/W
41402Minimum FreqR/W
41403Config Speed MinR/W
41404Stp Dely Min SpdR/W
41405Restart ValueR/W
41406Restart DelayR/W
41407Priming DelayR/W
Group 15VFD SignalR/WSet Value (Dec)
41501Transducer UnitR/W
41502Transducer MaxR/W
41503Transducer MinR/W
41506Sensor MinR/W
0 [0]
Minimum Freq [1]
% [4]
C [9]
F [16]
GPM [24]
PSI [25]
ft [27]
4 mA [0]
Tune [1]
Group 16VFD SignalR/WSet Value (Dec)
Setp1 [0]
41601Sp1/Sp2 SelectR/W
41602Set Point 1 SelR/W
41603Set Point 2 SelR/W
41604AI1 MinimumR/W
DI4 [1]
Fieldbus [2]
Keypad [0]
AI1 [1]
Fieldbus [2]
Keypad [0]
AI1 [1]
Fieldbus [2]
0V [0]
4 mA [1]
Tune [2]
Group 18VFD SignalR/WSet Value (Dec)
Not Sel [0]
Run [1]
Ready [2]
Fault [3]
41801Relay Output 1R/W
Low Water [4]
Pump Prtct [5]
Start Slv [6]
Stand By [7]
Active [8]
41802RO 1 On DelayR/W
41803RO 1 Off DelayR/W
14
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 18VFD SignalR/WSet Value (Dec)
41804Relay Output 2R/W
41805RO 2 On DelayR/W
41806RO 2 Off DelayR/W
41807Relay Output 3R/W
41808RO 3 On DelayR/W
41809RO 3 Off DelayR/W
Not Sel [0]
Run [1]
Ready [2]
Fault [3]
Low Water [4]
Pump Prtct [5]
Start Slv [6]
Stand By [7]
Active [8]
Not Sel [0]
Run [1]
Ready [2]
Fault [3]
Low Water [4]
Pump Prtct [5]
Start Slv [6]
Stand By [7]
Active [8]
Group 19VFD SignalR/WSet Value (Dec)
Not Sel [0]
Motor Freq [101]
41901AO1 Content SelR/W
41902AO1 Content MinR/W
41903AO1 Content MaxR/W
41904Minimum AO1R/W
41905Maximum AO1R/W
41906AO2 Content SelR/W
41907AO2 Content MinR/W
41908AO2 Content MaxR/W
41909Minimum AO2R/W
41910Maximum AO2R/W
Motor Curren [102]
Motor Power [103]
Actual [202]
Energy Savin [207]
Not Sel [0]
Motor Freq [101]
Motor Curren [102]
Motor Power [103]
Actual [202]
Energy Savin [207]
15
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 21VFD SignalR/WSet Value (Dec)
42101Regulation ModeR/W
42102Press Inc SpeedR/W
42103Press IncR/W
Group 22VFD SignalR/WSet Value (Dec)
42201Value DecreaseR/W
42202Value IncreaseR/W
42203Enable SequenceR/W
42204Switch Lead LagR/W
42205Sync LimitR/W
42206Sync WindowR/W
42207Pump AddressR/W
42209Setp2 SourceR/W
Normal [0]
Inverse [1]
Off [0]
Addr 1 [1]
Addr 2 [2]
Addr 3 [3]
Addr 4 [4]
Group 24VFD SignalR/WSet Value (Dec)
42401Keypad FailureR/W
42402Pump Protct CtrlR/W
42403Protection LimitR/W
42404Protection DelayR/W
42405Low WaterR/W
42406Error ResetR/W
42407Reset DelayR/W
42408Run EnableR/W
42409Comm Fault FuncR/W
42410Comm Fault TimeR/W
Fault [1]
Disable [3]
Disable [0]
Warning [1]
Warning & Ct [2]
Fault [3]
Disable [0]
Warning [1]
Warn & Ctrl [3]
Fault [3]
Disable [0]
Enable [1]
Not Sel [0]
Fault [1]
Last Speed [3]
16
4XXXX REGISTER MAPPING
DRIVE PARAMETERS
Group 25VFD SignalR/WSet Value (Dec)
42501NR of TrialsR/W
42502Trial TimeR/W
42503Delay TimeR/W
42504AR OvercurrentR/W
42505AR UndercurrentR/W
42506AR UndervoltageR/W
42507AR AI<MinR/W
Group 26VFD SignalR/WSet Value (Dec)
42601Energy CostR/W
42602Baseline PowerR/W
42603Saving ScaleR/W
42604Energy Save MthdR/W
42605Reset CountersR/WNo [0]
Disable [0]
Enable [1]
Disable [0]
Enable [1]
Disable [0]
Enable [1]
Disable [0]
Enable [1]
Savings Op1 [0]
Savings Op2 [1]
Group 30VFD SignalR/WSet Value (Dec)
Not Sel [0]
43001Comm Prot SelR/W
Std Modbus [1]
Aquavar [3]
Ext Fba [4]
Group 31VFD SignalR/WSet Value (Dec)
NOTE: This group is setup by automatically an External Fieldbus Adaptor. Refer to the External Fieldbus Adaptor
This warranty applies to all Aquavar CPC controllers manufactured by Xylem, Inc.
Any part or parts found to be defective within the warranty period shall be replaced at no charge to the dealer during the warranty period. The warranty period shall exist
for a period of twenty-four (24) months from date of installation or thirty (30) months from date of manufacture, whichever period is shorter.
A dealer who believes that a warranty claim exists must contact the authorized CentriPro distributor from whom the controller was purchased and furnish complete details
regarding the claim. The distributor is authorized to adjust any warranty claims utilizing the CentriPro Customer Service Department.
The warranty excludes:
(a) Labor, transportation and related costs incurred by the dealer;
(b) Reinstallation costs of repaired equipment;
(c) Reinstallation costs of replacement equipment;
(d) Consequential damages of any kind; and,
(e) Reimbursement for loss caused by interruption of service.
For purposes of this warranty, the following terms have these definitions:
(1) “Distributor” means any individual, partnership, corporation, association, or other legal relationship that stands between CentriPro and the dealer in purchases,
consignments or contracts for sale of the subject controllers.
(2) “Dealer” means any individual, partnership, corporation, association, or other legal relationship which engages in the business of selling or leasing controllers to
customers.
(3) “Customer” means any entity who buys or leases the subject controllers from a dealer. The “customer” may mean an individual, partnership, corporation, limited
liability company, association or other legal entity which may engage in any type of business.
THIS WARRANTY EXTENDS TO THE DEALER ONLY.
Xylem, Inc.
2881 East Bayard Street Ext., Suite A
Seneca Falls, NY 13148