TouchProbeOptions
MC_TouchProbe Options
Syntax
Definition:
TYPE TouchProbeOptions :
STRUCT
WindowFirstPosition : LREAL;
WindowLastPosition : LREAL;
PositionsAsModuloValues : BOOL;
Continuous : BOOL;
END_STRUCT
END_TYPEParameters
|
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 |