I experienced the same problem before and what i did was, at print setup, reduce the resolution of output setting.. say from 1200 dpi to 600 dpi. And it does solved the problem. There, you will see your missing logic now.
This sounds like a time-out problem. Typically, the relationship lines are the last items to be plotted. It looks like either the file has hit its size limit or the communications channel was shut down before the transmission ended. Either way, you are looking at a plot that did not complete to the end. Ah, for the good old days of serial plotting in HP language. It kind of brings a tear to my eyes.
Member for
23 years 8 monthsRE: Logic not showing up on plots
Also type different driver for that plotter, some driver cannot printer certain line pattern and colour.
Member for
24 years 3 monthsRE: Logic not showing up on plots
I experienced the same problem before and what i did was, at print setup, reduce the resolution of output setting.. say from 1200 dpi to 600 dpi. And it does solved the problem. There, you will see your missing logic now.
Member for
21 years 2 monthsRE: Logic not showing up on plots
Try sending one page at a time to the plotter.
Member for
22 years 10 monthsRE: Logic not showing up on plots
This sounds like a time-out problem. Typically, the relationship lines are the last items to be plotted. It looks like either the file has hit its size limit or the communications channel was shut down before the transmission ended. Either way, you are looking at a plot that did not complete to the end. Ah, for the good old days of serial plotting in HP language. It kind of brings a tear to my eyes.