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

Cross Cutter
Features of the "Cross Cutter" prepared solution
Prepared Solution Servo PLC / ECSxA 1.1 EN
2-80
Variable
names
Inputs
Global variables
(Variable type: VAR_GLOBAL)
Name Data
type
Value/Meaning
g_wRejectGateSwitchingDwelltime
WORD
Selection of the switching dwell time (switching delay time) of the reject gate in ms.
This value is displayed in code C3680/000; this variable can be written to this code.
g_dnDistanceRejectGate
DINT
Selection of the distance from the reject gate to the cutting position in
0.0001[m_units].
This value is displayed in code C3679/000; this variable can be written to this code.
The value is converted into increments internally. If you use this variable, to avoid
inconsistencies, do not write variable g_dnDistanceRejectGate_p!
g_dnDistanceRejectGate_p
DINT
Selection of the distance from the reject gate to the cutting position in [incr.].
If you use this variable, to avoid inconsistencies, do not write variable
g_dnDistanceRejectGate!
Outputs
Global variables
(Variable type: VAR_GLOBAL)
Name Data
type
Value/Meaning
This output is used to control the reject gate.
This value is displayed in code C4150/000 bit 25.
The variable is permanently linked to digital output 3 using 9300 Servo PLC or
digital output 1 using ECS.
TRUE
Open the reject gate.
g_bOpenRejectGate BOOL
FALSE
Do not open the reject gate.
Possible settings:
Code
Default
Selection
Comment
C3679/
000
0.0000 0.0000...
{0.0001
m_units}
... 214000.0000
Distance from reject gate to cutting position
C3680/
000
0
0 ...
{1 ms}
... 65535
Switching dwell time (switching delay time) of reject gate
Application status word bit 25: Control of reject gate
TRUE
Open the reject gate.
C4150/
000
Bit 25
-
- - -
FALSE
Do not open the reject gate.