PTPBoost Method
Description
Sets the boost parameters for short distance PTP (point to point) motion.
Syntax
Sub PTPBoost (BoostValue As Integer [, DepartBoost As Integer] [, ApproBoost As Integer])
Parameters
- BoostValue
Integer from 0 to 100. - DepartBoost
Optional. An integer (0 to 100) indicating the depart adjustment setting of the Z coordinate during a jump operation. - ApproBoost
Optional. An integer (0 to 100) indicating the approach adjustment setting of the Z coordinate during a jump operation.
See Also
PTPBoostOK Method
PTPBoost Example
VB Example:
m_spel.PTPBoost(50)
m_spel.PTPBoost(50, 30, 30)
C# Example:
m_spel.PTPBoost(50);
m_spel.PTPBoost(50, 30, 30);