![Delta Electronics VFD-M Series User Manual Download Page 105](http://html.mh-extra.com/html/delta-electronics/vfd-m-series/vfd-m-series_user-manual_2476015105.webp)
Chapter 4 Parameters
|
4-70
Revision May 2008, ME14, SW V3.04
Content Address
Functions
2106H
Output Voltage E (XXX.X)
2107H
Step number of Multi-Step Speed Operation (step)
2108H
Time of PLC Operation (sec)
2109H
Value of External Trigger (count)
210AH
The Correspondent Value of Power Factor (XXX.X)
210BH
Pr.65 X Low word of H (XXX.XX)
210CH
Pr.65 X High word of H (XXX.XX)
210DH
AC Drive Temperature (XXX.X)
210EH
PID Feedback Signal (XXX.XX)
210FH
PID Target Value (XXX.XX)
2110H
AC Drive Mode Type Information
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
#define LCR 0x0003
#define MCR 0x0004
#define LSR 0x0005
#define MSR 0x0006
unsigned char rdat[60];
/* read 2 data from address 2102H of AC drive with address 1 */
unsigned char tdat[60]={':','0','1','0','3','2','1','0',’2', '0','0','0','2','D','7','\r','\n'};
Summary of Contents for VFD-M Series
Page 1: ......
Page 2: ......
Page 3: ......
Page 12: ...Chapter 1 Introduction Revision May 2008 ME14 SW V3 04 1 3 1 1 4 External Parts and Labels ...
Page 17: ...Chapter 1 Introduction 1 8 Revision May 2008 ME14 SW V3 04 This page intentionally left blank ...
Page 21: ...Chapter 2 Installation and Wiring 2 4 Revision May 2008 ME14 SW V3 04 Good Not allowed ...
Page 121: ...Chapter 4 Parameters 4 86 Revision May 2008 ME14 SW V3 04 This page intentionally left blank ...
Page 149: ...Appendix B Accessories B 4 Revision May 2008 ME14 SW V3 04 ...