IF_TouchProbe2 - TPEdgeStart (Method)

Overview

Type:

Method

Available as of:

???

??? SystemConfigurationItf_1.

Versions:

Current version

Task

Calls the FC_TPEdgeStart() function with the ST_LogicalAddress of the object as i_stTPId.

Description

The method calls the FC_TPEdgeStart() function with the ST_LogicalAddress of the object as i_stTPId.

Example

METHOD TPEdgeStart : DINT
VAR_INPUT
   i_stDevId : ST_LogicalAddress;
   i_diParType : DINT;
   i_lrLowLimit : LREAL;
   i_lrHighLimit : LREAL;
END_VAR