| KM_AxisGroupRapidTo Method |
Perform Rapid Move (independent motion) of multiple axis to a desired destination
and wait until motion is completed
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void RapidTo(
double[] position
)
Public Sub RapidTo (
position As Double()
)
public:
void RapidTo(
array<double>^ position
)
Parameters
- position Double
- XYZABC position to Rapid to
See Also