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:
[When tray is full]
and set it toOtherwise, 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 |
<?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>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: