ECPClr Method

Description
Clears (undefines) an external control point for the current robot.

Syntax
Sub ECP (ECPNumber As Integer)

Parameters

  • ECPNumber
    An integer indicating the ECP number to clear (ECP 0 is the default. It cannot be cleared.)

See Also
ECP Method, ECPDef Method

ECP Example
VB Example:

m_spel.ECPClr(1)  

C# Example:

m_spel.ECPClr(1);