Unwinding roll diameter calculation

Jim G.

Member
Join Date
Nov 2007
Location
Georgia
Posts
187
I pretty sure this has been covered before, but I need to ask. I have an Unwinding roll of paper and I want to display the diameter of the roll and the length of paper remaining. I have 2 signals available to do the calculation from.
The first signal is 4-20 mA based on line speed (1500 fpm max) and the other signal is a 4-20mA based on the rotational speed of the roll. I need to program the math expression in a Do-More program. Can anyone help me with the math? Thank you.
 
If the line speed is X ft/min, and the rotation speed of the drum is Y revs/min

(X/Y) gives you feet per revolution of the drum.

1 revolution is pi x diameter, so the diameter is given by...,

(X/Y)/pi


Still working out how to determine length of paper remaining, but I'm sure it will need the "core" diameter, i.e. what it is rolled onto (like toilet paper cardboard tube, for example)
 
Last edited:
You need to know the thickness of a single layer of the paper (caliper) to establish the relationship between the diameter of the roll and the length of paper on the roll. The area of the circle represented by the roll of paper (remembering to subtract the area of the core) is equal to the length of the paper times its thickness.

PI x (OD^2/4 - Core diameter^2/4) = Length x caliper
 
For remaining length I am thinking along the lines of estimating thickness by monitoring diameter change over enough revolutions to get a stable signal, but not too long to introduce error from non-linear rate of change. Then subtract current diameter from core diameter and divide by thickness for estimated remaining loops. Then multiply this by average circumference (pi * (current dia - core dia) / 2) to get total length.
 
For remaining length I am thinking along the lines of estimating thickness by monitoring diameter change over enough revolutions to get a stable signal, but not too long to introduce error from non-linear rate of change. Then subtract current diameter from core diameter and divide by thickness for estimated remaining loops. Then multiply this by average circumference (pi * (current dia - core dia) / 2) to get total length.

Do you know the length of paper on the roll at the start of unwinding ?
 
Have the operator enter the caliper at the HMI. As long as the paper comes from a reliable source, the thickness will be constant for any roll of that grade. Your calculated caliper will show some variance over the course of unwinding a roll.
 
For remaining length I am thinking along the lines of estimating thickness by monitoring diameter change over enough revolutions to get a stable signal, but not too long to introduce error from non-linear rate of change. Then subtract current diameter from core diameter and divide by thickness for estimated remaining loops. Then multiply this by average circumference (pi * (current dia - core dia) / 2) to get total length.

There are two problems here: (1) remaining loops should be the difference in radius divided by thickness, and (2) the average circumference should be (pi * ((current dia - core dia) / 2 + core dia)).

With these corrections, this approach is equivalent to the area-based solution provided in reply #3.

If thickness is known, it would certainly be better for data entry than estimating on-the-fly since error in that parameter will likely have a big effect on the length calculation.
 
Last edited:
PI x (OD^2/4 - Core diameter^2/4) = Length x caliper

Just a quick thank you, you solved a problem that I had a few years ago with a wind up application. Back then I had to calculate the spool diameter to regulate the motor speed. I was sure that I could differentiate this value given the wound material length and the material & liner thickness. After 2 days of wrecking my head I cheated and installed a sensor...
Just revisited an old excel file and the calculated values are close to my measurements.
 

Similar Topics

Hi Team, I am working on one Paper Coating machine, My Winder, infeed, Coater and Unwinder is runnning through ABB's ACS550 VFD, My winder is...
Replies
0
Views
1,306
I jus wanted to connect twocdrive for fabric winding Also thier should be zero tension management Tention management should be user settable. Help...
Replies
12
Views
2,660
Hello, I am looking for sensors to measure the roll diameter of a roll with unwinding steelwire. The max diameter is aproximately 1500mm and the...
Replies
7
Views
5,469
Hello Thank you all for your support. I am actually experience same issues with TIA portal V17 update5 as well as V18. The problem is with the...
Replies
0
Views
798
Say I take some MODBUS registers and pull into my Logix plc DINT array (sequential). Now, I get a little fancy… using FactoryTalk View SE 13.00...
Replies
18
Views
3,188
Back
Top Bottom