measuring Conveyor displacement

Siemener

Member
Join Date
Sep 2007
Location
Now on the move!
Posts
41
I need to measure a Conveyor belt displacement (running) in relation to the DRIVE ROLLOR revolution.

I understand ppl use encoders for this.
I have used encoders but not in its purpose.
I've used encoders to call interupts on the 'O' pulse, call functions between ranges etc.

I would like you gurus to advise me If I'm adapting the right strategy,

I intend to install INCREMENTAL ENCODER, measure how much resolution I get in a unit of displacement, and trigger this unit for every given pulse I received from the Encoder (A pulse)

of course accuracy has a lot to do in what I ask, but if someone has worked on such a system, he would be best to guide the DOs and DONTs.

Any help wud b appreciated
 
You’re on the right track. PeterW is right you need to watch you encoder HZ and your PLC scan time. You can work around this by using a cyclic interrupt to save your pulse counts and then calculating the difference between the saved value and the current value. Also don't forget about the overflow.
 
In the meantime can you use a tach to measure the difference.
The reason I ask is the drive rpm faster than the conv. belt.
Is this a servo conv. that is vfd driven?
Just wondering for my own understanding
PH.
 
You’re on the right track. PeterW is right you need to watch you encoder HZ and your PLC scan time. You can work around this by using a cyclic interrupt to save your pulse counts and then calculating the difference between the saved value and the current value. Also don't forget about the overflow.

I track on conveyors all the time and have never used an absolute encoder, so have never had an overflow problem to think about. Never needed a cyclic interrupt either. At the end of the day it depends on your pulse speed and desired positional accuracy.

Have used an encoder with simple on/off input or a proximity sensor on a toothed wheel.

Always ensure, whatever the device to fit to non driven end.
 
In the meantime can you use a tach to measure the difference.
The reason I ask is the drive rpm faster than the conv. belt.
Is this a servo conv. that is vfd driven?
Just wondering for my own understanding
PH.

Its the belt you would measure so drive rpm is irrelevant.
 
I need to measure a Conveyor belt displacement (running) in relation to the DRIVE ROLLOR revolution.
What exactly are you trying to do, measure belt slip?
If it's simply speed PeterW is right, measure the speed of tail pulley with a simple proximity switch, or one of the return idlers.
Regards
Roy
 

Similar Topics

Hi everyone, I don't know much of PLCs but it happened that i need to connect Leuze AMS358i Ethernet laser measurement to Productivity 1000...
Replies
0
Views
1,061
Hello everyone! Firstly I'd like to say that I'm new to this forum and also new to PLC programming world altogether, that said I really would...
Replies
27
Views
4,836
I am looking for a way to determine level in a silo. The material is called Perilite which has a very light density. Bulk density could be...
Replies
10
Views
2,747
In our water cooling tank, I've installed and successfully wired up 4 float switches & updated the PLC (big thanks to @parky for that). As a...
Replies
46
Views
11,442
Hello, I have an application where I need to measure the salt level/volume in a salt saturator. This is a fairly large tank where we load bulk...
Replies
21
Views
6,505
Back
Top Bottom