Application |
public class ApplicationConfiguration
The ApplicationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplicationConfiguration | Initializes a new instance of the Object class. |
Name | Description | |
---|---|---|
![]() | ApplicationDataDirectory | The directory where application data, such as logs and configurations, are stored. |
![]() | AuthenticationType | |
![]() | AutoDisarmLaser | Disarms the laser in case of the configured event (e.g Execution error). |
![]() | ConfigurationDirectory | The directory where configurations are stored. |
![]() | DefaultJobFile | The path and file name of the job file which should be loaded when RAYGUIDE starts. If null the mechanism is disabled. |
![]() | Language | The language used by the UI. |
![]() | LicenceServer | |
![]() | LoggerConfiguration | The configuration of the logger. |
![]() | PenSetsConfiguration | The configuration of the pen sets. |
![]() | UseDefaultJobFile | If true the file DefaultJobFile is used as default job file. |
![]() | UseJobTemplate | If true the file "%localappdata%\raylase\rayguide\configurations\jobTemplate31415926.rg" is loaded when a new job is created. |
![]() | ValidateGeometry | If true the current jobs are validated with respect to scan field and workspace dimensions before executing them. |
![]() | ValidateLaserPenSettings | If true the current jobs are validated with respect to laser pen settings before executing them. |
![]() | ValidateMotfSettings | If true the current jobs are validated with respect to wobble pen settings before executing them. |
![]() | ValidatePathsClosed | If true the current jobs are validated that all paths are closed. Off by default. |
![]() | ValidateRampingPenSettings | If true the current jobs are validated with respect to ramping pen settings before executing them. |
![]() | ValidateScannerPenSettings | If true the current jobs are validated with respect to scanner pen settings before executing them. |
![]() | ValidateWobblePenSettings | If true the current jobs are validated with respect to wobble pen settings before executing them. |
![]() | ZeroPowerAfterExecution | Sets laser power to 0 after execution has finished. |