HPGL2 questions.

Discussion in 'AutoCAD' started by godsjester71, Nov 2, 2004.

  1. godsjester71

    godsjester71 Guest

    I am trouble shooting a Vinyl cutter GRC-50, which i controlled by a database program thru a seriel connection. This is part of a what it send to the cutter:

    PU 394.910382,4780.970995;
    CI 136;
    PU3449.725551,2134.272610;
    PU 3449.725551,2134.272610;PD;
    AR-3.779703,2564.533820,-61.392368;
    PD 1196.30211268904,3467.56678466091;
    AR2276.995176,1255.697335,-47.202984;
    PD 1004.91266154558,5540.91940303053;
    PD1396.033997,6785.586567;
    AR882.935589,-273.547680,-30.048383;

    I've been able to convert this to a DWG format, I'm looking to convert a DWG file to this format (I beleive it is HPGL2) but haven't quite mastered it yet.

    Any help?
     
    godsjester71, Nov 2, 2004
    #1
  2. It is HPGL. To get that from AutoCAD, you can load one of the HPGL
    drivers in AutoCAD (e.g. for HP model 7475A) and plot to file. You will
    not get the real circles (CI) and arcs (AR) that you have in your code
    now; they will be built from series of short straight vectors. Some
    cutters may not like that. I also don't know whether the cutter expects
    the origin in the center (large format pen plotters), or in the corner
    (small format pen plotters and HPGL/2 devices).

    Govert
     
    Govert J. Knopper, Nov 2, 2004
    #2
  3. godsjester71

    godsjester71 Guest

    I have one driver allready setup for an HP 755CM, I use it for my reprographic vendor near me it gives me this in Notepad:

    %0B;%0AE%-12345X@PJL ENTER LANGUAGE = HPGL2
    %0BBP5,1;IN;PP1;QL100TR0;ROPS9736,16792RO90IP0,0,9735,16791SC2874,0,0,4957ACPA0,0PC1,255,0,0PC2,255,255,255SP1PD99,0SP2PD0,0PUNP256PC0,0,0,0;PC1,255,0,0;PC2,0,255,0;PC3,255,255,0;PC4,0,0,255;PC5,255,0,255;PC6,0,255,255;PC7,255,255,255;WU0PW0;%0A*t300R*v1N&a0N%0BPP1PP0PE<=WÃ…ywÀ;PM0PEÌØÂÂÒÒØÌØÄ¿ÚÃØËÂÃÒÑÌ×Ä׿ÃÃÙË×ÑÑÃÃ×ËÙÃÿ×Ä×ÌÑÒÃÂËØÃÚ¿ÂÄØ;PM1PE<=UÃ…SxÀ;PEÿÄÙÌ

    not exactly what I'm looking for. Will try the plotter you suggested.

    Either way thanks for responding.
     
    godsjester71, Nov 2, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.