| KM_AxisJog(Double) Method |
Jog axis at a given velocity
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void Jog(
double velocity
)
Public Sub Jog (
velocity As Double
)
public:
void Jog(
double velocity
)
Parameters
- velocity Double
- velocity to jog at : a negative value will reverse the motion
See Also