TouchProbeOptions

MC_TouchProbe Options

Syntax

Definition:

TYPE TouchProbeOptions :
STRUCT
    WindowFirstPosition     : LREAL;
    WindowLastPosition      : LREAL;
    PositionsAsModuloValues : BOOL;
    Continuous              : BOOL;
END_STRUCT
END_TYPE

Parameters

Name

Type

Default

Description

WindowFirstPosition

LREAL

#Ignore

Start position from where trigger events are accepted ([PosUnit], included in the position window). It can be left as 'Ignore' if no lower limit is desired. Must have value <= WindowLastPosition otherwise.

WindowLastPosition

LREAL

#Ignore

Stop position up to where trigger events are accepted ([PosUnit], included in the position window). It can be left as 'Ignore' if no upper limit is desired. Must have value >= WindowFirstPosition otherwise.

PositionsAsModuloValues

BOOL

false

Calculate RecordedPosition as modulo value.

Continuous

BOOL

false

Continuous recording mode

Versionsinformation

  • TwinCAT Standard >= v3.1.4026.23.1
  • TF5500 MC3 Base >= v4.0.6