Loading

oce:AssignMediaToTray

Introduction

With this command you can assign media to a tray. It is possible to assign multiple trays in one command.

Syntax

XPath: /JMF/Command[@Type="oce:AssignMediaToTray"]

Description

This command must contain the media definition of the media you want to assign, the orientation and the tray id. The media to be assigned to a tray must be available in the media catalog of the device.

Media definition

XPath: /JMF/Command[@Type=”oce:AssignMediaToTray”]/Media

Supported attributes

@DescriptiveName

@Dimension

@ImagableSide

@MediaColorName

@MediaColorNameDetails

@MediaType

@MediaTypeDetails

@oce:CustomMediaType

@HoleType

@MediaSetCount

@HoleCount

@Weight

NOTE

The media attributes from a certain media can be retrieved by the JMF message: QueryResource

Media orientation

XPath: /JMF/Command[@Type=”oce:AssignMediaToTray”]/Media/GeneralID[@IDUsage="oce:Orientation"]/@IDValue

@IDValue

Description

"LongEdgeFeed"

The media will be oriented with long edge feed.

"ShortEdgeFeed"

The media will be oriented with short edge feed.

Tray identification (assign)

XPath: /JMF/Command[@Type=”oce:AssignMediaToTray”]/Media/Location/@LocationName

NOTE

The LocationName can be retrieved by the JMF message KnownDevices with @DeviceDetails="Full".

Example with one used media

<JMF ……>
	<Command ID="assign_command" Type="oce:AssignMediaToTray" xsi:type="CommandAssignMediaToTray">
		<Media Dimension="595.27559055 841.88976378" Weight="100" MediaColorName="Green" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="Plain">
			<GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" />
			<Location LocationName="Tray-4" />
		</Media>
	</Command>
</JMF>

Example with multiple used media

<JMF ……>
	<Command ID="assign_command" Type="oce:AssignMediaToTray" xsi:type="CommandAssignMediaToTray">
		<Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor">
			<GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" />
			<Location LocationName="Tray-11" />
		</Media>
		<Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor">
			<GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" />
			<Location LocationName="Tray-12" />
		</Command>
	</JMF>
	

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