JobValidatorCategory Enumeration |
These are the categories available in job validation. See class JobsValidator for details.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.32.0
Syntax[FlagsAttribute]
public enum JobValidatorCategory
Members| Member name | Value | Description |
|---|
| None | 0 |
No validation.
|
| Geometry | 1 |
In this category are out-of-scanfield errors.
|
| Laser | 2 |
Non valid pen settings concerning laser parameters (e. g. laser power exceeded) are put into this category.
|
| Scanner | 4 |
Non valid pen settings concerning scanner parameters (e. g. mark speed exceeded) are put into this category.
|
| Ramping | 8 |
Non valid pen settings concerning ramping (e. g. ramping time does not fit the expected execution time) are put into this category.
|
| Wobble | 16 |
Non valid pen settings concerning wobble (e. g. resulting current exceeds recommendation ) are put into this category.
|
| OpenPaths | 32 |
Non valid open paths are put into this category.
|
| Motf | 64 |
Non valid open paths are put into this category.
|
| All | 127 |
This value is used if a check should be done on all categories concurrently in method JobsValidator.ValidateJobDefinition().
|
See Also