Click or drag to resize

CommandCode Enumeration

The CommandCode occupies the upper 8 bits of the 16-bit command-parameter pair within the 20-bit transmission frame.

Namespace: RAYLASE.SPICE3.ScannerEnhancedProtocol
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.5
Syntax
C#
public enum CommandCode
Members
Member nameDescription
SetDataSource Select the current source of data on the return channel.

Please refer to: DataSource

SaveSettings Write current settings to permanent memory, so that they persist over subsequent reboots.
SelectTuning Select tuning (servo algorithm).
SetPositionScaleFactor Set scale factor for position data output.

Please refer to: PositionScaleFactor

SetPositionAcknowledgeLevel Set position acknowledge threshold.
DataSourceStorage Save or Restore current DataSource selection.

Please refer to: StorageAction

SetEchoData Check data transfer consistency.
SetInterpolationTime Set the current interpolation period.
SetMirrorTiltAngle Set the current mirror tilt angle.
Remarks
The list of CommandCodes is subject to change.
See Also