Sharp JX-9500H Instrucciones de operaciones Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 89
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
Xprint F.A.Q. Document revision 10 (16.09.2008)
Page 34/89
debug=$1
jobid=$2
comment=$3
files=$4
echo " `date` fax : jobid $jobid, comment $comment , files $files " >> $DBGFILE
if [ -z "$comment" ]
then
echo " job ${jobid} : NO phone number see comment " >> $DBGFILE
echo " job will be SUSPEND" >> $DBGFILE
exit 3
fi
cat $files | ${FAXPATH}/comfaxpr -phone $comment
echo " `date` fax $jobid send exit = $? " >> $DBGFILE
exit 0
I.3 How to define the new forms for the format LETTER ?
You must :
1. Create a new form :
xpadd -frm LETTER -ph 11i -pw 8.5i
2. Modify the default form of each host (the host can be ACTIVE or not) :
xpmod -hos -fm LETTER
By this way, each new printer is created with the form LETTER.
3. Modify the default form of existing printers :
xpchange -dev -stN (deactivate all printers).
xpmod -dev -fm LETTER (modify all printers in order to assign LETTER as the default form).
xpchange -dev (activate the printers again).
If you would like to define new forms based on the letter page size, you can use xpcopy -frm LETTER
(instead of xpadd -frm ... -ph 11i -pw 8.5i ...).
For example, if you would like to create a form called NEWFORM with a letter size but with
a specific default font 'Font1', you can use :
xpcopy -frm LETTER NEWFORM -ft Font1
I.4 Jobs sent to printer with bsd fast filter remain ACTIVE forever.
This results from a deadlock between fast filter and backend processing. The solution consists of modifying
the definition of each PCL used with a bsd fast filter (the path of PCL file is opt/Xprint/PCL/xpterm).
The option to be adapted is "itfpo" and the new value is the following one:
itfpo= "JOB_ID *=*" "DEBUG *=*" "PCL *=*" "COMMENT *=-w"
Then you have to perform 'xpmod -pcl <PCL name> -fi xpterm' for each PCL used by a bsd fast filter device.
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 88 89

Comentarios a estos manuales

Sin comentarios