Jump to content

HELP: How to get plotter "\\PLOTSTN2\hp500ps" to work/recognize in a macro script?


vernonlee

Recommended Posts

Maybe a typo look at this carefully the extra space "ISO A0 "

 

Yes. I notice it previously & have corrected it but it still render the same error.

 

(COMMAND "-plot" "Y"  "[b]\\[/b]PLOTSTN2[b]\[/b]hp500ps" "ISO A0" "m" "LANDSCAPE" "N" "E" "1:1" "C" "Y" "RS485-URA A0 COLORED.ctb" "Y" "N" "N" "N"  "Y" "Y")

 

(COMMAND "-plot" "Y"  "[b]\\\[/b]PLOTSTN2[b]\\[/b]hp500ps" "ISO A0" "m"  "LANDSCAPE" "N" "E" "1:1" "C" "Y" "RS485-URA A0 COLORED.ctb" "Y" "N" "N"  "N"  "Y" "Y")

 

(COMMAND "-plot" "Y"  "[b]\\\\[/b]PLOTSTN2[b]\\[/b]hp500ps" "ISO A0" "m"  "LANDSCAPE" "N" "E" "1:1" "C" "Y" "RS485-URA A0 COLORED.ctb" "Y" "N" "N"  "N"  "Y" "Y")

 

Same error

(COMMAND "-plot" "Y" "
Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 26
  • Created
  • Last Reply

Top Posters In This Topic

  • vernonlee

    16

  • BIGAL

    8

  • ReMark

    1

  • YZ

    1

Top Posters In This Topic

Run it short 
(COMMAND "-plot" "Y"  "\\\\PLOTSTN2\\hp500ps")
then try 
(COMMAND "-plot" "Y"  "\\\\PLOTSTN2\\hp500ps" "ISO A0")
till you find error

Link to comment
Share on other sites

Run it short 
(COMMAND "-plot" "Y"  "\\\\PLOTSTN2\\hp500ps")
then try 
(COMMAND "-plot" "Y"  "\\\\PLOTSTN2\\hp500ps" "ISO A0")
till you find error

Ok. U will try this if the script methods suggestion on script do not work for me.

Link to comment
Share on other sites

Would this be a networked plotter?

 

You can't call a networked plotter from a macro, you have to use a script or a lisp.

 

The script in post #2 of this has always worked for me in the past with networked plotters:

http://www.cadeverything.com/help/showthread.php/6523-Printing-1000-files

 

 

Thanks. Just tested it up to the point before printing so of I believe it should work.

 

Finally :sweat:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...