Vann
Automotive
- Jan 27, 2004
- 8
I copied the following bit of code from the UGS site to plot all drawings in NX 3(Note: I replaced their default plotter name with my hp1050c)
--------------------------------------------
string/ dname(30)
inextn/ &drwg
a20: dname = nextn/ ifend, a70:
PLOT/PRINT,'hp1050c',PROFIL,'<System Profile>',dname
jump/ a20:
a70: halt
----------------------------------------------
However, I get the following error when I try to run it:
Error 1549139 at line 5
Unknown plotting printer, profile or group designation
It seems pretty straight forward. I don't know what I am missing. I am using UG NX 3.0.3.0 on Windows XP SP2.
--------------------------------------------
string/ dname(30)
inextn/ &drwg
a20: dname = nextn/ ifend, a70:
PLOT/PRINT,'hp1050c',PROFIL,'<System Profile>',dname
jump/ a20:
a70: halt
----------------------------------------------
However, I get the following error when I try to run it:
Error 1549139 at line 5
Unknown plotting printer, profile or group designation
It seems pretty straight forward. I don't know what I am missing. I am using UG NX 3.0.3.0 on Windows XP SP2.