Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Temperature compensation pH electrode

User Manual

Focused Photonics (Hangzhou) Inc


Safety Responsibility Statement

Thank you very much for purchasing this digital PH electrode sensor.
In order to ensure the safe and correct use of this electrode, please keep the power supply
disconnected during the wiring operation. Avoid causing fire or electrodes, causing damage to the
electrodes. At the end of the wiring process, the power can be switched on.
If you use acid or alkaline solutions to clean or calibrate the electrodes, you must wear eyepieces
and gloves.

Specifications

Model Digital online PH electrode Digital online PH electrode

Principle Glass electrode method

PH Range:0~12;Accuracy:±0.1

Temp Range:-5~85℃;Accuracy:±0.3℃

Temperature
Platinum resistance PT1000 \
compensation

Response time <30s

Power supply DC 5~12V

Power <1W

Communication
RS485 (Modbus)
Interface

Interface thread 1/2’NPT Thread

Material Grass+PP

Seepage interface Ceramic hole

Reference filling fluid KCI Gel

Weight 1140g(Electrode+20m Extension cord)

Max pressure 3.5bar@25℃

Protection level IP68

Storage temperature 10~30℃

PSL-04(Length can be customized)


Accessories
P6-20m(Contains P6 connector digital electrode extension cable)
Water detection with large temperature Highly polluted wastewater water body
Application
difference detection

1
Extension cord wiring instructions

Electrode's own wire and PSL-04 wire color and wiring instructions

Structural design and shape design

2
Correct installation method

3
Installation diagram

Protocol description

Each sensor has the same device ID (register 151). The default communication settings of the
electrode are:
Address 20
Bound rate 9600
Length 8
CRC None、
Stop 2
Note:
1.The electrode has no command buffer, so the host needs to wait for the command to be executed,
and the command can only be executed after the data transmission is over.
2.After the written command is executed, the host could receiving the return data after 600ms.
3.Types of data involved:(1)int:Represents a 16-bit length byte;(2)Float:Represents a 32-bit
single-precision floating point number.
4.ASCII means there are 6 ASCII characters, and BCD means a decimal number composed of
every 4 bits

4
Register addressing table

Write/
Register Describe Type
Read
Status bit(16 in total)
15bit: END
(0:No calibration occurred or calibration is in progress;
1:Calibration is success);
14bit: ERR
(0:No calibration occurred or calibration is not success;
1:Calibration failed);
13bit: BUSY(0;No calibration at this time; 1;Calibration is in
progress);
12bit: CA3;
11bit: CA2;
49 R Int(1)
10bit: CA1;
9bit: ERR2;
8bit: ERR1;
7bit: ERR0;
6bit:Reserve;
5bit:Reserve;
4bit;MEA(0:Measurement mode;1:Calibration mode);
3bit:Reserve;
2bit:Reserve;
1bit:Reserve;
0bit:Reserve.
51 W/R Parameter selection, the default is 0.(0:pH;1:mV) Int(1)
52 R Main measurement parameters are stable.(0:Unstable;1:Stable) Int(1)
53 R Main measured value. Float(2)
55 R Temperature measurement(℃) Float(2)
According to the setting value of register 51, the corresponding
57 R ASCII(3)
measurement value is obtained.
66 R Electrode fixed serial number. Int(1)
67 R Serial number BCD(6)
73 R Software version number BCD(1)
74 R Hardware version number BCD(1)
77 W/R Bound rate.(0:2400;1:4800;2:9600;3:19200) Int(1)
78 W/R Communication mode of Modbus Int(1)
79 W/R CRC(0:None;1:Odd parity bit;2:Even parity bit). Int(1)
80 W/R Stop(1 or 2) Int(1)
114 R Offset value of current automatic temperature Float(2)

5
116 R Current mV offset value Float(2)
118 R Zero point of current PH Float(2)
120 R The slope of the current PH Float(2)
124 R Process value of the first point calibration Float(2)
126 R Process value of the second point calibration Float(2)
128 R Process value of the third point calibration Float(2)
132 R Zero point of current PH 1(Three-point calibration will occur). Float(2)
The slope of the current PH2.
134 R Float(2)
(Three-point calibration will occur)
Command
0x0000(Measurement mode)
0x0008(TECH calibration,and the standard fluid is 4,7,10)
0x0009(NIST calibration,and the standard fluid is 4.01,6.86,9.18)
150 W/R 0x000A(USER calibration, user-defined calibration of known Int(1)
solution value)
0x000B(mV offset calibration)
0x000C(Temp calibration)
0x0010(Reset)
151 W/R Equipment ID(20) Int(1)
152 W/R Average times Int(1)
Virtual Key(1:Enter key;2:Back key;
153 W/R
3:Recalibration key;4:Calibration success key) Int(1)
174 W/R User storage, no loss after power failure
Temperature mode
190 W/R Int(1)
(0:Automatic temperature;1:Manual temperature)
191 W/R Manual temperature setting Float(2)
212 W/R Confirmation of multi-point calibration Int(1)
213 W/R Enter the automatic temperature offset value when calibrating. Float(2)
215 W/R Enter the mV offset value when calibrating. Float(2)
217 W/R Enter the buffer value for the first point when calibrating. Float(2)
219 W/R Enter the buffer value for the second point when calibrating. Float(2)
221 W/R Enter the buffer value for the third point when calibrating. Float(2)

Read the measured value

The instruction to read register 53 is as follows:

14 03 00 35 00 02 D6 C0

Electrode Read Register start address Read register length and Float
CRC
ID command 0x0035 read 2

6
Electrode return code:
14 03 04 00 00 04 E0 8E BA
Electrode Read Number of Register start address
CRC
ID command data 0x0035
Note:
Among them, 00 00 40 E0 needs to be sorted according to 3412 as 0x40E00000 and converted to
decimal numbers.

Electrode calibration

Automatic temperature offset calibration


Step Describe register Data(example)

1 Send calibration instructions 150 0xC

2 Send new coefficient value 213 -0.1

Check whether the observed value is consistent with the If consistent, go to step 4 but go to
3 55
measured liquid value step 2 if not.

4 Virtual key, enter key 153 1

5 View the current automatic temperature offset value 114 -0.1

USER automatic calibration

Step Describe Register Data(example)

Put the electrode in the buffer and wait


1 4 177mV
for it to stabilize

2 Send buffer value 217 4.00

OXA:Start the first point


3 Send correction instructions 150
calibration
CA1:The first point calibration is
success;
4 View status bits 49
ERR:The first point calibration is
failed.
Put the electrode in the buffer and wait
5 4 0mV
for it to stabilize

6 Send buffer value 219 4.00

1:Second point calibration


7 Virtual key, enter key 153
4:Complete 1-point calibration,

7
skip step 6

CA2:The second point calibration


is success
8 View status bits 49
ERR:The second point calibration
is failed.

9 Virtual key, enter key 153 4:Complete two-point calibration

10 View status bits 49 END:Calibration is success.

Note:
a. After the calibration is found to be failed, the electrode needs to be stirred, and then 153
rounds 2 recalibration points.
b. If ERR error occurs, check the combination of CA3, CA2,
CA1:000:Correct;001:Zero point out of range;010:Slope is out of range;011:Unstable
reading;100:Temperature out of range;101:Out of the standard solution judgment range;110:There
are two points of the same calibration solution.

Operation

a. For each electrode, the electrode zero and slope have been measured/established individually
and the values stored inside the electrode.
b. Carefully remove the plastic protective cap on the lower end of the electrode (this protective
cap is filled with KCl solution and should only be used during storage or transportation).
Then rinse the electrode with deionized water. After rinsing, the electrodes should be wiped
dry with a paper towel. Do not rub the glass membrane, otherwise electrostatic charge will be
generated which will reduce the electrode response speed.
c. When using for the first time or after long-term storage, soak the lower end of the electrode
(including the glass bulb and the exudation interface) in 3 mol/L KCl solution for ten minutes.
This hydrates the glass bulb and wets the exudate interface.
d. Check whether there are air bubbles inside the glass bulb of the electrode. If there is, shake
the electrode up and down gently to fill the bulb with solution.
e. Regularly calibrate the electrode. Before calibrating the first point, the electrode needs to be
fully rinsed with tap water. If it cannot be cleaned, the electrode must be cleaned according to
the maintenance instructions before electrode calibration. After the first point calibration is
completed, before entering the second point calibration, The electrode must be rinsed clean to
avoid contamination of the second point of calibration solution by the residue of the first
point of calibration solution.

Maintenance

It is recommended to wash after each use. Do not rub the glass film, otherwise it will generate
electrostatic charge and reduce the response speed of the electrode.

8
The electrode cannot be stored dry, make sure that the protective cap is filled with 3mol/L KCL
solution, insert the electrode can be stored for a long time.
For routine maintenance of the electrode, it is necessary to clean the electrode, and then vertically
insert the electrode into the protective cap filled with 3mol/L KCL solution. The regular
maintenance electrode time is 1~3 hours, and the maintenance period is 45~60 days.
According to the type of pollution, refer to the following instructions to remove the dirt on the
electrode:
a. Fully rinse the electrode with deionized water or pure water.
b. General pollution (lime, cyanide and metal hydroxide adhesion and low solubility organic
adhesion matter): soak the electrode after preliminary cleaning in 3-5% dilute hydrochloric
acid HCI for 3-5 minutes to dissolve the precipitate.
c. Organic matter and grease pollution: Soak the electrode after initial cleaning in ethanol or
acetone for a short time, about 5-10 seconds.
d. Sulfide contamination (blackening of the electrode head and exudation interface): Soak the
initially cleaned electrode in a solution of thiourea (commercial) and HCI (3%) until the
electrode diaphragm is colorless. Use plenty of water to clean it thoroughly , And then soak
in 3mol KCI overnight.
e. Protein contamination (yellow electrode head and exudation interface): Soak the electrode
after preliminary cleaning in a solution of pepsin (commercial) and hydrochloric acid (0.5%)
(for at least 1 hour), and rinse thoroughly with plenty of water.
f. Protein contamination (yellow electrode head and exudation interface): Soak the electrode
after preliminary cleaning in a solution of pepsin (commercial) and hydrochloric acid (0.5%)
(for at least 1 hour), and rinse thoroughly with plenty of water.

Customer Consultation & Service

Address: 760 Bin'an Road, Binjiang District, Hangzhou.China


Post code: 310052
After-sales service call: 400 7007 555
Fax: 0571-85012001
E-mail :tech_support@fpi-inc.com
Website: http://www.fpi-inc.com/en/

You might also like