Click or drag to resize

BaseScanControllerTransmitEnhanced Method

Sends commands to the ScanHead head using the Enhanced Protocol.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void TransmitEnhanced(
	int head,
	Axes axes,
	uint[] commands
)

Parameters

head  Int32
Number of the scan head.
axes  Axes
The Axis/Axes where the command(s) should be sent to.
commands  UInt32
The commands.

Return Value

Answer of the scan head as 16 bit uint.
See Also