Tire cord splice sensor

jim767

Member
Join Date
Sep 2006
Location
ohio
Posts
84
Anyone know of a low cost fabric splice sensor I can use to detect a point of which a splice passes prior to being calendered. I can run this to a discrete input on the CLX IO.
Would be nice to have a sensor that is single sided. Your help is appreciated.
 
Damn...

Depending on the situation, it seems you might only be asking for something as simple as the human eye! But then... you want to do this on the cheap...

I'm sure that the cord is traveling really, really fast. I'm not even gonna try to guess how fast.

So, how fast is the cord traveling?

Does the cord get fatter at the splice? If so, how much fatter?

Does the cord pass in the same exact place at all times?
 
The cord travels between 100 to 300 fpm.

The cord necks down at the splice and runs down the middle of the line all the time but has differing widths.

I would like to automate a sequence that is needed when a splice comes through. Right now it is dependent on the operator (human eye) to touch a pushbutton when they see it at a given location. Sometimes they may not see it in time for proper timing.

The spliced region is much denser then the remainder.
 
Like I said... Damn!

"The cord necks down at the splice and runs down the middle of the line all the time but has differing widths."

Well, that throws most of my ideas out the window. I had a couple ideas that depended on the cord being a consistent size except at the point of splice, where the splice would be fatter.

The killer is that the widths differ in size... damn.

Questions:
Is the cord really a cord? That is, round like a tube...?

Does the cord vary in size during a given run? For example, does the cord maintain 1/4" during a particular run (except for the splice), or does the cord vary in size during any(all) part(s) of the run?
 
Cord is a fabric which varies in width from 50" to 60" which has individual strands spaced 1/16" apart and held together with a strand which goes back and forth laterally. You can actually see through the fabric as it is running on the line. The area of the splice would be more dense since you have overlapped two pieces.
 
Damn...

Just realized from your response we are talking about a cord fabric...
...which is, of course, what you said in your first post.

Still thinking... tic-tock, tic-tock...
 
The splice is narrower crossways than the width of the fabric (50" to 60") and in the direction of the movement of the fabric is 6" to 12"
 
OK...

How about an infrared source and an analog detector. One unit is above the fabric and one is below. The setup can be placed in the middle of the fabric so that the width doesn't matter.
 
Any mfr suggestions for a IR source and analog detector before I go searching.

I looked at RKO but don't need high tech or expensive. I'll keep looking at what other stuff they have.

Thanks
 
The idea is that during the normal part of the fabric there would be relatively large amount of infrared making it from the source to the analog detector. Then, when a splice occurred, the signal would drop a relatively large amount.

So you would need to use an analog input on the PLC. The code would not be looking for a particular value. Rather, it would look for a radical downward change in the signal. At that time a digital output signal would do whatever it is that the operator is trying to accomplish... unless of course the push button is an input to the PLC. In that case the code detecting the analog signal would simply pass a flag to whatever code the push button applies.

Now, once the splice occurs, you want the code to send only one instance of the "push button" signal to the other code. The concern here is that there might be some "bounce" in the analog signal during the splice.

So, that means that you want to disable the analog detector code for a particular length of time. That time could be calculated (on the fly, or by recipe) relative to the linespeed and then loaded into a timer.
 

Similar Topics

Hello I need to message read the entire 16 channel raw analog inputs from a 1769-L33ER Compact Logic controller to another 1769-L33ER Compact...
Replies
8
Views
239
Is it possible to set IP address of Powerflex drive, without powering up the entire 3 phase circuit? Is there some way to just power up the keypad...
Replies
3
Views
695
Hi, I would like to move the values of an entire DB from one S7-1200 to another. Tried to configure GET function but not possible to select DB...
Replies
1
Views
749
Hi Everyone, I just started to work in the tire industry and I got a project about of upgrading an old and obsolete Radial Tire Building Machine...
Replies
10
Views
3,920
Hi all, I'm working on some Control and Compact Logix A&B PLCs, running Logix5K version 24. I've been doing online edits just fine, but I've...
Replies
6
Views
2,410
Back
Top Bottom