The Xentara MeerK40t Driver v1.0
User Manual
Define Job
See also
Skill Data Points in the Xentara user manual

The Xentara Define Job data point is always published by the device and used to define new laser jobs. The defined configuration can be read from Current Variable Values, Current Index, Record Count, Job Name.

Accessing Define Job

See also
Accessing Xentara Elements in the Xentara user manual

Define Job has the following attributes:

Attributes
keyThe Define Job’s primary key.
nameThe Define Job’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the Define Job.
typeThe Define Job’s element type. For MeerK40t Define Jobs, this is always “MeerK40t define job”.
categoryThe Define Job’s category. For MeerK40t Define Jobs, this is always “define job”.
valueWrite-only JSON attribute to define a new laser job.

Value Format

{
"name": "name of the job",
"svgPath": "/path/to/svg",
"csvPath": "/path/to/csv",
"variables": {
"name": "Anna",
"location": "Munich"
}
}

Keys
nameName of the job
svgPathPath to the .svg template file for a job.
csvPathOptional path to the .csv file with variable values.
variablesOptional map of variable name/value pairs.

See Variable Placeholders for more information about the variables.