Microstation Tips and Tricks: Managing Multi-roll Plotters Tutorial
Printer Job Language (PJL) can be used to compile small scripts that can extend the functionality of the standard Microstation plot drivers, and to switch rolls on multi-roll plotters like the hp designjet 1055cm plus.
The following is a sample script which is saved as "t:/CAD/Scripts/PJL/roll1.txt".
%-12345X@PJL JOB NAME = "CAD Plot roll 1"%-12345X@PJL SET DRIVERVERSION=v4.61 (Win2000)
@PJL COMMENT Version 1
@PJL INITIALIZE
@PJL PRINTQUALITY=DRAFT
@PJL SET PALETTESOURCE=SOFTWARE
@PJL SET RENDERMODE=COLOR
@PJL SET RET=OFF
@PJL SET PRINTAREA=FULLSIZE
@PJL SET RESOLUTION=600
@PJL SET MARGINS=NORMAL
@PJL SET MEDIASOURCE=ROLL1
@PJL SET NUM_BANDS=0
@PJL ENTERLANGUAGE = HPGL2
For detailed information on PJL: View the full pdf
For a multi-roll plotter, plot drivers should be created for each of the paper sizes on the rolls, for example roll1_297mm.plt,
roll2_610mm.plt and roll3_841mm.plt. The plot drivers will be identical but each will reference a different PJL script.
Edit the first plot driver ("roll1_297mm.plt") so that the first line reads:
prefix=t:/CAD/Scripts/PJL/roll1.txt following our example on the previous page. The crucial line
in the script is:
@PJL SET MEDIASOURCE=ROLL1
This ensures that when a plot arrives that has been created using the plot driver roll1_297mm.plt, the appropriate roll is
loaded automatically. It is then worth creating a second script called roll_end.txt with just the following lines:
%-12345X@PJL SET DRIVERVERSION=v4.61 (Win2000)
@PJL COMMENT Version 1
@PJL INITIALIZE
@PJL RESET
At the very end of the plot driver, add the line:suffix=t:/CAD/Scripts/PJL/roll_end.txt
This seemed to sort out problems properly resetting the plotter after a change in the loaded roll.
- Courses
- Advanced Microstation V8
- Advanced Microstation V8 XM
- Advanced Microstation V8i
- Introduction to Microstation 3D V8
- Introduction to Microstation 3D V8 XM
- Introduction to Microstation 3D V8i
- Basic Microstation for Project Engineers
- Basic Microstation for Signalling Design
- Network Rail ISP - Intelligent Scheme Plans
- Scheme Plan Development using Westinghouse Plans
- Scheme Plan Development using Balfour Beatty Plans
- Customized Microstation Training
- Microstation Consultancy
- Microstation Configuration
- Microstation Workspace Development
- Microstation Interface Development
- Microstation Cells and Cell Libraries
- Microstation CAD Standards Documentation
- Microstation CAD Standards Compliance
- Microstation Processes and Workflows
- Microstation for Multi-User and Multi-Project Environments
- Microstation Programming and Batch Operations
- Microstation Printing Solutions
- Tutorials
- Quick Snap and View Commands
- Repeat Operations
- Combine Keyins
- Plotting Keyins
- Controlling the Microstation Design File Order
- Managing Microstation Multi-user CAD Environments
- Setting Up Microstation for Multi-disciplinary Environments
- Eliminate Pre-drawing time in Microstation
- PJL-Printer Job Language
- Microstation Maintenance in multi-user CAD Environments
- Extending Microstation Font Libraries
- Microstation Design Libraries (DGNLIB)
- Microstation Design History
