With this command you can open a tray remotely. This command must contain only the LocationName of the tray you want to open. With the LocationName attribute you can specify the input tray location you want to open.
The LocationName can be retrieved by the JMF message KnownDevices with @DeviceDetails="Full".
Syntax
XPath: /JMF/Command[@Type="oce:OpenTray"]Location/@LocationName
<Command ID="open_command" Type="oce:OpenTray" xsi:type="CommandOpenTray"> <Location LocationName="Tray-13"/> </Command>
<?xml version="1.0" encoding="UTF-8"?> <JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AgentName="MyAgent" AgentVersion="2.1.7.x" DeviceID="fat-cep-602" MaxVersion="1.6" SenderID="MySystem" TimeStamp="2022-08-11T11:14:35+02:00" Version="1.6" xsi:type="JMFRootMessage"> <Command ID="OpenTheTray" Type="oce:OpenTray"> <Location LocationName="Tray-12"/> </Command> </JMF>
<?xml version="1.0" encoding="UTF-8"?> <JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oce="http://www.oce.com/JDF_Extension/1_00" SenderID="HQ-CEP2" TimeStamp="2022-08-22T08:21:16Z" Version="1.3" MaxVersion="1.3" ICSVersions="Base_L2-1.3 JMF_L2-1.3 IDP_L2-1.3" xsi:type="JMFRootMessage"> <Response ID="Response_220822082116.2699023_0" Type="oce:OpenTray" refID="MySystem" xsi:type="ResponseOpenTray" ReturnCode="0"> <Notification Class="Information" TimeStamp="2022-08-22T08:21:16Z"> <Comment>Request open tray was sent successfully</Comment> </Notification> </Response> </JMF>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: