Cross cutter, Appendix – Lenze EVS93xx CrossCutter User Manual

Page 174

Advertising
background image

Cross Cutter

Appendix



Prepared Solution Servo PLC / ECSxA 1.1 EN

6-6

Outputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

g_wActNumberOfPointsTestProfile WORD

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

g_wActNumberOfPointsStartStopProfile

WORD

Display indicating the most recently calculated interpolation point on the motion

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

g_wActNumberOfPointsAsyCuttingProfile

WORD

Display indicating the most recently calculated interpolation point on the motion
profile for the asynchronus cutting, this output can be used as a progress indicator,
for example.
The value range is 0 … (g_wTotalNumberOfPointsAsyCuttingProfile - 1).
Status signal: Calculation sequence for new cross-cutter motion profile for a new

cutting length in progress.
TRUE

Calculation sequence for cross-cutter

motion profile for a new cutting length in
progress.

g_bCrossCutterCalcBusyCuttingProfile

BOOL

FALSE

Calculation sequence for new cross-
cutter motion profile for a new cutting
length completed successfully or

aborted.

Status signal: Calculation sequence for new cross-cutter motion profile for a new

reject length in progress.
TRUE

Calculation sequence for cross-cutter

motion profile for a new reject length in
progress.

g_bCrossCutterCalcBusyRejectProfile BOOL

FALSE

Calculation sequence for new cross-
cutter motion profile for a new reject
length completed successfully or
aborted.

Status signal: Calculation sequence for new cross-cutter motion profile for a new

test length in progress.
TRUE

Calculation sequence for cross-cutter

motion profile for a new test length in
progress.

g_bCrossCutterCalcBusyTestProfile BOOL

FALSE

Calculation sequence for new cross-
cutter motion profile for a new test length
completed successfully or aborted.

Status signal: Calculation sequence for new cross-cutter motion profile for a new
start/stop length in progress.
TRUE

Calculation sequence for cross-cutter

motion profile for a new start/stop length
in progress.

g_bCrossCutterCalcBusyStartStopProfile BOOL

FALSE

Calculation sequence for new cross-
cutter motion profile for a new start/stop
length completed successfully or
aborted.

Status signal: Calculation sequence for new cross-cutter motion profile for a new
asynchronus length in progress.
TRUE

Calculation sequence for cross-cutter

motion profile for a new asynchronus
length in progress.

g_bCrossCutterCalcBusyAsyCuttingProfile BOOL

FALSE

Calculation sequence for new cross-
cutter motion profile for a new
asynchronus length completed
successfully or aborted.

Advertising