Loading

Stack Eject

Stack eject behavior can be controlled by a setting in a JDF ticket.

The eject can be done:

  • Just before the job starts printing

  • Just after the job has been printed

  • Both

This behavior from the JDF ticket will only be applied when the setting:

[Operator Panel]  → [Settings]  → [Workflow]  → [Output]  → [Next output tray] and set it to [When tray is full]

Otherwise, a stack eject will happen after every job.

The eject will be done for the HCS to which the job is printed. If tray linking is enabled on PRISMAsync, the actual HCS for printing and ejecting is selected by PRISMAsync.

Syntax

XPath: /JDF[contains(@Types="Stacking")]/ResourcePool/StackingParams/GeneralID[@IDUsage="StackEject"]@IDValue

Type

Enumeration

Supported range

@IDValue

Description

Before

Will eject the stacker before the job

After

Will eject the stacker after the job

BeforeAndAfter

Will eject the stacker before and after the job

Example

<?xml version="1.0" encoding="utf-8"?>
<JDF Type="Combined" Types="... Stacking ...">
	<ResourcePool>
		<StackingParams Class="Parameter" ID="StackingParams1" Status="Available">
			<GeneralID IDUsage="StackEject" IDValue="Before"/>
		</StackingParams>
	</ResourcePool>
	<ResourceLinkPool>
		<StackingParamsLink Usage="Input" rRef="StackingParams1"/>
	</ResourceLinkPool>
</JDF>

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-Mk9.zip