E_PushoutMode

Push-out mode for the push-out process of a WTC accumulator.

Syntax:

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_PushoutMode :
(
    eInvalid := 0,
    eExact,
    eAdapted,
    eSpareFirst,
    eSpareLast,
    eComplete
);
END_TYPE

Values

Name

Description

eInvalid

Invalid setting.

eExact

The precisely configured volume is pushed out.

Notice If the option AbortOnMissingVolume is not used, the fill level must be checked in the sequence program.

eAdapted

The available volume (except buffer) is pushed out.

eSpareFirst

The excess is pushed out first and then the exact volume.

eSpareLast

The exact volume is pushed out first and then the excess.

eComplete

The entire volume is pushed out.

The "entire" volume includes the BufferVolume .

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT >= v3.1.4024.54 (recommended)
TwinCAT >= v3.1.4024.42 (required)

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v3.12.7.0)