Flintec FT-10xx User Manual
Page 52
FT-10 Smart Process Indicator, Technical Manual, Rev. 1.0, January 2014
4. The low byte of 40033 changes to decimal '1' at the end of the Span calibration.
5. If the low byte of 40033 is '9', check the high byte of 40033 to understand the calibration error.
EXPLANATION:
Attention:
For hardware connection details, please refer to the related hardware descriptions in this manual.
Exception codes:
1: Function code is not supported.
2: Out of beginning and ending address range.
3: Invalid value entrance or wrong byte number.
4: Operation error.
Command Examples:
Performing Read and Write operations according (Modbus RTU High-Low) to hex system with the instrument
set to address “0x01”.
Below you will find some command samples;
Description
Hex
Request weight data
01,03,00,00,00,02,C4,0B
Answer of request weight
(weight value is 100000 )
01,03,04,00,01,86,A0,38,4A
Request status data
01,03,00,02,00,01,25,CA
Taring
01,10,00,08,00,01,02,00,02,26,D9
Request tare data
01,03,00,03,00,02,34,0B
Answer of request tare
(tare value is 10000 )
01,03,04,00,00,27,10,E0,0F
Zero Command
01,10,00,08,00,01,02,00,01,66,D8
Request Calibration Status
01,03,00,20,00,01,85,C0
Answer of request Calibration Status
(Instrument is ready for calibration)
01,03,02,00,01,79,84
Zero Calibration
01,10,00,1D,00,01,02,00,BC,A4,6C
Span Calibration Command with Span
value 50000
01,10,00,1D,00,03,06,00,DC,00,00,C3,50,F7,F0
Total LC capacity Command with
Total LC capacity value 100000
01,10,00,1D,00,03,06,00,EC,00,01,86,A0,D4,E0
Average mV/V Command with
Average mV/V value 1.9999
01,10,00,1D,00,03,06,00,FA,00,00,4E,1F,DA,93
Dead load Command with Dead load
value 12345
01,10,00,1D,00,03,06,00,AB,00,00,30,39,87,25
Save the coefficients of eCal
Command
01,10,00,1D,00,01,02,5A,A5,5F,06
Read Voltage of Power Supply value
01,03,00,63,00,01,74,14
Answer of Voltage of Power Supply
(Voltage of Power Supply is 23,5 V)
01,03,02,00,EB,F8,0B
Read digital inputs
01,03,00,C7,00,01,35,F7
Answer of digital inputs
(Input-2 is active)
01,03,02,00,02,39,85
Read digital outputs
01,03,00,C8,00,01,05,F4
Answer of digital outputs
(Output-3 is Active)
01,03,02,00,04,B9,87
Read Setpoint-1 Low
01,03,00,C9,00,02,14,35
Answer of Setpoint-1 Low
01,03,04,00,00,03,E8,FA,8D
Load Set point 1 Low = 5000
01,10,00,C9,00,02,04,00,00,13,88,32,C3