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

Page 38

Advertising
background image

Cross Cutter

Features of the "Cross Cutter" prepared solution



Prepared Solution Servo PLC / ECSxA 1.1 EN

2-24

Variable

names

Inputs

Global variables

(Variable type: VAR_GLOBAL)

Name Data

type

Value/Meaning

Start and stop the selected cross-cutter operating mode.

This value is written in code C4135/000 bit 14.

This value is displayed in code C4136/000 bit 14.

TRUE Start

operation.

g_bStartStopOperation BOOL

FALSE Stop

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.

This value is displayed in code C4137/000; this variable can be written to this code.

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!

This value is written in code C4135/000 bit 15.

This value is displayed in code C4136/000 bit 15.

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.

This value is written in code C4135/000 bit 16.

This value is displayed in code C4136/000 bit 16.

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.

This value is written in code C4135/000 bit 17.

This value is displayed in code C4136/000 bit 17.

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.

Advertising