Click or drag to resize

KM_CoordMotionArcFeed Method

Perform arc motion at a specified feed rate (in/sec)

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ArcFeed(
	double feedrate,
	int plane,
	double planarXend,
	double planarYend,
	double planarXcenter,
	double planarYcenter,
	int rotation,
	double planarZ,
	double a,
	double b,
	double c,
	int sequence_number,
	int ID
)

Parameters

feedrate  Double
Desired feed rate
plane  Int32
plane to perform arc (determines axis pair to use)
planarXend  Double
X end point of arc
planarYend  Double
Y end point of arc
planarXcenter  Double
X center of rotation of arc
planarYcenter  Double
Y center of rotation of arc
rotation  Int32
CW or ACW
planarZ  Double
End point of perpindicular axis(for helical motion)
a  Double
final end position of a axis
b  Double
final end position of a axis
c  Double
final end position of a axis
sequence_number  Int32
internal reference
ID  Int32
internal reference
See Also