Using the -ooutbin parameter in JCL and LPD jobtype files
The
receive_jcl_jobtype.cfg
, receive_lpd_jobtype.cfg
, and receive_lpd_pdf_jobtype.cfg
control files provided with RICOH ProcessDirector map the value of the -ooutbin parameter to the Job.OutputBin property.To use the -ooutbin parameter in JCL and LPD jobtype files:
- Fill in this table with information from your application, printers, and bins. Each
row reflects information about one bin.
Column 1: Values used in -ooutbin parameter (property value) Column 2: Name of the bin in Properties notebook (object name, outputBin name) Column 3: Printer model (printerModel name) Column 4: Printer bin number (binNumber) Example: 9 Example: Stacker9 Example: InfoPrint 2085 Example: 9 - Copy this text into a blank text file:
<IPPD_UpdateData version="1.0" xmlns"xsi="http://www.w3.org/2001/ XMLSchema-instance"> <object name="Stacker9" type="OutputBin"> <property name="OutputBin.BinNumber" value="9"/> </object> <printerModel name="InfoPrint 2085"> <outputBin name="Stacker9" binNumber="9"/> </printerModel> </IPPD_UpdateData>
- Edit the text file with the values that you entered in the table:
- Copy the <object> and <printerModel> tag sets so you have one set for each row in the table.
- Use the values from column 1 for the value attribute of the property tag.
- Use the values from column 2 for the name attribute of both the object and outputBin tags.
- Use the values from column 3 for the name attribute of the printerModel tag.
- Use the values from column 4 for the binNumber attribute of the outputBin tag.
- Save the file.
- Click the Administration tab.
- In the left pane, click .
- Click and navigate to the XML file that you just created. Click Open.
- Click Import.