vernonlee Posted May 22, 2015 Author Posted May 22, 2015 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" " Quote
BIGAL Posted June 6, 2015 Posted June 6, 2015 Run it short (COMMAND "-plot" "Y" "\\\\PLOTSTN2\\hp500ps") then try (COMMAND "-plot" "Y" "\\\\PLOTSTN2\\hp500ps" "ISO A0") till you find error Quote
nukecad Posted June 6, 2015 Posted June 6, 2015 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 Quote
vernonlee Posted June 8, 2015 Author Posted June 8, 2015 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. Quote
vernonlee Posted June 8, 2015 Author Posted June 8, 2015 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. I will give it a try. Quote
vernonlee Posted June 10, 2015 Author Posted June 10, 2015 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 Quote
Recommended Posts
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.