Read VFD Speed in PLC through MODBUS

Shubho

Member
Join Date
Jul 2010
Location
Kolkata
Posts
9
I have a Delta DVP-14SS PLC. The RS232 serial and RS485 Ports are available in the DVP SS PLC. The PLC is connected with an HMI at RS232 port and a VFD at RS485 (Modbus) port. I want to read the VFD speed in PLC through MODBUS and want to show it in HMI. The register addr of VFD for output frequency is 2103 in Hex. How can I do it?? Plz Help me.

Many thanks..
 
Last edited:
It is a two step process. First, the PLC must use a message command to read the speed (and amps and lots of other neat data) from the VFD register and save it in a register in the PLC. Then the HMI must have a tag adressing that PLC register and a display field tied to the tag. The HMI will automatically read the register and show the value.

Note that you will have to do some scaling someplace, as the VFD data may not be in engineering units. That is probably simpler to accomplish in the HMI than the PLC, but that is your choice.
 

Similar Topics

Hello hope you are doing well! I wan to read the next parameters of a VFD 525: 1. Output Current 2. Average Power 3. Energy Saved to display...
Replies
5
Views
666
Hi, I have several Yaskawa V1000 VFDs connected via Serial Modbus to Opto22 serial modules. Everything is sort of working. I was able to set...
Replies
3
Views
1,963
Hello, I have a AB Powerflex 700 VFD drive that I have connected to our network via a CAT5 cable to a switch. I would like to read various...
Replies
2
Views
2,352
Hi all, For my senior design project I am controlling a large three phase motor from the program Labview through MODBUS. The sensors being used...
Replies
14
Views
5,787
Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
191
Back
Top Bottom