Conveyor speed feedback

Hossamhegab

Member
Join Date
Sep 2019
Location
Cairo
Posts
23
Hello everyone.
I have a feedback from encoder to measure the speed of conveyor, if in need to control the speed of the conveyor to a preset speed in mm/s .the conveyor is driven by VFD and the reference speed is analog value from s7-1200 plc
The question is how to make the drive follow the preset speed and minimize the error .
 
Hello everyone.
I have a feedback from encoder to measure the speed of conveyor, if in need to control the speed of the conveyor to a preset speed in mm/s .the conveyor is driven by VFD and the reference speed is analog value from s7-1200 plc
The question is how to make the drive follow the preset speed and minimize the error .

Attach the encoder to the VFD, and configure the VFD to regulate its own speed.
 
PID controller is the best way to control the speed of conveyor to follow the set point
call a PID function block
then make actual value MD taking from encoder pulses (PV-PER)
you have the set point(SP-INT)
and also the function have (selection of P,I,D values)
tune the PID parameters by choosing the optimal value for your application
you can create rate limiter or filtering values to pass the manipulated value (LMN) to reduce transients
note set point is PIW
manipulated value is PQW which sent to drive motor
there is a drive (vector control with feedback like lenze 9300 servo inverter or uni-drive sp can perform your job accurately without PLC but the cost is high)
 
PID is a good solution for my application. The system now working correctly
Thanks eng mostafa and I will be pleased to be in touch with you
 

Similar Topics

I need help on develping PLC logic to use a PE(photoeye) to detect and calculate the lenght of parts and gap between parts on a conveyor. Conveyor...
Replies
15
Views
5,236
I am designing a concrete mixing plant and require about 6 different speed pulses to determine speed of the 6 conveyors. The maximum speed is 3...
Replies
2
Views
1,302
Hi,all: we have over head chain conveyor drove by PF525,the total conveyor length is about 1350 foot, its speed jumping too much (not stable)...
Replies
30
Views
6,194
I have a conveyor whose speed varies between 20 and 50Hz through a PLC (HMI). I need to program a code with a timer whose value will vary between...
Replies
26
Views
4,283
Hi guys its my first time here so im not to sure how this works. But anyway, my goal is to keep the same speed i got for my conveyor belt. Right...
Replies
9
Views
3,186
Back
Top Bottom