S1 series standard inverter
-191-
Function
Address
Data description
R/W
Analog input 2
300DH
0.00
–10.00V (unit: 0.01V)
R
Analog input 3
300EH
-10.00
–10.00V (unit: 0.01V)
R
Read input of
high-speed pulse 1
3010H
0.00
–50.00kHz (unit: 0.01Hz)
R
Read current step of
multi-step speed
3012H
0
–15
R
External length
3013H
0
–65535
R
External count value
3014H
0
–65535
R
Torque setting
3015H
-300.0
–+300.0% (unit: 0.1%)
R
The Read/Write (R/W) characteristics indicate whether a function can be read and written. For
example, "Communication-based control command" can be written, and therefore the command code
6H is used to control the inverter. The R characteristic indicates that a function can only be read, and
W indicates that a function can only be written.
Note:
Some parameters in the preceding table are valid only after they are enabled. Take the running
and stop operations as examples, you need to set "Running command channel" (P00.01) to
"Communication". For another example, when modifying "PID setting", you need to set "PID
reference source" (P09.00) to Modbus communication.
9.4.6 Fieldbus scale
In practical applications, communication data is represented in the hexadecimal form, but
hexadecimal values cannot represent decimals. For example, 50.12 Hz cannot be represented in the
hexadecimal form. In such cases, we can multiply 50.12 by 100 to obtain an integer 5012, and then
50.12 can be represented as 1394H (5012 in the decimal form) in the hexadecimal form.
In the process of multiplying a non-integer by a multiple to obtain an integer, the multiple is referred to
as a fieldbus scale.
The fieldbus scale depends on the number of decimals in the value specified in "Detailed parameter
description" or "Default value". If there are
n
decimals in the value, the fieldbus scale m is the
n
th
-power of 10. Take the following table as an example, m is 10.
Function
code
Name
Detailed parameter description
Default
value
P01.20
Wake-up-from-sleep delay
0.0
–3600.0s (valid when P01.19
is 2)
0.0s
P01.21
Restart after power down
0: Restart is disabled
1: Restart is enabled
0
The value specified in "Detailed parameter description" or "Default value" contains one decimal, so
the fieldbus scale is 10. If the value received by the upper computer is 50, the value of
"Wake-up-from-sleep delay" of the inverter is 5.0 (5.0=50/10).
To set the "Wake-up-from-sleep delay" to 5.0s through Modbus communication, you need first to
multiply 5.0 by 10 according to the scale to obtain an integer 50, that is, 32H in the hexadecimal form,
and then transmit the following write command: