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

Page 88

Advertising
background image

Cross Cutter

Features of the "Cross Cutter" prepared solution



Prepared Solution Servo PLC / ECSxA 1.1 EN

2-74

Variable

names

Inputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

Activates X trimming and switches from the calculated mark sensor distance to the
mark sensor distance specified by X trimming.
This value is written in code C4135/000 bit 18.

This value is displayed in code C4136/000 bit 18.

TRUE

X trimming activated.

g_bUseXPositionTrimming BOOL

FALSE

X trimming deactivated.

Key this input to perform X trimming in a positive direction at the set speed.
This value is written in code C4135/000 bit 19.

This value is displayed in code C4136/000 bit 19.

TRUE

Perform X trimming in a positive direction.

g_bXAxisTrimmingPosDirection BOOL

FALSE

Do not perform X trimming.

Key this input to perform X trimming in a positive direction at the set speed.
This value is written in code C4135/000 bit 20.

This value is displayed in code C4136/000 bit 20.

TRUE

Perform X trimming in a negative direction.

g_bXAxisTrimmingNegDirection BOOL

FALSE

Do not perform X trimming.

Perform absolute positioning
at the set speed.
This value is written in code C4135/000 bit 25.

This value is displayed in code C4136/000 bit 25.

TRUE

Perform absolute positioning in accordance with the value of
variable g_dnSetXAxisTrimmingTPPos.

g_bLoadSetXAxisTrimmingTPPos BOOL

FALSE

Abort absolute positioning.

g_nXAxisTrimmingFactor_v

INT

Selection of the inching speed for X trimming in a positive and negative direction.

This value is displayed in code C3678/000; this variable can be written to this code.

g_dnSetXAxisTrimmingTPPos

DINT

Target position of absolute positioning for X trimming in 0.0001[m_units].

This value is displayed in code C3674/000; this variable can be written to this code.
The value is converted into increments internally. If you use this variable, to avoid
inconsistencies, do not write variable g_dnSetXAxisTrimmingTPPos_p!

g_dnSetXAxisTrimmingTPPos_p

DINT

Target position of absolute positioning for X trimming in [incr.].

If you use this variable, to avoid inconsistencies, do not write variable
g_dnSetXAxisTrimmingTPPos!

Advertising