Click or drag to resize

4.1.5 Job Handling

In this section examples for handling jobs will be listed.

Executor

This sample demonstrates how to load a job and execute it on host, on card or with the quick job executor.

Lists

This sample demonstrates how to handle job lists. I. e. you can run a first job and upload a second job while the first job is executing, and start the second job as soon as the first job is finished.

StandAlone

This application shows how to prepare a scan controller for stand alone operation. See chapter "Preparation of stand-alone operation of scan controller" in the RAYGUIDE manual for further details.

JobValidation

The API contains a method for validating jobs before executing. This checks if all objects are inert the scan field, if laser parameters are out of range, ramping settings are wrong and more. See the remarks of the Main() method in the sample JobValidation for details.