Class CommonMarkingParameters
Represents common marking parameters written to the laser.
public class CommonMarkingParameters : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCommonMarkingParameters
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
EndPointControl
Gets or sets the end point control state.
public EndPointControlState EndPointControl { get; set; }
Property Value
- EndPointControlState
The default value is AnyValue.
EndPointControlOffLevel
Gets or sets the level of end point control OFF in percent.
public int EndPointControlOffLevel { get; set; }
Property Value
- int
The default value is 100 %.
EndPointControlOnLevel
Gets or sets the level of end point control ON in percent.
public int EndPointControlOnLevel { get; set; }
Property Value
- int
The default value is 100 %.
FillInterval
Gets or sets the filling interval in millimeters.
public double FillInterval { get; set; }
Property Value
- double
The default value is 0.06 mm.
LaserPower
Gets or sets the laser power in percent.
public double LaserPower { get; set; }
Property Value
MarkingCount
Gets or sets the marking counter.
public int MarkingCount { get; set; }
Property Value
- int
The default value is 1.
PulseFrequency
Gets or sets the impulse frequency kilohertz.
public int PulseFrequency { get; set; }
Property Value
- int
The default value is 100 kHz.
QualityLevel
Gets or sets the quality level.
public QualityLevel QualityLevel { get; set; }
Property Value
- QualityLevel
The default value is Standard.
ScanSpeed
Gets or sets the scan speed in millimeters per second.
public int ScanSpeed { get; set; }
Property Value
- int
The default value is 1000 mm/s.
SkipCross
Gets or sets the crossing gap in millimeters.
public double SkipCross { get; set; }
Property Value
SpotVariable
Gets or sets the laser point variable.
public int SpotVariable { get; set; }
Property Value
ZCoordinate
Gets or sets the z-coordinate in millimeters.
public double ZCoordinate { get; set; }