Cross cutter, Appendix – Lenze EVS93xx CrossCutter User Manual

Page 173

Advertising
background image

Cross Cutter

Appendix



Prepared Solution Servo PLC / ECSxA 1.1 EN

6-5

Outputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

Status signal: Reject length induces start/stop operation of cross cutter.
TRUE

The selected reject length exceeds the
limit cutting length for start/stop
operation => The pause will be extended
accordingly in the asynchronous motion

phase.

g_bStartStopOperationRejectProfile BOOL

FALSE

The selected reject length undershoots
the limit cutting length for start/stop
operation.

Status signal: Test length induces start/stop operation of cross cutter.
TRUE

The selected test length exceeds the
limit cutting length for start/stop
operation => The pause will be extended
accordingly in the asynchronous motion
phase.

g_bStartStopOperationTestProfile BOOL

FALSE

The selected test length undershoots the
limit cutting length for start/stop
operation.

Status signal: Start/stop length induces start/stop operation of cross cutter.
TRUE

The selected start/stop length exceeds

the limit cutting length for start/stop
operation => The pause will be extended
accordingly in the asynchronous motion
phase.

g_bStartStopOperationStartStopProfile BOOL

FALSE

The selected start/stop length

undershoots the limit cutting length for
start/stop operation.

g_wTotalNumberOfPointsCuttingProfile

WORD

Display indicating the number of interpolation points on the motion profile selected

via g_wActCamCuttingProfileNoCalc.
Note: The value of this output signal is only recalculated during a calculation
sequence (g_bCrossCutterCalcBusyCuttingProfile = TRUE).

g_wTotalNumberOfPointsRejectProfile

WORD

Display indicating the number of interpolation points on the motion profile selected
via g_wActCamRejectProfileNoCalc.
Note: The value of this output signal is only recalculated during a calculation
sequence (g_bCrossCutterCalcBusyRejectProfile = TRUE).

g_wTotalNumberOfPointsTestProfile

WORD

Display indicating the number of interpolation points on the motion profile selected
via g_wActCamTestProfileNoCalc.
Note: The value of this output signal is only recalculated during a calculation
sequence (g_bCrossCutterCalcBusyTestProfile = TRUE).

g_wTotalNumberOfPointsStartStopProfile

WORD

Display indicating the number of interpolation points on the motion profile selected

via g_wActCamStartStopProfileNoCalc.
Note: The value of this output signal is only recalculated during a calculation
sequence (g_bCrossCutterCalcBusyStartStopProfile = TRUE).

g_wTotalNumberOfPointsAsyCuttingProfile WORD

Display indicating the number of interpolation points on the motion profile for the

asynchronus cutting.
Note: The value of this output signal is only recalculated during a calculation
sequence (g_bCrossCutterCalcBusyAsyCuttingProfile= TRUE).

g_wActNumberOfPointsCuttingProfile

WORD

Display indicating the most recently calculated interpolation point on the motion
profile selected via g_wActCamCuttingProfileNoCalc; this output can be used as a
progress indicator, for example.
The value range is 0 … (g_wTotalNumberOfPointsCuttingProfile - 1).

g_wActNumberOfPointsRejectProfile

WORD

Display indicating the most recently calculated interpolation point on the motion

profile selected via g_wActCamRejectProfileNoCalc; this output can be used as a
progress indicator, for example.
The value range is 0 … (g_wTotalNumberOfPointsRejectProfile - 1).

Advertising