Page 1 of 1
Hp indigo ClickCount JMF
Posted: Tue Apr 14, 2015 5:19 pm
by aymen
Hi,
Has anyone prepared a solution for getting feedback from press to know the daily number of click by using JMF ?
Thanks
Re: Hp indigo ClickCount JMF
Posted: Tue Apr 14, 2015 7:46 pm
by gabrielp
I haven't played with it but the Status JMF sent to a press device returns ProductionCounter and TotalProductionCounter. Perhaps those will give you what you want?
Code: Select all
<?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" SenderID="MIS System" TimeStamp="2006-04-19T17:47:10-07:00" Version="1.2">
<Query ID="misb4c3c9f88d02c8ea" Type="Status" xsi:type="QueryStatus">
<StatusQuParams DeviceDetails="Details" />
</Query>
</JMF>