PF_Abort Method
Description
Forces the Part Feeding process to stop for the specified part.
Syntax
Sub PF_Abort (PartID As Integer)
Parameters
- PartID
An integer indicating the part ID (1 to 16).
Remarks
Immediately aborts the Part Feeding process for the specified part.
Unlike PF_Stop method, this aborts the callback function in progress.
Nothing will occur when using this function when the Part Feeding process has not been started.
PF_Abort Example
VB Example:
m_spel.PF_Abort(1)
C# Example:
m_spel.PF_Abort(1);