Click or drag to resize

StandAloneConfiguration Class

Configuration for Stand-Alone mode.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.DeviceStandAloneConfiguration

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class StandAloneConfiguration

The StandAloneConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodStandAloneConfigurationInitializes a new instance of the StandAloneConfiguration class
Top
Properties
 NameDescription
Public propertyArmLaser Arms the laser at the start of the master list.
Public propertyEnable Enables Stand-Alone mode.
Public propertyError Configuration of the behavior in case of an error during Stand-Alone execution.
Public propertyID Auto generated ID for tracking configuration
Public propertyJobLists Jobs used in Stand-Alone mode.
Public propertyName Name of the configuration.
Public propertyPort Port used for binning.
Public propertyRunSequential If true, jobs are run sequentially. Otherwise a switch is used.
Public propertyWaitStart Wait for start before running the job loop.
Top
See Also