home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4977 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.7 KB  |  65 lines

  1. Newsgroups: bit.listserv.sas-l
  2. Path: sparky!uunet!psinntp!isc-newsserver!sngdco
  3. From: sngdco@ultb.isc.rit.edu (S.N. Good)
  4. Subject: Problem doing "A" size plots to JDL 850 GL+ emulating an HP7580
  5. Message-ID: <1992Nov9.143010.20096@ultb.isc.rit.edu>
  6. Sender: Steven Good - NETWORK ADMINISTRATOR - SNGDCO@ISC.RIT.EDU - SNGDCO@RITVAX.BITNET
  7. Organization: Rochester Institute of Technology
  8. Date: Mon, 9 Nov 1992 14:30:10 GMT
  9. Lines: 54
  10.  
  11.  
  12. My setup:  Running sas 6.07 on a VAX/VMS cluster.  I have a printer queue
  13.     defined that has been working quite well as a standard printer, and
  14.     also a A and C size plotter for Arris CAD and AUTO CAD output.
  15.  
  16.     The printer is a JDL 850 GL+ that has a DUAL bin paper feeder and
  17.     has been configured in plot mode to emulate an HP 7580 plotter.
  18.  
  19.     I have several VMS print queus set up to select the proper size
  20.     paper and either print or plot mode.
  21.  
  22.  
  23. The problem: When I do the following...
  24.  
  25. FILENAME GSASFILE 'TEST.JDL';
  26. GOPTIONS BORDER
  27.          DEVICE=HP7580A
  28.          GSFNAME=GSASFILE
  29.          GSFMODE=REPLACE
  30.          GSFLEN=70;
  31.  
  32. PROC GTESTIT PICTURE=1;
  33. RUN;
  34.  
  35.     I get a plot coming out on "A" size paper (that is what I want),
  36.     but the x=0, y=0 origin seems to be wrong.  It appears that what
  37.     sas is doing (or what it's HP plot routines are doing), is not
  38.     actually creating a small size plot, but somehow scaling a large
  39.     plot down.  The result is a small diagram placed in the center of
  40.     a "C" size area, not in the 0,0 corner where it should be.
  41.  
  42. What I have tried to do to solve this:  I have tried using all the various
  43.     HP plotter types known to sas with out any positive result.  I have
  44.     also tried the PROLOG to give some HP plot commands to try and
  45.     correct the problem.  The PROLOG did not work since SAS put's it
  46.     scaling and other commands in it's plot data that comes out after
  47.     the PROLOG.  I also looked at the SAS HP output and compared it
  48.     to my CAD software HP output.  The SAS output definitly has
  49.     many reset and other commands that I wish I could take out.  I have
  50.     also tried to create my own DEVICE DRIVER by copying the HP7580A into
  51.     one called JDL850A and modifying some options.  I had notice when the 
  52.     pixel count was doubled the plot showed up in the 0,0 corner of the
  53.     paper but at the wrong size for it's border, when the pixel count was
  54.     as the default for HP 7580A it seemed to end up centered in the center
  55.     of a C size plot area.
  56.  
  57.     I am at the point of running out of things to try, any feeded back
  58.     would be appreciated.
  59.  
  60. -- 
  61.    ___      ___      ___  THREE MONKEYS INCORPERATED   Steven No Good
  62. |@/. .\@| @/- -\@  @/. .\@  The Conglomerate Where     Network Administrator
  63.  \\ _ //   / - \    \ o /   Reality is a concept &     Work (716) 475-2702
  64.   \\_//    \\_//     /_\  Euphoria is a state of mind  sngdco@ritvax.isc.rit.edu
  65.