Table of Contents

Class Job

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents a job of the Keyence marking laser.

public class Job
Inheritance
Job
Inherited Members

Properties

ApproachScanSpeed

Gets or sets the approach scan speed in mm/s.

public int ApproachScanSpeed { get; set; }

Property Value

int

The default value is 1000mm/s.

Remarks

Only applied to blocks where quality level is set to custom.

Blocks

Gets the blocks of the layout.

public BlockCollection Blocks { get; }

Property Value

BlockCollection

HasMarkableBlocks

Gets a value indicating whether the job contains a block, where marking is enabled.

public bool HasMarkableBlocks { get; }

Property Value

bool

HeadOrientation

Gets or sets the head orientation.

public HeadOrientation HeadOrientation { get; set; }

Property Value

HeadOrientation

MarkingParameters

Gets or sets the common marking parameters.

public CommonMarkingParameters MarkingParameters { get; set; }

Property Value

CommonMarkingParameters

Matrix

Gets or sets the matrix definition.

public MatrixDefinition Matrix { get; set; }

Property Value

MatrixDefinition

Position

Gets or sets the job position.

public JobPosition Position { get; set; }

Property Value

JobPosition

Title

Gets or sets the job title.

public string Title { get; set; }

Property Value

string