IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Page 1 of 2 1 2 >
Topic Options
#29462 - 04/07/09 11:20 AM PlanetPress Fax to MFD
Uomo Del Ghiaccio Offline
OL Expert

Registered: 02/21/01
Posts: 669
Is there any method to use a Printer MFD with PlanetPress Fax? I'm specifically looking at a Ricoh MDF.
_________________________
Uomo Del Ghiaccio
--------------------

Top
#29463 - 04/08/09 09:09 AM Re: PlanetPress Fax to MFD
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Uomo,

What exactly is an MFD?

Rapha

Top
#29464 - 04/08/09 09:16 AM Re: PlanetPress Fax to MFD
Uomo Del Ghiaccio Offline
OL Expert

Registered: 02/21/01
Posts: 669
Sorry,

Multifunctional Device or Printer
_________________________
Uomo Del Ghiaccio
--------------------

Top
#29465 - 04/08/09 09:18 AM Re: PlanetPress Fax to MFD
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Uomo,

PPFax sends job to the fax queue configured on your machine. The actual fax machine doesn't really matter, as long as a fax queue can be created to it in one of the three supported fax services. So if you can configure Windows Fax, Winfax Pro or Rightfax to send jobs to the MFD, then it should work fine with PPFax since it will send the job to the fax queue, not directly to the MFD, so at that point, the fax queue will take care of the job.

Regards,
Rapha

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
Uomo Del Ghiaccio Offline
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.

Code:
  
[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
cosimo Offline
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.

Code:
 @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
Uomo Del Ghiaccio Offline
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
-nth- Offline
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
Page 1 of 2 1 2 >