5 varcrosscutterprofilehandling, Varcrosscutterprofilehandling -16, Cross cutter – Lenze EVS93xx CrossCutter User Manual
Page 184: Appendix

Cross Cutter
Appendix
Prepared Solution Servo PLC / ECSxA 1.1 EN
6-16
6.1.5 VarCrossCutterProfileHandling
Inputs
Global variables
(Variable type: VAR_GLOBAL)
Name Data
type
Value/Meaning
Start and stop the selected cross-cutter operating mode.
TRUE Start
operation.
g_bStartStopOperation BOOL
FALSE Stop
operation.
Activate the variable to abort cross-cutter operation.
TRUE
Abort cross-cutter operation.
g_bAbordCrossCutter BOOL
FALSE Normal
operation
Select cross-cutter operating mode.
Note: You can switch between modes 1 to 3 during operation. To switch to mode 4
from one of modes 1 to 3, you will first need to stop the cross cutter via
g_bStartStopOperation. To switch from mode 4 to one of modes 1 to 3, you will first
need to stop the cross cutter via g_bStartStopOperation.
1
Synchronous cross cutter, continuous cutting
2
Synchronous cross cutter, reject operation
3
Synchronous cross cutter, test operation
g_wProfileSelector WORD
4
Asynchronous cross cutter, continuous cutting
Activate the variable to immediately apply a new cutting length you have calculated
and work with the new cutting length.
Note: The variable is only valid for the synchronous cross cutter! A new cutting
length for the asynchronous cross cutter is always applied immediately!
TRUE
Apply new cutting length calculated.
g_bWorkWithNewCuttingLength BOOL
FALSE
Do not apply new cutting length calculated, continue to work
with the last cutting length calculated.
Activate the variable to immediately apply a new reject length you have calculated
and work with the new reject length.
TRUE
Apply new reject length calculated.
g_bWorkWithNewRejectLength BOOL
FALSE
Do not apply new reject length calculated, continue to work with
the last reject length calculated.
Activate the variable to immediately apply a new test length you have calculated
and work with the new test length.
TRUE
Apply new test length calculated.
g_bWorkWithNewTestLength BOOL
FALSE
Do not apply new test length calculated, continue to work with
the last test length calculated.
g_wCuttingProfileMain
WORD
Selection of motion profile 1 as main motion profile for cutting operation.
If the cutting length changes, the system will switch between the main and standby
motion profiles.
g_wCuttingProfileStandby
WORD
Selection of motion profile 2 as standby motion profile for cutting operation.
If the cutting length changes, the system will switch between the main and standby
motion profiles.
g_wRejectProfileMain
WORD
Selection of motion profile 3 as main motion profile for reject operation.
If the reject length changes, the system will switch between the main and standby
motion profiles.