| KM_AxisSetCommandedDest Method |
Sets the axis node's commanded Destination
Caution: changing this may result in a sudden jump in the axis position
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetCommandedDest(
double dest
)
Public Sub SetCommandedDest (
dest As Double
)
public:
void SetCommandedDest(
double dest
)
Parameters
- dest Double
- new value for the commanded destination
See Also