home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mentor / 326 < prev    next >
Encoding:
Text File  |  1993-01-04  |  2.1 KB  |  51 lines

  1. Newsgroups: comp.sys.mentor
  2. Path: sparky!uunet!panther!mothost!lmpsbbs!areaplg2.corp.mot.com!bhv
  3. From: bhv@areaplg2.corp.mot.com (Bronis Vidugiris)
  4. Subject: Re: Versatec 8236 plotter and 8.1
  5. Organization: Motorola, CCR&D, CORP, Schaumburg, IL
  6. Date: Mon, 4 Jan 1993 15:19:55 GMT
  7. Message-ID: <1993Jan4.151955.7721@lmpsbbs.comm.mot.com>
  8. Keywords: plot versatec
  9. References: <1993Jan4.165320.3738@crd.ge.com>
  10. Sender: news@lmpsbbs.comm.mot.com (Net News)
  11. Nntp-Posting-Host: 137.23.47.37
  12. Lines: 37
  13.  
  14. In article <1993Jan4.165320.3738@crd.ge.com> avlsidwb@sn370.utica.ge.com writes:
  15. )Does anyone out there know how to plot to an off-line Versatec 8236 plotter with
  16. )Mentor 8.1?  
  17.  
  18. Yep.  A minimal config file might look like this
  19.  
  20.    print_daemon               vcr
  21.    device                     v3236
  22.    rasterizer                 rpm DISK 12
  23.    interface                  offline       # (default)
  24.    offline_format             banded
  25.    output_directory           /idea/tmp
  26.    paper                      roll
  27.   post_job_command           /usr/spool/mgc/scripts/synergy.post.sh
  28.   post_job_string            "Post-job test string"
  29.  
  30. (your rasterizer may vary).
  31.  
  32. Also, you can make this black-and-white by just setting  'color_suport'
  33. variable to 'disabled' (look at VCR printing manual for UNIX, don't have
  34. the exact syntax handy).
  35.  
  36. This feeds into a synergy plotter for us - the synergy software (sycom_d) has
  37. not yet been recompiled for the HP700 (actually, we appear to be missing this
  38. source for some unkonwn reason) - anyway, we copy it over to a DN series
  39. machine and use the DN machine's sycom_d - for now.  (ugly, but it works).
  40.  
  41. This is the 'synergy.post.sh' command script, loosely based off of mentor's
  42. script from their 'Configuring and Using V8.1 print software in a
  43. Heterogeneous environment' (recommended, we got ours from our AE, not sure
  44. if it is available on-line or not).
  45.  
  46. BTW - watch out for bugs in the command to enable remote printing for sys5.3
  47. in the VCR printing manual for UNIX (available from Bold Browser).  Two
  48. crucial steps are omitted (accept and enable), and there is a typo in the
  49. lpadmin command too!  (thing it was -ocrsmodel -> osrsmodel, not positive).
  50.  
  51.