LimZ Method

Description
Sets the default value of the Z axis height for JUMP commands.

Syntax
Sub LimZ (ZLimit As Single)

Parameters

  • ZLimit
    A coordinate value within the movable range of the Z axis.

Remarks
If an error occurs and the ErrorNumber property of the SpelException is 3101, see the remarks in the SetPoint method.

See Also
Jump Method, SetPoint Method

LimZ Example
VB Example:

saveLimZ = m_spel.GetLimZ()  
m_spel.LimZ(-22)  

C# Example:

saveLimZ = m_spel.GetLimZ();  
m_spel.LimZ(-22);