Hello Guys,
Can anyone explain how can I control a VFD with S7-300
I need to:
- On/Off command.
- Frequency Setpoint.
- Frequency FeedBack (The current frequency).
it would be appreciated if you can explain on Ladder diagram.
Thank you
Hello Guys,
Can anyone explain how can I control a VFD with S7-300
I need to:
- On/Off command.
- Frequency Setpoint.
- Frequency FeedBack (The current frequency).
it would be appreciated if you can explain on Ladder diagram.
Thank you
The logic to control of a VFD with a PLC will depend on the interface you have with the VFD. Modbus RTU? Modbus TCP? Profinet? Profibus? Hardwired? And it will also depend upon the VFD hardware you have.
Regardless of the interface, once you have configured the hardware, there will be addresses assigned to the memory area that holds the values of frequency setpoint and frequency feedback (both analog signals) and the start/stop command bit.
With some complex drives, like the Siemens MicroMaster4 drives, there are other important status bits and commands that need to be set or acted upon, which makes the logic more complex as well.
In general, when starting a VFD, insure that the alarm status bit or code is off or zero. If not, toggle the bit for alarm reset. Then set the speed reference corresponding to the desired speed. Set the start bit. Depending on the drive, this may need to be latched on to keep the drive running or may be a toggled bit as well. Monitor the speed feedback and run status bit to insure the drive has started. Stopping the drive usually just requires resetting the start bit or toggling a stop command bit.
Hi Scott,
Greetings of the day!
Kindly upload any video related to control of a VFD with PLC, so that we can get some knowledge.
Hi Scott,
thank you for your reply,
yeah, it would be better if you upload a video for VFD controlling..