Click or drag to resize

StandAloneConfiguration Class

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

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

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 configuration.
(Inherited from BaseJobSequenceConfiguration)
Public propertyError Configuration of the behavior in case of an error during Stand-Alone execution.
Public propertyID Auto generated ID for tracking configuration
(Inherited from BaseJobSequenceConfiguration)
Public propertyJobLists Jobs used in Stand-Alone mode.
(Inherited from BaseJobSequenceConfiguration)
Public propertyName Name of the configuration.
(Inherited from BaseJobSequenceConfiguration)
Public propertyPort Port used for binning.
(Inherited from BaseJobSequenceConfiguration)
Public propertyRunSequential If true, jobs are run sequentially. Otherwise a switch is used.
(Inherited from BaseJobSequenceConfiguration)
Public propertyUseProcessTransformationQueue Adds waiting for process transformation to command list.
(Inherited from BaseJobSequenceConfiguration)
Public propertyWaitStart Wait for start before running the job loop.
(Inherited from BaseJobSequenceConfiguration)
Top
See Also