Kimo CPE 311-S User manual

Configuration of CPE 310-S and CPE 311-S
transmitters by keypad


Table of contents
1. Introduction..........................................................................................................................................5
1.1. Description of the transmitter.......................................................................................................5
1.2. Description of the keys.................................................................................................................5
1.3. Protection tips of the sensor........................................................................................................5
2. Modbus................................................................................................................................................6
2.1. Configuration of parameters........................................................................................................6
2.2. unctions......................................................................................................................................6
2.3. Access code to register................................................................................................................6
3. Access to the different functions.........................................................................................................9
4. 100: Configure the transmitter.......................................................................................................10
4.1. Access to the serial number: 100............................................................................................10
4.2. Access to the firmware version: 101........................................................................................10
4.3. Lock the keypad: 140..............................................................................................................10
4.4. Modify the safety code: 141.....................................................................................................10
4.5. Configure the Modbus communication (optional)......................................................................11
4.5.1 Set the slave number: 150.................................................................................................11
4.5.2 Set the speed communication: 151...................................................................................11
4.6. Activate the options....................................................................................................................11
4.7. Back to factory settings: 190...................................................................................................12
5. 200: Configuration of the channels and measurement units.........................................................13
5.1. Activate a channel......................................................................................................................13
5.2. Assign a measurement unit to a channel...................................................................................13
6. 300: Manage the analogue outputs...............................................................................................14
6.1. Set the analogue outputs...........................................................................................................14
6.2. Set the ranges of the analogue outputs.....................................................................................14
6.3. Output diagnostic.......................................................................................................................15
6.3.1 Connection configuration.....................................................................................................15
6.3.2 Perform the output diagnostic.............................................................................................16
7. 400: Manage the alarms.................................................................................................................17
8. 500: Set the pressure measurement.............................................................................................20
8.1. Perform an auto-zero.................................................................................................................20
8.2. Integration of the pressure measurement..................................................................................20
8.3. Delay times between 2 auto-zeros............................................................................................20
8.4. Add a coefficient.........................................................................................................................21
8.5. Add an offset..............................................................................................................................21
9. unctions recap and Modbus connections.......................................................................................22
9.1. 100: configure the transmitter.................................................................................................22
9.2. 200: configure the channels and the measurement units......................................................22
9.3. 300: manage the analogue outputs........................................................................................22
9.4. 400: manage the alarms.........................................................................................................23
9.5. 500: set the measurement......................................................................................................24


1. Introduction
1.1. Description of the transmitter
The CPE 310-S and CPE 311-S can be configured via the keypad. It is possib e to set the measurement units, to activate or
not a channe ,...
Principle: the different settings are in the form of fo ders and sub-fo ders numbers. The digita codes are fu y detai ed in
this manua .
1.2. Description of the keys
–Up key: increments a va ue or a eve
–Down key: decrements a va ue or a eve
–OK key: va idates an input
–Esc key: cance s the input or goes back to the previous step
1.3. Protection tips of the sensor
It's extremely unwise to remove the protection tip of our hygrometry probes as
the sensitive e ement is very fragi e even to ight contacts. However, if you
have to remove the protection tip, take a possib e precautions and avoid any
contact with the sensitive e ement.
To remove the protection tip, unscrew it or unc ip it.
Introduction 5
Up key
Down key
OK key
Esc key
10 Pa
Channe 1 indicator ight Channe 3 indicator ight
Channe 2 indicator ight
Front access for
pressure adjustement
Front access to the
mini-Din connector for
PC connection
Protection tip
to unscrew
Protection tip
to unscrew
Sensitive
eement
Sensitive
eement

2. Modbus
2.1. Configuration of parameters
•Communication speed: between 2400 and 115200 bauds, 19200 bauds by defau t
•Data bits: 8 bits
•Stop bit: 1 bit
•Parity: None
•Flow control: None
•Transmitter addressin : between 1 and 255 (automatica y answers the requests from address 0)
•Data sendin : made by words of 2 bytes, in the fo owing order: most-significant then east-significant byte
2.2. Functions
•Re ister function: Function 03
•Re ister writin : Function 16
•Communication loop test: Function 08
2.3. Access code to register
•Re isters type:
Type Size Description Format
U8 1 byte Unsigned integer 8 bits Byte 1
Examp e with a va ue of 24 (0x18) 0x18
Type Size Description Format
U16 2 bytes Unsigned integer 16
bits
Byte 2 Byte 1
Examp e with a va ue of 300 (0x012C)0x01 0x2C
Type Size Description Format
U32 4 bytes Unsigned integer 32
bits
Byte 2 Byte 1 Byte 4 Byte 3
Examp e with a va ue of 1 096 861 217 (0x4160C621)0xC6 0x21 0x41 0x60
Type Size Description Format
Rea 4 bytes Rea 32 bits Byte 2 Byte 1 Byte 4 Byte 3
Examp e with a va ue of 153.5 (0x43198000)0x80 0x00 0x43 0x19
Type Size Description Format
Enumeration 1 byte See Enumeration tab e
page 8
Same as U8
Boo ean 1 byte True = 1 ; Fa se = 0 Same as U8
6Modbus

Type Size Description Example
Seria number 8 octets C ass (1 byte)
Range (1 byte)
Year (2 bytes)
Month (1 byte)
Number (3 bytes)
'3' (0x33)
'F' (0x46)
13 (0x000D)
8 (0x08)
98765 (0x0181CD)
Format
Byte 2 (range) Byte1 (c ass) Byte 4 (year) Byte 3
(year)
Byte 6
(number)
Byte 5
(month)
Byte 8
(number)
Byte 7
(number)
0x46 0x33 0x00 0x0D 0xCD 0x08 0x01 0x81
Example with 3F13898765: 0x0181CD08000D4633
Alarms and relays status – Modbus code: 7000
Encoded on 4 octets (U32)
Byte 2 Byte 1
b8 – b15 b7 – b4 b3 b2 b1 b0
Unused Unused Unused Channe 3 Channe 2 Channe 1
A arm state*
(*)1: the channe is in a arm state / 0: the channe is not in a arm state
Byte 4 Byte 3
b31 – b28 b27 b26 b25 b24 b23 – b20 b19 b18 b17 b16
Unused Re ay 4** Re ay 3** Re ay 2** Re ay 1** Unused Unused A arm 3*** A arm 2*** A arm 1***
(**)1: the re ay is triggered / 0: the re ay is not triggered
(***)1: the a arm is activated / 0: the a arm is deactivated
•Values – Modbus code: 7010 (channe 1)
7040 (channe 2)
7070 (channe 3)
•Number of di its after the decimal point – Modbus code: 7020 (channe 1)
7050 (channe 2)
7080 (channe 3)
•Unit – Modbus code: 7030 (channe 1)
7060 (channe 2)
7090 (channe 3)
List of units:
Field Unit Value
None 0
Temperature °C 16
°F 17
Hy rometry %HR 32
g/Kg 33
Modbus 7

Kj/KG 34
°C td 35
°F td 36
°C Tw 37
°F Tw 38
Pressure
kPa 50
inWg 51
hPa 52
mbar 53
mmHg 54
mmH2O 55
daPa 56
Pa 57
Air velocity
m/s 64
fpm 65
km/h 66
Combustion ppm 112
“Enumerations” table:
Correspondin values 0 1 2 3 4 5 6 7
Modbus Com speed 2400 4800 9600 19200 38400 115200 Unused
Channel x Unit See ist of unit
Channel x Transmitter none probe 1 probe 2 modu e Unused
Output x Type 4 - 20 mA 0 - 20 mA 0 - 10 V 0 - 5 V 0 - 1 V Unused
Output x Dia nostic Deactivate 0% 50% 100% Unused
Alarm x Mode Deactivate Rising edge Fa ing edge Monitoring Transmitt
er state Unused
Alarm x Security Negative Positive Unused
Relay x Selection OFF ON A arm 1 A arm 2 A arm 3 Unused
8Modbus

3. Access to the different functions
This step is compulsory for each confi uration.
First, to access to the transmitter functions, and for safety, a safety code must be entered. The defau t safety code is 0101.
•The transmitter must be energized.
➢Connect the transmitter.
➢Wait unti the initia izing period is over.
➢Press OK.
“Code” is displayed with “0000”. The 1st 0 blinks.
➢Press OK to go to the 2nd 0.
It blinks.
➢Press Up key to disp ay 1 then press OK.
The rd 0 blinks.
➢Press OK to go to the 4th 0.
➢Press Up key to disp ay 1 then press OK.
The following screen is displayed:
“F 100” is for the number of the configuration fo der. There are 5 fo ders:
•F 100: fo der of the transmitter configuration. See page 10.
•F 200: fo der of the channe s and measurement units. Seer page 13.
•F 300: fo der of the ana ogue outputs. See page 14.
•F 400: fo der of the a arms. See page 17.
•F 500: fo der of the channe s, integration and autozero configuration. See page 20.
To se ect the required fo der:
“F 100” is displayed and 1 is blinking.
➢Press Up key unti the number of the required fo der is disp ayed (F 100, F 200, F 300 or F 500).
➢Press OK.
Access to the different functions 9
Code
0101
F 100

4. F 100: Configure the transmitter
This fo der a ows to configure the fo owing parameters of the transmitter: safety code, modbus, options and factory
configuration.
It a so indicates the seria number and the firmware version of the transmitter.
4.1. Access to the serial number F100
The seria number a ows to get activation codes for the options.
F 100 is displayed (see previous page).
➢Press OK.
“F 100” is displayed with the serial number of the transmitter that scrolls below.
4.2. Access to the firmware version F101
F100 folder is displayed.
➢Press Up key.
“F 101” is displayed with the version number that scrolls below (e.g: 1.00)
4.3. Lock the keypad F 140
For more safety and to avoid any hand ing mistake, it is possib e to ock the keys.
F101 sub-folder is displayed.
➢Press Up key.
“F 140” is displayed with “0” indicating that the locking is on.
➢Press OK.
“0” blinks.
➢Press Up or Down key, “1” b inks, then press OK.
“LOCK” is displayed for a few seconds then the transmitter backs to the displaying of measured values.
All the keys are inactive.
To activate them again:
➢Press OK for 10 seconds.
“LOCK” is displayed for a few seconds then the transmitter goes back to the displaying of measured values and
keys are active again.
4.4. Modify the safety code F141
It is possib e to modify the safety code.
F140 sub-folder is displayed.
➢Press Up key.
“F 141” is displayed with the safety code below.
➢Press OK.
The 1st zero blinks.
➢Press Up or Down key to modify the digit then press OK.
The 2nd digit blinks.
➢Press Up or Down key to modify the digit then press OK.
The rd digit blinks.
➢Press Up or Down key to modify the digit then press OK.
The 4th digit blinks.
➢Press Up or Down key to modify the digit then press OK.
“OK”» is displayed.
➢Press OK to va idate the modification of the code or Esc to cance .
The transmitter goes back to the displaying of the F141 folder with the new code indicated below.
10 F 100: Configure the trans itter

4.5. Configure the Modbus communication (optional)
Modbus option must be activated (see chapter 4.6).
4. .1 Set the slave number: F1 0
F141 sub-folder is displayed.
➢Press Up key.
“F 150” is displayed.
➢Press OK.
“F 150” blinks with the serial number below (e.g: 255).
➢Press OK.
The 1st digit of the slave number blinks.
➢Press Up and Down keys to modify it then press OK.
The 2nd digit of the slave number blinks.
➢Press Up and Down keys to modify it then press OK.
The rd digit of the slave number blinks.
➢Press Up and Down keys to modify it then press OK.
“F150” blinks with the selected slave number below.
4. .2 Set the speed communication: F1 1
➢Press Up or Down key to go to F151 sub-fo der.
Speed communication in bits per second is displayed (e.g: 9600).
➢Press OK.
The speed communication blinks.
➢Press Up and Down keys to se ect the required speed communication between the fo owing va ues:
•2400 bds
•4800 bds
•9600 bds
•19.2 Kbds
•38.4 Kbds
•115.2 Kbds
➢Press OK.
“F151” blinks with the selected speed communication below.
4.6. Activate the options
To activate an option, an activation code is necessary. This code is provided by the manufacturer.
Available options for CPE310 are the hi h resolution in pressure (F170 sub-folder) (only for CPE 310-S)
and Modbus (F171 sub-folder).
- Hi h resolution in pressure option: F170
“F 150" sub-folder is displayed.
➢Press Up key.
“F 170” blinks and “0” is displayed below, meaning the option is not activated.
➢Press OK.
“0” blinks.
➢Press Up key.
The transmitter asks for an activation code.
➢Enter the activation code (same procedure as for the safety code) then press OK.
“F 170” blinks and “1” is displayed below, meaning the option is activated.
- Modbus option: F171
➢Go to the F171 sub-fo der and perform the same procedure as for high reso ution option.
F 100: Configure the trans itter 11

4.7. Back to factory settings F190
“F170” sub-folder is displayed.
➢Press Up key.
“F 190” blinks and “RAZ” is displayed below.
➢Press OK.
“OK?” is displayed below “F190”.
➢Press OK to confirm the factory settings or Esc to cance .
All the performed confi urations will be erased.
12 F 100: Configure the trans itter

5. F 200: Configuration of the channels and
measurement units
This fo der a ows to activate the channe s and to set measurement unit for each channe .
5.1. Activate a channel
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F 200 fo der.
➢Press twice OK.
“SDE” is displayed below “F 200”.
➢Press OK.
“SDE” for probe or “OFF” for deactivated channel or “PRES” for pressure blinks.
➢Press Up and Down key to se ect:
•“SDE”: channe is activated with a measurement probe
•“PRES”: channe is activated with a pressure board
•“OFF”: channe is deactivated
➢Press OK.
The last zero of F200 blinks.
“F200” fo der a ows to activate the channe 1 of the transmitter.
To activate channe s 2 and 3 go to the fo owing fo ders:
•F210 for channe 2
•F220 for channe 3
➢Perform the same procedure as for the channe 1.
5.2. Assign a measurement unit to a channel
The transmitter is powered on and a channel is activated.
“F 200” folder is displayed.
➢Press Up key.
“F 201” sub-folder is displayed with the unit corresponding to the channel 1 below.
➢Press OK.
The unit blinks.
➢Press Up and Down keys to se ect the required unit.
➢Press OK.
“---” sign means that the channe is deactivated.
“F201” sub-fo der a ows to se ect the unit for the channe 1.
To se ect the unit for channe s 2 and 3, go to the fo owing fo ders:
•F211 for channe 2
•F221 for channe 3
➢Perform the same procedure as for the unit se ection for the channe 1.
F 200: Configuration of the channels and easure ent units 13

. F 300: Manage the analogue outputs
6.1. Set the analogue outputs
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F 300 fo der corresponding to the ana ogue output of the channe 1 then press twice OK.
“F 300” is displayed with the analogue output below.
➢Press OK.
The analogue output blinks.
➢Press Up or Down key to se ect the required output signa :
•4-20 mA
•0-20 mA
•0-10 V
•0-5 V
➢Press OK.
“F300” fo der is for the ana ogue output of the channe 1.
For the channe s 2 and 3, go to the fo owing fo ders:
•F310 for the channe 2
•F320 for the channe 3
➢Perform the same procedure as for the channe 1.
6.2. Set the ranges of the analogue outputs
This function a ows to modify the ranges of the ana ogue outputs.
Values to enter depend on the unit of measurement and not on the measurement ran e of the transmitter.
Ex: on a CPE 310-S pressure transmitter (0 to ±100 Pa) with a reading in mmH2O, the minimum and maximum ranges
must be configured on a measuring range from 0 to ±10 mmH2O. See conversion chart page 16.
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F 301 fo der corresponding to the minimum range of the channe 1.
➢Press OK.
The 1st digit of the minimum range blinks.
➢Enter with Up and Down keys the figure va ue or the negative sign of the va ue then press OK.
The 2nd digit blinks.
➢Enter with Up and Down keys its va ue then press OK.
➢Perform the same procedure for the fo owing figures.
➢Press OK when the ast figure is configured.
F 01 blinks, the minimum range is configured.
➢Press Up key then press OK to enter in the fo der F 302 corresponding to the high range of the channe 1.
The 1st digit of the high range blinks.
➢Enter with Up and Down keys the figure va ue or the negative sign of the va ue then press OK.
The 2nd digit blinks.
➢Enter with Up and Down keys its va ue then press OK.
14 F 300: Manage the analogue outputs

➢Perform the same procedure for the fo owing figures.
➢Press OK when the ast figure is configured.
F 02 blinks, the high range is configured.
To set the ow and high ranges of the channe 2, go to the fo der F311 ( ow range) and F 312 (high range) and fo ow
the setting procedure of the channe 1.
To set the ow and high ranges of the channe 3, go to the fo der F 321 ( ow range) and F 322 (high range) and fo ow
the setting procedure of the channe 1.
6.3. Output diagnostic
This function a ows to check on a measurement device (mu timeter, regu ator or automate) the proper functioning of the
outputs. The transmitter wi generate a vo tage (between 0 and 10 V) or a current (between 0 and 20 mA) according to the
setting of the type of output.
•For a 0-10 V output signa , the transmitter wi generate 0 – 5 or 10 V.
•For a 0-5 V output signa , the transmitter wi generate 0 – 2.5 or 5 V.
•For a 4-20 mA output signa , the transmitter wi generate 4 – 12 or 20 mA.
6.3.1 Connection configuration
Before carrying out the output diagnostics, a connections and configurations of the transmitter must be enab ed, to avoid
any damage on the transmitter and the mu timeter!
➢Se ect an output for the output diagnostic.
OUT1, OUT2 or OUT indicated on the connection label.
➢Connect a measurement device on the channe 1, 2 or 3.
F 300: Manage the analogue outputs 15
Connection of the 0/4-20 mA current output : Connection of the 0/4-20 mA volta e output :
mu timeter
-
GND
-
mA
+
1 2 3
+
V
OUT1
mu timeter
7 8 9
OUT3
4 5 6
mu timeter
OUT2
7 8 9
OUT3
4 5 61 2 3
mu timeter
OUT1
mu timeter
+
-+
mu timeter
-
GND
mA VGND
mA VGND
mA VGND
mA VGND
mA V
OUT2
-
-
+
+-
-
+
+
+
-+
-
+
-+
-

6.3.2 Perform the output diagnostic
Once the connection to the measurement device is performed, you can carry out the ana ogue output diagnostics on
severa check points.
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F303 fo der.
➢Press OK.
F 0 blinks, corresponding to the folder of the channel 1 diagnostic.
➢Press OK.
➢Press Up and Down keys to se ect the signa the transmitter must generate.
Display Generated output Example
1/3 Simu ates 0% of the output range On the range 0-10V, the transmitter wi generate 0 V.
2/3 Simu ates 50% of the output range On the range 0-10V, the transmitter wi generate 5 V.
3/3 Simu ates 100% of the output range On the range 0-10V, the transmitter wi generate 10 V.
If the deviations are too lar e (>0,05V or >0,05mA) between the si nal issued and the value displayed on
the multimeter, we recommend that you return the transmitter to our factory.
For the diagnostic of the channel 2, go to F 313 fo der and perform the same procedure as for the channe 1.
For the diagnostic of the channel 3, go to F 323 fo der and perform the same procedure as for the channe 1.
Measurement conversion charts:
•Pressure
Pa mmH2O InWG mbar mmHG kPa daPa hPa
±100 ±10.2 ±0.40 ±1.00 ±0.75 ±0.100 ±10.0 ±1.00
±1000 ±102.0 ±4.01 ±10.00 ±7.50 ±1.000 ±100.0 ±10.00
•Temperature
°C °F
From 0.0 to +50.0 From +32.0 to +122.0
From -20.0 to +80.0 From -4.0 to +176.0
From -40.0 to +180.0 From -40.0 to +356.0
From -100.0 to +400.0 From -148.0 to +752.0
16 F 300: Manage the analogue outputs

7. F400: Manage the alarms
Three a arm modes are avai ab e:
•Risin ed e (1 threshold): the a arm goes off when the measurement exceeds the thresho d and stops when it is
below the thresho d
•Fallin ed e (1 threshold): the a arm goes off when the measurement is below the thresho d and stops when it
exceeds the thresho d.
•Monitorin (2 thresholds): the a arm goes off when the measurement is outside the defined ow and high
thresho ds.
When an a arm goes off, it is possib e to acknow edge it pressing OK key on the transmitter: the audib e a arm, if it is
activated, turns off and the disp ayed va ue b inks during the acknow edgement duration (from 0 to 60 minutes). At the end
of the acknow edgement duration, if the transmitter is sti in a arm state, the audib e a arm is reactivated.
It is possib e to set 3 different a arms:
•F400 fo der corresponds to the alarm 1 setting
•F410 fo der corresponds to the alarm 2 setting
•F420 fo der corresponds to the alarm 3 setting
The a arm setting procedure exp ained be ow corresponds to the a arm 1 setting. For the a arms 2 and 3 settings, go to the
corresponding fo der and perform the same procedure as for the a arm 1.
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F 400 fo der then press twice OK.
This folder is about the alarm mode.
➢Press Up or Down key to se ect the required a arm mode:
F400: Manage the alar s 17
Risin ed e Fallin ed e
Measurement (m) > Thresho d (S) during the time-de ay T1 → A arm
activation
Measurement (m) < Thresho d (S) - Hysteresis (H) during the time-de ay
T2 → A arm deactivation
Measurement (m) < Thresho d (S) during time-de ay T1 →
A arm activation.
Measurement (m) > Thresho d (S) + Hysteresis (H) during
time-de ay T2 → A arm deactivation
Monitorin
The a arm goes off when the measurement is outside the ow and
high thresho ds.

•OFF: alarm is deactivated
•1/3: rising edge mode
•2/3: falling edge mode
•3/3: monitoring mode
➢Press OK.
“F400” blinks.
➢Press Up key to go to the F401 fo der of the a arm 1 (F411 for a arm 2 and F421 for a arm 3) then press OK.
➢Press Up or Down key then se ect the channe where the a arm wi be activated.
➢Press OK.
“F401” blinks.
➢Press Up key to go to F402 fo der (F412 for a arm 2 and F422 for a arm 3) then press OK.
This folder is about the threshold 1 setting.
➢Set the thresho d 1 with Up and Down keys.
➢Press OK when the ast digit is set.
“F402” blinks.
➢Press Up key to go F403 fo der (F413 for a arm 2 and F423 for a arm 3) then press OK.
This folder is about:
•For a rising or falling edge: hysteresis setting
•For a monitoring: threshold 2 setting.
➢Set the hysteresis or the thresho d 2 with Up and Down keys.
➢Press OK when the ast digit has been set.
“F403” blinks.
➢Press Up key to go to F404 fo der (F414 for a arm 2 and F424 for a arm 3) then press OK.
This folder is about the delay ti e 1 setting.
➢Set the de ay time 1 with Up and Down keys.
➢Press OK when the ast digit has been set.
“F404” blinks.
➢Press Up key to go to F405 fo der (F415 for a arm 2 and F425 for a arm 3) then press OK..
This folder is about the delay ti e 2 setting.
➢Set the de ay time 2 with Up and Down keys.
➢Press OK when the ast digit has been set.
“F405” blinks.
➢Press Up key to go to F406 fo der (F416 for a arm 2 and F426 for a arm 3) then press OK..
This folder allows to activate or not the audible alar .
➢Set the activation of the audib e a arm with Up and Down keys:
•1: audible alarm is activated
•2: audible alarm is deactivated
➢Press OK to va idate the a arm..
“F406” blinks.
➢Press Up key to to th F407 fo der (F417 for a arm 2 and F427 for a arm 3) then press OK.
This folder is about the acknowledgement of the alarm.
➢Set the acknow edgement duration of the a arm with Up and Down keys.
➢Press OK when the ast digit has been set.
18 F400: Manage the alar s

F 408: Alarm latchin mode
The atching mode is when the transmitter goes into a arms, it starts beeping and when it goes out of a arm (norma ) it
shou d continue beeping unti an operator acknow edges it.
➢Go to F408 fo der (F418 for the a arm 2 and F428 for the a arm 3) then press OK.
➢Se ect ON to activate the a arm atching or OFF to deactivate it.
➢Press OK.
F400: Manage the alar s 19
De ay-time :
10 min
Acknow edgement
Alarm ON
Alarm O
Acknow edgement Acknow edgement
LED ON
LED O
Latchin ON
m
t
Threshold 1
Threshold 2
Acknow edgement
Alarm ON
Alarm O
De ay-time :
10 min
Acknow edgement
LED ON
LED O
Latchin OFF
m
t
Threshold 1
Threshold 2

8. F 500: Set the pressure measurement
This part a ows to set an integration coefficient, to perform an autozero, to set a de ay time between two auto-zeros.
In order to compensate a possib e drift of the sensor, it is possib e to add an offset and/or a coefficient to the va ue
disp ayed by the transmitter.
8.1. Perform an auto-zero
CPE 310-S and CPE 311-S transmitters have a manua auto-zero which guarantees a good re iabi ity of the measurement
in high and ow ranges.
The auto-zero compensates for any ong-term drifts of the sensitive e ement, with the manua adjusting of the zero.
To perform a se f-ca ibration:
➢Press Esc during 8 seconds.
8.2. Integration of the pressure measurement
The pressure measurement e ement is very sensitive and reacts to pressure changes. When making measurements in
unstab e air movement conditions, the pressure measurement may f uctuate. The integration coefficient (from 0 to 9) makes
an average of the measurements ; this he ps to avoid any excessive variations and guarantees a stab e measurement.
New displayed value = [((10 - Coef.) x New Va ue) + (Coef. x O d va ue)] /10
Examp e: CPE 311-S (0-1000 Pa) – Current measurement: 120 Pa – New measurement: 125 Pa
The pressure source being stab e, the user se ects a ow integration. Integration: 1, maximum admitted variation ±10 Pa.
The variation is ower than 10 Pa, it is possib e to app y the integration ca cu ation formu a.
Next displayed value = ((9 * 125) + (1 *120 ))/10 = 124.5 i.e, 124 Pa. If the new measurement had been de 131 Pa, the
next disp ayed va ue wou d have been 100% of the new va ue i.e, 131 Pa.
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F 500 fo der.
➢Press OK.
➢Set the integration va ue with Up and Down keys.
This value is between 0 and 9 with:
•Coefficient 0: no integration, important fluctuation of the displayed value
•Coefficient 9: maximum integration, more stable measurement display.
8.3. Delay times between 2 auto-zeros
It is possib e to set an interva between two se f-ca ibrations.
The transmitter is powered on.
➢Press OK.
➢Enter the activation code (see page 9).
➢Press OK.
➢Press Up key to go to F500 fo der.
➢Press OK.
➢Press Up key to go to F510 fo der.
➢Press OK.
The duration between 2 self-calibrations is displayed.
➢Set the duration with Up and Down keys.
This delay time must be between OFF (no self-calibration) and 60 minutes.
➢Press OK to va idate the duration.
20 F 500: Set the pressure easure ent
This manual suits for next models
1
Table of contents
Other Kimo Transmitter manuals

Kimo
Kimo CP 111 Instruction Manual

Kimo
Kimo Class 300 User manual

Kimo
Kimo CPE 300 User manual

Kimo
Kimo CA 310 User manual

Kimo
Kimo Class 200 User manual

Kimo
Kimo 210-R Series User manual

Kimo
Kimo C310 User manual

Kimo
Kimo HM 50 Instruction Manual

Kimo
Kimo TG 100 Instruction Manual

Kimo
Kimo ATE 310 User manual