Within the QueryStatus response the tray status is described using the StatusDetails and DeviceStatus pair of attributes:
Tray status |
StatusDetails |
DeviceStatus |
---|---|---|
Tray open |
DoorOpen |
Setup |
Tray empty |
MissResources |
Stopped |
Tray in use |
Good |
Running |
Tray ready |
Idling |
Idle |
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus/@StatusDetails
Supported range
@Class |
---|
Idling |
DoorOpen |
MissResource |
Good |
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus
Supported range
@ModuleStatus |
---|
@StatusDetails |
@DeviceStatus |
@ModuleID |
@ModuleType |
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus/@DeviceStatus
Supported range
@DeviceStatus |
---|
Idle |
Running |
Stopped |
Setup |
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus/@ModuleID
Type
String
Supported range
[0 .. 255] characters
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus/@ModuleType
Supported range
@ Class |
---|
Feeder |
Inside the @ModuleStatus element, if a media is assigned to the tray, a new custom node called @oce:ResourceInfo will be present. This element will contain a Media and an @AmountPool node similar to the ones in @ResourceInfo containing the details about the media assigned and the amount present.
Syntax
XPath: /Response/DeviceInfo/Device/ModuleStatus/oce:ResourceInfo
The AmountPool and Media attributes within the @oce:ResourceInfo element are described separately in this TRM in the chapter of the QueryResource JMF message.
Response example:
<?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-22T11:57:00Z" 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_220822115700.8157021_0" Type="Status" refID="ALCES_WWQIWD_13_20220822135653" xsi:type="ResponseStatus" ReturnCode="0"> <DeviceInfo CounterUnit="Impressions" DeviceID="HQ-CEP2" DeviceStatus="Stopped" oce:StatusDescription="EnergySaveMode" StatusDetails="Idling" Speed="0" DeviceCondition="OK" DeviceOperationMode="Productive"> <Comment AgentName="PRISMAsync" AgentVersion="8.3.2.0" /> <Device Class="Implementation" DeviceID="HQ-CEP2" DescriptiveName="Oce imagePRESS V1000 PRISMAsync R8.3.2.0" DeviceType="Oce imagePRESS V1000 R23.6.514.52" FriendlyName="Oce imagePRESS V1000" JDFVersions="1.3" ICSVersions="Base_L2-1.3 JMF_L2-1.3 IDP_L2-1.3" JMFSenderID="HQ-CEP2" JMFURL="http://HQ-CEP2.oce.nl:8010/PRISMAsync" PresentationURL="http://HQ-CEP2.oce.nl" SerialNumber="0644011100" Manufacturer="Oce" ModelName="Oce imagePRESS V1000" ModelNumber="8.3.0.0" ManufacturerURL="http://www.oce.com"> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-6" ModuleType="Feeder" /> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-5" ModuleType="Feeder" /> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-2" ModuleType="Feeder" /> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-1" ModuleType="Feeder" /> <ModuleStatus StatusDetails="MissResources" DeviceStatus="Stopped" ModuleID="Tray-13" ModuleType="Feeder" /> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-12" ModuleType="Feeder"> <oce:ResourceInfo> <Media ID="Media_220822092444.1393101_1" Class="Consumable" DescriptiveName="A4TopColor100Pink" Dimension="595.27559055 841.88976378" Status="Available" Weight="100" MediaColorName="Pink" HoleType="None" MediaSetCount="1" MediaType="Paper" oce:CustomMediaType="TopColor"> <GeneralID IDUsage="DeviceProductID" IDValue="B942A06A" /> <GeneralID IDUsage="oce:MediaFamily" IDValue="Uncoated" /> <!-- Indicates the preferred feed direction for that media: LongEdgeFeed or ShortEdgeFeed --> <GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" /> </Media> <AmountPool> <PartAmount DescriptiveName="POD Deck 1: Middle Tray" Orientation="Rotate90" ActualAmount="500" MaxAmount="1000"> <Part Location="Tray-12" /> </PartAmount> </AmountPool> </oce:ResourceInfo> </ModuleStatus> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-11" ModuleType="Feeder"> <oce:ResourceInfo> <Media ID="Media_220822092444.1403226_0" Class="Consumable" Dimension="595.27559055 841.88976378" Status="Available" Weight="100" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" oce:CustomMediaType="TopColor"> <GeneralID IDUsage="DeviceProductID" IDValue="4FC6BDAD" /> <GeneralID IDUsage="oce:MediaFamily" IDValue="Uncoated" /> <!-- Indicates the preferred feed direction for that media: LongEdgeFeed or ShortEdgeFeed --> <GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" /> </Media> <AmountPool> <PartAmount DescriptiveName="POD Deck 1: Upper Tray" Orientation="Rotate90" ActualAmount="500" MaxAmount="1000"> <Part Location="Tray-11" /> </PartAmount> </AmountPool> </oce:ResourceInfo> </ModuleStatus> <ModuleStatus StatusDetails="DoorOpen" DeviceStatus="Setup" ModuleID="Tray-23" ModuleType="Feeder" /> <ModuleStatus StatusDetails="MissResources" DeviceStatus="Stopped" ModuleID="Tray-22" ModuleType="Feeder" /> <ModuleStatus StatusDetails="Idling" DeviceStatus="Idle" ModuleID="Tray-21" ModuleType="Feeder" /> </Device> </DeviceInfo> <Queue DeviceID="HQ-CEP2" Status="Waiting"> <Device Class="Implementation" DeviceID="HQ-CEP2" /> </Queue> </Response> </JMF>