Click or drag to resize

MotorAPIClearAlarm(MotorAxes) Method

Clears the alarm of the given axes. The alarm will be raised again if the alarm condition is still present.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void ClearAlarm(
	MotorAxes axes
)

Parameters

axes  MotorAxes
The axes.
See Also