SV-iP5A or IV5 User Manual
SV-iP5A or IV5 User Manual
SV-iP5A or IV5 User Manual
SAFETY PRECAUTIONS
z Always follow safety precautions to prevent accidents and potential hazards from occurring.
z In this manual, safety messages are classified as follows:
z Throughout this manual we use the following two illustrations to make you aware of safety
considerations:
CAUTION
z Do not touch the CMOS components unless the board is grounded.
Otherwise, ESD could cause break down of CMOS components.
z Do not change the communication cable when the inverter power is turned on.
Otherwise, there is a danger of connecting error and damage to the board.
z Make sure to precisely insert the connector of inverter and option board
Otherwise, there is a danger of connecting error and damage to the board.
z Check the parameter unit when setting the parameters.
Otherwise, there is a danger of connecting error and damage to the board.
1
1. INTRODUCTION
SV-iP5A/iV5 inverter can be controlled and monitored by the sequence program of the PLC or other
master module. The option card provides a terminal block for an RS-485/Modbus-RTU interface. Drives or
other slave devices may be connected in a multi-drop fashion on the RS-485/Modbus-RTU network and
may be monitored or controlled by a single PLC or PC.
1.1. Features
Inverter can be easily applicable to Factory Automation because operation and monitoring is available by
User-program.
* Parameter setting and monitoring is available via computer.
(Ex: Freq. Command, Run/Stop etc.)
* Interface type of RS485 reference:
1) Allows the drive to communicate with any other computers.
2) Allows one computer to control up to 31 drives with multi-drop link system.
3) Noise-resistant interface.
Users can use any kind of RS232/485 converters. The specifications and performances of converters
depend on the manufacturers, but the basic functions are the same. Refer to the converter manual for
detailed specifications and instructions on how to use.
2. SPECIFICATION
2.1. Performance specification
Items Specifications
Communication method RS485 (RS232/485 converter)
Transmission form Bus method, Multi-drop Link System
Applicable inverter SV-iP5A/iV5 series
Converter Converter with RS232 card embedded
Number of inverters connected Maximum 31 drives connectable note1)
Transmission distance Max. 1200m (Less than 700m recommended) note2)
note1)
The number of inverters to be connected is up to 31.
note2)
The specification of length of the communication cable is max. 1200m. To ensure stable
communication, limit its length below 700m.
3. PRODUCT DETAIL
3.1. Layout and detail
Name Description
Connector Connector to inverter main PCB
P Comm. signal - high
Communication N Comm. signal – low
Signal connection signal GND Comm. Ground
terminal connection S Shield
terminal T1 Connect a internal termination resistor
T2 Short T1 and T2
3
Figure 2. SV-iV5 RS485/Modbus-RTU Option Card Installation
3.2. Status LED
CPU LED Indicates the option card works normally.
RXD LED Receiving 485 signal
TXD LED Sending 485 signal
Blinking intermittently Receiving wrong DATA (Normal operation)
ERR LED Blinking simultaneously with CPU LED DPRAM communication malfunction
Blinking oppositely to CPU LED Network Connection TimeOut
4. INSTALLATION
4.1. Installing RS485/Modbus-RTU card
① Connect RS485/Modbus-RTU communication card connector to the option connector inside the
inverter control board. (See Figure 1, 2). Make sure that the support is well connected. Is the
position of the support is not right, it means that the option card is not connected right.
② Power up the inverter after verifying the option card is installed properly.
③ When powering up the inverter, CPU LED is blinking per second after all LEDs blink one after
another.
④ If “CPU LED” is not blinking, power down the inverter swiftly and check for the proper installation of
the option card.
(Caution: The inverter and option card may get damaged in case that power is applied to the
inverter for a long time when CPU LED is not blinking.)
* If this problem occurs continuously, contact LS distributors.
⑤ Check displayed < COM-01 > for SV-iP5A and < EXT_01 > for SV-iV5 are set to RS485.
⑥ Set the parameters as below when the above steps are all done.
4
1. SV-iP5A Setting
Parameter code Display Setting Value
< COM-01 > Opt B/D RS485 displayed automatically
< COM-02 > Opt mode Set Commands controlled via communication
1~250
< I/O- 90 > Inv. No.
(Verify the assigned number is not duplicated)
< I/O- 91 > Baud rate 9600 bps (Factory default)
note3)
< I/O- 92 > COM Lost Cmd User setting
note3)
< I/O- 93 > COM Time Out 1.0 sec (Factory default)
2. SV-iV5 Setting
Parameter code Display Setting Value
< EXT_01 > Opt B/D RS485 displayed automatically
< FUN_01 > Run/Stop Src Option
< FUN_02 > Spd Ref Sel Option
1~250
< I/O_95 > Inv Number
(Verify the assigned number is not duplicated)
< I/O_96 > 485 Baud Rate 9600 bps (Factory default)
note3)
< I/O_97 > Lost Command User setting
note3)
< I/O_98 > Comm. Timer 1.0 sec (Factory default)
note3)
It is used for Emergency Stop when communication between inverter and Master is not done
properly. It is activated when communication is not done even once for the set time. It indicates the
inverter is not controlled by Remote. Set this value for safety.
⑦ Power down the inverter for the connection of converter when step○6 is finished.
⑧ If the inverter is to be placed at the end of the network trunk line, install a jumper on the option card
to enable the termination resistor (120 Ω). (See the Figure 3).
4.3. Connection guide for the communication card, the computer and the
converter
4.3.1. System Configuration
5
Master
(Ex:PC,PLC)
S GND T2 T1 N P
Pin S GND T2 T1 N P
Role Shield Ground Termination Signal line
S : Use only one point in the whole network lines for grounding.
Connect to the screw next to the shield terminal when grounding through the inverter.
GND : Ground of communication terminal.
T1, T2 : If the option card is installed within the inverter which is to be placed at the end of the
network trunk line, short terminals T1 and T2. This allows the internal termination resistor
(120Ω) to be connected.
ON
6
ON
5. COMMUNICATION PROTOCOL
z Use RS485 protocol (for LS only) and Modbus-RTU protocol. RS485 and Modbus-RTU protocol are
Open protocol. For more information, contact LS distributor.
z Computer or other host acts as Master while inverters act as slaves. The inverter responds to
Read/Write command from Master.
5.1. RS485 Protocol
5.1.1. Basic format
z Command message (Request):
ENQ Inverter No. CMD Data SUM EOT
7
* Data: ASCII-HEX
Ex) when data value is 3000: 3000 → ‘0’ ‘B’ ‘B’ ‘8’ h → 30h 42h 42h 38h
* Error code: ASCII (20h ~ 7Fh)
* Receive/Send buffer size: Receive= 39 byte, Send=44 byte
* Monitor register buffer: 8 Word
* SUM: to check the communication error
SUM= ASCII-HEX format of lower 8 bit of (Inverter No. + CMD + DATA)
Ex) Command Message (Request) for reading one address from address “9000”
ENQ Inverter No. CMD Address Number of address SUM EOT
1 2 1 4 1 n*4 2 1
Total byte = 12 + n * 4 = Max. 44
8
z Acknowledge response:
ACK Inverter No. CMD Data SUM EOT
06h “01” ~ “1F” “W” “XXXX…” “XX” 04h
1 2 1 n*4 2 1
Total byte = 7 + n * 4 = Max. 39
z Negative response:
NAK Inverter No. CMD Error code SUM EOT
15h “01” ~ “1F” “W” “**” “XX” 04h
1 2 1 2 2 1
Total byte = 9
Monitor Register has the function to update data periodically after assigning the necessary data to
be monitored continuously.
z Monitor Action
* Action Request for Monitor Register:
Request for reading data of address registered by Monitor Register.
ENQ Inverter No. CMD SUM EOT
05h “01” ~ “1F” “Y” “XX” 04h
1 2 1 2 1
Total byte = 7
9
* Acknowledge response:
ACK Inverter No. CMD Data SUM EOT
06h “01” ~ “1F” “Y” “XXXX…” “XX” 04h
1 2 1 n * 4 byte 2 byte 1 byte
Total byte = 7 + n * 4 = Max 39
* Negative response:
NAK Inverter No. CMD Error code SUM EOT
15h “01” ~ “1F” “Y” “**” “XX” 04h
1 2 1 2 2 1
Total byte = 9
ILLEGAL When the command received cannot be executed in the option card.
IF
FUNCTION It means that there is no corresponding command.
ILLEGAL DATA
ID When the DATA received is invalid.
VALUE
WRITE MODE
WM In case of Read Only or Write Disabled during operation.
ERROR
FRAME ERROR FE When the frame size, internal Num or Sum is incorrect.
TIME OUT
TO When DPRAM communication does not work within a certain time.
ERROR
DPRAM OFF
DO When DPRAM is Off Line.
LINE
INVALID ID
IN When Inverter Number is incorrect.
NUMBER
UNDEFINED
UC Except for the above cases.
CONDITION
※ TO Error: Occurs when trying to communicate while the inverter is initializing. Operates normally
after initialization.
5.2. Modbus-RTU Protocol
z Use Modbus-RTU protocol. Modbus-RTU protocol is Open protocol.
z Computer or other host acts as Master while inverters act as slaves. The inverter responds to
Read/Write command from Master.
10
0x06 Preset Single Register
0x10 Preset Multiple Register
6. TROUBLE SHOOTING
Refer to this chapter when occurring problem in communication with computer while using this option
card.
z CPU LED malfunction
Expected The inverter is not working normally or the inverter and the option card are not
State connected properly.
1. Verify the power is applied to the inverter.
Corrective
2. Verify the option card is installed properly within the inverter when the inverter
Measures
is working normally.
z RXD and TXD LEDs malfunction
Check Points Corrective Measures
Is the power applied to the converter? Apply power to the converter.
Is the connection between the converter and computer correct? Refer to the converter manual
Is the communication card installed within the inverter properly? Refer to “4 Installation”.
Does Master start the communication? Start the communication.
Is the communication speed setting of the inverter correct? Refer to “4 Installation”.
Is the data format of User program correct? Modify User program note4).
Is the connection between the converter and the option card
Refer to “4. Installation”.
correct?
note4)
User program is User-made S/W for PC.
z ERR LED is working
State Corrective Measures
In case that the option card is receiving wrong data due to Noise or
Blinking intermittently
other causes. It is normal.
11
Blinking oppositely to Network is not communicated during TimeOut setting.
CPU LED Verify the state of Master. (SV-iP5A : I/O-93, SV-iV5 : I/O_98)
In case of occurring the communication trouble between the option
Blinking simultaneously
card and the inverter. Power up and down the inverter.
CPU LED
If this problem occurs continuously, contact LS distributor.
z Concerning the frequency (speed)/Run command by the option card, please refer to COM
group for SV-iP5A and FUN group for SV-iV5.
* Refer to COM group of iP5A, FUN group of iV5 for Frequency(Speed)/Run command given by the
option card.
BIT 10 26 Pulse
27 Sub
28 Int. 485
BIT 11
29 Option
30 Jog
BIT 12
31 PID
BIT 13 Not Used
BIT 14 Not Used
BIT 15 Set when Network malfunction occurs
0x0007 Acceleration Time 0.1 sec R/W
0x0008 Deceleration Time 0.1 sec R/W
0x0009 Output Current 0.1 A R
0x000A Output Frequency 0.01 Hz R
0x000B Output Voltage 0.1 V R
0x000C DC Link Voltage 0.1 V R
0x000D Output Power 0.1 kW R
BIT 0 Stop
BIT 1 Forward Run (FX)
BIT 2 Reverse Run (RX)
Operating
0x000E - R BIT 3 Fault (Trip)
Status
BIT 4 Accelerating
BIT 5 Decelerating
BIT 6 Speed Arrival
BIT 7 Forward Command
BIT 8 DC Braking
BIT 9 Not Used
BIT10 Brake Open
Operating
0x000E - R BIT11 Forward Run Command
Status
BIT12 Reverse Run Command
BIT13 REM. R/S (Int. 485, OPT)
BIT14 REM. Freq. (Int. 485, OPT)
BIT15 Not Used
BIT 0 OCT1
BIT 1 OV
BIT 2 EXT-A
BIT 3 BX
BIT 4 LV
BIT 5 Not Used
BIT 6 GF(Ground Fault)
Trip BIT 7 OH (Inverter overheat)
0x000F - R
Information BIT 8 ETH (Motor overheat)
BIT 9 OLT (Overload trip)
BIT10 HW-Diag
BIT11 Not Used
BIT12 OCT2
BIT13 OPT (Option error)
BIT14 PO (Phase Open)
BIT15 IOLT T
13
Address Parameter Unit R/W Data value
BIT 2 M3
BIT 3 M4
BIT 4 M5
BIT 5 M6
BIT 6 M7
BIT 7 M8
BIT 8 P4
BIT 9 P5
BIT 10 P6
BIT11~15 Not Used
BIT 0 AUX1
BIT 1 AUX2
BIT 2 AUX3
BIT 3 AUX4
Output Terminal
0x0010 - R BIT 4 Q1 (OC1)
Information
BIT 5 Q2 (OC2)
BIT 6 Q3 (OC3)
BIT 7 30AC
BIT 8~15 Not used
0x0012 V1 - R 0 ~FFC0
0x0013 V2 - R 0 ~FFC0
0x0014 I - R 0 ~FFC0
0x0015 RPM - R
0x001A Unit display - R 0 : Hz, 1 : Rpm
0x001B Pole number - R
0x001C Custom Version - R
※ Refer to the main manual for the communication address regarding iP5A Function
Code.
COM-60 [Parity/Stop]
z Sets Stop Bit or Parity Check
Setting Display Description
0 8None/1Stop Data: 8bit, Stop: 1bit, Parity: None.
1 8None/2Stop Data: 8bit, Stop: 2bit, Parity: None
2 8Even/1Stop Data: 8bit, Stop: 1bit, Parity: even
3 8 Odd/1Stop Data: 8bit, Stop: 1bit, Parity: odd
12:160 14:220
(unit : kW)
15
Bit05 Decelerating
Bit06 Speed Arrival
note8)
Bit07 Inverter run ready
Bit08 Stopping
note9)
Bit09 Encoder Direction Check
Bit10 Torque Limiting
note10)
Bit11 Forward Run Command
note10)
Bit12 Reverse Run Command
Bit13 Option Run/Stop Command
Bit14 Option Frequency Command
note11)
Bit15 PID Enable
Over Current
Bit00
(OCT U, V, W)
Bit01 Over Voltage(OV)
Bit02 Not Used
Bit03 BX
Bit04 Low Voltage(LV)
Bit05 Fuse Open(FO)
Bit06 Ground Fault(GF)
Bit07 Inverter Over Heat(IOH)
0x000F Trip Information - R
Bit08 E-Thermal(ETH)
Bit09 Over Load(OLT)
Bit10 HW-Diag
Bit11 External-B(EXT-B)
Over Current2
Bit12
(Arm Short U, V, W)
Bit13 Option Error
Bit14 Encoder Error
Bit15 Inverter Over Load(IOLT)
0x0010 Input Terminal - R Bit00 FX
Information Bit01 RX
Bit02 BX
Bit03 RST
Bit04 Not Used
Bit05 Not Used
Bit06 Not Used
Bit07 Not Used
Bit08 P1
Bit09 P2
16
Bit10 P3
Bit11 P4
Bit12 P5
Bit13 P6
Bit14 P7
Bit15 Not Used
Bit00 30A – 30C
Bit01 1A – 1B
Output Terminal
0x0011 - R Bit02 2A – 2B
Information
Bit03 OC1 - EG
Bit04~15 Not Used
Analog Input 1 (main manual Ai1)
0x0012 Analog Input 1 - R
-100.0%(FC17h).~.100.0%(03E8h)
note6) Because other series (iS5, iG5, etc.) use addresses 0x0007 and 0x0008 for the Acceleration &
Deceleration Time in Device Net, same addresses are used for iV5. Besides Device Net,
Acceleration & Deceleration Time of addresses 0x0503 and 0x0504 may be used for SV-iV5.
note7) Hz is used for the motor speed feedback, only when communicating via Device Net.
note8) Indicates that the inverter is at a state of operating without trip. Indicates ‘1’ before, during, after
operation, when there is no trip.
note9) Indicates‘0’when at stop (bit0=‘1’), ‘1’ when at forward run (bit1=‘1’), ‘0’at reverse run (bit2=‘1’)
17
When it is not connected right, it indicates ‘0’ when at forward run (bit1=‘1’), ‘1’at reverse run
(bit2=‘1’)
note10) The relationship between Bit10 Forward Command, Bit11 Reverse Command, Bit01 Forward
Run(FX), and Bit02 Reverse Run(RX) are as follows. Bit10, Bit11 indicate information of the
present run command and Bit01, Bit02 indicate the present operation status. For example, if stop
command is put in while running forward, Bit11 Forward Command would be ‘0,’ but Bit01
Forward Run (FX) would be ‘1’when decelerating and be‘0’after it stops.
When Reverse Run command is put in, while running forward at a speed of 1800 RPM, Bit11
Reverse command and Bit01 Forward Run (FX) remain ‘1’ until the rotating direction of the motor
changes, decelerating from 1800 RPM.
note11) Indicates ‘1,’ when CON_20 Proc PID Enb(0x7514) is set to Enable(‘1’) and when it’s running
(bit13=‘1’). It indicates ‘0’ at stop.
note12) For SV-iV5, both positive and negative direction speed get indicated. For the positive direction
speed, if it is 1800 RPM, it gets indicated as 0708h and 1800 as decimal number. For the
negative direction speed, if it is -1800 RPM, it gets indicated as F8F7h. This negative number is
expressed as 1’s complement and the absolute value gets calculated as below.
(FFFFh – F8F7h) (10) = 0708h(10) = 1800
A negative sign gets in front of this absolute value and -1800RPM is the end result.
The calculation of the negative speed is as below.
Speed (RPM) = (FFFFh – FXXXh(received negative speed data))(10) × (-1)
note13) When communicating via Device Net, speed command is given with Hz.
note14) Checks up with the PostRamp Ref value during run. Speed is displayed by absolute value.
note15) Checks up with the PreRamp Ref value during run. Indicate speed by classifying signs and refer
to note11.
note16) Checks up with the DIS_01’s Torque Ref value during run. Calculate with 2’s complement since
negative torque value comes out during reverse run.
ex) When the read value is FE0Ch, it gets calculated as follows.
Torque(%)=(FFFFh-FE0Ch + 0001h)(10) × (-1)
=(01F3h + 0001h)(10) × (-1)
=(01F4h)(10) × (-1)
=-500
It is –50% since the unit is 0.1%
The formula would be,
Torque (%) = (FFFFh – FXXXh (received negative torque data) + 0001h)(10) × (-1)
note17) Default DISPLAY checks up as Tq. For the calculation, refer to note15.
note18) When CON_20 Proc PID Enb is set to Enable, read during run and save the value of 0x050B PID
input command. DIS_04 Process PID output checks up at Ref/FB’s Process PID command value.
It reads and saves the value of 0x050B PID input command only during run, so in case of chaged
value of the 0x050B PID input command at stop, you’ll still be able to know the former command
value through the 0x0024 PID Reference value. In this case, a value other than the DIS_04’s
Process PID command value gets saved and saves the same DIS_04’s Process PID command
18
value after reading the value from 0x050B when starting Run.
note19) When CON_20 Proc PID Enb is set to Enable, it checks up with DIS_04 Process PID output
Ref/FB’s Process PID F/B value.
note20) When CON_20 Proc PID Enb is set to Enable, it checks up with DIS_04 Process PID output
Ref/FB’s Process PID output value.
7.2.2 <Reference Data(Write Data)> Area : SV-iV5 Communication Command Area
Address Parameter Unit R/W Data Value
Bit00 Stop
Bit01 FX
Bit02 RX
Bit03 RST
Bit04 BX
Bit05 Not Used
Bit06 Not Used
Bit07 Not Used
0x0500 Input Terminal Commandnote21) - R/W
Bit08 P1
Bit09 P2
Bit10 P3
Bit11 P4
Bit12 P5
Bit13 P6
Bit14 P7
Bit15 Not Used
Bit00 1A – 1B
Output Terminal Bit01 2A – 2B
0x0501 note22)
- R/W
Command Bit02 OC1 – EG
Bit03~15 Not Used
Speed Command when FUN_02 is
0.1R
0x0502 Speed Command R/W Option (check DIS_01 PreRamp Ref)
PM note23)
19
0x050A No-Load Current Command 0.1% R/W No-Load Current Command note28)
0x050B PID Input Command 0.1% R/W PID Input Command note29)
0x050C Draw Input Command 0.1% R/W Draw Input Command note30)
note21) You can command Run and Muti-function input via communication. If you want to use the Multi-
function input command (P1 ~P7) via communication, be sure to use it after defining the multi-
function input of I/O_01 ~ I/O_07.
note22) If you want to use the Output Terminal Command via communication, set the setting of the
terminal that you want to use to “Not Used” from the Multi-function Output Terminals (I/O_41 ~
I/O_43). If a setting other than “Not Used” is set, the inverter operates according to the setting
and cannot use the multi-function output via communication.
note23) It puts positive values only and the LCD keypad’s DIS_01 PreRamp Ref differs in sign according
to the direction. Maximum value gets restrained by FUN_04 Max Speed.
ex) If FUN_04 Max Speed = 1800RPM, the unit is 0.1RPM. Therefore, 18000 -> 4650h
note24) 0x0503 acceleration time value gets saved together in FUN_40 Acc Time-1(0x7428), when
performing Write. However, the unit of 0x0503 is 0.1sec and FUN_40 is 0.01sec. Therefore, when
saving 0064h(10.0 sec) in 0x0503, 03E8h(10.00 sec) gets saved in FUN_40. When a new value
gets put in 0x0503, Write gets performed in FUN_40. When an identical value is put in 0x0503,
Write does not get performed in FUN_40. Because the value gets saved in FUN_40, the
acceleration time after the inverter’s On/Off and before Off can be read from 0x0503. 0x0504
deceleration time and FUN_41 Dec Time-1(0x7429) are in the same relationship.
note25) Concerning Torque command, set CON_01 as “Torque,” CON_26 as “Option” and it can be set
during operation.
note26) CON_28 Trq Lmt Src has to be set as Option (Opt Opt Opt) in order to set the Torque Limit value
via communication. Value can be checked at DIS_01 PosTrq Limit and NegTrq Limit, RegTrq
Limit.
note27) Set CON_32 Trq Bias Src as Option and it can be checked with DIS_01 Torque Bias.
note28) No-Load Current command is available with % of set value in PAR_26 via communication. At this
time, the set value in PAR_26 means 100% and setting below 100% is possible. The input value
is to be checked through DIS_01 Flux Ref during operation.
note29) Checks up from DIS_04 Process PID controller and Feedback & Output checks during operation.
note30) The Draw function is only available after setting CON_22 to a certain value and giving the value
with Analog Input or communication. In case of communication at this point, it is not changing the
number of CON_22’s Draw, but substituting the Analog Input value to communication. Therefore,
it cannot be checked through the LCD keypad but can be checked from the changed value of the
address.
7.2.3 SV-iV5 Communication Option Setting
<FUN Group>
Address No Description Set Value
7401 FUN_01 Run/Stop select Set to 3 (Option)
7402 FUN_02 Speed Command select Set to 3 (Option)
20
z FUN_01,02 determine Run/Stop command at an option by the communication.
* Run command by option uses 0x0500 of the reference data area.
* Speed command by option uses 0x0502 of the reference data area.
<I/O Group>
Address No Description Default Setting Range
725F I/O_95 Inverter Channel 1 1~250
0 (1200bps) 1 (2400bps)
485 BaudRate
7260 I/O_96 3 (9600bps) 2 (4800bps) 3 (9600bps)
(Communication Speed)
4 (19200bps) 5 (38400bps)
Operation method when 0 (None continue run)
7261 I/O_97 communication command 0 (None) 1 (FreeRun stop)
is lost 2 (Stop deceleration stop)
Lost communication 1.0s 1.0~30.0s
7262 I/O_98
command decision time
z I/O_95,96 sets the inverter channel and the communication speed.
z If communication command is lost when FUN_01 is 3(Option) during the time of I/O_98, the inverter
runs with the value of I/O_97.
21
0 (8None/1Stop)
1 (8None/2Stop)
761E EXT_30 Parity/Stop 0 (8None/1Stop)
2 (8Even/1Stop)
3 (8 Odd/1Stop)
1000m
761F EXT_31 Delay Time 5ms 2ms
s
EX_30 [ Parity/Stop ]
z Set a Parity/Stop bit about communication.
22
0x010A Save data sent from - W Select address from EXT_22
0x010B communication card to - W Select address from EXT_23
0x010C inverter - W Select address from EXT_24
0x010D Write only area - W Select address from EXT_25
0x010E Read impracticable - W Select address from EXT_26
0x010F - W Select address from EXT_27
SV- iV5 offers a read-only and a write-only area for all the external communication cards. The read-only
area is the place that saves data transmitting from inverter to the communication card. User program of
the master uses the area to check the information of the inverter through the communication card. You
can set up a number of addresses to use (from 1 to 8) at EXT_10[Output Num].
The write-only area is saved with sending data from the communication card to inverter. It is the area
where user program of the master uses to run a command which comes through the communication card.
You can set up a number of addresses to use at EXT_19[Input Num].
At the communication, the read-only area is 0x0100~0x0107 and the write-only area is 0x0108~0x010F.
Refer to the above table about addresses to share data.
In case of SV-iV5, areas which can be used at the communication are as follows:
1. Common area beginning with 0x0000.
2. SV-iV5 communication-only data area starting from 0x0100 of the common area.
3. Reference data area starting from 0x0500 of the common area.
4. Group address area.
There is a reason that no.2 is added above. It does not need to read 0x0001 because an ordinary read
command reads from 0x0000 to 0x0002 on 485 communication. To avoid reading same area repeatedly,
parameter settings are as follows. Set EXT_10 as 2, EXT_11 as 0x0000, EXT_12 as 0x0002, and then do
read command with the master to read 2 addresses from 0x0100. It reads data only from 0x0000 and
0x0002.
23