FacilitiesCAD
Chemical
- Jun 25, 2003
- 46
Well I thought I new Autocad because I could draw whatever I wanted (2D). Now I see I was wrong. I looked at the FAQ section and it doesn't seem to cover some of the basics.
I'll explain my situation so it might be easyer to give me some help. I use Autocad LT 2000 and your normal office products (Excel, Access and Word). I work with P&ID (Piping and Instrument Diagrams) and electrical drawings in AutoCAD. I have joined a group that has ~1700 diferntly named drawings that could use some organization. These drawing come from diferent sources so they are setup diferently. I am not a skilled programer but I'm not afraid to edit a program either. Bellow is a SCR program
that was intened to easily print any of the drawings. Note I ended up commenting most of it out to try to work on closing Autocad after it "printed". I've run it and it basically has 2 problems. 1) how do I get it to close at the end. 2) sometimes I want monocrome.ctb and other i want monocrome.stb I don't know ahead of time wich one I want. I know there is a command convertpstyles but am unsure how to use it if I don't know ahead of time if its .ctb or .stb. I cant just use a space to select default because sometime the default is none.
I would apreciate help on this and some ideas of what else I can use autocad to do. (ie what is a .lsp and how is it used in a simple example, what sort of things do people do between Autocad and excel or Access).
Thanks
;;printing removed
;-plot
;;Detailed plot configuration? [Yes/No] <No>: y
;Yes
;;Enter a layout name or [?] <Model>:
;Model
;;Enter an output device name or [?] <2304-2 my office>:
;2304-2 my office
;;Enter paper size or [?] <11x17>:
;11x17
;;Enter paper units [Inches/Millimeters] <Inches>:
;Inches
;;Enter drawing orientation [Portrait/Landscape] <Portrait>: lanscape
;Landscape
;;Plot upside down? [Yes/No] <No>:
;No
;;Enter plot area [Display/Extents/Limits/View/Window] <Extents>:
;Extents
;;Enter plot scale (Plotted Inches=Drawing Units) or [Fit] <Fit>:
;Fit
;;Enter plot offset (x,y) or
I'll explain my situation so it might be easyer to give me some help. I use Autocad LT 2000 and your normal office products (Excel, Access and Word). I work with P&ID (Piping and Instrument Diagrams) and electrical drawings in AutoCAD. I have joined a group that has ~1700 diferntly named drawings that could use some organization. These drawing come from diferent sources so they are setup diferently. I am not a skilled programer but I'm not afraid to edit a program either. Bellow is a SCR program
that was intened to easily print any of the drawings. Note I ended up commenting most of it out to try to work on closing Autocad after it "printed". I've run it and it basically has 2 problems. 1) how do I get it to close at the end. 2) sometimes I want monocrome.ctb and other i want monocrome.stb I don't know ahead of time wich one I want. I know there is a command convertpstyles but am unsure how to use it if I don't know ahead of time if its .ctb or .stb. I cant just use a space to select default because sometime the default is none.
I would apreciate help on this and some ideas of what else I can use autocad to do. (ie what is a .lsp and how is it used in a simple example, what sort of things do people do between Autocad and excel or Access).
Thanks
;;printing removed
;-plot
;;Detailed plot configuration? [Yes/No] <No>: y
;Yes
;;Enter a layout name or [?] <Model>:
;Model
;;Enter an output device name or [?] <2304-2 my office>:
;2304-2 my office
;;Enter paper size or [?] <11x17>:
;11x17
;;Enter paper units [Inches/Millimeters] <Inches>:
;Inches
;;Enter drawing orientation [Portrait/Landscape] <Portrait>: lanscape
;Landscape
;;Plot upside down? [Yes/No] <No>:
;No
;;Enter plot area [Display/Extents/Limits/View/Window] <Extents>:
;Extents
;;Enter plot scale (Plotted Inches=Drawing Units) or [Fit] <Fit>:
;Fit
;;Enter plot offset (x,y) or
<0.00,0.50>: center
;Center
;;Plot with plot styles? [Yes/No] <Yes>:
;Yes
;;Enter plot style table name or [?] (enter . for none) <monochrome.ctb>:
;monochrome.stb
;;Plot with lineweights? [Yes/No] <Yes>:
;yes
;;Remove hidden lines? [Yes/No] <No>:
;No
;;Write the plot to a file [Yes/No] <N>:
;No
;;Save changes to model tab [Yes/No]? <N>
;No
;;Proceed with plot [Yes/No] <Y>:
;Yes
;Close
;yes
exit
;Center
;;Plot with plot styles? [Yes/No] <Yes>:
;Yes
;;Enter plot style table name or [?] (enter . for none) <monochrome.ctb>:
;monochrome.stb
;;Plot with lineweights? [Yes/No] <Yes>:
;yes
;;Remove hidden lines? [Yes/No] <No>:
;No
;;Write the plot to a file [Yes/No] <N>:
;No
;;Save changes to model tab [Yes/No]? <N>
;No
;;Proceed with plot [Yes/No] <Y>:
;Yes
;Close
;yes
exit