Speed Control Winder - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Speed Control Winder

Speed Control Winder for unwinder and rewinder in R2R systems

 

Description

Variables

Connections

Parameters

Description

The Speed Control Winder component is a speed controller which calculates a motor torque to control the speed of an Unwind Drum or ReWind Drum component.

Usage

The Speed Control Winder component consists of a feedforward controller and a feedback controller. Internally a LimPID component is used. The feedforward controller is a common approach for an inertia compensation of the motor, the driveline and the wound drum.

τ=τPID+τFF=τPID+2DvreftJMotor+JDriveline+JDrum

The Speed Control component can be connected with a Torque Motor component or a 1D Torque Source component.

Parameterization

The user has access to all parameters from the LimPID component. The second parameter group describes the driveline components (gear ratio, motor inertia, gear inertia, and an additional load inertia). The drum inertia is calculated based on the drum parameters and web properties.

Variables

Name

Units

Description

Modelica ID

τFF

Nm

Motor torque of the feed-forward control

tauFF

τFB

Nm

Motor torque of the feedback control

tauFB

Connections

Name

Description

Modelica ID

vref

Real input; reference web speed

v_ref

wmeas

Real input; measured roller speed

w_meas

τ

Real output; motor torque

tau

R

Real input; unwinder radius

R

Parameters

Web Properties

Name

Default

Units

Description

Modelica ID

Use default properties (WP1)

true

 

When checked (true), web properties are defined by the closest Web Properties block (WP1) found.

useDefault

Web Properties

WP1

 

Name of the Web Properties record

wp

Winder/Unwinder

Name

Default

Units

Description

Modelica ID

use cylindrical geometry

true

 

When checked (true), drum core inertia is calculated assuming a uniform cylindrical geometry

useCylindricalGeometry

D

0.2

m

Roller diameter

D

Di

0

m

Inner diameter of roller [1]

Di

ρ

2.7·103

kgm3

Roller density [1]

rho_roll

L

1.2

m

Roller length [1]

L

J

0.005

kgm2

Roller rotational inertia [2]

J

[1] Accessible when use cylindrical geometry is true (checked).

[2] Accessible when use cylindrical geometry is false (unchecked).

Drive Line

Name

Default

Units

Description

Modelica ID

Controller Type

PI

 

 

 

ratio

1

 

Gear ratio (motor/roller)

ratio

JMotor

0

kgm2

Moment of inertia (motor)

JMotor

JGear

0

kgm2

Moment of inertia (gear, machine side)

JGear

JAddLoad

0

kgm2

Moment of inertia (additional load, machine side)

JAddLoad

Controller

Name

Default

Units

Description

Modelica ID

Controller Type

PI

 

Type of controller: P, PI, PD, PID

controllerType

k

1

1

Gain of controller

k

Ti

0.5

s

Time constant of integrator block [1]

Ti

Ni

0.9

 

NiTi is the time constant of anti-windup compensation [1]

Ni

Td

0.1

s

Time constant of derivative block [2]

Td

Nd

10

 

The higher Nd, the more ideal the derivative block [2]

Nd

wp

1

 

Weight for proportional block

wP

wd

0

 

Weight for derivative block [2]

wd

τmax

100

Nm

Upper limit of output torque

tau_max

τmin

−100

Nm

Lower limit of output torque

tau_min

[1] Accessible when controllerTypePI,PID

[2] Accessible when controllerTypePD,PID

Initialization

Name

Default

Description

Modelica ID

Initial Values

NoInit

Type of initialization: NoInit, SteadyState, InitialState, InitialOutput

initType

xi start

0

Initial value for integrator state

xi_start

xd start

0

Initial value for state of differentiator

xd_start

I/O Units

Name

Value

Description

Modelica ID

wUnit

RPM

Unit selection for the wmeas input

angVelUnits

RUnit

m

Unit selection for the R input

lengthUnits

τUnit

Nm

Unit selection for the τ output

torqueUnits

vUnit

ms

Unit selection for the vref input

velocityUnits

See Also

Controls

Web Handling Library