21
VFD-EL WITH PLC 12SE The Islamic University of Gaza Electrical Engineering Department Eng. Mahmoud H. Munia 2021

VFD-EL WITH PLC 12SE

  • Upload
    others

  • View
    24

  • Download
    3

Embed Size (px)

Citation preview

Page 1: VFD-EL WITH PLC 12SE

VFD-EL WITH PLC 12SE

The Islamic University of Gaza

Electrical Engineering Department

Eng. Mahmoud H. Munia

2021

Page 2: VFD-EL WITH PLC 12SE

Delta VFD-EL: Preparation for installation and wiring

Page 3: VFD-EL WITH PLC 12SE

Delta VFD-EL: Installation and wiring

Page 4: VFD-EL WITH PLC 12SE

Delta VFD-EL: Main Circuit Connection

Page 5: VFD-EL WITH PLC 12SE

Delta VFD-EL: Control Terminals

Page 6: VFD-EL WITH PLC 12SE

Delta VFD-EL: Control Terminals

Page 7: VFD-EL WITH PLC 12SE

Delta VFD-EL: Keypad and Start Up

Page 8: VFD-EL WITH PLC 12SE

Delta VFD-EL: Operation Method

The operation method can be set via communication, control terminals and digital keypad.

Page 9: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

The most commonly used parameters are:

Page 10: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

The most commonly used parameters are:

Page 11: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

Page 12: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

Page 13: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

Page 14: VFD-EL WITH PLC 12SE

Delta VFD-EL: Parameters

Page 15: VFD-EL WITH PLC 12SE

Delta VFD-EL: Address list

Page 16: VFD-EL WITH PLC 12SE

Delta VFD-EL: Address list

Page 17: VFD-EL WITH PLC 12SE

Communication between PLC and Delta VFD-EL Series AC Motor Drive (MODRD/MODWR)

Page 18: VFD-EL WITH PLC 12SE

Communication between PLC and Delta VFD-EL Series AC Motor Drive (MODRD/MODWR)

Control Purpose:

• Repeatedly reading the master frequency and output frequency of VFD then store them in D0 and D1 by MODRD instruction.

• Repeatedly setting the running frequency by MODWR instruction. For example, setting the AC motor drive to run forward in 40Hz.

Parameter Settings for VFD-M Series AC Motor Drive:

Parameter Set value Explanation

02.00 03 Master frequency determined by RS485 com port.

02.01 03 Operation determined by RS-485 com port, keypad STOP is effective.

09.00 02 Communication address: 02

09.01 01 Communication rate: 9600

09.04 03 8,N,2 (Modbus, RTU)

Page 19: VFD-EL WITH PLC 12SE

Communication between PLC and Delta VFD-EL Series AC Motor Drive (MODRD/MODWR)

1- Create function block as follows to specify the protocol & COM2 parameters:

Page 20: VFD-EL WITH PLC 12SE

Communication between PLC and Delta VFD-EL Series AC Motor Drive (MODRD/MODWR)

2- Create new program then drag and drop the COM2 function block:

Page 21: VFD-EL WITH PLC 12SE

Communication between PLC and Delta VFD-EL Series AC Motor Drive (MODRD/MODWR)

3- USE MODRW and MODRD to read/write :