Loading

Accounting - Impressions / number of printed sides

ResourcePool/UsageCounter

A UsageCounter element is only added to the AuditPool when the original ticket contains a UsageCounter. The UsageCounter in the original ticket can have any value for @CounterTypes. Use the UsageCounter element to track the performed work.

Syntax

XPath: /JDF/ResourcePool/UsageCounter

Supported attributes

See Response to QueryResource for usage counters for the description of the attributes of UsageCounter.

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/UsageCounterLink

The @ActualAmount contains the total number of printed impressions of 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/UsageCounterLink element is added when the job is completed or aborted (record.result = "Done" or "Abrt"). Per counter, one /JDF/AuditPool/ResourceAudit/UsageCounterLink element is added to the same /JDF/AuditPool/ResourceAudit.

Syntax

XPath: /JDF/AuditPool/ResourceAudit/UsageCounterLink

Supported attributes

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

  • @Usage = "Input"

  • @ActualAmount = "<see column "Accounting log" in topic Response to QueryResource for usage counters>"

  • @oce:ActualAmountA4Color = "<see nofprinteda4c>"

  • @oce:ActualAmountA4MICR = "<see nofprinteda4micr>"

  • @oce:ActualAmountA3BW = "<see nofprinteda3bw>"

  • @oce:ActualAmountXLBW = "<see nofprintedxlbw>"

  • @oce:ActualAmountA3Color = "<see nofprinteda3c>"

  • @oce:ActualAmountXLColor = "<see nofprintedxlc>"

  • @oce:ActualAmountA3MICR = "<see nofprinteda3micr>"

  • @oce:ActualAmountXLMICR = "<see nofprintedxlmicr>"

<AuditPool>
    <ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">
        <UsageCounterLink rRef="Counter_LargeBlack_170705172010.281" ActualAmount="9" oce:ActualAmountA3BW="9" oce:ActualAmountXLBW="0" Usage="Input" />
    </ResourceAudit>
    <ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">
        <UsageCounterLink rRef="Counter_ OneSided _170705172010.281" ActualAmount="14" Usage="Input" />
    </ResourceAudit>
</AuditPool>

ResourceLinkPool/UsageCounterLink

The @ActualAmount contains the total number of printed impressions of 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/UsageCounterLink element is added or updated when the job is completed or aborted (record.result = "Done" or "Abrt") or if the job is stopped and moved to the list of waiting jobs (record result = "Stop"). Per counter, one /JDF/AuditPool/ResourceLinkPool/UsageCounterLink element is added to the same /JDF/AuditPool/ResourceLinkPool.

Syntax

XPath: /JDF/ResourceLinkPool/UsageCounterLink

Supported attributes

See section ResourceAudit/UsageCounterLink

<ResourceLinkPool>
    <UsageCounterLink rRef="Counter_NormalBlack_170705172010.281" ActualAmount="11" Usage="Input" />
    <UsageCounterLink rRef="Counter_LargeBlack_170705172010.281" ActualAmount="9" oce:ActualAmountA3BW="9" oce:ActualAmountXLBW="0" Usage="Input" />
    <UsageCounterLink rRef="Counter_OneSided_170705172010.281" ActualAmount="14" Usage="Input" />
    <UsageCounterLink rRef="Counter_TwoSided_170705172010.2810" ActualAmount="18" Usage="Input" />
</ResourceLinkPool>

PhaseTime[@Status="InProgress"]/UsageCounterLink

The @ActualAmount contains the total number of printed impressions of 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 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"]/UsageCounterLink is added to each record of the job. Per counter, one /JDF/AuditPool/PhaseTime/UsageCounterLink element is added to the same /JDF/AuditPool/PhaseTime.

Syntax

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

Supported attributes

See section ResourceAudit/UsageCounterLink

<AuditPool>
    <PhaseTime QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:19:47Z" End="2017-07-05T17:19:49Z" Status="InProgress">
        <UsageCounterLink rRef="Counter_NormalBlack_170705172010.281" ActualAmount="11" Usage="Input" />
        <UsageCounterLink rRef="Counter_LargeBlack_170705172010.281" ActualAmount="9" oce:ActualAmountA3BW="9" oce:ActualAmountXLBW="0" Usage="Input" />
        <UsageCounterLink rRef="Counter_OneSided_170705172010.281" ActualAmount="14" Usage="Input" />
        <UsageCounterLink rRef="Counter_TwoSided_170705172010.2810" ActualAmount="18" Usage="Input" />
    </PhaseTime>
</AuditPool>

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip