AS1 RS485 Communication Manual
AS1 RS485 Communication Manual
NOTICE
1. Read this manual before installing or operating. Keep this instruction manual on hand of the
end user, and make use of this manual in maintenance and inspection.
2. All information contained in this manual will be changed without notice. Please contact your
Toshiba distributor to confirm the latest information.
E6581315
Read first
Safety precautions
This manual and labels on the inverter provide very important information that you should bear in
mind to use the inverter properly and safely, and also to avoid injury to yourself and other people
and damage to property.
Read the safety precautions in the instruction manual for your inverter before reading this manual
and strictly follow the safety instructions given.
Notice Reference
Insert an electromagnetic contactor between the inverter and the power supply so that Inverter instruction
the machine can be stopped without fail from an external controller in case of an manual
emergency.
Do not write the same parameter to the EEPROM more than 10,000 times. The life Section 4.2
time of EEPROM is approximately 10,000 times.(Some parameters are not limited, “Commands”
please refer to the “9.Parameter data “)
When using the TOSHIBA inverter protocol and the data does not need to be records,
use P command (the data is written only to RAM).
About the handling of the inverter, please follow the instruction manual of the inverter.
1
E6581315
Contents
1. General outlines of the communication function ........................................................................................................ 3
2. Data transmission specifications ................................................................................................................................ 4
3. Communication protocol ............................................................................................................................................. 5
3.1. About the handling of received frames ............................................................................................................. 5
4. TOSHIBA Inverter Protocol......................................................................................................................................... 6
4.1. Data transmission format ................................................................................................................................. 7
4.1.1. Data transmission format used in ASCII mode ..................................................................................... 7
4.1.2. Data transmission format used in binary mode .................................................................................. 10
4.1.3. Transmission format of Block Communication ................................................................................... 13
4.2. Commands ..................................................................................................................................................... 17
4.3. Transmission errors ....................................................................................................................................... 20
4.4. Broadcast communication function ................................................................................................................ 21
4.5. Examples of the use of communication commands ....................................................................................... 23
4.6. Examples of Communication programs ......................................................................................................... 24
5. MODBUS-RTU protocol ............................................................................................................................................ 29
5.1. MODBUS-RTU transmission format ............................................................................................................ 30
5.1.1. Read command (03) ........................................................................................................................... 30
5.1.2. Write command (06) ........................................................................................................................... 31
5.2. CRC Generation ............................................................................................................................................. 32
5.3. Error codes..................................................................................................................................................... 32
6. Inter-drive communication ........................................................................................................................................ 33
6.1. Proportional control of speed ......................................................................................................................... 37
6.2. Transmission format for inter-drive communication ....................................................................................... 39
7. Communication parameters ..................................................................................................................................... 40
7.1. Baud rate(, ) , Parity (, f827) ............................................................................... 42
7.2. Inverter number() ............................................................................................................................... 42
7.3. Communication time-out detection (f803) (f804) (f808) ................................................................. 43
7.4. Send waiting time (, ) ............................................................................................................ 45
7.5. Free notes() ....................................................................................................................................... 45
8. Commands and monitoring from the computer ........................................................................................................ 46
8.1. Communication commands (commands from the computer) ........................................................................ 46
8.2. Monitoring from the computer ........................................................................................................................ 51
8.3. Utilizing panel (LEDs and keys) by communication ....................................................................................... 60
8.3.1. LED setting by communication ........................................................................................................... 60
8.3.2. Key utilization by communication ........................................................................................................ 63
9. Parameter data ......................................................................................................................................................... 64
Appendix 1 Table of data codes........................................................................................................................................ 69
Appendix 2 Response time ............................................................................................................................................... 70
Appendix 3 Compatibility with the communication ............................................................................................................ 71
function of the VF-A7 ........................................................................................................................................................ 71
Appendix 4 Troubleshooting ............................................................................................................................................. 72
Appendix 5 Connecting for RS485 communication........................................................................................................... 73
Appendix 6 Inverter capacity code (FB05) ........................................................................................................................ 75
2
E6581315
(1) RS485 communication by the use of a two-wire RS485 communication port (standard function)
(2) RS485 communication by the use of a four-wire RS485 communication port (standard function)
By using these communication functions in combination with the computer link function designed to
establish a link between a higher level computing machine or controller (hereinafter referred to as
a computer) and each inverter on the network, or with the inter-drive communication function that
allows proportional control of inverters without using a computer, you can set up a network for data
communication between inverters.
There are two communication protocols available: Toshiba Inverter Protocol and MODBUS-RTU
Protocol (this command does not support all commands). To select a protocol, the communication
protocol selection parameter f807 or f829 is used. (Refer to Section 3. Communication pro-
tocol.)
<Computer link>
By preparing the program (explained later), the following information can be exchanged between
the computer (host) and the inverter.
(1) Monitoring function (used to monitor the operating status of the inverter: Output frequency,
current, voltage, etc.)
(2) Command function (used to issue run, stop and other commands to the inverter)
(3) Parameter function (used to set parameters and read their settings)
* The smallest unit of information that computers handle is called a “bit (binary digit),” which rep-
resents the two numbers in the binary system: 1 or 0. A group of 16 bits is referred to as a
“word,” which is the basic unit of information the VF-AS1 series of inverters use for data commu-
nication. One word can handle data items of 0 to FFFFH in hexadecimal notation (or 0 to 65535
in decimal notation).
1 bit
1 word
3
E6581315
*2: JIS-X-0201 (ANSI)-compliant 8-bit codes are used for all messages transmitted in ASCII mode
and vertical (even) parity bits specified by JIS-X-5001 are added to them. These even parity
bits can be changed to odd parity bits by changing the parameter setting (a change to the pa-
rameter setting does not take effect until the inverter has been reset.)
Characters received: 11 bits (1 start bit + 8 bits + 1 parity bit + 1 stop bit)
START PARITY STOP
BIT BIT0 BIT1 BIT2 BIT3 BIT4 BIT5 BIT6 BIT7 BIT BIT
The inverter receives one stop bit.
(The computer can be set so as to send 1, 1.5 or 2 stop bits.)
Characters sent: 12 bits (1 start bit + 8 bits + 1 parity bit + 2 stop bits)
START PARITY STOP STOP
BIT BIT0 BIT1 BIT2 BIT3 BIT4 BIT5 BIT6 BIT7 BIT BIT BIT
The inverter sends two stop bits.
(The computer can be set so as to receive 1, 1.5 or 2 stop bits.)
4
E6581315
3. Communication protocol
This communication protocol supports the TOSHIBA Inverter Protocol and part of MODBUS-RTU
protocol.
Select the desired protocol from in the following communication protocol selection parameters
(, ).
“Parameter Name and , Communication Number. 0807 and 0829”
Data Range: 0, 1 (Initial value: 0)
0: TOSHIBA (Includes inter-drive communication)
1: MODBUS-RTU
* A parameter change is reflected when the inverter is reset, such as in power off.
[Correct]
Frame B
Frame A
Frame B
Frame A (1/2) Frame A (2/2)
5
E6581315
A discrimination between ASCII mode and binary mode is automatically made with the start code.
(1) If there is no transmission format or the inverter number that matches, an error occurs and no
response is returned.
(2) When an inverter number is added behind the “(” communication will take place only in case of
broadcast communication or if the number matches up with that assigned to the inverters.
(3) When a time-out period is specified with parameter f803 (communication time-out time), a
time-out occurs if communication do not terminate normally within the specified time. With pa-
rameter f804 (communication time-out action), you can specify what the inverter should do if
a time-out occurs. For details, refer to Section 7.3.
(4) On executing the command received, the inverter returns data to the computer. For the re-
sponse time, see Appendix 2, “Response time.”
◼ Note
Communication is not possible for about two seconds after the power is supplied to the inverter un-
til the initial setting is completed. If the control power is shut down due to an instantaneous voltage
drop, communication is temporarily interrupted.
6
E6581315
◼ Computer → Inverter
Omissible in one-to-one communication For the W and P commands only Omissible
(3.5bytes "(" INV-NO CMD Communication No. DATA "&" SUM ")" CR (3.5bytes
Blank) (28H) 2 bytes 1 byte 4 bytes 0 to 4 bytes (26H) 2 bytes (29H) (0DH) Blank)
Checksum area
Omissible
2. INV-NO (2 bytes) : Inverter number (Omissible in one-to-one communication) ... 00 (30H, 30H) to 99 (39H,
39h), *(2AH)
The command is executed only when the inverter number matches up with that specified
using a parameter.
(When * is specified in broadcast communication, the inverter number is assumed to
match if all numbers except * match. When * is specified instead of each digit (two-digit
number), all inverters connected are assumed to match.)
If the inverter number does not match or if the inverter number is of one digit, the data will
be judged invalid and no data will be returned.
5. Data (0 to 4 bytes) : Write data (valid for the W and P commands only)
6. “&” (1 byte) : Checksum discrimination code (omissible. When omitting this code, you also need to omit
the checksum.)
7
E6581315
◼ Inverter → computer
At time of broadcast communication, returning of data is not executed, except for the inverters to
be returned, when the inverter number is not matched, and the inverter number has only one char-
acter. This is because there will be a risk of that the returned data may be deformed.
(3.5bytes "(" INV-NO CMD Communication No. DATA "&" SUM ")" CR (3.5bytes
Blank) (28H) 2 bytes 1 byte 4 bytes 0 to 4 bytes (26H) 2 bytes (29H) (0DH) Blank)
Checksum area
Omissible
2. INV-NO (2 bytes) : Inverter number (omitted if it is not found in the data received) ... 00 (30H, 30H) to 99 (39H,
39H)
If the inverter number matches up with that specified using a parameter, data will be re-
turned to the computer. In broadcast communication, only the destination inverter (with a
number matching up with the smallest effective number) returns data to the computer.
In broadcast communication, no data is returned from any inverters except the inverter
bearing a number that matches up with the smallest effective number.
Ex.: (*2R0000) CR -> (02R00000000) CR)
Data is returned from the inverter with the number 2 only, but no data is returned from
inverters with the number 12, 22 ....
3. CMD (1 byte) : Command ... The command is also used for a check when an inverter is tripped.
Under normal conditions... The uppercase letter R, W or P is returned, depending on the
command received: R, W or P command.
When an inverter is tripped... The lowercase letter r, w or p is returned, depending on the
command received: R, W or P command.
(The command received is returned with 20H added to it.)
5. Data (0 to 4 bytes) : Data ... The data read in is returned for the R command, while the data received is re-
turned for the W and P commands. If the data received is composed of less than 4 digits,
it will be converted into 4-digit data and returned.
Ex.: (W123412) CR → (W12340012) CR)
6. “&” (1 byte) : Checksum discrimination code (omitted if it is not found in the data received)
7. Sum (2 bytes) : Checksum ... Omitted if no checksum discrimination code is found in the data received.
ASCII-coded value of the last two digits (4 bits/digit) of the sum of a series of bits (ASCII
codes) from the start code to the checksum discrimination code.
8. “)” (1 byte) : Stop code (omitted if it is not found in the data received)
8
E6581315
• Data returned when data is not processed normally (ASCII mode)
In case an error occurs, communication error command (4EH(N) or 6EH(n)) and the error type
number is returned to the computer in addition to the checksum. At time of broadcast communica-
tion of the binary mode, returning of data is not executed except for the inverter to be returned (in-
verter number 00H) and when the inverter number is not matched. This is because there will be a
risk that the returned data may be deformed.
Omissible Omissible
(3.5bytes “(“ INV-NO “N” or “n” DATA "&" SUM ")" CR (3.5bytes
Blank) (28H) 2 bytes (4EH) (6EH) 4 bytes (26H) 2 bytes (29H) (0DH) Blank)
Checksum area
Omissible
“N” for the normal communication and “n” during the inverter trip.
INV-NO (2 bytes) : Inverter number (omitted if it is not found in the data received) ... 00 (30H, 30H) to 99 (39H,
39H)
If the inverter number matches up with that specified using a parameter, data will be re-
turned to the computer. In broadcast communication, only the destination inverter (with a
number matching up with the smallest effective number) returns data to the computer.
“)” (1 byte) : Stop code ... This code is omitted if it is not found in the data received.
◼ Examples:
(N0000&5C)CR... Impossible to execute (e.g., a change of maximum frequency data during opera-
tion)
(N0001&5D)CR... Data error (Data is outside the specified range.)
(N0002&5E)CR... No communication number (There is no communication number that matches.)
(N0003&5F)CR... There is no command that matches. (Commands other than the R, W and P
commands)
(Ex.: L, S, G, a, b, m, r, t, w ...)
(N0004&60)CR... Checksum error (The checksum result differs.)
No data returned ... Format error or invalid inverter number
9
E6581315
2. INV-NO (2 bytes) : Inverter number (Omissible in one-to-one communication) ... 00H to 3FH ,FFH
In case the inverter number is other than FFH (broadcast communication), command is
executed only when the inverter number coincides with the one designated with the panel.
If the inverter number is not matched, it will be judged invalid and the data is not returned.
10
E6581315
Omissible
2. INV-NO (2 bytes) : Inverter number... 00H to 3FH (The inverter number is omitted if it is not found in the data
received.)
If the inverter number matches up with that specified from the operation panel, data will be
returned from the inverter. If the inverter number does not match, the data will be invalid
and no data will be returned.
3. CMD (1 byte) : Command...The command is also used for a check when the inverter is tripped.
Under normal conditions...52H (R), 47H (G), 57H (W) or 50H (P) is returned, depending
on the command received.
When the inverter is tripped...The lowercase letter 72H (r), 67H (g), 77H (w) or 70H (p) is
returned with 20H added to it, depending on the command received.
11
E6581315
2) Error Processing (Binary mode)
In case an error occurs, communication error command (4EH(N) or 6EH(n)) and the error type
number is returned to the computer in addition to the checksum. At time of broadcast communica-
tion of the binary mode, returning of data is not executed except for the inverter to be returned (in-
verter number 00H) and when the inverter number is not matched. This is because there will be a
risk that the returned data may be deformed.
Omissible
Norn (1 byte) : Communication error command ... This command is also used for a check when the in-
verter is tripped.
“4EH (N)” is returned under normal conditions, while “6EH (n)” is returned when the in-
verter is tripped.
Data (2 bytes) : Error code (0000~0004)
0000 ... Impossible to execute (Although communication is established normally, the
command cannot be executed because it is to write data into a parameter whose
setting cannot be changed during operation (e.g., maximum frequency) or the
EEPROM is faulty.)
0001 ... Data error (The data is outside the specified range or it is composed of too many
digits.)
0002 ... Communication number error (There is no communication number that matches.)
0004 ... Checksum error (The checksum result differs.)
No code returned ...Command error, format error (failure to receive the specified number
of bytes within 0.5 seconds, or an parity, overrun or framing error) or
the inverter number does not match or an inverter in broadcast com-
munication in the binary mode except for the inverter for data returning
(the inverter numbered 00H).
◼ Examples:
2FH, 4EH, 00H, 00H, 7DH ... Impossible to execute (e.g., a change of maximum frequency data
during operation)
2FH, 4EH, 00H, 01H, 7EH ... Data setting error (The data specified falls outside the specified
range.)
2FH, 4EH, 00H, 02H, 7FH ... No communication number (There is no communication number that
matches.)
2FH, 4EH, 00H, 04H, 81H ... Checksum error (The checksum result differs.)
12
E6581315
Data is transmitted hexadecimal using the binary (HEX) code transmission characters. “Comput-
er → inverter” is for writing only, while “Inverter → computer” for reply is for reading only.
(3.5bytes Start INV-NO CMD Num- Num- Write Write Write Write SUM (3.5bytes
Blank) Code “X” ber of ber of data1 data1 data2 data2 Blank)
write read
“/” High Low High Low
data data
groups groups
Checksum Area
2. INV-NO (1 byte) : Inverter number. (Can be omitted in 1:1 communication): 00H to 3FH, FFH
Executed only when the inverter number matches the inverter number. Set on the panel,
except in FFH (broadcast communication).
Communication data will be invalidated and data will not be returned either if the inverter
number. Does not match.
13
E6581315
◼ Block Write 1, 2
Select data, which is desired to be written in block communication, in block write Data 1 and 2 Pa-
rameters (, ). This parameter becomes effective when the system is reset, such
as when power is turned off. When the setting is completed, turn off and then on the power.
If the command is controlled from 2 wire RS485 communication, set 2: “2 wire RS485 communica-
tion input” to cmod or Bit 15 of FA00 is ON. If the frequency is controlled from 2 wire RS485
communication, set 5: “2 wire RS485 communication input” to fmod or Bit 14 of FA00 is ON.
* When “Deselect” is specified in the parameters, no data will be written even though write data is
specified.
◼ Block Read 1 to 5
Select read data, which is desired to be read in block communication, in block read data 1 and 5
Parameters (to). This parameter becomes effective when the system is reset,
such as when power is turned off. When the setting is completed, turn off and then on the power.
14
E6581315
◼ Inverter → Computer
At time of broadcast communication of the binary mode, returning of data is not executed except
for the inverter to be returned (inverter number 00H) and when the inverter number is not matched.
This is because there will be a risk that the returned data may be deformed.
1) Normal processing
bytes
(3.5 Start INV CMD Number Write Read Read Read Read Read Read Read Read Read Read SUM (3.5
bytes Code No. “Y” of Read Status data1 data1 data2 data2 data3 data3 data4 data4 data5 data5 bytes
Blank) “/” Data
high low high low high low high low high low Blank)
Groups
Checksum area
Bit Position 7 6 5 4 3 2 1 0
Data Type -
◼ Example
(When set as follows: = (Command information 1), = (frequency command),
= (status information), = (output frequency), = (output current), = (output
voltage) and = (alarm information)
Computer → Inverter:2F 58 02 05 C4 00 17 70 D9
Inverter → Computer:2F 59 05 03 00 00 00 00 00 00 00 00 00 00 90 (When parameter is not set)
Inverter → Computer:2F 59 05 00 40 00 00 00 00 00 00 00 00 00 CD CD (When parameter is set)
Inverter → Computer:2F 59 05 00 64 00 17 70 1A 8A 24 FD 00 00 3D (During operation at 60Hz)
15
E6581315
2) Error Processing (Binary mode)
In case an error occurs, communication error command (4EH(N) or 6EH(n)) and the error type
number is returned to the computer in addition to the checksum.
Omissible
“N” or “n” (1 byte) : Communication error command. Also for check during an inverter trip (includes standing
by for retrying and trip holding). “4EH (N)” when normal, “6EH (n)” during an inverter trip.
◼ Examples
Computer → Inverter : 2F 58 02 05 C4 00 17 70 D8
Inverter → Computer : 2F 4E 00 04 81 ... Checksum error
16
E6581315
4.2. Commands
Here are the communication commands available.
Command Function
R command Reads the data with the specified communication number.
W command Writes the data with the specified communication number. (RAM and EEPROM).
P command Writes the data with the specified communication number. (RAM).
Reads the data with the specified communication number. (For binary mode only.
G command
Dummy data is required for this command.)
X command Block communication (Computer -> Inverter)
Y command Block communication (Inverter -> Computer)
Notice
Do not write the same parameter to the EEPROM more than 10,000 times. The life time of EEPROM is
approximately 10,000 times.(Some parameters are not limited, please refer to the “9.Parameter data “)
The lifetime of EEPROM is approximately 10,000 times. When using the TOSHIBA inverter protocol
and the data does not need to be records, use P command (the data is written only to RAM).
◼ Explanation of terms
*1: The RAM is used to temporarily store inverter operation data. Data stored in the RAM is cleared
when the inverter is turned off, and data stored in the EEPROM is copied to the RAM when the
inverter is turned back on.
*2: The EEPROM is used to store inverter operation parameter settings, and so on. Data stored in
the EEPROM is retained even after the power is turned off, and it is copied to the RAM when
the inverter is turned on or reset.
17
E6581315
- Ex.: Entering the emergency stop command (communication number: FA00) from the computer
<ASCII mode>
Computer → Inverter Inverter → Computer
(PFA009000)CR (PFA009000)CR …Command priority, emergency stop
command
<Binary mode>
Computer → Inverter Inverter → Computer
2F 50 FA 00 90 00 09 2F 50 FA 00 90 00 09
18
E6581315
When Command “s” (lowercase letter) is received, the slave side judges that the master side is
tripped and operates in accordance with the inter-drive communication parameter (,
).
For detail, see "7. Communication parameters ".
<Binary mode>
- Examples: 60Hz operation command from communication and monitoring (Monitoring when al-
ready operating at 60Hz)
(Parameter Setting: = , = , = , = , = , =
, = )
<Binary mode>
Computer → Inverter Inverter → Computer
2F 58 02 05 C4 00 17 70 D9 2F 59 05 00 64 00 17 70 1A 8A 24 FD 00 00 3D
19
E6581315
* For the errors with “no code returned” in the above table, no error code is returned to avoid a
data crash.
If no response is received, the computer side recognizes that a communication error has oc-
curred. Retry after a lapse of some time.
* If the inverter number does not match, no processing will be carried out and no data will be re-
turned, though it is not regarded as an error.
20
E6581315
- Binary Mode
To put "FF" to the specified place of the inverter number in the communication format validates the
broadcast communication and the command is transmitted to all the applicable inverters in the
network (inverter numbers from 0 to 63 (00 to 3FH)).
21
E6581315
Host
computer
Block 1 Block 2
Inverter No. 10 Inverter No.11 Inverter No.19 Inverter No.20 Inverter No.21 Inverter No.29
*1
*1: Error signal I/F
In broadcast communication, only the representative inverter in each block returns data to the host
computer. However, you can make the representative inverter in each block report the occurrence
of a problem in the block. To do so, follow these steps.
Set the timer function so that, if a time-out occurs, the inverter will trip (Ex.: = (sec)), set
the output terminal selection parameter (FL) so that trip information will be output through the out-
put terminal (=), and set the input terminal selection parameter (F) of the representa-
tive inverter in each block to “external input trip (emergency stop)” (=). Then, connect
the input terminal (F, CC) of the representative inverter to the FL terminal (FLA, FLC) of each of
the other inverters in the same block (FLA-F, FLC-CC). In this setting, if an inverter trips, the rep-
resentative inverter will come to an emergency stop, and as a result it will report the occurrence of
a problem in its block to the computer. (If the representative inverter returns a lowercase letter in
response to a command from the computer, the computer will judge that a problem has arisen in
an inverter.) To examine details on the problem that has arisen, the host computer accesses each
individual inverter, specifying its communication number. To make the computer issue a command
to all inverters in block 1 or block 2 shown in the figure above, specify “1*” or “2*”, respectively. In
this system, inverter No. 10 will return data to the computer if a problem arises in block 1, or in-
verter No. 20 if a problem arises in block 2. For overall broadcast communication, specify “**”, in
which case the inverter with the communication number “00” will return data to the computer.
In this example, if you want the computer to maintain communication without bringing an repre-
sentative inverter to an emergency stop, set its input terminal selection parameter to “disabled
(=) but not to “external input trip (emergency stop).” This setting causes the host com-
puter to check the setting of the input terminal information parameter (Communication No.=DF06,
bit 0) of the representative inverter, and as a result enables the computer to detect the occurrence
of a problem.
CAUTION:
Data from inverters will be deformed if inverters of the same number are connected on the network.
Never assign same single numbers to inverters on the network.
22
E6581315
◼ Examples of communication
- To run the motor in forward direction with the frequency set to 60 Hz from the computer
<ASCII mode>
Computer → Inverter Inverter → Computer
(PFA011770)CR (PFA011770)CR …Set the operation frequency to 60 Hz.
(60 / 0.01 Hz = 6000 = 1770H)
(PFA00C400)CR (PFA00C400)CR …Set to “forward run” with commands and frequen-
cy instruction from the computer enabled.
<Binary mode>
Computer → Inverter Inverter → Computer
2F 50 FA 01 17 70 01 2F 50 FA 01 17 70 01
2F 50 FA 00 C4 00 3D 2F 50 FA 00 C4 00 3D
<Binary mode>
Computer → Inverter Inverter → Computer
2F 52 FD 01 7F 2F 72 FD 01 00 03 A2
- To check the trip code (when the inverter is tripped because of )
…For details on trip codes, see “Trip code monitor” in 8.2, “Monitoring
from the computer.” (18H = 24d “” trip status)
<ASCII mode>
Computer → Inverter Inverter → Computer
(RFC90)CR (rFC900018)CR
<Binary mode>
Computer → Inverter Inverter → Computer
2F 52 FC 90 0D 2F 72 FC 90 00 18 45
23
E6581315
Ex. 1: BASIC program for monitoring the output frequency continuously (RS232C, ASCII mode)
(Toshiba version of Advanced BASIC-86 Ver. 3.01.05J)
24
E6581315
Ex. 2: BASIC program for executing an input command with checksum (RS232C, ASCII mode)
(Toshiba version of Advanced BASIC-86 Ver. 3.01.05J)
Checking if the maximum frequency setting has been changed correctly
1) Examples of programs
10 OPEN "COM1:9600,E,8,1" AS #1 --- 9600 baud, even parity, 8-bit length, 1 stop
bit
20 INPUT"Send Data=";A$ --- Reads in data to be sent to the inverter.
30 S$="("+A$+"&" --- Adds “(“ and “&” to the read data in.
40 S=0
50 L=LEN(S$)
60 FOR I=1 TO L Calculates the number of bits (checksum).
70 S=S+ASC(MID$(S$,I,1))
80 NEXT I
90 CHS$=RIGHT$(HEX$(S),2)
100 PRINT #1,"("+A$+"&"+CHS$+")" --- Sends the data including the checksum re-
sult to the inverter.
110 INPUT #1,B$ --- Receives data returned from the inverter.
120 PRINT "Receive data= ";B$ --- Displays the data received.
130 GOTO 20 --- Repeats.
25
E6581315
Ex. 3 BASIC program for communication tests (RS232C, ASCII mode)
(Toshiba version of Advanced BASIC-86 Ver. 3.01.05J)
Accessing a parameter (with error code.)
1) Examples of programs
100 INPUT "Baud rate=9600/4800/2400/1200";SPEED$
---- Selects a baud rate.
110 INPUT "Parity=even(E)/odd(O)";PARITY$
---- Selects parity.
120 OPEN "COM1:"+SPEED$+","+PARITY$+",8,1"AS #1
130 INPUT "Send data";B$ ---- Enters a command.
140 PRINT #1,B$
150 C$=""
160 T=TIMER
170 COUNT=(TIMER-T)
180 IF COUNT >3 THEN 270
190 IF COUNT <0 THEN T=TIMER ---- Prevents an increase in the number of digits.
200 IF LOC(1)= 0 THEN A$="":GOTO 220
210 A$=INPUT$(1,#1)
220 IF A$ <>CHR$(13) THEN 240 ---- Carriage return
230 GOTO 290 (CR) to finish reading in.
240 IF A$="" THEN 160
250 C$=C$+A$
260 GOTO 160
270 COLOR @0,7:PRINT "!!! There is no data to return. !!! ";:COLOR @7,0:PRINT
280 GOTO 130 ---- Repeats.
290 PRINT A$;
300 C$=C$+A$
310 PRINT "Return data=";c$;
320 GOTO 130 ---- Repeats.
2) Examples of program execution results (In this example, the inverter number is 00.)
Baud rate=9600/4800/2400? 9600 ---- Selects 9600 baud.
Parity=even(E)/odd(O)? E ---- Select E (even parity).
Send data? (00R0011) ---- Carries out test communication.
Return data= (00R00111770)
Send data? () ---- Error
!!! There is no data to return. !!! ---- No data is returned.
Send data? (R0011)
Return data= (R00111770)
Send data?
:
:
26
E6581315
Ex. 4 A VisualBaisc program for the ASCII mode communication
(VisualBaisc is the registered trademark of the U.S. microsoft company.)
Accessing a parameter
27
E6581315
3)The description of the code
'**********************************************************************
' Setting the labels (Initialization)
'**********************************************************************
Label1.Caption = "Data for transmission"
Label2.Caption = "Received data"
Command1.Caption = "Transmit"
Command2.Caption = "Clear"
Command3.Caption = "Exit"
'**********************************************************************
' Setup of communication (Initialization)
'**********************************************************************
MSComm1.RThreshold = 0
MSComm1.InputLen = 1
MSComm1.CommPort = 1
MSComm1.InBufferCount = 0
MSComm1.OutBufferCount = 0
Form1.MSComm1.Settings = "9600,E,8,1"
Form1.MSComm1.InputMode = comInputModeText
'**********************************************************************
' A serial port is opened. (Initialization)
'**********************************************************************
If False = MSComm1.PortOpen Then
MSComm1.PortOpen = True
End If
'**********************************************************************
' Data are received.
'**********************************************************************
Do
dummy = DoEvents()
If MSComm1.InBufferCount Then
Text1.Text = Text1.Text & MSComm1.Input
End If
Loop
End Sub
'**********************************************************************
' The contents of the text box are transmitted.
'**********************************************************************
Private Sub Command1_Click()
MSComm1.Output = Text2.Text & Chr(13)
End Sub
'**********************************************************************
'The contents of the text box are removed.
'**********************************************************************
Private Sub Command2_Click()
Text2.Text = ""
Text1.Text = ""
End Sub
'**********************************************************************
'A serial port is closed, end
'**********************************************************************
Private Sub Command3_Click()
If True = MSComm1.PortOpen Then
MSComm1.PortOpen = False
End If
End
End Sub
28
E6581315
5. MODBUS-RTU protocol
The MODBUS-RTU protocol of VF-AS1 supports only part of the MODBUS-RTU protocol. Only
two commands are supported, “03: Multiple data read (limited only to two bytes)” and “06: Word
writes.” All data will be binary codes.
◼ Parameter Setting
The inverters are always ready to receive messages and perform slave operation in response to
computer requests.
A transmission error will result if the transmission format does not match. The inverters will not
respond if a framing error, parity error, CRC error or an inverter number mismatch occurs. If no re-
sponse is received, the computer side recognizes that a communication error has occurred.
Transmit data again.
(1) In case spacing for more than 3.5 bytes are provided before characters, all data immediately
preceding it will be aborted. Data will sometimes be aborted if spacing for 1.5 bytes or more is
provided between characters. (See “3.1. About the handling of received frames.”)
(2) Communication will be effective only when inverter numbers match or the communication mode
is 0 (Broadcast communication). If there is no inverter number that matches or 0 (broadcast
communication) is specified, no response is returned by any inverter.
(3) Message reception will end if spacing for more than 3.5 bytes are provided at the end of char-
acters. (See “3.1. About the handling of received frames.”)
(4) If no communication take place within the time specified using the timer function, the computer
will assume that a communication error has occurred and trip the inverter. The timer function is
disabled when the inverter is turned on or initialized. For details, see Section 7.3, “Timer func-
tion, Communication time-out time action.”
(5) On executing the command received, the inverter returns data to the computer. For the re-
sponse time, see Appendix 2, “Response time.”
◼ Caution:
Communication is not possible for about two seconds after the power is supplied to the inverter un-
til the initial setting is completed. If the control power is shut down due to an instantaneous voltage
drop, communication is temporarily interrupted.
29
E6581315
1) Inverter No.. (1 byte) : Specify an inverter number between 0 and 247 (00H to F7H).
Command processing will be executed only broadcast communication “0” and
with those inverters that match set inverter numbers. Data will not be returned if
“0” (broadcast communication) and inverter numbers do not match.
4) Number of data groups (2 bytes) : Set the number of data words 0001 (fixed) in the order of high to low numbers.
5) CRC (2 bytes) : Set generation results of CRC in the order of low to high numbers.. For the
method to generate CRC, see “5.2 CRC Generation.” Note that the setting se-
quence is reversal to that of others.
◼ Inverter → Computer (Normal return) *The text size is 7 bytes fixed.
CRC CRC
(3.5bytes Inverter No. Command Error Code (3.5bytes
(low) (high)
Blank) Blank)
83
1) Command (1 byte) : 83H fixed (Read command error) (Command + 80H)
2) Error code (1 byte) : See “4.3 Transmission errors.”
30
E6581315
Commu- Commu-
Inverter Write Data Write Data CRC CRC
(3.5bytes Command nication nication (3.5bytes
No. (high) (low) (low) (high)
Blank) No. (high) No. (low) Blank)
06
1) Inverter No. (1 byte) : Specify an inverter number between 0 and 247 (00H to F7H).
Command processing will be executed only broadcast communication “0” and with
those inverters that match set inverter numbers. Data will not be returned if “0”
(broadcast communication) and inverter numbers do not match.
2) Command (1 byte) : Set the write command (06H fixed).
3) Communication No. (2 bytes) : Set in the order of high to low numbers.
4) Write data (2 bytes) : Set in the order of high to low write data.
5) CRC (2 bytes) : Set generation results of CRC in the order of low to high numbers. For the method
to generate CRC, see “5.2 CRC Generation.” Note that the setting sequence is re-
versal to that of others.
Commu- Commu-
Inverter Write Data Write Data CRC CRC
(3.5bytes Command nication nication (3.5bytes
No. (high) (low) (low) (high)
Blank) No. (high) No. (low) Blank)
06
1) Command (1 byte) : Write command (06H fixed) will be returned.
2) Write data (2 bytes) : Returned in the order of write data (high) and (low).
CRC CRC
(3.5bytes Inverter No. Command Error Code (3.5bytes
(low) (high)
Blank) Blank)
86
1) Command (1 byte) : 86H fixed (Read command error) (Command + 80H)
2) Error code (1 byte) : See “4.3 Transmission errors.”
Note
▼ The EEPROM life is 10,000 operations.
Do not write in the same parameter that has an EEPROM more than 10,000 times.
31
E6581315
◼ Flow
Byte counter n = 0 2. Exclusive OR the first 8–bit byte of the message with
the low–order byte of the 16–bit CRC register, putting
No the result in the CRC register.
Byte counter n < Length
Yes 3. Shift the CRC register one bit to the right (toward the
CRC = (CRC XOR nth send byte LSB), zero–filling the MSB. Extract and examine the
(0 expanded to word (higher 8
bits)) LSB.
Bit counter = 0 4. (If the LSB was 0): Repeat Step 3 (another shift).
(If the LSB was 1): Exclusive OR the CRC register with
No the polynomial value A001 hex (1010 0000 0000 0001).
Bit counter < 8
Yes 5. Repeat Steps 3 and 4 until 8 shifts have been per-
C = (Remainder of CRC ÷ 2) formed. When this is done, a complete 8–bit byte will
have been processed.
CRC >> 1
Is remainder (C) No 6. Repeat Steps 2 through 5 for the next 8–bit byte of the
other than 0? message. Continue doing this until all bytes have been
Yes processed.
CRC=
(CRC XOR generating polyno-
mial (A001)) 7. The final contents of the CRC register is the CRC val-
ue.
Bit counter +1
8. When the CRC is placed into the message, its upper
and lower bytes must be swapped as described below.
Byte counter +1
32
E6581315
6. Inter-drive communication
Inter-drive communication (communication between inverters) are used, for example, when per-
forming speed proportional control or load sharing torque control of two or more inverters without
using a PLC or computer. The command is instructed by the operation from the master inverter’s
panel or analog input, etc.
With the Inter-drive communication function, the master inverter continues to transmit the data se-
lected by the parameters to all the slave inverters on the same network. The master inverter uses
the S command for outputting instructions to the slave inverters, and the slave inverters do not re-
turn the data. (See chapter 4.2 "Command".) Network construction for a simple synchronized op-
eration and speed-proportional operation can be created by this function.
* If the master inverter trips, the slave inverters display the blinking error code “t” and come to a
full stop (0Hz).
Restoring the master inverter that has tripped returns the slave inverters to working order.
* With the communication time-out parameters f803 and f804, you can specify what the
slave inverters should do (continue to operate, issue an alarm or trip) if a cable is broken or the
master inverter is turned off during operation.
* Should use 4-wire RS485 communication.
* To use the inter-drive communication function, select “TOSHIBA Inverter Protocol” (,
=) in the communication protocol selection parameters. “TOSHIBA Inverter Protocol”
(, =) is set for communication protocol selection in Shipment setting. (See “3.
Communication protocol.”)
Analog input
<Notes>
Speed command can be transmitted but the run / stop signal is not issued. Slave station should have an indi-
vidual stop signal or the function to stop the action by the frequency reference. (Setting is necessary for
: Operation start frequency, : Operation start frequency hysteresis .)
For continuing the operation by the last received command value in the case of a communication breakdown,
communications time-out time () to trip the slave inverters. The master inverter does not trip even
though the communication breakdown happens. To trip the master inverter, provide an interlock mechanism by
installing an FL fault relay point or the like from the slave side.
33
E6581315
Pin-8 SG SG SG SG
(Pin-2)
Terminating resistance
120Ω-1/2W
34
E6581315
◼ Setting of parameter
● Setting of master and slave inverters for communication between inverters (setting of master and
slave) (, ) ... Shipment setting =
Assign one master inverter in the network. Other inverters should be the slave inverters.
*Specify only one inverter as the master. In case two or more inverters are designated for the
master inverter in the same network, data will collide.
*This parameter is validated after resetting the inverter or rebooting the power supply.
● Frequency setting mode selection 1 (fm0d) ・・・ Shipment setting = 2: RR/S4 input
Designate a target of speed command input for the inverter to the parameter .
35
E6581315
Parameters relating to the master side (example) Parameters relating to the slave side (example)
Master (transmission of output frequency Slave (If the master inverter trips, all slave inverters stop
(%) (100% at FH)) operating.)
Selection of communication protocol Selection of communication protocol
(Toshiba inverter protocol) (Toshiba inverter protocol)
Communication baud rate Note) Communication time-out (ex. 1 second)
(ex. 19200bps) Communication baud rate (same to the master side)
Parity (even parity) Parity (same to the master side)
Example: Panel Terminal block (ex. Driven by F, ST)
Example: RR/S4 input ( Run and stop of operation is controlled with the frequency
reference value by setting the “run frequency”.)
<During torque control> Operation panel RS485 (2-wire) communication input
Master (sends a torque command) 2-wire RS485
? Adjusted to the system Point 1 setting (%)
Note) ? Ditto Point 2 frequency (Hz)
< Communication baud rate is 9600bps > ? Ditto Point 2 setting (%)
Send waiting time ? Ditto Point 2 frequency (Hz)
36
E6581315
• Data sent by the master inverter to slave inverters in inter-drive communication mode (frequency
command value)
• Conversion of the frequency command received by a slave inverter (when the “frequency point
selection” option is not selected)
The value obtained by the following conversion calculation is written in RAM as a frequency com-
mand value.
Point conversion
% Points selected
(Hz)
Setting 2 fc ()
Slave command
Setting 1 fc ()
Hz fc
Data= 10000 %
Slave FH
37
E6581315
lowing equations, with the received data in the following equation used as the data received from
the master inverter when inverters are operated under the control of a master inverter (inter-drive
communication), or with the received data in the following equation used as the data received from
the computer when inverters are operated under the control of a computer (computer-linked opera-
tion).
38
E6581315
Omissible
As for the S command, see section 4.2 “Commands”, and see chapter “6 Inter-drive communication function” for the
communication of inverters.
39
E6581315
7. Communication parameters
The settings of communication-related parameters can be changed from the operation panel and
the external controller (computer). Note that there are two types of parameters: parameters whose
settings take effect immediately after the setting and parameters whose settings do not take effect
until the inverter is turned back on or reset.
Com-
munica- Default
Title Function Adjustment range Unit Valid Reference
tion setting
Number.
0: 9600bps
Baud rate
0800 (2-wire RS485) 1: 19200bps - 1 After reset. Section 7.1
2: 38400bps
0: Non parity
Parity Section 7.1
0801 (2-wire RS485) 1: Even parity - 1 After reset.
Note)
2: Odd parity
Inverter number
0802 0-247 1 0 Real time Section 7.2
(common)
Communication
0:OFF
0803 time-out time 1-100s
1s 0 Real time Section 7.3
(common)
2-wire 4-wire
0 - -
1 t alarm -
2 Err5 trip -
Communication
3 - t alarm
0804 time-out action 1 8 Real time Section 7.3
4 t alarm t alarm
(common)
5 Err5 trip t alarm
6 - Err5 trip
7 t alarm Err5 trip
8 Err5 trip Err5 trip
Send waiting time 0.00: Default
0805 0.01s 0.00 Real time Section 7.4
(2-wire RS485) 0.01-2.00s
0:Slave (issues a 0Hz command if some-
thing goes wrong with the master)
1:Slave (continues operation if something
goes wrong with the master)
Inverter-to-inverter 2:Slave (trips for emergency stop if
0806 communication something goes wrong with the master) - 0 After reset. Chapter 6
(2-wire RS485) 3:Master (sends a frequency command)
4:Master (sends an output frequency)
5.Master (sends a torque command)
6.Master (sends an output torque com-
mand)
Protocol selection 0: TOSHIBA
0807 - 0 After reset. Chapter 3
(2-wire RS485) 1:MODBUS-RTU
0: Always detect
Communication
0808 f808 time-out detection 1: during communication - 0 Real time Section7.3
2:1+running
0:Disabled
Frequency point 1:2-wire RS485
0810 - 0 Real time Section 6.1
selection 2:4-wire RS485
3:Communication add option
0811 Point 1 setting 0-100% - 0 Real time
0812 Point 1 frequency 0-Hz 0.01Hz 0.0 Real time
Section 6.1
0813 Point 2 setting 0-100% - 100 Real time
0814 Point 2 frequency 0-Hz 0.01Hz 60.0 Real time
Communication 0: 9600bps
0820 speed 1: 19200bps - 1 After reset. Section 7.1
(4-wire RS485) 2: 38400bps
Send waiting time 0.00: Normal
0825 0.01s 0.00 Real time Section 7.4
(4-wire RS485) 0.01-2.00s
40
E6581315
Com-
munica- Default
Title Function Adjustment range Unit Valid Reference
tion setting
Number.
0:Slave (issues a 0Hz command if some-
thing goes wrong with the master)
1:Slave (continues operation if something
goes wrong with the master)
Inverter-to-inverter
2:Slave (trips for emergency stop if
communication
0826 something goes wrong with the master) - 0 After reset. Chapter 6
setting (4-wire
3:Master (sends a frequency command)
RS485)
4:Master (sends an output frequency)
5.Master (sends a torque command)
6.Master (sends an output torque com-
mand)
0: Non parity
Parity Section 7.1
0827 1: Even parity - 1 After reset.
(4-wire RS485) Note)
2: Odd parity
Protocol selection 0: TOSHIBA
0829 - 0 After reset. Chapter 3
(4-wire RS485) 1: MODBUS-RTU
mortor pole-number
0856 f856 1:2pole, 2:4pole, - 8:16pole - 2 Real time Section8.1
(common)
0870 Block write data 1 0: Deselect
1: Command information 1 (FA00)
2: Command information 2 (FA20)
3: Frequency command (FA01)
Section
4: Terminal board output data - 0 After reset.
0871 Block write data 2 4.1.3
(FA50)
5: Communication analog data
(FA51)
6: Motor speed command (FA13)
0875 Block read data 1 0: Deselect
1: Status information (FD01)
0876 Block read data 2 2: Output frequency (FD00)
3: Output current (FD03)
0877 Block read data 3 4: Output voltage (FD05)
0878 Block read data 4 5: Alarm information 1 (FC91)
6: PID feedback value (FD22)
7: Input terminal board monitor (FD06)
8: Output terminal board monitor (FD07)
9: VI/IIterminal board monitor (FE36)
Section
10: RR/S4 terminal board monitor (FE35) - 0 After reset.
4.1.3
11:RX terminal board monitor (FE37)
12:Input voltage (DC detection) (FD04)
0879 Block read data 5 13:Speed feedback frequency (FD16)
14:Torque (FD18)
15:MY monitor 1 (FE60)
16:MY monitor 2 (FE61)
17:MY monitor 3 (FE62)
18:MY monitor 4 (FE63)
19:Free notes (F880)
20:Output motor speed monitor (FE90)
0880 Free notes 0-65535 1 0 Real time Section 7.5
Note) f827 exists after CPU1 Ver.154. See “7.1 Baud rate(, ) , Parity (, f827)”.
41
E6581315
•Communication baud rate and parity bit should be uniform inside the same network.
•This parameter is validated by resetting the power supply.
•The parity of 4-wire can be set by F827 after Ver.154 (CPU version 1).
42
E6581315
◼ Time-out detection
By default, the communication Time-out detection (f808) is set to 0 ( Always detect ).
When it is set to 1, It detect time-out error during communication.
When it is set to 2, It detect time-out error during communication and running.
43
E6581315
◼ Timer
Time-out period
44
E6581315
Functional specification:
A time for sending data is prolonged longer than the preset time (, ), until the in-
verter returns the data to the PC, after it finishes receiving the data (in case of an inter-drive com-
munication, until the inverter returns the next data to the PC, after it has sent the data.) In case the
inverter's processing capacity requires longer setting time, the value more than this time will be the
set value. (The parameter makes the inverter wait for more than the set time.)
INV→PC
Inter-drive Master INV
communication to Slave INV
Master INV to
Time elapses more than the Slave INV
transmission waiting time.
This parameter allows you to write any data, e.g., the serial number of each inverter or parameter
information, which does not affect the operation of the inverter.
45
E6581315
Ex.: Reverse run command used in two-wire RS485 communication (PFA008600) CR, (PFA00C600) CR
8600H : To disable frequency instructions from the computer
C600H : To enable also frequency instructions from the computer
46
E6581315
Once enabled, this setting will be enabled till disable is set (0 setting), power is turned off or is re-
set, or factory default setting () is selected.
47
E6581315
◼ Motor speed command setting from the computer (communication number: FA13)
Setting range: 0 to 24000min-1
Output frequency [0.01Hz] = (Output motor speed [min -1] x poles [f856] ) ÷ 120
This frequency command is enabled only when the frequency command by communication is ena-
bled. To make frequency commands from the computer valid, set the frequency setting mode se-
lection parameter (fmod) to 6 (4-wire RS485 communication input) or select the “Command pri-
ority” option (bit 14 FA04: 1 (enabled)). In this case, frequency commands by communication will
be enabled independent of fmod setting.
However, enabled commands and frequencies are given the priority if “48 (49): Forced switching
from communication to local,” “56 (57): Forced continuous operation,” or “58 (59): Specified speed
operation” is set by input terminal function selection (f11o to f118).
Once enabled, this frequency setting will be enabled till disable is set (0 setting), power is turned
off or is reset, or factory default setting (typ) is selected.
48
E6581315
◼ Torque command setting from the computer “2-wire RS485 communication: FA30,
4-wire RS485 communication: FA32
This section explains how to set a torque command value for inverters. The torque command value
set here takes effect if torque commands from the computer are valid when the inverters are in
torque control mode (in cases where torque control is selected with the terminal board or with a
communication command when ( is set to 4 or 8).
To make torque commands from the computer valid, set the torque command selection parameter
(communication No. 0420) to 5 (2-wire RS485 communication input) or 6 (4-wire RS485
communication input). Once torque commands from the computer have been set, they remain val-
id until they are changed, the inverters is turned off or reset, or the parameter for returning
settings to their defaults is selected. (The settings of FA30 and FA32 are not stored in EEPROM.
Therefore, they are cleared when the inverter is turned off or reset.)
When setting a torque for torque commands from the computer, specify a torque in hexadecimal
(unit: 1=0.01%, two-wire RS485 communication: FA30 or four-wire RS485 communication: FA32).
49
E6581315
Example of use: To control only the OUT1 terminal with the computer
To turn on the OUT1 terminal, set the output terminal function selection 1 parameter
(f130) to 92 (output terminal function selection 1 (positive logic)) and specify 0001H for
FA50.
BIT15 BIT0
FA50: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
0 0 0 1
50
E6581315
The current output frequency is read out in hexadecimal in units of 0.01Hz. For example, if the
output frequency is 80Hz, 1F40H (hexadecimal number) is read out. Since the minimum unit is
0.01Hz, 1F40H (hexadecimal number) = 8000 (decimal number) x 0.01 = 80 (Hz)
Example: Monitoring of the output frequency (operation frequency: 50Hz) ・・・ (1F40H=8000d,
8000×0.1=80Hz)
Computer→Inverter Inverter→Computer
(RFD00)CR (RFD001F40)CR
The current output current is read out in hexadecimal in units of 0.01%. For example, if the output
current of an inverter with a current rating of 4.8A is 2.4A (50%), 1388H (hexadecimal number) is
read out. Since the minimum unit is 0.01%, 1388H (hexadecimal number) = 5000 (decimal num-
ber) x 0.01 = 50 (%)
51
E6581315
Example: Data set for FE06 when the F and S1 terminals are ON = 0011H
BIT15 bit0
FE06: 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1
0 0 0 9
52
E6581315
Example: Data set for FE07 when both the OUT1 and OUT2 terminals are ON = 0003H
BIT15 bit0
FE07: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 3
These monitors can also be used as A/D converters irrespective of the inverter’s control.
RR terminal board monitor, VI/II terminal board monitor and AI2 terminal board monitor are capa-
ble of reading the data from external devices in a range of 0.01 to 100.00% (unsigned data: 0H to
2710H).
RX terminal board monitor and AI1 terminal board monitor are capable of reading the data from
external devices in a range of -100.00 to +100.00% (signed data: D8F0H to 2710H).
If analog input mode is selected with the frequency setting mode selection parameter, however,
keep in mind that any data entered via an analog terminal is regarded as a frequency command.
53
E6581315
54
E6581315
55
E6581315
Ex.: Output motor speed monitor (during 60 Hz operation and 4pole (f856 = 2:4pole)
... (0708H = 1800d, 1800min-1)
The number of motor poles is selected by to f856.
The output moter speed is converted from the output frequency by the following calculation
formula.
56
E6581315
Remarks
Bit Specifications 0 1
(Panel indication)
0 Overcurrent pre-alarm Normal Alarming
1 Inverter overload pre-alarm Normal Alarming
2 Motor overload pre-alarm Normal Alarming
3 Overheat pre-alarm Normal Alarming
4 Overvoltage pre-alarm achiev- Normal Alarming
ing PBR operation level
5 Main circuit undervoltage de- Normal Alarming -
tected
6 (Undefined) - - -
7 Low current alarm Normal Alarming -
8 Overtorque detection Normal Alarming -
9 Braking resistor overload Normal Alarming -
pre-alarm
10 Cumulative operation time Normal Alarming f621
alarm
11 PROFIBUS/DeviceNet/CC-Link Normal Alarming t
communication error
12 RS485 communication error Normal Alarming t
13 Main circuit undervoltage de- Normal Alarming moff
tected alarm
14 Forced deceleration stop be- - Decelerating, stop
cause of a momentary power stopping
failure
15 Pre-alarm stop because of pro- - Decelerating, lstp
longed lower-limit frequency stopping
operation
Note: The bit described “Undefined” is unstable. Don’t use the bit for the judgement.
57
E6581315
◼ Trip code monitor (current status: FC90: historic records: FE10 to FE13)
Data Data
Code (hexadeci- (decimal Description
mal number) number)
nerr 0 0 No error
oc1 1 1 Over-current during acceleration
oc2 2 2 Over-current during deceleration
oc3 3 3 Over-current during constant speed operation
ocl 4 4 Over-current in load at startup
ocai 5 5 U-phase arm overcurrent
oca2 6 6 V-phase arm overcurrent
oca3 7 7 W-phase arm overcurrent
ephi 8 8 Input phase failure
epho 9 9 Output phase failure
op1 A 10 Overvoltage during acceleration
op2 B 11 Overvoltage during deceleration
op3 C 12 Overvoltage during constant speed operation
ol1 D 13 Over-LOAD in inverter
ol2 E 14 Over-LOAD in motor
olr F 15 Dynamic braking resistor overload
oh 10 16 Overheat
e 11 17 Emergency stop
eep1 12 18 EEPROM fault
eep2 13 19 Initial read error
eep3 14 20 Initial read error
err2 15 21 Inverter RAM fault
err3 16 22 Inverter ROM fault
err4 17 23 CPU fault
err5 18 24 Communication time-out error
err6 19 25 Gate array fault
err7 1A 26 Output current detector error
err8 1B 27 Option error
uc 1D 29 Low current operation status
up1 1E 30 Undervoltage (main circuit)
ot 20 32 Over-torque trip
ef1 21 33 Ground fault trip
ef2 22 34 Ground fault trip
ocr 24 36 Dynamic braking abnormal element
oc1p 25 37 Overcurrent during acceleration (element overheat)
oc2p 26 38 Overcurrent during deceleration (element overheat)
oc3p 27 39 Overcurrent during fixed speed operation (element overheat)
etn 28 40 Tuning error
etyp 29 41 Inverter type error
e-10 2A 42 Analog input terminal overvoltage
e-11 2B 43 Abnormal brake sequence
e-12 2C 44 Disconnection of encoder
e-13 2D 45 Speed error
oh2 2E 46 External thermal
sout 2F 47 Step-out (for PM motors only)
e-18 32 50 Terminal input error
e-19 33 51 Abnormal CPU2 communication
e-20 34 52 V/f control error
e-21 35 53 CPU1 fault
e-22 36 54 Abnormal logic input voltage
e-23 37 55 Option 1 error
e-24 38 56 Option 2 error
e-25 39 57 Stop position retaining error
58
E6581315
e-26 3A 58 CPU2 fault
etn1 54 84 tuning error
etn2 55 85 tuning error
etn3 56 86 Motor constant setting error
59
E6581315
<How to Set>
Set the standard monitor display selection parameter to “communication LED setting
(=).”
When in the standard monitor mode status, LED information is displayed according to the setting
of Communication Number FA65. (Set to Communication Number FA65 = 1 and initial data
“” in shipment setting)
In case of an alarm while setting communication LEDs, the alarm display will alternately display
specified LED data and alarm message.
For example, if an over-current alarm (alarm display “”) occurs while “.” is displayed by this
function, “” and “.” will be displayed alternately.
Commu-
Shipment
nication Parameter Name Range
setting
Number.
FA65 Select display by communication 0: Numeric data (FA66, FA67, FA68) 1
1: ASCII data 1 (FA70, FA71, FA72, FA73,
FA74)
2: ASCII data 2 (FA75, FA76, FA77, FA78,
FA79)
FA66 Numeric display data 0-9999 0
(Enabled if FA65=0)
FA67 Decimal point position 0: No decimal point (xxxx) 0
(Enabled if FA65=0) 1: First digit below decimal point (xxx.x)
2: Second digit below decimal point (xx.xx)
FA68 LED data 0 for unit 0:Hz off, % off, 1:Hz on, % off 0
(Enabled if FA65=0) 2:Hz off, % on, 3:Hz on, % on
FA70 ASCII display data 1, first digit from 0 – 127 (0 – 7FH) 64H (’d’)
left (See ASCII LED display code chart)
(Enabled if FA65=1)
FA71 ASCII display data 1, second digit 0 – 256 (0 – FFH) 41H (’A’)
from left (See ASCII LED display code chart)
(Enabled if FA65=1)
FA72 ASCII display data 1, third digit from 0 – 256 (0 – FFH) 74H (’t’)
left (See ASCII LED display code chart)
(Enabled if FA65=1)
FA73 ASCII display data 1, fourth digit 0 – 127 (0 – 7FH) 41H (’A’)
from left (See ASCII LED display code chart)
(Enabled if FA65=1)
FA74 LED data 1 for unit 0:Hz off, % off, 1:Hz on, % off 0
(Enabled if FA65=1) 2:Hz off, % on, 3:Hz on, % on
FA75 ASCII display data 2, first digit from 0 – 127 (0 – 7FH) 30H (’0’)
left (See ASCII LED display code chart)
(Enabled if FA65=2)
FA76 ASCII display data 2, second digit 0 – 256 (0 – FFH) 30H (’0’)
from left (See ASCII LED display code chart)
(Enabled if FA65=2)
FA77 ASCII display data 2, third digit from 0 – 256 (0 – FFH) 30H (’0’)
left (See ASCII LED display code chart))
(Enabled if FA65=2)
FA78 ASCII display data 2, fourth digit 0 – 127 (0 – 7FH) 30H (’0’)
from left (See ASCII LED display code chart)
(Enabled if FA65=2)
FA79 LED data 2 for unit 0:Hz off, % off, 1:Hz on, % off 0
(Enabled if FA65=2) 2:Hz off, % on, 3:Hz on, % on
60
E6581315
◼ Parameter Setting
“Block communication mode (Communication Number FA80)”
*To validate LED data set by using LED display block communication, set standard monitor display
selection to “communication LED select ( = ) and display selection by communication
to “ASCII data 1 (Communication Number FA65).
◼ Format
The format is the same as that used in the usual block communication mode. (For the detail in-
formation, see “4.1.3 Block communication transmission format”) The block communication pa-
rameters ( - ) will become invalid. Write data will become ASCII display data 1
(Communication Number :FA70 - FA74) fixed. LED display data that is actually being output will
be read during reading. The specification range for write operations is 0 to 5.
◼ Example
Communication LED selection ( = ) for standard monitor display selection.
ASCII data 1 (Communication Number:FA65 = 1) for display selection by communication.
LED display ASCII data (Communication Number: FA80 = 1) for the block communication mode.
Current LED display status is display of initial value “”
61
E6581315
■ ASCII LED display data code (00H-1FH are blank.)
Hex Code Display Char. Hex Code Display Char. Hex Code Display Char. Hex Code Display Char.
*Dots to show decimal points and other uses can be added by setting (80H) Bit 7 (highest bit).
Example: “0.” to display “60.0” can be added by “30H + 80H = B0H.”
62
E6581315
Communication No.:FC01
63
E6581315
9. Parameter data
Explanation of parameters for VF-AS1 series is described here. For communication purposes, see
the parameter list on inverter's instruction manual regarding the communication number, adjust-
ment range and so forth.
acc
Acceleration time 0.1~6000 sec.
0009 0.1/0.1 *2 *1 Enabled 5.2
1
0: -
1:50 Hz default setting
2:60 Hz default setting
3:Factory default setting
:
typ
Factory default 10:Acceleration/deceleration
0007 1/1 - Disabled 5.20
setting time setting 0.01
sec.~600.0 sec.
11:Acceleration/deceleration
time setting 0.1
sec.~6000sec.
:
*1: Default values vary depending on the capacity.
*2: Changing the parameter enables to set to 0.01 sec. (adjustment range: 0.01~600.0 sec.).
(5) If FA09 is set to 0, the acceleration/deceleration time parameters acc, dec, f500, f501, f510,
f511, f514, and f515 can be set in units of 0.01 sec.
◼ Acceleration/deceleration setting time unit (FA09)
Communication No. Function name Unit Adjustment range
FA09 Acceleration/deceleration time unit 0: 0.01 sec. (0.01-600.0)
-
1: 0.1 sec. (0.1-6000.0)
64
E6581315
◼ Command parameters
For those parameters that contain data only in the RAM and not in the EEPROM, their data return
to initial values when the power is turned off, in failure resetting, or when standard shipment set-
tings are set. Note that parameters without data storage in the EEPROMs will be written in the
RAM only even if the command W (writing in EEPROMs and RAM) is executed.
65
E6581315
*1
: Enable the communication command or communication frequency setting before setting these
parameters are set. Otherwise, the parameters will not function. See “8.1 Command by
communication” for the method to enable them.
*2
: Note that the Communication Number for operation panel operation frequency is FA02 in the
VF-S7 and VF-S9 series.
*3
: See “8.1 Communication commands (commande from the computer)” for the detail information.
*4
: See “8.3 Utilizing panel (LEDs and keys) by communication” for the detail information.
66
E6581315
Communication No.
Function Unit Remarks
Current value Trip data held
FB05 - Inverter capacity code - Refer to Appendix6
FB07 - Inverter series type - The value of
VFAS1 is 176.
FC00 - Monitor of key data (Effective
- Refer to Section
data)
8.3.
FC01 - Monitor of inverter keypad data -
FC90 - Trip code -
FC91 - Alarm information 1 -
Refer to Section
FC92 - Alarm information 2 -
8.2.
]FD00 FE00 Output frequency 0.01Hz
FD01 FE01 Inverter operating status 1 -
FD02 FE02 Frequency command value 0.01Hz
FD03 FE03 Output current 0.01%
FD04 FE04 Input voltage (DC detection) 0.01%
FD05 FE05 Output voltage 0.01%
FD06 FE06 Input terminal information - Refer to Section
FD07 FE07 Output terminal information - 8.2.
FE08 - CPU version 1 (application) -
FE10 - Past trip 1 (latest) -
FE11 - Past trip 2 - Refer to Section
FE12 - Past trip 3 - 8.2.
FE13 - Past trip 4 (earliest) -
FE14 - Cumulative operation time 1h
FD15 FE15 Compensated frequency 0.01Hz
FD16 FE16 Speed feedback (real time) 0.01Hz
FD17 FE17 Speed feedback (1-sec. filter) 0.01Hz
FD18 FE18 Torque 0.01%
FD19 FE19 Torque command 0.01%
FD20 FE20 Torque current 0.01%
FD21 FE21 Exciting current 0.01%
FD22 FE22 PID feedback value 0.01Hz
FD23 FE23 Motor overload factor (OL2 data) 0.01%
FD24 FE24 Inverter overload factor (OL1
0.01%
data)
FD25 FE25 Regenerative braking resistance
1%
overload factor (OLr data)
FD26 FE26 Motor load factor 1%
FD27 FE27 Inverter load factor 1%
FD28 FE28 Regenerative braking resistance
1%
load factor
FD29 FE29 Input power 0.01kW
FD30 FE30 Output power 0.01kW
FE35 - RR/S4 input 0.01%
FE36 - VI/II input 0.01%
Refer to Section
FE37 - RX input 0.01%
8.2.
FE38 - Option AI1 0.01%
FE39 - Option AI2 0.01%
FE40 - FM output 1
FE41 - AM output 1
FD42 FE42 Inverter operating status 2 Refer to Section
-
8.2.
- FE43 MON1 output (analog option 1) 1
- FE44 MON2 output (analog option 2) 1
FD45 FE45 Command mode status - Refer to Section
67
E6581315
FD46 FE46 Frequency setting mode status - 8.2.
FD48 FE48 PID command 0.01Hz
FD49 FE49 Inverter operating status 3 Refer to Section
-
8.2.
FD50 - Light-load high-speed torque 1 0.01%
FD51 - Light-load high-speed torque 2 0.01%
FD59 FE59 Inverter operating status 4 Refer to Section
-
8.2.
FE60 - MY monitor 1 1
FE61 - MY monitor 2 1
FE62 - MY monitor 3 1
FE63 - MY monitor 4 1
FE70 - Rated current 0.1A
FE71 - Rated voltage 0.1V
FE73 - CPU version 2 (motor) -
FE76 - Integral input power It depends
FE77 - Integral output power on F749.
FE79 - Part replacement alarm infor- Refer to Section
-
mation 8.2.
FE80 - Cumulative power ON time 1h
FD84 FE84 Binary input value (option) 1
- FE90 Output motor speed monitor Refer to Section
1min-1
8.2.
68
E6581315
Higher order
0 1 2 3 4 5 6 7
Lower order
0 NUL TC7(DLE) (SP) 0 @ P 、 p
1 TC1(SOH) DC1 ! 1 A Q a q
2 TC2(STX) DC2 ” 2 B R b r
3 TC3(ETX) DC3 # 3 C S c s
4 TC4(EOT) DC4 $ 4 D T d t
5 TC5(ENQ) TC8(NAK) % 5 E U e u
6 TC6(ACK) TC9(SYN) & 6 F V f v
7 BEL TC10(ETB) ’ 7 G W g w
8 FE0(BS) CAN ( 8 H X h x
9 FE1(HT) EM ) 9 I Y i y
A FE2(LF) SUB * : J Z j z
B FE3(VT) ESC + ; K [ k {
C FE4(FF) IS4(FS) , < L ¥ l |
D FE5(CR) IS3(GS) - = M ] m }
E SO IS2(RS) . > N ^ n  ̄
F SI IS1(US) / ? O _ o DEL
CR: Carriage return
Ex.: Code 41 = Character A
69
E6581315
PC → Inverter
Inverter → PC
Response time
<An example of the calculation of the transmission time: 19200 bps, 8 bytes, 11 bits>
1
Data transmission time = 8 11 = 4.6ms
19200
70
E6581315
Model
VF-A7 series VF-AS1 series Reference
Item
32-bit mode For some parameters, including acceler- 32-bit mode is not available. For all Refer to
ation/deceleration time parameters, data parameters, access is made in 16-bit Section 9.
communication are carried out in 32-bit mode.
mode.
Handling of negative Access is made in 32-bit mode. Access is made in 16-bit mode. To -
data specified with pa- see if the value specified with a pa-
rameters rameter is signed or not, check the
adjustment range of the parameter.
Division of a frame A frame can be sent with it divided into No frame can be divided into smaller Refer to
smaller frames if all the frames can be frames. Do not place an interval cor- Section
sent within approx. 0.5 sec. responding to less than 1.5 bytes of 3.1.
data between frames to be sent.
Communication 0.5 sec. 0.1 sec.
time-out period (guide)
Receipt information in Even if there is receipt information in A frame must always begin with a
front of the start code front of the start code of a frame re- start code, otherwise it will be reject-
ceived, the frame is assumed to begin ed.
with the start code.
Reset command When an inverter receives a reset com- When an inverter receives a reset Refer to
mand, it sends back a response before it command, it sends back no response. Section
is reset. 8.1.
RS485 baud rate 1200 to 38400 bps 9600 to 38400 bps Refer to
Section
7.1.
Notice
Do not use communication programs written for another series of inverters.
Even though parameters have the same title and the same communication number, they may be different
in function. When using a parameter, always check its specifications in the instruction manual for your
inverter. If the specifications of the parameter differ, modify the computer program to suit your inverter.
To avoid hazards, do not copy parameters from one model of inverter to another.
Even though parameters have the same titles and communication numbers, they may be different in
function.
71
E6581315
Appendix 4 Troubleshooting
If a problem arises, diagnose it in accordance with the following table before making a service call.
If the problem cannot be solved by any remedy described in the table or if no remedy to the prob-
lem is specified in the table, contact your Toshiba dealer.
Communication will not take - Are both the computer and the inverter turned on?
place. - Are all cables connected correctly and securely?
- Are the same baud rate, parity and bit length set for every unit on the Chapter 7
network?
An error code is returned. Section 4.1
- Is the data transmission format correct? Section 5.1
- Does the data written fall within the specified range? Chapter 9
- Some parameters cannot be written during inverter operation. Inverter
Changing should be attempted when the inverter is in halt. instruction
manual
The trip err5 and alarm t - Check the cable connection and the timer setting. Section 7.3
occur.
Frequency instructions from the - Is the frequency setting mode selection parameter set to “comput- Section 8.1
computer have no effect. er”?
Commands, including the run - Is the command mode selection parameter set to “computer”? Section 8.1
and stop commands, from the
commuter have no effect.
During 2-wire RS485 communi- - When it is used to network communication, must use 4-wire RS485 Section 6
cation, cann’t infrequently conect communication.
an inverter - When it connect to 2-wire RS485 other than our company option, Refer to
refer to Appendix 5. Appendix
5.
During RS485 communication, - Is the inverter connected correctly? Refer to
an inverter sends back respons- - Are you sure the receive line and the send line are not in contact with Appendix
es repeatedly an infinite number each other? 2.
of times.
A change to a parameter does Some communication-related parameters do not take effect until the Chapter 7
not take effect. inverter is reset. To make them take effect, turn the inverter off tem-
porarily, then turn it back on.
The setting of a parameter was When using the TOSHIBA Inverter Protocol, use the W command to Section 4.2
changed, but it returns to its write data into the EEPROM. If you use the P command that writes
original setting when the inverter data into the RAM only, the data will be cleared when the inverters are
is turned off. reset.
72
E6581315
Pin-8 Pin-1
Pin-8 SG SG
SG SG
(Pin-3)
Terminating resistance
Pull-up/Pull-down resistance 120Ω-1/2W
120/510Ω-1/2w
73
E6581315
Pin-8 Pin-1
Pin-8 SG SG SG SG
(Pin-2)
Terminating resistance
120Ω-1/2W
* When using 2-wire type, short RXB to TXB and RXA to TXA.
* Never use pin-1 (Open) and pin-7 (P11).
74E
E6581315
75E
©Toshiba Schneider Inverter Corporation 2005