How to program this

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
I have 2 carpetdetectors on a machine, at the input and the exit of the machine. When there is acrpet in de tha machine a motor has to run.

You could say, start/stop, but no. Sometimes there are small pieces of carpet to be producted. So when a reset came it could be possible that there just was a set of another carpet...
 
A simple method would be to keep it running for a minimum period of time after the trailing edge of the carpet has cleared the sensor at the entrance. A potential application for an off-delay timer if your PLC has one in its function set.
 
I would use both Steve's and Simon's approach. When the counter indicates zero products inside let it run long enough to empty out any that were missed going in.
 
Increment the counter on the leading edge of the input sensor pulse. Decrement the counter on the falling edge of the output sensor - this way you know the roll has completely exited the machine.
 

Similar Topics

my ccw softwer stops working when i add and try to open a ladder program.
Replies
0
Views
51
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
110
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
76
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
283
Hi, i am using DVP-14SS2 PLC, after program written to plc, when power is reset, plc doesn't run. always need to connect to pc for the run mode.
Replies
0
Views
40
Back
Top Bottom