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: 3.4.1
Syntax
C#
public enum CommandCode
Members
Member nameDescription
SetDataSourceSelect the current source of data on the return channel.

Please refer to: DataSource

SaveSettingsWrite current settings to permanent memory, so that they persist over subsequent reboots.
SelectTuningSelect tuning (servo algorithm).
SetPositionScaleFactorSet scale factor for position data output.

Please refer to: PositionScaleFactor

SetPositionAcknowledgeLevelSet position acknowledge threshold.
DataSourceStorageSave or Restore current DataSource selection.

Please refer to: StorageAction

SetEchoDataCheck 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