Alignment jitter suppression

Ok so I now have a new issue. I have about 12 feet from where the web sensor is to where the knife is. I thought I would use Time over distance instead of distance over time to set my cycle time to move the knife when needed. well if the rotation speed goes to zero then the PLC faults out because we all know (or should know) that you can't divide by zero. so how can i set up a delay system that is dependent on the belt speed?
I have YPM from the motor. I calculate to inches per second and then try to calculate seconds per inch and use this solution to feed the timer preset dint. Again, when the drive stops the time goes to 0 and the PLC faults. I can add a compare speed>0 to enable the calculation but i am wondering if you can convert it another way.

for example : (10/5)=(10*.2)=2
I cant figure out how to use this or some other method to get the desired delay from when the sensor sees the shift to when the knives react.
Thanks in advance.
 
If you're happy with the calculation otherwise, use the comparator. You won't need to move the knife if the material speed is zero.
 
Use a shift register with the knife setpoint being loaded into it. Move she shift register each time the belt moves the shift register resolution. Read the knife setpoint at the other end of the shift register that corresponds to the knife offset from the sensor.
 

Similar Topics

Hello, I have a requirement to manage the text alignment dynamically. So, for example: 1. English Texts should be displayed from Left in...
Replies
0
Views
104
Hi, I'm not looking for code but rather some suggestions on how to approach this problem. I can see myself writing messy code when surely there...
Replies
10
Views
2,648
Hello, all! This is a PLC indirect question. I have trailers with conveyors inside which connect to dock conveyors when parked. The conveyors...
Replies
7
Views
2,648
Hello everyone, PFA. I am not very used to of the Insight system. But this is a general question, Since the 0 line is offset from the right edge...
Replies
0
Views
1,026
Anyone else have the problem where certain things aligned in the development environment do not align properly when testing the display or at...
Replies
7
Views
2,501
Back
Top Bottom