Cross cutter, Features of the "cross cutter" prepared solution – Lenze EVS93xx CrossCutter User Manual

Page 89

Advertising
background image

Cross Cutter

Features of the "Cross Cutter" prepared solution



Prepared Solution Servo PLC / ECSxA 1.1 EN

2-75

Outputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

g_dnXAxisTrimmingTPPosOut

DINT

Displays the actual X trimming position in 0.0001[m_units]. This output indicates the
mark sensor distance set by X trimming. Whenever X trimming is active, this value
will serve as the mark sensor distance for mark correction.

This value is displayed in code C3671/000.

g_nXAxisVelTrimmingFactor_v INT

This

variable contains the speed value generated for X trimming. It is added to the

DFIN signal in order to effect an immediate change in the position value when using
X trimming.

Inputs/Outputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

g_dnXAxisTrimmingTPPosOut_p

DINT

This input/output indicates the mark sensor distance set by X trimming. Whenever X
trimming is active, this value will serve as the mark sensor distance for mark
correction. The variable is a retain variable (this means that once an X trimming
value has been calculated, it will remain accessible even after mains switching).

Possible settings:

Code

Default

Selection

Comment

C3671/

000

- -

-

- Display code: X trimming outputvalue scaled in 1.0000 m_units

C3672/

002

20.0000

0.0100...

{0.01 s}

... 130.0000

Acceleration ramp time for position trimming

C3672/

003

20.0000

0.0100...

{0.01 s}

... 130.0000

Deceleration ramp time for position trimming

C3673/

001

200.0000

0 ...

{1 rpm}

...15000

Speed for position trimming in a positive direction

C3673/

002

200.0000

0 ...

{1 rpm}

...15000

Speed for position trimming in a negative direction

C3674/

000

0.0000 -214748.0000... {0.0001

m_units}

... 214748.0000

Selection of the absolute target trimming position

C3676/

000

10.000

0.000...

{0.001 s}

... 999.999

Acceleration ramp time for inching trimming

C3677/

000

10.000

0.000...

{0.001 s}

... 999.999

Deceleration ramp time for inching trimming

C3678/

000

0

0 ...

{1 rpm}

...15000

Selection of the inching speed

Application control word 18: Activates X trimming and switches

from the calculated mark sensor distance to the mark sensor
distance specified by X trimming.

TRUE

X trimming activated.

C4135/

000

Bit 18

0

0 {1} 1

FALSE

X trimming deactivated.

Application control word bit 19: Key this bit to perform X trimming
in a positive direction at the set speed.

TRUE

Perform X trimming in a positive direction.

C4135/

000

Bit 19

0

0 {1} 1

FALSE

Do not perform X trimming.

Application control word bit 20: Key this bit to perform X trimming
in a negative direction at the set speed.

TRUE

Perform X trimming in a negative direction.

C4135/

000

Bit 20

0

0 {1} 1

FALSE

Do not perform X trimming.

Application status word bit 30: X position trimming is complete
and the target position has been reached.

TRUE

The target position has been reached. Positioning is
complete.

C4150/

000

Bit 30

-

- - -

FALSE

The target position has not been reached.
Positioning is not complete.

Advertising