Kimo CA 310 Manuel utilisateur

Configuration of CA 310 transmitters by
keypad


Table of contents
1. Introduction.................................................................................................................................................... 4
1.1. Description of the transmitter.............................................................................................................................4
1.2. Description of the keys.......................................................................................................................................4
1.3. Protection tips of the sensor..............................................................................................................................4
2. Modbus.......................................................................................................................................................... 5
2.1. Configuration of parameters..............................................................................................................................5
2.2. unctions............................................................................................................................................................5
2.3. Access code to register......................................................................................................................................5
3. Access to the different functions....................................................................................................................8
4. 100: Configure the transmitter....................................................................................................................9
4.1. Access to the serial number: 100.....................................................................................................................9
4.2. Access to the firmware version: 101................................................................................................................9
4.3. Lock the keypad: 140......................................................................................................................................9
4.4. Modify the safety code: 141.............................................................................................................................9
4.5. Configure the Modbus communication (optional)............................................................................................10
4.5.1 Set the slave number: 150 ............................................................................................................................ 10
4.5.2 Set the speed communication: 151 ............................................................................................................... 10
4.6. Activate the options..........................................................................................................................................10
4.7. Activate the digital inputs: 180.......................................................................................................................11
4.8. Back to factory settings: 190..........................................................................................................................11
5. 200: Configuration of the channels and measurement units.....................................................................12
5.1. Activate a channel............................................................................................................................................12
5.2. Assign a measurement unit to a channel.........................................................................................................12
6. 300: Manage analogue inputs and outputs...............................................................................................14
6.1. Set the analogue inputs and outputs...............................................................................................................16
6.2. Set the ranges of the analogue inputs and outputs.........................................................................................16
6.3. Position of the decimal point............................................................................................................................17
6.4. Output diagnostic.............................................................................................................................................17
6.4.1 Connection configuration ................................................................................................................................ 17
6.4.2 Perform the output diagnostic ......................................................................................................................... 17
7. 400: Manage the alarms........................................................................................................................... 19
8. 500: Set the measurements......................................................................................................................21
8.1. Perform an autozero........................................................................................................................................21
8.2. Integration of the pressure measurement........................................................................................................21
8.3. Delay times between 2 auto-zeros...................................................................................................................21
8.4. Add a coefficient...............................................................................................................................................22
8.5. Add an offset....................................................................................................................................................22
9. 600: Configure the boards and probes.....................................................................................................23
9.1. Configure a pressure board.............................................................................................................................23
9.1.1 Set the temperature ........................................................................................................................................ 23
9.1.2 Set the atmospheric pressure or the altitude ................................................................................................... 23
9.1.3 Select the measuring device ........................................................................................................................... 24
9.1.4 Enter a correction factor in air velocity ............................................................................................................ 24
9.1.5 Configure the section ...................................................................................................................................... 24
9.2. Configure a probe............................................................................................................................................25
9.2.1 Set the atmospheric pressure or the altitude ................................................................................................... 25
9.2.2 Set the section ................................................................................................................................................ 25
9.2.3 Select a normative value ................................................................................................................................. 25
10. unctions recap and Modbus connections.................................................................................................26
10.1. 100: configure the transmitter.....................................................................................................................26
10.2. 200: configure the channels and measurement units.................................................................................26
10.3. 300: manage analogue inputs and outputs................................................................................................27
10.4. 400: manage the alarms and relays...........................................................................................................27
10.4.1 Alarm ............................................................................................................................................................. 27
10.4.2 Relays ........................................................................................................................................................... 29
10.5. 500: set the measurements........................................................................................................................29
10.6. 600: configure the board and probe...........................................................................................................30
10.6.1 Pressure board parameters .......................................................................................................................... 30
10.6.2 Probe parameters ......................................................................................................................................... 30
10.6.3 Select a standard .......................................................................................................................................... 31

1. Introduction
1.1. Description of the transmitter
CA310 transmitter can be configured via the keypad. It is possible to set the measurement units, to activate or not a
channel...
Principle: the different settings are in the form of folders and sub-folders numbers. he digital codes are fully detailed in
this manual.
Main screen displays the measured values and the folders numbers.
Second screen displays the measurement units and the sub-folders numbers.
1.2. Description of the keys
–+ key: increments a value or a level
– - key: decrements a value or a level
–OK key: validates an input
–Esc key: cancels an input or goes back to 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 element is very fragile even to light contacts. However, if you
have to remove the protection tip, take all possible precautions and avoid any
contact with the sensitive element.
To remove the protection tip, unscrew it or unclip it.
4Introduction
- key
+ key OK key
Esc key
10
Channel 1
indicator light
Channel 3
indicator light
Channel 2
indicator light
Alarm 1
indicator light
Alarm 2
indicator light
Alarm 3
indicator light
P
a
Main screen
Second screen
Protection tip
to unscrew
Protection tip
to unscrew
Sensitive
element
Sensitive
element

2. Modbus
2.1. Configuration of parameters
•Communication speed: between 2400 and 115200 bauds, 19200 bauds by default
•Data bits: 8 bits
•Stop bit: 1 bit
•Parity: None
•Flo control: None
•Transmitter addressing: between 1 and 255 (automatically answers the requests from address 0)
•Data sending: made by words of 2 bytes, in the following order: most-significant then least-significant byte
2.2. Functions
•Register function: Function 03
•Register riting: Function 16
•Communication loop test: Function 08
2.3. Access code to register
•Registers type:
Type Size Description Format
U8 1 byte Unsigned integer 8 bits Byte 1
Example with a value of 24 (0x18) 0x18
Type Size Description Format
U16 2 bytes Unsigned integer 16 bits Byte 2 Byte 1
Example with a value of 300 (0x012C)0x01 0x2C
Type Size Description Format
U32 4 bytes Unsigned integer 32 bits Byte 2 Byte 1 Byte 4 Byte 3
Example with a value of 1 096 861 217 (0x4160C621)0xC6 0x21 0x41 0x60
Type Size Description Format
Real 4 bytes Real 32 bits Byte 2 Byte 1 Byte 4 Byte 3
Example with a value of 153.5 (0x43198000)0x80 0x00 0x43 0x19
Type Size Description Format
Enumeration 1 byte See Enumeration table
page 7
Same as U8
Boolean 1 byte rue = 1 ; False = 0 Same as U8
Modbus 5

Type Size Description Example
Serial number 8 octets Class (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 (class) 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 ith 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 Channel 3 Channel 2 Channel 1
Alarm state*
(*)1: the channel is in alarm state / 0: the channel is not in alarm state
Byte 4 Byte 3
b31 – b28 b27 b26 b25 b24 b23 – b20 b19 b18 b17 b16
Unused Relay 4** Relay 3** Relay 2** Relay 1** Unused Unused Alarm 3*** Alarm 2*** Alarm 1***
(**)1: the alarm is activated / 0: the alarm is deactivated
(***)1: the relay is triggered / 0: the relay is not triggered
•Values – Modbus code: 7010 (channel 1)
7040 (channel 2)
7070 (channel 3)
•Number of digits after the decimal point – Modbus code: 7020 (channel 1)
7050 (channel 2)
7080 (channel 3)
•Unit – Modbus code: 7030 (channel 1)
7060 (channel 2)
7090 (channel 3)
List of units:
Field Unit Value Field Unit Value
None 0 None 0
Temperature °C 16
Air velocity
m/s 64
°F 17 fpm 65
Hygrometry %HR 32 km/h 66
g/Kg 33 Airflo m3/h 80
6Modbus

Kj/KG 34 l/s 81
°C td 35 cfm 82
°F td 36 m3/s 83
°C w 37 Combustion ppm 112
°F w 38
Electricity
mV 160
Pressure
kPa 50 V 161
inWg 51 µA 162
hPa 52 mA 163
mbar 53 A 164
mmHg 54
mmH2O 55
daPa 56
Pa 57
“Enumerations” table:
Corresponding values 0 1 2 3 4 5 6 7
Modbus Com speed 2400 4800 9600 19200 38400 115200 Unused
Channel x Unit See list of unit
Channel x Transmitter none probe 1 probe 2 module Unused
Output x Type 4 - 20 mA 0 - 20 mA 0 - 10 V 0 - 5 V 0 - 1 V Unused
Output x Diagnostic Deactivate 0% 50% 100% Unused
Input x Type 4 - 20 mA 0 - 20 mA 0 - 10 V 0 - 5 V 0 - 1 V Unused
Alarm x Mode Deactivated Rising edge Falling edge Monitoring ransmitter
state Unused
Alarm x Security Negative Positive Unused
Relay x Selection OFF ON Alarm 1 Alarm 2 Alarm 3 Unused
Compensation Temperature:
Unit °C °F
Compensation Temperature:
Mode Value hermocouple Probe N°1 Unused
Compensation Pressure:
Unite hPa mbar mmHg m (alt) Unused
Compensation Normative
value None DIN1343 ISO2533 Unused
Airflo Pressure unit
for airflo Pa mmH2O inWg mbar Unused
Measurement
mean
Differential
pressure
device
Pitot L Pitot S Debimo
blades Factor Unused
Section Type Rectangular Circular Coefficient Unused
Section Unit mm inch Unused
Modbus 7

3. Access to the different functions
This step is compulsory for each configuration.
First, to access to the transmitter functions, and for safety, a safety code must be entered. he default safety code is 0101.
•he transmitter must be energized.
➢Connect the transmitter.
➢Wait until the initializing period is over.
➢Press OK.
The main screen displays “0000” and the second screen displays “Code”. The 1st zero blinks.
➢Press OK to go to the 2nd zero.
It blinks.
➢Press + key to display 1 then press OK.
The 3rd zero blinks.
➢Press OK to go to the 4th zero.
➢Press + key then press OK.
The following display appears
“F 100” is for the number of the configuration folder. here are 6:
•F 100: folder of the transmitter configuration. See page 9.
•F 200: folder of the channels and measurement units. See page 12.
•F 300: folder of the analogue outputs. See page 14.
•F 400: folder of the alarms. See page 19.
•F 500: folder of the channels, integration and autozero configuration. See page 21.
•F 600: folder of the probes and boards configuration, See page 23.
o select the required folder:
“F 100” is displayed and 1 is blinking.
➢Press + key until the required folder number is displayed (F 100, F 200, F 300, F 400, F 500 or F 600).
➢Press OK.
8Access to the different functions
Code
0101
F 100

4. F 100: Configure the transmitter
his folder allows to configure the following parameters of the transmitter: safety code, modbus, options and factory
configuration.
It also indicates the serial number and the firmware version of the transmitter.
4.1. Access to the serial number F100
he serial number allows to get activation codes for the options.
F 100 is displayed (see previous page).
➢Press OK.
“F 100” is displayed on the second screen and the serial number scrolls on the main screen.
4.2. Access to the firmware version F101
F100 folder is displayed
➢Press + key.
“F 101” is displayed on the second screen and the firmware version is displayed on the main screen (e.g 1.01)
4.3. Lock the keypad F 140
For more safety and to avoid any handling mistake, it is possible to lock the keys.
F101 sub-folder is displayed.
➢Press + key.
“F 1 0” is displayed on the second screen and “0” is displayed on the main screen meaning the locking is off.
➢Press OK.
“0” blinks.
➢Press + or - key, “1” blinks, 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 possible to modify the safety code.
F140 sub-folder is displayed.
➢Press + key.
“F 1 1” blinks and the safety code is displayed on the main screen.
➢Press OK.
The 1st zero blinks.
➢Press + or – key to modify the digit then press OK.
The 2nd digit blinks.
➢Press + or – key to modify the digit then press OK.
The 3rd digit blinks.
➢Press + or – key to modify the digit then press OK.
The 4th digit blinks.
➢Press + or – key to modify the digit then press OK.
“OK”» is displayed on the secondary screen.
➢Press OK to validate the modification of the code or Esc to cancel.
The transmitter goes back to the displaying of the F141 folder with the new code indicated.
F 100: Configure the transmitter 9

4.5. Configure the Modbus communication (optional)
Modbus option must be activated (see chapter 4.6).
4.5.1 Set the sla e number: F150
F141 sub-folder is displayed.
➢Press + key.
“F 150” is displayed on the main screen.
➢Press OK.
“F150” blinks on the second screen and the slave number is displayed on the main screen (ex 255).
➢Press OK.
The 1st digit of the slave number blinks.
➢Press + or - keys to modify it then press OK.
The 2nd digit of the slave number blinks.
➢Press + or - keys to modify it then press OK.
The 3rd digit of the slave number blinks.
➢Press + or - keys to modify it then press OK.
“F150” blinks and the selected slave number is displayed on the main screen.
4.5.2 Set the speed communication: F151
➢Press + or – key to go to F151 sub-folder.
Speed communication in bits per second is displayed (e.g 9600).
➢Press OK.
The speed communication blinks.
➢Press + or – key to select the required speed communication between the following values:
•2400 bds
•4800 bds
•9600 bds
•19.2 Kbds
•38.4 Kbds
•115.2 Kbds
➢Press OK.
“F151” blinks and the selected speed communication is displayed on the main screen.
If the Modbus option is selected when ordered the transmitter, the default slave number will be indicated on serial
number label and the default speed is 19 200 bds.
4.6. Activate the options
To activate an option, an activation code is necessary. This code is provided by the manufacturer.
Options concerned by the activations codes are the high resolution in pressure (sub-folder F170), the
modbus (sub-folder F171) and air velocity and airflo (sub-folder F172).
Ethernet option is factory built.
- High resolution in pressure option: F170
“F150" sub-folder is displayed.
➢Press + key.
“F170” blinks on the second screen and “0” is displayed on the main screen, meaning the option is not activated.
➢Press OK.
“0” blinks.
➢ Press + key.
The transmitter asks for an activation code.
➢Enter the activation code (same procedure as for the safety code) then press OK.
10 F 100: Configure the transmitter
Table des matières
Autres manuels Kimo Émetteur

Kimo
Kimo TG 100 Mode d’emploi

Kimo
Kimo 210-R Series Manuel utilisateur

Kimo
Kimo ATE 310 Manuel utilisateur

Kimo
Kimo Class 300 Manuel utilisateur

Kimo
Kimo CPE 311-S Manuel utilisateur

Kimo
Kimo CP 111 Mode d’emploi

Kimo
Kimo HM 50 Mode d’emploi

Kimo
Kimo C310 Manuel utilisateur

Kimo
Kimo Class 200 Manuel utilisateur

Kimo
Kimo CPE 300 Manuel utilisateur
Manuels Émetteur populaires d'autres marques

Dejero
Dejero EnGo 3x Manuel utilisateur

Rosemount
Rosemount 4600 Manuel utilisateur

Speaka Professional
Speaka Professional 2342740 Manuel utilisateur

trubomat
trubomat GAB 1000 Manuel utilisateur

Teledyne Analytical Instruments
Teledyne Analytical Instruments LXT-380 Manuel utilisateur

Rondish
Rondish UT-11 Manuel utilisateur











