678
12 INVERTER COMMUNICATION INSTRUCTION
12.4 Inverter parameter write
12.4 Inverter parameter write
IVWR
This instruction writes a parameter of an inverter from the CPU module.
■Descriptions, ranges, and data types
*1 Refer to Serial communication manual or respective inverter manual.
■Applicable devices
*1 T, ST, C cannot be used.
A value specified in (s3) is written to a parameter (s2) in an inverter connected to the channel to be used (n) whose station
number is (s1). For details, refer to Serial communication manual. (For the parameter numbers, refer to the each inverter
manual.)
Three devices are occupied from the device specified in (d). Make sure that these devices are not used in other controls.
For communication errors, refer to Serial communication manual.
Ladder diagram Structured text
ENO:=IVWR(EN,s1,s2,s3,n,d);
Operand Description Range Data type Data type (label)
(s1) Inverter station number K0 to 31 16-bit signed binary ANY16
(s2) Inverter parameter number
*1
16-bit signed binary ANY16
(s3) Set value to be written to the inverter parameter or device number storing the
data to be set
16-bit signed binary ANY16
(n) Channel to be used K1 to 4 16-bit unsigned binary ANY16_U
(d) Head bit device to which the execution status of the instruction is output Bit ANY_BOOL
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s1)
*1
(s2)
*1
(s3)
(n)
(d)
*1
Error code
(SD0/SD8067)
Description
1810 Channel number specified by (d) is used by another instruction.
2820 The specified device exceeds the range of the corresponding device.
3405 The value specified by (s1) is other than any of K0 to 31.
The value specified by (s2) is outside the allowable range. (Less than K0, K3000 to 9999, or K13000 to 32767)
The value specified by (n) is other than any of K1 to 4.
3600 Channel number specified by (d) is not set by parameters.