Click or drag to resize

BaseScanHeadIsOperational Method

Returns true if the scan head is operational.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract bool IsOperational(
	Axes axes,
	int timeoutMilliseconds = 1
)

Parameters

axes  Axes
The Axis/Axes where the command(s) should be sent to.
timeoutMilliseconds  Int32  (Optional)
The timeout in milliseconds.

Return Value

Boolean
Returns true if the scan head is operational
See Also