| KM_AxisEnableDest Method |
Bring an axis to an enabled state and specify the commanded destination for the axis
dest is multiplied by CPU and sent to KFLOP
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void EnableDest(
double dest
)
Public Sub EnableDest (
dest As Double
)
public:
void EnableDest(
double dest
)
Parameters
- dest Double
- Target Destination for the axis
See Also