Hello everyone!
In previous posts, plc247.com guided you to connect DELTA and Mitsubishi inverters to PLC Omron CP1H via Modbus-RTU standard. Today I continue to guide you to connect CP1H to YASKAWA V1000 Inverter
- Weintek MT8071iE & Yaskawa-V1000 Modbus RTU >>> View Here
- PLC Omron “Modbus-RTU” Delta VFD-M Tutorial
You need to prepare 1 inverter YASKAWA V1000 avf Module CP1W-CIF11 (or CP1W-CIF12)
Connection diagram CP1H & YASKAWA-V1000
Yaskawa V1000 . Inverter Parameter Setting
These are the communication parameters used in this project
- H05-01: “1” (Drive slave address)
- H05-02: “3” (COM. Speed – 9600bps)
- H05-03: “1” (Parity – Even)
- H05-04: “3”
- H05-05: “0”
- H05-06: “10ms”
- H05-07: “1” (Choose RS-485)
- H05-10: “0”
- H05-12: “0”
- b01-01: “2” (RS-485 Select)
- b01-02: “2” (RS-485 Select)
- b01-03: “0”
Command Data
+ Address 0001H for Control Run
- Set 0001H = “1” >>> Forward Run
- Set 0001H = “2” >>> Reverse Run
- Set 0001H = “0” >>> Stop Run
+ Address 0002H for Setting Frequency
Status Monitor
PLC parameter setting CP1H
======
PLC Programming
+ Transmission Distribution
+ Frequency Write
+ Motor Control Run
+ Read Data Selection
+ Read Frequency/Current/Voltage Data
+ Read Frequency/Current/Voltage Output
Video Tutorial for Connecting CP1H – YASKAWA V1000
======
YASKAWA V1000 Manual PDF >>> Download Here
If you have any questions about communicating CP1H & YASKAWA VFD using Modbus RTU standard, please comment below the article.
Thanks and Best Regards
Excellent
What about the dip-switch settings on the CIF11 module
Defaut Setting sir
It was great, is there any way to know the baud rate of plc without connection to PC?
(As you know most of the plc is programmed with Chinese engineers )
do you mean communication speed?
Excellent …Excellent
thanks sir
Hi thank you for your tutorial., I tested the above code with CP1L PLC and Yaskawa v1000. It does not work. What are the things I need to change.
CP1L same sir
Hello,
Could you do the same example with the new
omron NX series plc and CIF105 module?
I tried but i didn’t succeed.
Thank you
i will upload when i buy PLC NX
Hello. Nice tutorial, but how to address a second and/or third frequency inverter?
Where the addressing takes place in your ladder code?
Thank you.
I show all Ladder code sir