
Chapter 5 Parameters
|
VFD-B-P Series
5-94
Revision April 2009, SW V1.00
ASCII mode:
RTU mode:
STX ‘:’
Address 01H
‘0’
Function 86H
Address Low
Address High
‘1’ Exception
code
02H
‘8’
CRC CHK Low
C3H
Function Low
Function High
‘6’
CRC CHK High
A1H
‘0’
Exception code
‘2’
‘7’
LRC CHK Low
LRC CHK High
‘7’
CR
END 1
END 0
LF
The explanation of exception codes:
Exception
code
Explanation
01
Illegal function code:
The function code received in the command message is not
available for the AC motor drive.
02
Illegal data address:
The data address received in the command message is not
available for the AC motor drive.
03
Illegal data value:
The data value received in the command message is not available
for the AC drive.
04
Slave device failure:
The AC motor drive is unable to perform the requested action.
10
Communication time-out:
If Pr.09-03 is not equal to 0.0, Pr.09-02=00~02, and there is no
communication on the bus during the Time Out detection period (set
by Pr.09-03), “cE10” will be shown on the keypad.
3.7 Communication program of PC:
The following is a simple example of how to write a communication program for Modbus ASCII
mode on a PC by C language.
#include<stdio.h>
#include<dos.h>
#include<conio.h>
#include<process.h>
#define PORT 0x03F8 /* the address of COM1 */
/* the address offset value relative to COM1 */
#define THR 0x0000
#define RDR 0x0000
#define BRDL 0x0000
#define IER 0x0001
#define BRDH 0x0001
Содержание VFD-B Series
Страница 1: ...PLC1 ir...
Страница 2: ......
Страница 3: ......
Страница 11: ......
Страница 61: ...Chapter 3 Start Up VFD B P Series 3 4 Revision April 2009 SW V1 00 This page intentionally left blank...
Страница 171: ...Chapter 5 Parameters VFD B P Series 5 106 Revision April 2009 SW V1 00 This page intentionally left blank...
Страница 189: ...Chapter 8 Maintenance and Inspections VFD B P Series 8 6 Revision April 2009 SW V1 00 This page intentionally left blank...
Страница 206: ...Appendix B Accessories VFD B P Series Revision April 2009 SW V1 00 B 15 Order P N 08TDT1W4C4 Order P N 50TDS4W4C...
Страница 207: ...Appendix B Accessories VFD B P Series B 16 Revision April 2009 SW V1 00 Order P N 100TDS84C Order P N 150TDS84C...
Страница 224: ......
Страница 229: ...Appendix B Accessories VFD B P Series B 40 Revision April 2009 SW V1 00 This page intentionally left blank...