Unwind/Rewind Math Questions

What device(s) is used to accelerate / decelerate?
How is the acceleration currently going (curve/ramp...)?
How is the braking currently going?
 
Part IIIa

For the constant acceleration case, i.e. not jerk-limited:
image.png
We know the following a priori parameters

  • DCORE, unwind
  • k', ratio of RPM to rate of change of diameter (empirically determined; negative)
  • 400RPM, unwind speed at start of deceleration
  • Δτ, duration of deceleration (chosen)
From those we calculate the diameter parameter, D0, at which to start the deceleration:

  • D0 = DCORE - ((400RPM÷k') × Δτ ÷ 2
Then the ladder logic, once it detects the the measured unwind diameter is less than D0, and each time it measures the unwind diameter after that, makes the following calculations:

  1. f = √((DCORE - diameter) ÷ (400RPM÷k'))
  2. v = (400RPM÷k') × f
  3. RPM = v × k'
Where
f is a transformed time parameter
v is the target rate of change of the diameter
RPM is the output target unwind motor speed to achieve v
That is the simple part. The messy part will be handling edge cases (e.g. what if measured diameter is less than DCORE, which would pass a negative operand to the square root instruction), measurement noise, etc.
 
Last edited:
@Blue92, are my questions unclear? What exactly?

@drbitboy you solving the problem. What is the design of the machine for which the problem is being solved?
 
@Blue92, are my questions unclear? What exactly?

@drbitboy you solving the problem. What is the design of the machine for which the problem is being solved?


The original problem was understanding the math. I tried to fix that by moving from calculus domain to the graphical+algebra domain; the resulting formulae are the same, and are ultimately what the PLC has to implement.


@Maxk: did you read Post #1?
 
Last edited:
@Maxk: did you read Post #1?

I read it 10 times or more, but didn’t understand – it’s very convenient to hide my-own stupidity and inattention behind the language barrier )))

A center driven unwind feeding to a center driven rewind.

"center driven" - [FONT=&quot]does this mean that the material is being wound/ unwound on/off the shaft?[/FONT]

[FONT=&quot]If this is true, [/FONT]

The unwind/rewind shafts only spin at a maximum 400 rpm, accel/decel rates will be operator inputs, but assume pretty slow.

[FONT=&quot]then there are two rolls of different diameters, interconnected by material, while the rotation speed of their shafts is the same[/FONT]
 
"center driven" - [FONT=&quot]does this mean that the material is being wound/ unwound on/off the shaft?[/FONT]


See e.g. here.


I am pretty sure that "X-driven" refers to the motive force that rotates each shaft.

Center-driven force is a torque applied at the center of the winder shaft i.e. a motor (or motor-driven gearbox) shaft in-line with the axis of the unwind and rewind shafts.

The alternatives are a surface-driven shaft i.e. a moving surface pressing against the material rolled around the shaft, and I suppose a nip (material coming off the shaft between a driven roller and an idler roller) would be another option for pulling material from the unwind side.

A center-driven unwind controls the rotation speed (RPM) of the shaft directly; a surface-driven unwind controls the material speed (e.g. feet per minute) directly.
 
[FONT=&quot]then there are two rolls of different diameters, interconnected by material, while the rotation speed of their shafts is the same[/FONT]


Not quite.


The two rolls are running at different speeds, driven by different motors. The ratio of their speed is the inverse of the ratio of the current diameters of the material leaving or loading the winders, because there are no dancers i.e. no accumulation of the material between the winders, so one linear foot of material coming off the unwind will mean one foot of material loading onto the rewind.
 
Not quite.


The two rolls are running at different speeds, driven by different motors. The ratio of their speed is the inverse of the ratio of the current diameters of the material leaving or loading the winders, because there are no dancers i.e. no accumulation of the material between the winders, so one linear foot of material coming off the unwind will mean one foot of material loading onto the rewind.


I DO understand that this is how it should be, but Blue92 writes

“The unwind/rewind shafts only spin at a maximum 400 rpm, “

That is why I am asking Blue92 to give a clear description of his machine. And how it works now.
 

Similar Topics

I have R&D project that I am working on. It consist of an unwinder and a rewinder. The goal is to unwind the material from the unwinder and rewind...
Replies
27
Views
15,465
Hi all... I have a machine that processes rolls of rubber coated fabric product through a slitter and rewinds the slit stock. The current PLC...
Replies
11
Views
8,954
Typically what sort of DC motor is normally used for this application. I ahve a customer that wants to upgrade his existing SCR controller with a...
Replies
1
Views
3,292
I'm doing my first wind/unwind project, and I need some input from someone with more experience. ...I'm getting my butt kicked trying to control...
Replies
38
Views
11,304
I was working at a customer's location yesterday and I came across an intermittent issue on their wind/unwind machine. I'm still trying to figure...
Replies
1
Views
1,649
Back
Top Bottom