PeakSpeedClear Method
Description
Clears and initializes the peak speed for one or more joints.
Syntax
Sub PeakSpeedClear ()
Remarks
This method clears the peak speed values for the specified joints.
You must execute this method before executing PeakSpeed method.
This method does not support the PG additional axes.
See Also
AvgSpeed Method, AvgSpeedClear Method, PeakSpeed Method
PeakSpeedClear Example
VB Example:
m_spel.PeakSpeedClear()
C# Example:
m_spel.PeakSpeedClear();