AVFD Daatasheet
AVFD Daatasheet
0%
150 0~100.0%
± 0.001 g /cc (± 1 kg/m3) ±0.5%
± 0.001 g /cc (± 0.1 kg/m3) ±0.1%
0.1 kg/m3/°C (±0.5%) After correction
Fluid Viscosity Range 0 – 600 cP
IP65
, Titanium alloy
Fork Body Coating PTFE
Shell Aluminum alloy
139
139
25
50
150
36
150 mm
44
44
44
14
14
14
100
100
Support two - wire, three - wire, four - wire
PRECAUTIONS
1. Do not cause any physical damage to the meter.
2. Do not measure incompatible fluid.
3. Do not operate the device if exceeding its rated pressure or maximum temperature.
4. Do not do any pressure test beyond the specified test pressure.
5. Do not expose the meter to excessive vibration (> 0.5 g continuous).
6. Do not modify this instrument in any way (mechanical or electrical), otherwise the factory warranty will be invalidated. This meter can
be ordered with Zirconium wetted parts. In this case, mechanical modifications of any kind may produce a safety hazard and must not
be performed.
7. Do not exceed the stated supply voltage range, otherwise the meter may be damaged and a hazard may exist.
8. Ensure all explosion-proof requirements have been applied.
9. Ensure the meter and associated pipe work are pressure tested to 1-1/2 times at the maximum operating pressure after installation.
10. Ensure the transmitter outer covers are tightened properly after wiring to maintain ingress protection.
11. Be aware of handling PFA-coated tines as the coating is not resistant to any impact. Always keep the protective cover on when the
meter is not in use.
12. Maintain the meter in its original packaging. For the long-stem meters, ensure the transit cover secured by the grub screws.
INSTRUCTION GUIDANCE
• Parameter setting
Parameters such as range, composition, damping time, unit, installation pipeline, etc. can be modified through parameter settings
After pressing the key, the menu interface appears, the arrow ► points to "parameter setting", press to move ► to other settings,
select "parameter setting" and then press to enter the parameter setting interface "range upper limit", again Press , an underline
appears below the upper limit value, indicating that this digit can be modified, press to modify the value of the current digit, continue
to press to shift to the digit that needs to be modified, and press to modify, and press again after the modification is completed.
The underline of key disappears and the modification is completed. At this time, continue to press to display in sequence → lower
limit of range → component A → component B → damping time → unit → installation pipeline → interface, use the same operation
method to set the above parameters, and press "SET" Exit the current interface and go to the setting interface number 10 (the interface
number will be displayed in the upper right corner of the display).
• Display settings
The display content of the main variable and the effect of the screen display can be changed
by setting
Press the key to appear the menu interface, the arrow ► points to "parameter settings", press to move ► point to "display
settings", then press to enter the display settings interface", press again to appear ► point to the display content Option, press
ss to move ► point to the desired display content and press to complete the setting, if you do not need to save the settings, press
"SET" before pressing to exit the previous level, continue to press to display → contrast → backlight →Language → Use the
same operation method to set the above parameters, press "SET" to exit the current interface and go to the setting interface No. 10.
• Output settings
Through the output setting, the corresponding mode of the output signal can be matched. This product supports two output modes:
4-20mA and RS485 (MODBUS protocol). You can choose one of the parameters of density, temperature and percentage to output the
current signal.
RS485 can output all signals.
After pressing the key, the menu interface appears, the arrow ► points to "parameter setting", press to move ► point to "output
setting", then press to enter the output setting interface", press again to appear ► point to the setting content Option, press to
move ►point to the desired setting content and press to complete the setting, if you do not need to save the settings, press "SET"
before pressing to exit the previous level, continue to press to display the content in turn → 2 ( 4-20mA)→RS485/BPS→Address
1-254→Relay→Set the above parameters with the same operation method, press “SET” to exit the current interface and go
to the setting interface No. 10.
The above 2(4-20mA) and relay are the selection configuration, this function is not a general configuration.
After pressing the key, the menu interface will appear, and the arrow ► points to "parameter setting". Press to point the arrow to
"output setting" and press the key to enter the output debugging interface. The arrow ► points to the baud rate in the down key,
press to select the baud rate, select the corresponding baud rate and press the key again to complete the setting.
After the setting is completed, the ► arrow disappears. Press again to display the "Address 1~254" interface. Press to display
the underline value, indicating that it can be changed. Press to move the underline and the corresponding bit can be modified. Press
to change the value. After the change is completed, press to complete the operation and press "SET" to
exit the setting interface and enter the main interface display.
ADDRESS BOOK OF MODBUS RTU
• Function code 03
Use the 03 function code of the MODBUS communication protocol to read the value of the sensor
or display (1 value). The command format of the host is slave address, function code, start address, number of bytes and CRC code.
The command format of slave response is slave address, function code, data area and CRC code. The data in the data area is a binary
code, two bytes, with the high order first, and the CRC code is two bytes, with the low order first.
• Information frame format: (slave address is 01, both are binary data)
Host sends:
Station number (1B) Function code (1B) Start address (2B) Number of read points (2B) CRC (2B) T1~T4 01 03 00 0X 00 0X XX XX
T1~T4
Among them: T1~T4 means that 3~5 static periods should be reserved at the beginning and end
of each frame:
Station number (address): one byte "01" Function code: one byte "03"
Start address: two bytes: 0000~0004 is optional
0000, returns the current density value, the unit is kg/cm3;
0001, return the current temperature value, the unit is °C When the temperature is lower than 0 °C, the temperature data is uploaded
in the form of complement codeFF9BH=-101=-10.1
0002Returns the current concentration value, the unit is % 10000/100 100.00% Number of read points: two bytes: 0001 or
0002 ~0005 is optional
CRC: Validation code. two bytes
3.1. Reserve 16-bit registers as hexadecimal FFFF (that is, all 1s). Call this register bit CRC register;
3.2. XOR the first 8-bit data with the 16-bit CRC register, and put the result in the CRC register;
3.3. Check whether the lowest bit is 0. If it is 0, move the contents of the register one bit to the right (toward the low bit), and fill
the high bit with 0;
If it is 1, shift the contents of the register one bit to the right (toward the lower bit), fill the upper bit with 0, and then XOR the CRC register
with the polynomial A001 (1010 0000 0000 0001);
3.4. Repeat step 3 until the right shift 8 times, so that the entire 8-bit data is processed;
3.5. Repeat steps 2 to 4 to process the next 8-bit data;
3.6. The final CRC register is the CRC code. When putting the CRC result into the information frame, the high bits are exchanged,
and the low bits come first.