With this command you can assign media to a tray. It is possible to assign multiple trays in one command.
XPath: /JMF/Command[@Type="oce:AssignMediaToTray"]
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.
XPath: /JMF/Command[@Type=”oce:AssignMediaToTray”]/Media
@DescriptiveName |
@Dimension |
@ImagableSide |
@MediaColorName |
@MediaColorNameDetails |
@MediaType |
@MediaTypeDetails |
@oce:CustomMediaType |
@HoleType |
@MediaSetCount |
@HoleCount |
@Weight |
The media attributes from a certain media can be retrieved by the JMF message: QueryResource
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. |
XPath: /JMF/Command[@Type=”oce:AssignMediaToTray”]/Media/Location/@LocationName
The LocationName can be retrieved by the JMF message KnownDevices with @DeviceDetails="Full".
<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>
<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>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: