Click or drag to resize

ScanHeadFormat Enumeration

Available scanhead formats.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public enum ScanHeadFormat
Members
Member nameDescription
XY2_100Obsolete.
XY2-100 protocol, 3 dimensions.

Three scanner axes.

This is the legacy 16-bit, RS-422 protocol.

One cable required.

XY2_Single3D XY2-100 protocol, 3 dimensions.

Three scanner axes.

This is the legacy 16-bit, RS-422 protocol.

One cable required.

SL2_Single3D SL2 protocol, 3 dimensions.

Three scanner axes.

Two cables required.

RL3_Single3D RL3 protocol, 3 dimensions.

Three scanner axes.

One cable required.

XY2_Dual3D XY2-100 protocol, 3 dimensions.

Three scanner axes.

This is the legacy 16-bit, RS-422 protocol.

One cable required.

SL2_Dual2D XY for head 0 provided on connector A, XY for head 1 provided on connector B. SL2 protocol, on both heads: 2 dimensions.

Two scanner axes.

Two cables required.

RL3_Dual3D RL3 protocol, on both heads: 3 dimensions.

Three scanner axes.

Two cables required.

SL2_Single3DA SL2 protocol, 3 dimensions.

Three scanner axes.

One additional axis: Auxiliary.

Two cables required.

RL3_Single3DA RL3 protocol, 3 dimensions.

Three scanner axes.

One additional axis: Auxiliary.

One cable required.

SL2_Single3DX SL2 protocol, 3 dimensions.

Three scanner axes.

One additional axis: SensorZ.

Two cables required.

RL3_Single3DX RL3 protocol, 3 dimensions.

Three scanner axes.

One additional axis: SensorZ.

One cable required.

RL3_Single3DXA RL3 protocol, 3 dimensions.

Three scanner axes.

Two additional axes: SensorZ and Auxiliary.

One cable required.

SL2_Single4D SL2 protocol, 4 dimensions.

Three scanner axes, and an optical zoom axis.

Two cables required.

RL3_Single4D RL3 protocol, 4 dimensions.

Three scanner axes, and an optical zoom axis.

One cable required.

SL2_Single4DF SL2 protocol, 4 dimensions.

Three scanner axes, and defocus for spot-size.

Two cables required.

RL3_Single4DF RL3 protocol, 4 dimensions.

Three scanner axes, and defocus for spot size.

One cable required.

RL3_Single4DA RL3 protocol, 4 dimensions.

Three scanner axes, and an optical zoom axis.

One additional axis: Auxiliary.

One cable required.

SL2_Single4DFA SL2 protocol, 4 dimensions.

Three scanner axes, and defocus for spot-size.

One additional axis: Auxiliary.

Two cables required.

RL3_Single4DFA RL3 protocol, 4 dimensions.

Three scanner axes, and defocus for spot size.

One additional axis: Auxiliary.

One cable required.

RL3_Single4DX RL3 protocol, 4 dimensions.

Three scanner axes, and an optical zoom axis.

One additional axis: SensorZ.

One cable required.

SL2_Single4DFX SL2 protocol, 4 dimensions.

Three scanner axes, and defocus for spot-size.

One additional axis: SensorZ.

Two cables required.

RL3_Single4DFX RL3 protocol, 4 dimensions.

Three scanner axes, and defocus for spot size.

One additional axis: SensorZ.

One cable required.

RL3_Single4DXA RL3 protocol, 4 dimensions.

Three scanner axes, and an optical zoom axis.

Two additional axes: SensorZ and Auxiliary.

One cable required.

RL3_Single4DFXA RL3 protocol, 4 dimensions.

Three scanner axes, and defocus for spot size.

Two additional axes: SensorZ and Auxiliary.

One cable required.

See Also