Click or drag to resize

ScannerMonitoring Class

Configuration for SP-ICE-3 scanner monitoring.
Inheritance Hierarchy
SystemObject
  RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3ScannerMonitoring

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class ScannerMonitoring

The ScannerMonitoring type exposes the following members.

Constructors
 NameDescription
Public methodScannerMonitoringInitializes a new instance of the ScannerMonitoring class
Top
Properties
 NameDescription
Public propertyCommand Enhanced command to query. Left shifted by 4 bit.
Public propertyCommand1 Additional command, used when UsePingPoing is enabled.
Public propertyEnabled Enables or disables the monitoring process.
Public propertyGoodValue Value to compare received value to.
Public propertyGoodValue1 Additional good value, used when UsePingPoing is enabled.
Public propertyLegacy Legacy mode for scan heads not supporting enhanced protocol.
Public propertyMask Mask for comparing received value to GoodValue. Default value ignores tracking window.
Public propertyMask1 Additional mask, used when UsePingPoing is enabled.
Public propertyMinConsecutiveErrors An exception will only be thrown if the error condition persists over at least this number of consecutive responses from the scanhead.
Public propertyPeriod Validation period [ms].
Public propertyUsePingPoing Enables scanner monitoring ping pong mode.
Top
See Also