Loading

Accounting – Ink usage

ResourcePool/Ink

Syntax

XPath: /JDF/ResourcePool/Ink

Supported attributes

The following elements are added:

<Ink Class="Consumable" ID="Ink_170705172010.281_4" Family="InkJet" PartIDKeys="Separation" Status="Available" Unit="l" AgentName="PRISMAsync" AgentVersion="2.2.0.0">

<Ink ColorName="Cyan" Separation="Cyan">

<Color CMYK="1 0 0 0"/>

</Ink>

<Ink ColorName="Magenta" Separation="Magenta">

<Color CMYK="0 1 0 0"/>

</Ink>

<Ink ColorName="Yellow" Separation="Yellow">

<Color CMYK="0 0 1 0"/>

</Ink>

<Ink ColorName="Black" Separation="Black">

<Color CMYK="0 0 0 1"/>

</Ink>

<Ink ColorName="MICR" Separation="MICR"/>

<Ink ColorName="ColorGrip" Separation="ColorGrip"/>

</Ink>

ResourceAudit

Syntax

XPath: /JDF/AuditPool/ResourceAudit

Supported attributes

  • @QueueEntryID = "<queue entry ID of job>"

  • @TimeStamp

  • @AgentName = "PRISMAsync"

  • @AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.

  • @Reason = "ProcessResult"

ResourceAudit/InkLink

The @ActualAmount contains the total amount of ink used for a job. The accounting log file can contain multiple records per job. Therefore, the @ActualAmount contains the sum of all values of the specific counter of all records of the job.

The /JDF/AuditPool/ResourceAudit/InkLink element is added when the job is completed or aborted (record.result = "Done" or "Abrt"). Since the different inks are part of the overall Ink node, only one /JDF/AuditPool/ResourceAudit/InkLink element is added to the same /JDF/AuditPool/ResourceAudit.

Syntax

XPath: /JDF/AuditPool/ResourceAudit/InkLink

Supported attributes

  • @rRef = "</JDF/ResourcePool/Ink/@ID>"

  • @Usage = "Input"

  • @ActualAmount

Example

<AuditPool>

<ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T11:50:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">

<InkLink rRef="Ink_170705172010.281_4" Usage="Input">

<AmountPool>

<PartAmount ActualAmount="0.000046">

<Part Separation="Cyan"/>

</PartAmount>

<PartAmount ActualAmount="0.000057">

<Part Separation="Magenta"/>

</PartAmount>

<PartAmount ActualAmount="0.000069">

<Part Separation="Yellow"/>

</PartAmount>

<PartAmount ActualAmount="0.00008" oce:ActualAmountBlackOnly="0">

<Part Separation="Black"/>

</PartAmount>

<PartAmount ActualAmount="0.000103">

<Part Separation="MICR"/>

</PartAmount>

<PartAmount ActualAmount="0.000092">

<Part Separation="ColorGrip"/>

</PartAmount>

</AmountPool>

</InkLink>

</ResourceAudit>

</AuditPool>

ResourceLinkPool/InkLink

The @ActualAmount contains the total amount of ink used for a job. The accounting log file can contain multiple records per job. Therefore, the @ActualAmount contains the sum of all values of the specific counter of all records of the job.

The /JDF/AuditPool/ResourceLinkPool/InkLink element is added or updated when the job is completed or aborted (record.result = "Done" or "Abrt") or when the job is stopped and moved to the list of waiting jobs (record result = "Stop").

Since the different inks are part of the overall Ink node, only one /JDF/AuditPool/ResourceLinkPool/InkLink element is added to the same /JDF/AuditPool/ResourceLinkPool.

Syntax

XPath: /JDF/ResourceLinkPool/InkLink

Supported attributes

See ResourceAudit/InkLink

PhaseTime[@Status="InProgress"]/InkLink

The accounting log file can contain multiple records per job. A job can be printed in multiple print runs (print, stop, move to the list of waiting jobs). For each print run, one /JDF/AuditPool/PhaseTime[@Status="InProgress"]/InkLink is added for each record of the job.

Since the different inks are part of the overall Ink node, only one /JDF/AuditPool/PhaseTime[@Status="InProgress"]/InkLink is added per /JDF/AuditPool/PhaseTime.

Syntax

XPath: /JDF/AuditPool/PhaseTime[@Status="InProgress"]/InkLink

Supported attributes

See section ResourceAudit/InkLink