Click or drag to resize

JobValidatorCategory Enumeration

These are the categories available in job validation. See class JobsValidator for details.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum JobValidatorCategory
Members
Member nameValueDescription
None0 No validation.
Geometry1 In this category are out-of-scanfield errors.
Laser2 Non valid pen settings concerning laser parameters (e. g. laser power exceeded) are put into this category.
Scanner4 Non valid pen settings concerning scanner parameters (e. g. mark speed exceeded) are put into this category.
Ramping8 Non valid pen settings concerning ramping (e. g. ramping time does not fit the expected execution time) are put into this category.
Wobble16 Non valid pen settings concerning wobble (e. g. resulting current exceeds recommendation ) are put into this category.
OpenPaths32 Non valid open paths are put into this category.
Motf64 Non valid open paths are put into this category.
All127 This value is used if a check should be done on all categories concurrently in method JobsValidator.ValidateJobDefinition().
See Also