初版本AxisControl(Viscom风格)控件。
This commit is contained in:
@@ -95,6 +95,13 @@ namespace XP.Hardware.MotionControl.Implementations
|
||||
return MotionResult.Ok();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override MotionResult SetJogSpeed(double speedPercent)
|
||||
{
|
||||
_signalService.EnqueueWrite(_speedSignal, (float)speedPercent);
|
||||
return MotionResult.Ok();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void UpdateStatus()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user