4 varcrosscutterpiececounter, Varcrosscutterpiececounter -15, Cross cutter – Lenze EVS93xx CrossCutter User Manual
Page 183: Appendix

Cross Cutter
Appendix
Prepared Solution Servo PLC / ECSxA 1.1 EN
6-15
6.1.4 VarCrossCutterPieceCounter
Inputs
Global variables
(Variable type: VAR_GLOBAL)
Name Data
type
Value/Meaning 
Reset cutting counter for cutting operation.
TRUE Reset
counter.
g_bResetCuttingProfileCounter 
 
BOOL
FALSE
Counter will not be reset.
Reset cutting counter for reject operation.
TRUE
Reset counter.
g_bResetRejectProfileCounter 
 
BOOL
FALSE
Counter will not be reset.
Reset cutting counter for test operation.
TRUE
Reset counter.
g_bResetTestProfileCounter 
 
BOOL
FALSE
Counter will not be reset.
g_wSetValuePiecesOfCuttingProfile
WORD
Setpoint cutting quantity for cutting operation
g_wSetValuePiecesOfTestProfile
WORD
Setpoint cutting quantity for reject operation
g_wSetValuePiecesOfRejectProfile
WORD
Setpoint cutting quantity for test operation
Outputs
Global variables
(Variable type: VAR_GLOBAL)
Name Data
type
Value/Meaning
Status signal: The set cutting quantity has been reached for cutting operation.
TRUE
Set cutting quantity reached.
g_bSetValueOfCuttingPiesesCutting 
ProfileReached 
BOOL
FALSE
Set cutting quantity not reached.
Status signal: The set cutting quantity has been reached for reject operation.
TRUE
Set cutting quantity reached.
g_bSetValueOfCuttingPiesesReject 
ProfileReached 
BOOL
FALSE
Set cutting quantity not reached.
Status signal: The set cutting quantity has been reached for test operation.
TRUE
Set cutting quantity reached.
g_bSetValueOfCuttingPiesesTest 
ProfileReached 
BOOL
FALSE
Set cutting quantity not reached.
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. 
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. 
g_wCounterValueTestProfile
WORD
Cutting counter for test operation 
The counter is limited to a maximum value of 65535; on reaching this value it will 
overflow to 0. 
