6.11.5 Register Addresses
Parameter Scaling
A real value of a parameter measured or sensed through feedback circuitry
can be calculated from the channel register value, in Q15 format, and the
Full Scale Value as follows:
1. V
real
= (V
Q15
/2
15
) * V
FSV
2. V
real
= [(V
Q15
- 2
16
)/2
15
] * V
FSV
For HEX value, of a parameter, ≤ 7FFF (means positive value) use equation
(1).
For HEX value, of a parameter, > 7FFF (means negative value) use equation
(2).
▪ Example 1: DC link Voltage channel reads 50A1 which is ≤ 7 FFF
(positive value) then apply equation (1).
Decimal value of 50A1 HEX is 20641, so
DC link Voltage
real
= (20641/2
15
)* 500 = 314.95 V where 500 is the Full
Scale Value, V
FSV
, of the Voltage.
▪ Example 2: Motor Current channel reads E0C1 which is > 7 FFF
(negative value) then we apply equation (2).
Decimal value of E0C1 HEX is 57537, so
Motor Current
real
= [(57537-2
16
)/ 2
15
]*25 = - 6.1 A where the 25 is the , Full
Scale Value, I
FSV
of the Current.
Full Scale Values of the system are as follows:
Address
Parameter Full Scale Value Units
0x0040 Frequency 400 Hz
0x0041 Voltage 500 V
0x0042 Current 25 A
0x0043 Temperature 200 °C
0x0044 Analogue 20 V
Table 17 MODBUS Register (Pump operation)
Address Designation Type/Unit Description
0x0050 System Command
Register 01
enumeration/
na
0x0000 = NULL*
0x0001 = STOP
0x0002 = START
0x0003 = STANDBY
0x0004 = RUN
0x0055 Speed Demand Q15/ Hz Speed demand input.
Speed demand used by the application will be
limited to lower and upper values in Run Speed
Minimum and Maximum.
300902516_002 - 10/2020 - © Leybold
36
Operation