| KM_CoordMotionReadAndSyncCurPositions Method |
First Syncs the Coor Motion Library to the current axis destinations then
sets the passed variables to the CoordMotion's Absolute positions
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ReadAndSyncCurPositions(
ref double x,
ref double y,
ref double z,
ref double a,
ref double b,
ref double c
)
Public Sub ReadAndSyncCurPositions (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef a As Double,
ByRef b As Double,
ByRef c As Double
)
public:
void ReadAndSyncCurPositions(
double% x,
double% y,
double% z,
double% a,
double% b,
double% c
)
Parameters
- x Double
- X axis value
- y Double
- Y axis value
- z Double
- Z axis value
- a Double
- A axis value
- b Double
- B axis value
- c Double
- C axis value
See Also