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

Page 48

Advertising
background image

Cross Cutter

Features of the "Cross Cutter" prepared solution



Prepared Solution Servo PLC / ECSxA 1.1 EN

2-34

Outputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning
Status signal: An error occurred whilst calculating the motion profile for the new
reject length.
TRUE

An error has occurred during calculation.

g_bErrorCrossCutterRejectProfileCalcBlock BOOL

FALSE

Calculation completed without errors.

Status signal: An error occurred whilst calculating the motion profile for the new test

length.
TRUE

An error has occurred during calculation.

g_bErrorCrossCutterTestProfileCalcBlock BOOL

FALSE

Calculation completed without errors.

Status signal: An error occurred whilst calculating the motion profile for the new
start/stop length.
TRUE

An error has occurred during calculation.

g_bErrorCrossCutterStartStopProfileCalc
Block

BOOL

FALSE

Calculation completed without errors.

Status signal: The cross cutter is operating as a synchronous cross cutter.
This value is displayed in code C4150/000 bit 21.
TRUE

The cross cutter is operating as a
synchronous cross cutter.

g_bUseSynchronusCrossCutter BOOL

FALSE

The cross cutter is not operating as a

synchronous cross cutter.

Status signal: The cross cutter is operating as an asynchronous cross cutter.
This value is displayed in code C4150/000 bit 20.
TRUE

The cross cutter is operating as an
asynchronous cross cutter.

g_bUseAsynchronusCrossCutter BOOL

FALSE

The cross cutter is not operating as an

asynchronous cross cutter.

Status signal: The cross cutter is operating in "Continuous cutting" mode.
This value is displayed in code C4150/000 bit 22.
TRUE

The cross cutter is operating in
"Continuous cutting" mode.

g_bUseCuttingProfile BOOL

FALSE

The cross cutter is not operating in

"Continuous cutting" mode.

Status signal: The cross cutter is operating in "Reject operation" mode.
This value is displayed in code C4150/000 bit 23.
TRUE

The cross cutter is operating in "Reject
operation" mode.

g_bUseRejectProfile BOOL

FALSE

The cross cutter is not operating in

"Reject operation" mode.

Status signal: The cross cutter is operating in "Test operation" mode.
This value is displayed in code C4150/000 bit 24.
TRUE

The cross cutter is operating in "Test
operation" mode.

g_bUseTestProfile BOOL

FALSE

The cross cutter is not operating in "Test
operation" mode.

g_nMaxMasterVelForActCuttingProfile_v INT

Entry

indicating

the maximum possible line speed for the set cutting length in

[incr./ms].

g_nMaxMasterVelForActRejectProfile_v INT

Entry indicating the maximum possible line speed for the set reject length in

[incr./ms].

g_nMaxMasterVelForActTestProfile_v

INT

Entry indicating the maximum possible line speed for the set test length in [incr./ms].

g_nMaxMasterVelForActStartStopProfile_v INT

Entry indicating the maximum possible line speed for the set start/stop length in
[incr./ms].

g_wCounterValueCuttingProfile WORD

Cutting counter for cutting operation

The counter is limited to a maximum value of 65535; on reaching this value it will
overflow to 0. This value is displayed in code C3658/000.

g_wCounterValueRejectProfile WORD

Cutting counter for reject operation

The counter is limited to a maximum value of 65535; on reaching this value it will
overflow to 0. This value is displayed in code C3659/000.

Advertising