#29464 - 04/08/09 09:16 AM
Re: PlanetPress Fax to MFD
|
OL Expert
Registered: 02/21/01
Posts: 669
|
Sorry,
Multifunctional Device or Printer
_________________________
Uomo Del Ghiaccio --------------------
|
Top
|
|
|
|
#29466 - 04/09/09 01:31 PM
Re: PlanetPress Fax to MFD
|
Anonymous
Unregistered
|
Hi Uomo,
Did you manage to create a setup to Fax on your MFD? There is a very specific way to Fax on these devices from PlanetPress.
First step would be to to use a MSWord test document and print to file, using the MFD driver with the Fax output option. The PRN file created will contain the PJL commands necessary to communicate with the Fax device on the printer.
In a Watch process, use the add document plugin, and select the appropriate ptk file for your data. Then, copy paste the PJL commands in an "add/remove text" plugin, to add those commands at the beginning of the file. You can use variables to assign data to the fax number command. Then, as an output, use a printer queue pointing on your MFD, with no documents selected(passthrough).
You can open a support call if you need assistance with this procedure. Hope this helps.
Thanks. Regards,
Olivier
|
Top
|
|
|
|
#29467 - 04/13/09 10:00 AM
Re: PlanetPress Fax to MFD
|
OL Expert
Registered: 02/21/01
Posts: 669
|
Oliver, I was not able to get the faxing to work, yet. If I Fax/Print to a file, the header portion it looks like this.
[ESC]%-12345X@PJL PCFAXJOB
@PJL SET USERCODE=""
@PJL SET USERID="?"
@PJL SET TRACKID="AUiALAAASinrEgw"
@PJL SET HOSTNAME="M4BBB6Q"
@PJL SET HOSTLOGINNAME="PWATCH"
@PJL SET DATE="2009/04/10"
@PJL SET TIME="15:22:09"
@PJL COMMENT PCFAXJOBID=FAX
@PJL ENTER LANGUAGE=RFAX
_________________________
Uomo Del Ghiaccio --------------------
|
Top
|
|
|
|
#29468 - 04/14/09 11:45 AM
Re: PlanetPress Fax to MFD
|
OL Expert
Registered: 10/31/01
Posts: 1286
Loc: montreal
|
Hi, Try adding the following commands to the PS document. Just change some parameters to fit your environment. I have indicated below what you need to replace. @PJL LJOBINFO USERID = "your_login_id" HOSTID = "YOUR_LOGIN_ID"
@PJL SET JOBNAME = "Microsoft Word - Document1"
@PJL LFAX PHONENUMBER = "enter_fax_number" STATIONID = "your_login_id"
@PJL SET LFAXRESOLUTION = FINE
@PJL RDYMSG DISPLAY = "Microsoft Word - Document1"
@PJL ENTER LANGUAGE = Postscript Let us know if this works. Keep in mind that it may or may not work (driver dependent) Cosimo
|
Top
|
|
|
|
#29469 - 04/14/09 03:17 PM
Re: PlanetPress Fax to MFD
|
OL Expert
Registered: 02/21/01
Posts: 669
|
Cosimo,
Thanks, I tried it, but it failed.
I found a white paper and have been writing a VB application that passes the parameters to the installed Lan-Fax driver.
This works, but I still need to figure out how to open up the tiff or PDF file to send through the Lan-Fax driver. So far I'm only sending text based faxes.
_________________________
Uomo Del Ghiaccio --------------------
|
Top
|
|
|
|
#29470 - 04/14/09 04:35 PM
Re: PlanetPress Fax to MFD
|
OL Expert
Registered: 04/01/03
Posts: 236
Loc: Lincoln, NE
|
Would the "Windows Document Printing" Watch plugin help at all? Windows Document Printing As I understand, you can't just push a tiff, ps, or PDF file down to the Ricoh with the PJL commands as the header and have it work? This would be a pretty cool connection to get working. -nth-
|
Top
|
|
|
|
#29471 - 04/14/09 04:47 PM
Re: PlanetPress Fax to MFD
|
Anonymous
Unregistered
|
Hi nth,
The problem with printing through the driver is that most of the time, it will pop a window to manually enter the fax number and sender's details, which you don't want in Watch. No user intervention must be needed at any given time. We often manage to find the right commands to communicate with the Fax on a printer. In this case I would recommend opening a support call so we can work more efficiently towards a solution with this device.
Thanks.
Olivier
|
Top
|
|
|
|
|
|