Forum Discussion
Output bin auto not working
Alexander Fetscher This is most likely due to the printer driver that you are using not providing output tray as standard attribute. You can check details here for more details - https://docs.microsoft.com/en-us/universal-print/fundamentals/universal-print-connector-getting-print-options
What printer and printer driver are you using? Is there an alternate driver that you can use for your printer? If yes - follow the steps here: https://docs.microsoft.com/en-us/universal-print/fundamentals/universal-print-updating-printer-driver-howto
Thanks
Saurabh
Saurabh_Bansal
Thanks for the reply, its an Ricoh IM C3000.
First I took a Universal Printer Driver. But I changed it to the dedicated Driver for this model.
Behavior is the same.
I'm not quite sure what the critical parameters are in the diagnostic files.
These are extracts from the individual files:
LocalPcpt.xml:
<psf:Feature name="psk:JobOutputBin">
<psf:Option name="ns0000:PrinterDefault" />
</psf:Feature>
<psf:Feature name="psk:JobOutputBin">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xsd:QName">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="ns0000:PrinterDefault" />
<psf:Option name="ns0000:InternalShift" />
<psf:Option name="ns0000:Internal" />
<psf:Option name="ns0000:Internal2" />
<psf:Option name="ns0000:FinisherUpper" />
<psf:Option name="ns0000:FinisherShift" />
<psf:Option name="ns0000:FinisherBooklet" />
<psf:Option name="ns0000:LeftTray" />
<psf:Option name="ns0000:FoldProof" />
</psf:Feature>
ServicePdc.xml:
<psk:JobOutputBin psf2:psftype="Feature">
<ns0000:Auto psf2:psftype="Option" psf2:default="true">
<psk:FeedFace psf2:psftype="Property" xsi:type="xsd:QName">psk:FaceDown</psk:FeedFace>
</ns0000:Auto>
</psk:JobOutputBin>
ServiceAttributes.txt:
Attribute printer-output-tray: SimpleIppValue-Type:Keyword-Value:unsupported
Attribute output-bin-default: SimpleIppValue-Type:Keyword-Value:auto
Attribute output-bin-supported: SimpleIppValue-Type:Keyword-Value:auto
are these the right parameters?
Would it be great if you had a clue here?