Custom Data Fields (optional)

Example XML using presets:

mandatory elements:

<Clientname> Name of the customer, will be added when new
<JobNumber>
<Jobpresetname> PrintingConditionName must match a Preset Name in MeasureColor

XML example for Auto Job Setup using a preset

<JobInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.colorware.eu/2020/jobinformation http://www.colorware.eu/2020/jobinformation.xsd"
    xmlns="http://www.colorware.eu/2013/jobinformation"
    Version="3.0">

    <ClientName>AutoJobClient</ClientName>
    <JobNumber>PCM-101</JobNumber>
    <JobName>Automatic Job #101</JobName>
    <JobDescription>4color demo using a job preset</JobDescription>
    <JobPresetName>EU Coated (M0)</JobPresetName>
</JobInformation>

XML example for Auto Job Setup using a preset with additional inks

<?xml version="1.0" encoding="utf-8"?>
<JobInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.colorware.eu/2020/jobinformation http://www.colorware.eu/2020/jobinformation.xsd"
    xmlns="http://www.colorware.eu/2013/jobinformation"
    Version="3.0">

	<ClientName>AutoJobClient</ClientName>
	<JobNumber>PCM-102</JobNumber>
	<JobName>Automatic Job #102</JobName>
	<JobDescription>7color job using preset + extra inks</JobDescription>
        <JobPresetName>EU Coated (M0)</JobPresetName>

	<ColorReferences>
		<ColorReference RunSequence="5" ColorbarSlot="4" ReferenceType="Spot" ColorBookName="OGV (M0)" TargetDotgainCurveName="Default Linear Curve" Info="Some additional ink info">Example Orange</ColorReference>
		<ColorReference RunSequence="6" ColorbarSlot="5" ReferenceType="Spot" ColorBookName="OGV (M0)" TargetDotgainCurveName="Default Linear Curve" Info="Maybe Anilox info">Example Green</ColorReference>
		<ColorReference RunSequence="7" ColorbarSlot="6" ReferenceType="Spot" ColorBookName="OGV (M0)" TargetDotgainCurveName="Default Linear Curve" Info="or other identifier">Example Violet</ColorReference>
	</ColorReferences>
</JobInformation>

Optional elements

<MachineName> This must be an existing Machine name in MeasureColor
<Scanside> Top/Bottom
<Job Name>
<JobRemarks>
<JobDescription>
<MeasurementConditionsName> This must be an existing Measurement Condition in MeasureColor
<ToleranceSetName This must be an existing Tolerance Set name in MeasureColor

For every CustomDataField you can enter an ID (1-12) and a name the operator is required to fill when setting up a new job:

<CustomDataFields>
        <CustomDataField Id="1" Name="1st">Value1</CustomDataField>
        <CustomDataField Id="2" Name="2nd">Value2</CustomDataField>
</CustomDataFields>  
XML tag Notes
<PrintQualityInformation Brand=“Brand name” Category=“Product category”> Will be added when new
<PremediaCompany> Will be added when new
<PrintingProcess> Must be Offset, Flexo, Gravure, Digital or Other
<SubstrateClass> Must be FilmWhite, FilmClear, FilmMetalized, Vinyl, Paper, Paperboard, Corrogated, Metal or Other
<DesignNumber> optional Design Number
<PrintQualityInformation Brand="Brand name" Category="Product category">
    <PremediaCompany>Premedia company name</PremediaCompany>
    <PrintingProcess>Gravure</PrintingProcess>
    <SubstrateClass>Corrugated</SubstrateClass>
    <DesignNumber>1234AB</DesignNumber>
</PrintQualityInformation>

Remote Print Service Providers (optional)

To prepare jobs for Print Services Providers

XML tag Notes
<PrintLocationCompanyName> Must be an existing 'Limited Printing Location' name
<MachineName Must be the name of a Machine set up for that 'Limited Printing Location'
        <PrintLocationCompanyName>PSP1</PrintLocationCompanyName>
        <MachineName>My Offset Press (6 color)</MachineName>

This will tell the MeasureColor server to make this job available to only PSP 1.

XML examples for download

Example Download
preset 2022_pcm-101_preset.zip
preset with additional inks 2022_pcm-102_preset_with_additional_inks.zip