Measuring cloth length using an encoder Mitsubishi FX PLC

djmitch

Member
Join Date
Feb 2014
Location
Rochdale, UK
Posts
3
Hi guys,

I want to measure the length of a piece of cloth that is produced by a machine using an encoder and a mitsubish FX PLC. I don't really know where to begin, could anybody help me and possibly give me and example program? o_O

I know how to read the encoder value and set it up as we currently use this in some other systems but don't know how to use it for measuring.

Just a note... there is backlash in the gearing due to the way the cloth is produced, this can not be changed.:sick:

Thanks in advance
Mark
 
Wel I assume you an read the pulses from the encoder so i suggest you use a sensor to detect the leading edge of the fabric, use this to reset the encoder value on a pulse [PLS]then use the same signal on falling edge PLF load the count into a 32 bit register then divide it by number of pulses per mm/inch/foot/yard etc.
this will give you the length in what ever you desire
so for example if the count is 50 per mm just divide the pulses by this figure
 

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