Find Method

Description
Sets the condition to save the coordinate during motion instructions.

Syntax
Sub Find (Condition As String)

Parameters

  • Condition
    Specifies the input state to use as a trigger.

See Also
Go Method, Jump Method

Find Example
VB Example:

m_spel.Find("Sw(5) = On")  

C# Example:

m_spel.Find("Sw(5) = On");