Macro to create multiple lines from same base point

Macro to create multiple lines from same base point

Anonymous
Not applicable
3,357 Views
25 Replies
Message 1 of 26

Macro to create multiple lines from same base point

Anonymous
Not applicable

Hi All 

 

having trouble with this macro i created which should draw multiple lines from the same base point .  it works up until the point where i choose the base then when i try to initiate the polyline from the basepoint it fails. It just trys to enter $M= as a point and returns an invlaid point. Can anyone see my mistake here. 

 

^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;BASE;\;Pline;$M=$(GETVAR,INSBASE);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;

 

 

cheers 

 

Paul 

0 Likes
Accepted solutions (3)
3,358 Views
25 Replies
Replies (25)
Message 2 of 26

cadffm
Consultant
Consultant
Accepted solution

Look into your Log(F2), you repeat the "last command" afters setting the Base-point. You repeat "BASE"

 

 

 

^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;

 

BASE;\;

 

= "Base" start command

= "\" wait for one Userinput(the user push "enter" self

= ; repeat last command (= BASE)

 

 

 

Solution, remove your ";" after "Base;\

Sebastian

Message 3 of 26

steven-g
Mentor
Mentor

Debugging macros in LT is not easy, as Sebastian has said pay close attention to the command line history, and one other helpful variable is macrotrace=1 it's undocumented and only valid in the current session of Autocad and is not saved, but it gives a breakdown of what happens inside the Diesel strings (again not easy to follow - but useful).

Message 4 of 26

Anonymous
Not applicable
Cheers Guys thanks for the help on this one.
0 Likes
Message 5 of 26

Anonymous
Not applicable
@cadffm apologies i clicked too soon i am still experiencing an issue after the base command. I am now able to enter it but My command line is reading


Command : Pline

Pline starting point: $M=

0 Likes
Message 6 of 26

steven-g
Mentor
Mentor

Make sure you have only removed that one single semi colon, otherwise paste your updated code here because it should be working.

0 Likes
Message 7 of 26

Anonymous
Not applicable
Yes your right i Just tested in another dwg and it works. Is it a system variable or setting i am missing?
0 Likes
Message 8 of 26

steven-g
Mentor
Mentor

Not that I am aware of, it could have just been a hiccup in the system, I do occasionally notice that after altering a macro the old version is somehow still in memory, or some other odd behaviour. It doesn't happen often and I couldn't say why maybe UE (User Error).

0 Likes
Message 9 of 26

Anonymous
Not applicable
User error? So the same macro attached to my default right click menu , returns different responses in two drawings running at the same time. One works perfectly as required and the second returns

Command : Pline

Pline starting point: $M=

0 Likes
Message 10 of 26

steven-g
Mentor
Mentor

Now that is interesting ! you could be onto something here. Is it repeatable if you close autocad and open these same 2 drawings again.

0 Likes
Message 11 of 26

Anonymous
Not applicable
Yes i restarted opened up another drawing i had worked on before and started a brand new drawing. Again it does not work in the older drawing but works in a brand new session. When i save the new drawing and re open it still works. Does it have something to do with versions? The older drawings were created in earlier versions of CAD
0 Likes
Message 12 of 26

steven-g
Mentor
Mentor

It could be version related or a variable that is stored with the drawing, I can't think of a variable to stop a diesel macro from running (but there could be), I would list all the variables from both drawings and compare them, but it's a bit of a job. The command "setvar" followed by "?" and then "*" will list all of the system variables, setting qaflags=2 before hand will give you the complete listing without having to press enter all the time. And using logfiles will make it easier than copying the command history which can be limited in length. And all this probably sounds like rambling at the moment ;>) , it's a long description, could you post the two drawings, I would certainly be interested in testing it out.

0 Likes
Message 13 of 26

Anonymous
Not applicable

No it makes perfect sense :). I cant share the drawings unfortunately but i have compared the two log files via excel see below . 

 

CDATE 20170905.11532201 (read only) CDATE 20170905.11545900 (read only) FALSE
CLIPBOARD 4 (read only) CLIPBOARD 1 (read only) FALSE
DATE 2458002.49540509 (read only) DATE 2458002.49651620 (read only) FALSE
DBMOD 55 (read only) DBMOD 21 (read only) FALSE
DWGNAME "" (read only) DWGNAME "" (read only) FALSE
DWGPREFIX "" (read only) DWGPREFIX "" (read only) TRUE
EXTMAX 159763.5000,159536.6944,136.0000 (read only) EXTMAX 3529.2521,1771.4822,0.0000 (read only) FALSE
EXTMIN 0.0000,-1.0679,-1.0000 (read only) EXTMIN 3402.1130,1709.9979,0.0000 (read only) FALSE
GRIDMODE 0 GRIDMODE 1 FALSE
INSBASE 158529.8987,156954.3084,0.0000 INSBASE 3412.2022,1746.0785,0.0000 FALSE
LASTANGLE 155 (read only) LASTANGLE 358 (read only) FALSE
LASTPOINT 158512.0662,156996.3167,0.0000 LASTPOINT 3347.1213,1729.9481,0.0000 FALSE
LOGFILENAME LOGFILENAME TRUE
OFFSETDIST 0.6000 OFFSETDIST -1.0000 FALSE
SAVEFILE SAVEFILE FALSE
SAVENAME SAVENAME "" (read only) FALSE
TDCREATE 2457605.71217593 (read only) TDCREATE 2458002.47575232 (read only) FALSE
TDINDWG 17.44053681 (read only) TDINDWG 0.02039352 (read only) FALSE
TDUCREATE 2457605.67051692 (read only) TDUCREATE 2458002.43408565 (read only) FALSE
TDUPDATE 2458002.45479167 (read only) TDUPDATE 2458002.47899306 (read only) FALSE
TDUSRTIMER 17.44053601 (read only) TDUSRTIMER 0.02039352 (read only) FALSE
TDUUPDATE 2458002.41312500 (read only) TDUUPDATE 2458002.43732639 (read only) FALSE
TEXTSIZE 3.6074 TEXTSIZE 2.5000 FALSE
VIEWCTR 158595.3117,156936.2677,0.0000 (read only) VIEWCTR 3442.6987,1736.4238,0.0000 (read only) FALSE
VIEWSIZE 130.3905 (read only) VIEWSIZE 100.6103 (read only) FALSE
VSMAX 231312.2391,181075.6054,0.0000 (read only) VSMAX 4705.3726,2145.2586,0.0000 (read only) FALSE
VSMIN 85771.4707,132840.1032,0.0000 (read only) VSMIN 2284.4426,1342.9076,0.0000 (read only) FALSE
CENTEREXE 0.1200 CENTEREXE 3.5000 FALSE
CENTERLTYPEFILE "acad.lin" CENTERLTYPEFILE "acadiso.lin" FALSE
HPCOLOR "RGB:40,148,215" HPCOLOR "use current" FALSE
HPTRANSPARENCY "ByLayer" HPTRANSPARENCY "use current" FALSE
3DSELECTIONMODE 1 3DSELECTIONMODE 1 TRUE
AFLAGS 16 AFLAGS 16 TRUE
ANGBASE 0 ANGBASE 0 TRUE
ANGDIR 0 ANGDIR 0 TRUE
ANNOALLVISIBLE 1 ANNOALLVISIBLE 1 TRUE
ANNOAUTOSCALE -4 ANNOAUTOSCALE -4 TRUE
ANNOTATIVEDWG 0 ANNOTATIVEDWG 0 TRUE
APBOX 0 APBOX 0 TRUE
APERTURE 10 APERTURE 10 TRUE
AREA 0.0000 (read only) AREA 0.0000 (read only) TRUE
ATTDIA 0 ATTDIA 0 TRUE
ATTIPE 0 ATTIPE 0 TRUE
ATTMODE 1 ATTMODE 1 TRUE
ATTMULTI 1 ATTMULTI 1 TRUE
ATTREQ 1 ATTREQ 1 TRUE
AUDITCTL 0 AUDITCTL 0 TRUE
AUNITS 0 AUNITS 0 TRUE
AUPREC 0 AUPREC 0 TRUE
AUTOMATICPUB 0 AUTOMATICPUB 0 TRUE
AUTOSNAP 55 AUTOSNAP 55 TRUE
BACKGROUNDPLOT 0 BACKGROUNDPLOT 0 TRUE
BACKZ 0.0000 (read only) BACKZ 0.0000 (read only) TRUE
BACTIONBARMODE 1 BACTIONBARMODE 1 TRUE
BACTIONCOLOR "7" BACTIONCOLOR "7" TRUE
BCONSTATUSMODE 0 BCONSTATUSMODE 0 TRUE
BDEPENDENCYHIGHLIGHT 1 BDEPENDENCYHIGHLIGHT 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
BGRIPOBJCOLOR "141" BGRIPOBJCOLOR "141" TRUE
BGRIPOBJSIZE 8 BGRIPOBJSIZE 8 TRUE
BINDTYPE 0 BINDTYPE 0 TRUE
BLOCKEDITLOCK 0 BLOCKEDITLOCK 0 TRUE
BLOCKEDITOR 0 (read only) BLOCKEDITOR 0 (read only) TRUE
BPARAMETERCOLOR "170" BPARAMETERCOLOR "170" TRUE
BPARAMETERFONT "Simplex.shx" BPARAMETERFONT "Simplex.shx" TRUE
BPARAMETERSIZE 12 BPARAMETERSIZE 12 TRUE
BTMARKDISPLAY 1 BTMARKDISPLAY 1 TRUE
BVMODE 0 BVMODE 0 TRUE
CANNOSCALE "1:1" CANNOSCALE "1:1" TRUE
CANNOSCALEVALUE 1.000000000 (read only) CANNOSCALEVALUE 1.000000000 (read only) TRUE
CECOLOR "BYLAYER" CECOLOR "BYLAYER" TRUE
CELTSCALE 1.0000 CELTSCALE 1.0000 TRUE
CELTYPE "BYLAYER" CELTYPE "BYLAYER" TRUE
CELWEIGHT -1 CELWEIGHT -1 TRUE
CENTERMT 0 CENTERMT 0 TRUE
CETRANSPARENCY ByLayer CETRANSPARENCY ByLayer TRUE
CGEOCS "" (read only) CGEOCS "" (read only) TRUE
CHAMFERA 0.0000 CHAMFERA 0.0000 TRUE
CHAMFERB 0.0000 CHAMFERB 0.0000 TRUE
CHAMFERC 0.0000 CHAMFERC 0.0000 TRUE
CHAMFERD 0 CHAMFERD 0 TRUE
CHAMMODE 0 CHAMMODE 0 TRUE
CIRCLERAD 0.0000 CIRCLERAD 0.0000 TRUE
CLAYER "CBL_Drop" CLAYER "CBL_Drop" TRUE
CLAYOUT "Model*22" CLAYOUT "Model*22" TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
CMDACTIVE 1 (read only) CMDACTIVE 1 (read only) TRUE
CMDDIA 0 CMDDIA 0 TRUE
CMDECHO 1 CMDECHO 1 TRUE
CMDINPUTHISTORYMAX 20 CMDINPUTHISTORYMAX 20 TRUE
CMDNAMES "SETVAR" (read only) CMDNAMES "SETVAR" (read only) TRUE
CMLEADERSTYLE "Standard" CMLEADERSTYLE "Standard" TRUE
CONSTRAINTBARMODE 4095 CONSTRAINTBARMODE 4095 TRUE
CONSTRAINTNAMEFORMAT 2 CONSTRAINTNAMEFORMAT 2 TRUE
CONSTRAINTRELAX 0 (read only) CONSTRAINTRELAX 0 (read only) TRUE
CONSTRAINTSOLVEMODE 1 CONSTRAINTSOLVEMODE 1 TRUE
COORDS 2 COORDS 2 TRUE
COPYMODE 0 COPYMODE 0 TRUE
CPLOTSTYLE "ByColor" (read only) CPLOTSTYLE "ByColor" (read only) TRUE
CTAB "Model" CTAB "Model" TRUE
CTABLESTYLE "Standard" CTABLESTYLE "Standard" TRUE
CURSORSIZE 5 CURSORSIZE 5 TRUE
DATALINKNOTIFY 2 DATALINKNOTIFY 2 TRUE
DBLCLKEDIT ON DBLCLKEDIT ON TRUE
DCTCUST "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." DCTCUST "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." TRUE
DCTMAIN "enu" DCTMAIN "enu" TRUE
DEFLPLSTYLE "ByColor" (read only) DEFLPLSTYLE "ByColor" (read only) TRUE
DEFPLSTYLE "ByColor" (read only) DEFPLSTYLE "ByColor" (read only) TRUE
DELOBJ 3 DELOBJ 3 TRUE
DGNFRAME 0 DGNFRAME 0 TRUE
DGNIMPORTMAX 10000000 DGNIMPORTMAX 10000000 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
DGNMAPPINGPATH "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." (read only) DGNMAPPINGPATH "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." (read only) TRUE
DGNOSNAP 1 DGNOSNAP 1 TRUE
DIASTAT 1 (read only) DIASTAT 1 (read only) TRUE
DIMADEC 0 DIMADEC 0 TRUE
DIMALT OFF DIMALT OFF TRUE
DIMALTD 3 DIMALTD 3 TRUE
DIMALTF 0.0394 DIMALTF 0.0394 TRUE
DIMALTRND 0.0000 DIMALTRND 0.0000 TRUE
DIMALTTD 3 DIMALTTD 3 TRUE
DIMALTTZ 0 DIMALTTZ 0 TRUE
DIMALTU 2 DIMALTU 2 TRUE
DIMALTZ 0 DIMALTZ 0 TRUE
DIMANNO 0 (read only) DIMANNO 0 (read only) TRUE
DIMAPOST "" DIMAPOST "" TRUE
DIMARCSYM 0 DIMARCSYM 0 TRUE
DIMASO ON DIMASO ON TRUE
DIMASSOC 2 DIMASSOC 2 TRUE
DIMASZ 2.5000 DIMASZ 2.5000 TRUE
DIMATFIT 3 DIMATFIT 3 TRUE
DIMAUNIT 0 DIMAUNIT 0 TRUE
DIMAZIN 0 DIMAZIN 0 TRUE
DIMBLK "" DIMBLK "" TRUE
DIMBLK1 "" DIMBLK1 "" TRUE
DIMBLK2 "" DIMBLK2 "" TRUE
DIMCEN 2.5000 DIMCEN 2.5000 TRUE
DIMCLRD 0 DIMCLRD 0 TRUE
DIMCLRE 0 DIMCLRE 0 TRUE
DIMCLRT 0 DIMCLRT 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
DIMDEC 2 DIMDEC 2 TRUE
DIMDLE 0.0000 DIMDLE 0.0000 TRUE
DIMDLI 3.7500 DIMDLI 3.7500 TRUE
DIMDSEP "," DIMDSEP "," TRUE
DIMEXE 1.2500 DIMEXE 1.2500 TRUE
DIMEXO 0.6250 DIMEXO 0.6250 TRUE
DIMFIT 3 DIMFIT 3 TRUE
DIMFRAC 0 DIMFRAC 0 TRUE
DIMFXL 1.0000 DIMFXL 1.0000 TRUE
DIMFXLON OFF DIMFXLON OFF TRUE
DIMGAP 0.6250 DIMGAP 0.6250 TRUE
DIMJOGANG 45 DIMJOGANG 45 TRUE
DIMJUST 0 DIMJUST 0 TRUE
DIMLDRBLK "" DIMLDRBLK "" TRUE
DIMLFAC 1.0000 DIMLFAC 1.0000 TRUE
DIMLIM OFF DIMLIM OFF TRUE
DIMLTEX1 "" DIMLTEX1 "" TRUE
DIMLTEX2 "" DIMLTEX2 "" TRUE
DIMLTYPE "" DIMLTYPE "" TRUE
DIMLUNIT 2 DIMLUNIT 2 TRUE
DIMLWD -2 DIMLWD -2 TRUE
DIMLWE -2 DIMLWE -2 TRUE
DIMPOST "" DIMPOST "" TRUE
DIMRND 0.0000 DIMRND 0.0000 TRUE
DIMSAH OFF DIMSAH OFF TRUE
DIMSCALE 1.0000 DIMSCALE 1.0000 TRUE
DIMSD1 OFF DIMSD1 OFF TRUE
DIMSD2 OFF DIMSD2 OFF TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
DIMSE1 OFF DIMSE1 OFF TRUE
DIMSE2 OFF DIMSE2 OFF TRUE
DIMSHO ON DIMSHO ON TRUE
DIMSOXD OFF DIMSOXD OFF TRUE
DIMSTYLE "ISO-25" (read only) DIMSTYLE "ISO-25" (read only) TRUE
DIMTAD 1 DIMTAD 1 TRUE
DIMTDEC 2 DIMTDEC 2 TRUE
DIMTFAC 1.0000 DIMTFAC 1.0000 TRUE
DIMTFILL 0 DIMTFILL 0 TRUE
DIMTFILLCLR 0 DIMTFILLCLR 0 TRUE
DIMTIH OFF DIMTIH OFF TRUE
DIMTIX OFF DIMTIX OFF TRUE
DIMTM 0.0000 DIMTM 0.0000 TRUE
DIMTMOVE 0 DIMTMOVE 0 TRUE
DIMTOFL ON DIMTOFL ON TRUE
DIMTOH OFF DIMTOH OFF TRUE
DIMTOL OFF DIMTOL OFF TRUE
DIMTOLJ 0 DIMTOLJ 0 TRUE
DIMTP 0.0000 DIMTP 0.0000 TRUE
DIMTSZ 0.0000 DIMTSZ 0.0000 TRUE
DIMTVP 0.0000 DIMTVP 0.0000 TRUE
DIMTXSTY "Standard" DIMTXSTY "Standard" TRUE
DIMTXT 2.5000 DIMTXT 2.5000 TRUE
DIMTXTDIRECTION OFF DIMTXTDIRECTION OFF TRUE
DIMTZIN 8 DIMTZIN 8 TRUE
DIMUNIT 2 DIMUNIT 2 TRUE
DIMUPT OFF DIMUPT OFF TRUE
DIMZIN 8 DIMZIN 8 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
DISPSILH 0 DISPSILH 0 TRUE
DISTANCE 0.0000 (read only) DISTANCE 0.0000 (read only) TRUE
DONUTID 0.5000 DONUTID 0.5000 TRUE
DONUTOD 1.0000 DONUTOD 1.0000 TRUE
DRAGMODE 2 DRAGMODE 2 TRUE
DRAGP1 5000 DRAGP1 5000 TRUE
DRAGP2 10 DRAGP2 10 TRUE
DRAWORDERCTL 3 DRAWORDERCTL 3 TRUE
DWFFRAME 2 DWFFRAME 2 TRUE
DWFOSNAP 1 DWFOSNAP 1 TRUE
DWGCHECK 1 DWGCHECK 1 TRUE
DWGCODEPAGE "ANSI_1252" (read only) DWGCODEPAGE "ANSI_1252" (read only) TRUE
DWGTITLED 1 (read only) DWGTITLED 1 (read only) TRUE
DYNCONSTRAINTMODE 1 DYNCONSTRAINTMODE 1 TRUE
DYNDIGRIP 31 DYNDIGRIP 31 TRUE
DYNDIVIS 1 DYNDIVIS 1 TRUE
DYNPICOORDS 0 DYNPICOORDS 0 TRUE
DYNPIFORMAT 0 DYNPIFORMAT 0 TRUE
DYNPIVIS 1 DYNPIVIS 1 TRUE
DYNPROMPT 1 DYNPROMPT 1 TRUE
DYNTOOLTIPS 1 DYNTOOLTIPS 1 TRUE
EDGEMODE 0 EDGEMODE 0 TRUE
ELEVATION 0.0000 ELEVATION 0.0000 TRUE
EXEDIR "C:\Program Files\Autodesk\AutoCAD LT 2018\" (read only) EXEDIR "C:\Program Files\Autodesk\AutoCAD LT 2018\" (read only) TRUE
EXPERT 0 EXPERT 0 TRUE
EXPLMODE 1 EXPLMODE 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
EXTNAMES 1 EXTNAMES 1 TRUE
FACETRES 0.5000 FACETRES 0.5000 TRUE
FIELDDISPLAY 1 FIELDDISPLAY 1 TRUE
FIELDEVAL 31 FIELDEVAL 31 TRUE
FILEDIA 1 FILEDIA 1 TRUE
FILLETRAD 0.0000 FILLETRAD 0.0000 TRUE
FILLMODE 1 FILLMODE 1 TRUE
FONTALT "simplex.shx" FONTALT "simplex.shx" TRUE
FONTMAP "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." FONTMAP "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." TRUE
FRONTZ 0.0000 (read only) FRONTZ 0.0000 (read only) TRUE
FULLPLOTPATH 1 FULLPLOTPATH 1 TRUE
GEOLATLONGFORMAT 0 GEOLATLONGFORMAT 0 TRUE
GEOMARKERVISIBILITY 1 GEOMARKERVISIBILITY 1 TRUE
GFANG 0 GFANG 0 TRUE
GFCLR1 "5" GFCLR1 "5" TRUE
GFCLR2 "2" GFCLR2 "2" TRUE
GFCLRLUM 1.000000000 GFCLRLUM 1.000000000 TRUE
GFCLRSTATE 0 GFCLRSTATE 0 TRUE
GFNAME 1 GFNAME 1 TRUE
GFSHIFT 0 GFSHIFT 0 TRUE
GRIDDISPLAY 3 GRIDDISPLAY 3 TRUE
GRIDMAJOR 5 GRIDMAJOR 5 TRUE
GRIDUNIT 10.0000,10.0000 GRIDUNIT 10.0000,10.0000 TRUE
GRIPBLOCK 0 GRIPBLOCK 0 TRUE
GRIPCOLOR 150 GRIPCOLOR 150 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
GRIPCONTOUR 251 GRIPCONTOUR 251 TRUE
GRIPDYNCOLOR 140 GRIPDYNCOLOR 140 TRUE
GRIPHOT 12 GRIPHOT 12 TRUE
GRIPHOVER 11 GRIPHOVER 11 TRUE
GRIPOBJLIMIT 100 GRIPOBJLIMIT 100 TRUE
GRIPS 2 GRIPS 2 TRUE
GRIPTIPS 1 GRIPTIPS 1 TRUE
HALOGAP 0 HALOGAP 0 TRUE
HANDLES 1 (read only) HANDLES 1 (read only) TRUE
HIDETEXT ON HIDETEXT ON TRUE
HIDEXREFSCALES 1 HIDEXREFSCALES 1 TRUE
HIGHLIGHT 1 HIGHLIGHT 1 TRUE
HPANG 0 HPANG 0 TRUE
HPANNOTATIVE 0 HPANNOTATIVE 0 TRUE
HPASSOC 1 HPASSOC 1 TRUE
HPBOUND 1 HPBOUND 1 TRUE
HPBOUNDRETAIN 0 HPBOUNDRETAIN 0 TRUE
HPDOUBLE 0 HPDOUBLE 0 TRUE
HPDRAWORDER 3 HPDRAWORDER 3 TRUE
HPGAPTOL 0.0000 HPGAPTOL 0.0000 TRUE
HPINHERIT 0 HPINHERIT 0 TRUE
HPISLANDDETECTION 1 HPISLANDDETECTION 1 TRUE
HPISLANDDETECTIONMODE 1 HPISLANDDETECTIONMODE 1 TRUE
HPMAXLINES 100000 HPMAXLINES 100000 TRUE
HPNAME "ANGLE" HPNAME "ANGLE" TRUE
HPOBJWARNING 10000 HPOBJWARNING 10000 TRUE
HPORIGIN 0.0000,0.0000 HPORIGIN 0.0000,0.0000 TRUE
HPORIGINMODE 0 HPORIGINMODE 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
HPQUICKPREVTIMEOUT 2 HPQUICKPREVTIMEOUT 2 TRUE
HPSCALE 1.0000 HPSCALE 1.0000 TRUE
HPSEPARATE 0 HPSEPARATE 0 TRUE
HPSPACE 1.0000 HPSPACE 1.0000 TRUE
HYPERLINKBASE "" HYPERLINKBASE "" TRUE
IMAGEHLT 0 IMAGEHLT 0 TRUE
INDEXCTL 0 INDEXCTL 0 TRUE
INETLOCATION "_cen" INETLOCATION "_cen" TRUE
INPUTHISTORYMODE 15 INPUTHISTORYMODE 15 TRUE
INSNAME "Pole" INSNAME "Pole" TRUE
INSUNITS 4 INSUNITS 4 TRUE
INSUNITSDEFSOURCE 4 INSUNITSDEFSOURCE 4 TRUE
INSUNITSDEFTARGET 4 INSUNITSDEFTARGET 4 TRUE
INTELLIGENTUPDATE 20 INTELLIGENTUPDATE 20 TRUE
INTERSECTIONCOLOR 257 INTERSECTIONCOLOR 257 TRUE
INTERSECTIONDISPLAY OFF INTERSECTIONDISPLAY OFF TRUE
ISAVEBAK 1 ISAVEBAK 1 TRUE
ISAVEPERCENT 50 ISAVEPERCENT 50 TRUE
ISOLINES 4 ISOLINES 4 TRUE
LARGEOBJECTSUPPORT 0 LARGEOBJECTSUPPORT 0 TRUE
LATITUDE 37.7950 LATITUDE 37.7950 TRUE
LAYEREVAL 0 LAYEREVAL 0 TRUE
LAYEREVALCTL 1 LAYEREVALCTL 1 TRUE
LAYERFILTERALERT 2 LAYERFILTERALERT 2 TRUE
LAYERNOTIFY 0 LAYERNOTIFY 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
LAYLOCKFADECTL 50 LAYLOCKFADECTL 50 TRUE
LAYOUTREGENCTL 0 LAYOUTREGENCTL 0 TRUE
LENSLENGTH 50.0000 LENSLENGTH 50.0000 TRUE
LIMCHECK 0 LIMCHECK 0 TRUE
LIMMAX 420.0000,297.0000 LIMMAX 420.0000,297.0000 TRUE
LIMMIN 0.0000,0.0000 LIMMIN 0.0000,0.0000 TRUE
LOCALE "ENI" (read only) LOCALE "ENI" (read only) TRUE
LOCALROOTPREFIX "C:\Users\user\AppData\Local\Autodesk\AutoCAD LT 2018..." (read only) LOCALROOTPREFIX "C:\Users\user\AppData\Local\Autodesk\AutoCAD LT 2018..." (read only) TRUE
LOCKUI 0 LOCKUI 0 TRUE
LOGFILEMODE 1 LOGFILEMODE 1 TRUE
LOGFILEPATH "C:\Users\user\documents\limerick" LOGFILEPATH "C:\Users\user\documents\limerick" TRUE
LONGITUDE -122.3940 LONGITUDE -122.3940 TRUE
LTSCALE 1.0000 LTSCALE 1.0000 TRUE
LUNITS 2 LUNITS 2 TRUE
LUPREC 4 LUPREC 4 TRUE
LWDEFAULT 25 LWDEFAULT 25 TRUE
LWDISPLAY OFF LWDISPLAY OFF TRUE
LWUNITS 1 LWUNITS 1 TRUE
MAXACTVP 64 MAXACTVP 64 TRUE
MAXSORT 1000 MAXSORT 1000 TRUE
MBUTTONPAN 1 MBUTTONPAN 1 TRUE
MEASUREINIT 1 MEASUREINIT 1 TRUE
MEASUREMENT 1 MEASUREMENT 1 TRUE
MENUBAR 1 MENUBAR 1 TRUE
MENUECHO 0 MENUECHO 0 TRUE
MIRRTEXT 0 MIRRTEXT 0 TRUE
MLEADERSCALE 1.0000 MLEADERSCALE 1.0000 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
MODEMACRO "" MODEMACRO "" TRUE
MSLTSCALE 1 MSLTSCALE 1 TRUE
MSOLESCALE 1.0000 MSOLESCALE 1.0000 TRUE
MTEXTCOLUMN 2 MTEXTCOLUMN 2 TRUE
MTEXTED "Internal" MTEXTED "Internal" TRUE
MTEXTFIXED 0 MTEXTFIXED 0 TRUE
MTEXTTOOLBAR 2 MTEXTTOOLBAR 2 TRUE
MTJIGSTRING "abc" MTJIGSTRING "abc" TRUE
MYDOCUMENTSPREFIX "C:\Users\user\Documents" (read only) MYDOCUMENTSPREFIX "C:\Users\user\Documents" (read only) TRUE
NORTHDIRECTION 0 NORTHDIRECTION 0 TRUE
OBSCUREDCOLOR 257 OBSCUREDCOLOR 257 TRUE
OBSCUREDLTYPE 0 OBSCUREDLTYPE 0 TRUE
OFFSETGAPTYPE 0 OFFSETGAPTYPE 0 TRUE
OLEFRAME 2 OLEFRAME 2 TRUE
OLEHIDE 0 OLEHIDE 0 TRUE
OLEQUALITY 3 OLEQUALITY 3 TRUE
OLESTARTUP 0 OLESTARTUP 0 TRUE
ORTHOMODE 0 ORTHOMODE 0 TRUE
OSMODE 16391 OSMODE 16391 TRUE
OSNAPCOORD 2 OSNAPCOORD 2 TRUE
OSNAPHATCH 0 OSNAPHATCH 0 TRUE
OSOPTIONS 1 OSOPTIONS 1 TRUE
PAPERUPDATE 0 PAPERUPDATE 0 TRUE
PDFFRAME 1 PDFFRAME 1 TRUE
PDMODE 0 PDMODE 0 TRUE
PDSIZE 0.0000 PDSIZE 0.0000 TRUE
PEDITACCEPT 0 PEDITACCEPT 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
PELLIPSE 0 PELLIPSE 0 TRUE
PERIMETER 0.0000 (read only) PERIMETER 0.0000 (read only) TRUE
PERSPECTIVE 0 PERSPECTIVE 0 TRUE
PERSPECTIVECLIP 5.0000 PERSPECTIVECLIP 5.0000 TRUE
PICKADD 2 PICKADD 2 TRUE
PICKAUTO 5 PICKAUTO 5 TRUE
PICKBOX 3 PICKBOX 3 TRUE
PICKDRAG 2 PICKDRAG 2 TRUE
PICKFIRST 1 PICKFIRST 1 TRUE
PICKSTYLE 1 PICKSTYLE 1 TRUE
PLATFORM "Microsoft Windows NT Version 6.1 (x64)" (read only) PLATFORM "Microsoft Windows NT Version 6.1 (x64)" (read only) TRUE
PLINECONVERTMODE 0 PLINECONVERTMODE 0 TRUE
PLINEGEN 0 PLINEGEN 0 TRUE
PLINETYPE 2 PLINETYPE 2 TRUE
PLINEWID 0.0000 PLINEWID 0.0000 TRUE
PLOTOFFSET 0 PLOTOFFSET 0 TRUE
PLOTROTMODE 2 PLOTROTMODE 2 TRUE
PLQUIET 1 PLQUIET 1 TRUE
POLARADDANG "" POLARADDANG "" TRUE
POLARDIST 0.0000 POLARDIST 0.0000 TRUE
POLYSIDES 4 POLYSIDES 4 TRUE
PREVIEWFILTER 3 PREVIEWFILTER 3 TRUE
PROJMODE 1 PROJMODE 1 TRUE
PROXYGRAPHICS 1 PROXYGRAPHICS 1 TRUE
PROXYNOTICE 0 PROXYNOTICE 0 TRUE
PROXYSHOW 0 PROXYSHOW 0 TRUE
PSLTSCALE 1 PSLTSCALE 1 TRUE
PSPROLOG "" PSPROLOG "" TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
PSTYLEMODE 1 (read only) PSTYLEMODE 1 (read only) TRUE
PSTYLEPOLICY 1 PSTYLEPOLICY 1 TRUE
PUBLISHALLSHEETS 1 PUBLISHALLSHEETS 1 TRUE
PUBLISHCOLLATE 1 PUBLISHCOLLATE 1 TRUE
PUBLISHHATCH 1 PUBLISHHATCH 1 TRUE
PUCSBASE "" PUCSBASE "" TRUE
QPLOCATION 0 QPLOCATION 0 TRUE
QPMODE -1 QPMODE -1 TRUE
QTEXTMODE 0 QTEXTMODE 0 TRUE
QVDRAWINGPIN 0 QVDRAWINGPIN 0 TRUE
QVLAYOUTPIN 0 QVLAYOUTPIN 0 TRUE
RASTERDPI 300 RASTERDPI 300 TRUE
RASTERPERCENT 20 RASTERPERCENT 20 TRUE
RASTERTHRESHOLD 20 RASTERTHRESHOLD 20 TRUE
RECOVERYMODE 2 RECOVERYMODE 2 TRUE
REFEDITNAME "" (read only) REFEDITNAME "" (read only) TRUE
REGENMODE 1 REGENMODE 1 TRUE
REMEMBERFOLDERS 1 REMEMBERFOLDERS 1 TRUE
REPORTERROR 1 REPORTERROR 1 TRUE
ROAMABLEROOTPREFIX "C:\Users\user\AppData\Roaming\Autodesk\AutoCAD LT 20..." (read only) ROAMABLEROOTPREFIX "C:\Users\user\AppData\Roaming\Autodesk\AutoCAD LT 20..." (read only) TRUE
ROLLOVERTIPS 1 ROLLOVERTIPS 1 TRUE
RTDISPLAY 1 RTDISPLAY 1 TRUE
SAVEFIDELITY 1 SAVEFIDELITY 1 TRUE
SAVEFILEPATH "C:\Users\user\appdata\local\temp\" SAVEFILEPATH "C:\Users\user\appdata\local\temp\" TRUE
SAVETIME 10 SAVETIME 10 TRUE
SCREENSIZE 1920.0000,637.0000 (read only) SCREENSIZE 1920.0000,637.0000 (read only) TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
SELECTIONANNODISPLAY 1 SELECTIONANNODISPLAY 1 TRUE
SELECTIONPREVIEW 3 SELECTIONPREVIEW 3 TRUE
SETBYLAYERMODE 255 SETBYLAYERMODE 255 TRUE
SHADEDGE 3 SHADEDGE 3 TRUE
SHADEDIF 70 SHADEDIF 70 TRUE
SHORTCUTMENU 11 SHORTCUTMENU 11 TRUE
SHORTCUTMENUDURATION 250 SHORTCUTMENUDURATION 250 TRUE
SHOWLAYERUSAGE 0 SHOWLAYERUSAGE 0 TRUE
SIGWARN 1 SIGWARN 1 TRUE
SKETCHINC 1.0000 SKETCHINC 1.0000 TRUE
SKPOLY 0 SKPOLY 0 TRUE
SNAPANG 0 SNAPANG 0 TRUE
SNAPBASE 0.0000,0.0000 SNAPBASE 0.0000,0.0000 TRUE
SNAPISOPAIR 0 SNAPISOPAIR 0 TRUE
SNAPMODE 0 SNAPMODE 0 TRUE
SNAPSTYL 0 SNAPSTYL 0 TRUE
SNAPTYPE 0 SNAPTYPE 0 TRUE
SNAPUNIT 10.0000,10.0000 SNAPUNIT 10.0000,10.0000 TRUE
SORTENTS 127 SORTENTS 127 TRUE
SPLFRAME 0 SPLFRAME 0 TRUE
SPLINESEGS 8 SPLINESEGS 8 TRUE
SPLINETYPE 6 SPLINETYPE 6 TRUE
SSFOUND "" (read only) SSFOUND "" (read only) TRUE
SSLOCATE 1 SSLOCATE 1 TRUE
SSMAUTOOPEN 1 SSMAUTOOPEN 1 TRUE
SSMPOLLTIME 60 SSMPOLLTIME 60 TRUE
SSMSHEETSTATUS 2 SSMSHEETSTATUS 2 TRUE
STARTINFOLDER "C:\Windows\system32\" (read only) STARTINFOLDER "C:\Windows\system32\" (read only) TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
SYSCODEPAGE "ANSI_1252" (read only) SYSCODEPAGE "ANSI_1252" (read only) TRUE
TABLEINDICATOR 1 TABLEINDICATOR 1 TRUE
TABLETOOLBAR 2 TABLETOOLBAR 2 TRUE
TABMODE 0 TABMODE 0 TRUE
TARGET 0.0000,0.0000,0.0000 (read only) TARGET 0.0000,0.0000,0.0000 (read only) TRUE
TEXTED 2 TEXTED 2 TRUE
TEXTEVAL 0 TEXTEVAL 0 TRUE
TEXTFILL 1 TEXTFILL 1 TRUE
TEXTQLTY 50 TEXTQLTY 50 TRUE
TEXTSTYLE "Standard" TEXTSTYLE "Standard" TRUE
THICKNESS 0.0000 THICKNESS 0.0000 TRUE
THUMBSAVE 1 THUMBSAVE 1 TRUE
TILEMODE 1 TILEMODE 1 TRUE
TIMEZONE -8000 TIMEZONE -8000 TRUE
TOOLTIPMERGE 0 TOOLTIPMERGE 0 TRUE
TRACKPATH 0 TRACKPATH 0 TRUE
TREEDEPTH 3020 TREEDEPTH 3020 TRUE
TREEMAX 10000000 TREEMAX 10000000 TRUE
TRIMMODE 1 TRIMMODE 1 TRUE
TSPACEFAC 1.0000 TSPACEFAC 1.0000 TRUE
TSPACETYPE 1 TSPACETYPE 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
TSTACKALIGN 1 TSTACKALIGN 1 TRUE
TSTACKSIZE 70 TSTACKSIZE 70 TRUE
UCSAXISANG 90 UCSAXISANG 90 TRUE
UCSBASE "" UCSBASE "" TRUE
UCSFOLLOW 0 UCSFOLLOW 0 TRUE
UCSICON 3 UCSICON 3 TRUE
UCSNAME "" (read only) UCSNAME "" (read only) TRUE
UCSORG 0.0000,0.0000,0.0000 (read only) UCSORG 0.0000,0.0000,0.0000 (read only) TRUE
UCSORTHO 1 UCSORTHO 1 TRUE
UCSVIEW 1 UCSVIEW 1 TRUE
UCSXDIR 1.0000,0.0000,0.0000 (read only) UCSXDIR 1.0000,0.0000,0.0000 (read only) TRUE
UCSYDIR 0.0000,1.0000,0.0000 (read only) UCSYDIR 0.0000,1.0000,0.0000 (read only) TRUE
UNDOCTL 53 (read only) UNDOCTL 53 (read only) TRUE
UNDOMARKS 0 (read only) UNDOMARKS 0 (read only) TRUE
UNITMODE 0 UNITMODE 0 TRUE
UPDATETHUMBNAIL 15 UPDATETHUMBNAIL 15 TRUE
USERNAME "user" (read only) USERNAME "user" (read only) TRUE
VERSION "2018" (read only) VERSION "2018" (read only) TRUE
VIEWDIR 0.0000,0.0000,1.0000 (read only) VIEWDIR 0.0000,0.0000,1.0000 (read only) TRUE
VIEWMODE 0 (read only) VIEWMODE 0 (read only) TRUE
VIEWTWIST 0 (read only) VIEWTWIST 0 (read only) TRUE
VISRETAIN 1 VISRETAIN 1 TRUE
VPLAYEROVERRIDES 0 (read only) VPLAYEROVERRIDES 0 (read only) TRUE
VPLAYEROVERRIDESMODE 1 VPLAYEROVERRIDESMODE 1 TRUE
VPMAXIMIZEDSTATE 0 (read only) VPMAXIMIZEDSTATE 0 (read only) TRUE
VPROTATEASSOC 1 VPROTATEASSOC 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
VTDURATION 750 VTDURATION 750 TRUE
VTENABLE 3 VTENABLE 3 TRUE
VTFPS 7 VTFPS 7 TRUE
WHIPARC 0 WHIPARC 0 TRUE
WMFBKGND OFF WMFBKGND OFF TRUE
WMFFOREGND OFF WMFFOREGND OFF TRUE
WORKINGFOLDER "C:\Users\user\Documents\Limerick\CLUSTER 33\2018" (read only) WORKINGFOLDER "C:\Users\user\Documents\Limerick\CLUSTER 33\2018" (read only) TRUE
WORLDUCS 1 (read only) WORLDUCS 1 (read only) TRUE
WORLDVIEW 1 WORLDVIEW 1 TRUE
XCLIPFRAME 2 XCLIPFRAME 2 TRUE
XDWGFADECTL 50 XDWGFADECTL 50 TRUE
XEDIT 1 XEDIT 1 TRUE
XFADECTL 70 XFADECTL 70 TRUE
XLOADCTL 0 XLOADCTL 0 TRUE
XLOADPATH "C:\Users\user\appdata\local\temp\" XLOADPATH "C:\Users\user\appdata\local\temp\" TRUE
XREFCTL 0 XREFCTL 0 TRUE
XREFNOTIFY 2 XREFNOTIFY 2 TRUE
XREFTYPE 1 XREFTYPE 1 TRUE
ZOOMFACTOR 60 ZOOMFACTOR 60 TRUE
ZOOMWHEEL 0 ZOOMWHEEL 0 TRUE
ANNOMONITOR -2 ANNOMONITOR -2 TRUE
ARRAYASSOCIATIVITY 1 ARRAYASSOCIATIVITY 1 TRUE
ARRAYEDITSTATE OFF (read only) ARRAYEDITSTATE OFF (read only) TRUE
ARRAYTYPE 0 ARRAYTYPE 0 TRUE
BLOCKTESTWINDOW 0 (read only) BLOCKTESTWINDOW 0 (read only) TRUE
BPTEXTHORIZONTAL 1 BPTEXTHORIZONTAL 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
CACHEMAXFILES 256 CACHEMAXFILES 256 TRUE
CACHEMAXTOTALSIZE 1024 CACHEMAXTOTALSIZE 1024 TRUE
CALCINPUT 1 CALCINPUT 1 TRUE
CBARTRANSPARENCY 50 CBARTRANSPARENCY 50 TRUE
CENTERCROSSGAP "0.05x" CENTERCROSSGAP "0.05x" TRUE
CENTERCROSSSIZE "0.1x" CENTERCROSSSIZE "0.1x" TRUE
CENTERLAYER "use current" CENTERLAYER "use current" TRUE
CENTERLTSCALE 1.0000 CENTERLTSCALE 1.0000 TRUE
CENTERLTYPE "Center2" CENTERLTYPE "Center2" TRUE
CENTERMARKEXE ON CENTERMARKEXE ON TRUE
CLEANSCREENSTATE 0 (read only) CLEANSCREENSTATE 0 (read only) TRUE
CLIPROMPTLINES 3 CLIPROMPTLINES 3 TRUE
CLIPROMPTUPDATE 1 CLIPROMPTUPDATE 1 TRUE
CMFADECOLOR 60 CMFADECOLOR 60 TRUE
CMFADEOPACITY 40 CMFADEOPACITY 40 TRUE
CMOSNAP 1 CMOSNAP 1 TRUE
COLORTHEME 0 COLORTHEME 0 TRUE
COMMANDPREVIEW 1 COMMANDPREVIEW 1 TRUE
COMPLEXLTPREVIEW 1 COMPLEXLTPREVIEW 1 TRUE
CROSSINGAREACOLOR 100 CROSSINGAREACOLOR 100 TRUE
CURSORBADGE 2 CURSORBADGE 2 TRUE
CURSORTYPE 0 CURSORTYPE 0 TRUE
CVPORT 2 CVPORT 2 TRUE
DESIGNFEEDSTATE 0 (read only) DESIGNFEEDSTATE 0 (read only) TRUE
DGNIMPORTMODE 0 DGNIMPORTMODE 0 TRUE
DGNIMPORTUNITCONVERSION 0 DGNIMPORTUNITCONVERSION 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
DIMCONSTRAINTICON 3 DIMCONSTRAINTICON 3 TRUE
DIMCONTINUEMODE 1 DIMCONTINUEMODE 1 TRUE
DIMLAYER "use current" DIMLAYER "use current" TRUE
DIMPICKBOX 5 DIMPICKBOX 5 TRUE
DIMTXTRULER ON DIMTXTRULER ON TRUE
DYNCONSTRAINTDISPLAY 1 DYNCONSTRAINTDISPLAY 1 TRUE
DYNINFOTIPS 1 DYNINFOTIPS 1 TRUE
DYNMODE -3 DYNMODE -3 TRUE
ERHIGHLIGHT 1 ERHIGHLIGHT 1 TRUE
EXPORTEPLOTFORMAT 2 EXPORTEPLOTFORMAT 2 TRUE
EXPORTMODELSPACE 0 EXPORTMODELSPACE 0 TRUE
EXPORTPAGESETUP 0 EXPORTPAGESETUP 0 TRUE
EXPORTPAPERSPACE 0 EXPORTPAPERSPACE 0 TRUE
FILETABPREVIEW 1 FILETABPREVIEW 1 TRUE
FILETABSTATE 1 (read only) FILETABSTATE 1 (read only) TRUE
FILETABTHUMBHOVER 1 FILETABTHUMBHOVER 1 TRUE
FRAME 3 FRAME 3 TRUE
FRAMESELECTION 1 FRAMESELECTION 1 TRUE
GALLERYVIEW 1 GALLERYVIEW 1 TRUE
GEOLOCATEMODE OFF (read only) GEOLOCATEMODE OFF (read only) TRUE
GEOMAPMODE 0 (read only) GEOMAPMODE 0 (read only) TRUE
GEOMARKPOSITIONSIZE 1.0000 GEOMARKPOSITIONSIZE 1.0000 TRUE
GRIDSTYLE 0 GRIDSTYLE 0 TRUE
GRIPMULTIFUNCTIONAL 3 GRIPMULTIFUNCTIONAL 3 TRUE
GRIPSIZE 5 GRIPSIZE 5 TRUE
GROUPDISPLAYMODE 0 GROUPDISPLAYMODE 0 TRUE
HATCHBOUNDSET 0 (read only) HATCHBOUNDSET 0 (read only) TRUE
HATCHCREATION 0 (read only) HATCHCREATION 0 (read only) TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
HATCHTYPE 0 (read only) HATCHTYPE 0 (read only) TRUE
HIGHLIGHTSMOOTHING 1 HIGHLIGHTSMOOTHING 1 TRUE
HPBACKGROUNDCOLOR "None" HPBACKGROUNDCOLOR "None" TRUE
HPDLGMODE 2 HPDLGMODE 2 TRUE
HPLASTPATTERN "ANSI31" (read only) HPLASTPATTERN "ANSI31" (read only) TRUE
HPLAYER "use current" HPLAYER "use current" TRUE
HPLINETYPE OFF HPLINETYPE OFF TRUE
HPMAXAREAS 100 HPMAXAREAS 100 TRUE
HPPICKMODE 1 (read only) HPPICKMODE 1 (read only) TRUE
HPQUICKPREVIEW ON HPQUICKPREVIEW ON TRUE
HPRELATIVEPS OFF (read only) HPRELATIVEPS OFF (read only) TRUE
IMAGEFRAME 1 IMAGEFRAME 1 TRUE
INPUTSEARCHDELAY 300 INPUTSEARCHDELAY 300 TRUE
LAYEROVERRIDEHIGHLIGHT 0 LAYEROVERRIDEHIGHLIGHT 0 TRUE
LAYOUTCREATEVIEWPORT ON LAYOUTCREATEVIEWPORT ON TRUE
LAYOUTTAB 1 LAYOUTTAB 1 TRUE
LINEFADING ON LINEFADING ON TRUE
LINEFADINGLEVEL 2 LINEFADINGLEVEL 2 TRUE
LTGAPSELECTION 1 LTGAPSELECTION 1 TRUE
MIRRHATCH 0 MIRRHATCH 0 TRUE
MTEXTAUTOSTACK ON MTEXTAUTOSTACK ON TRUE
MTEXTDETECTSPACE ON MTEXTDETECTSPACE ON TRUE
NAVBARDISPLAY 0 NAVBARDISPLAY 0 TRUE
OBJECTISOLATIONMODE 0 OBJECTISOLATIONMODE 0 TRUE
ONLINEFOLDER "C:\Users\user\AppData\Local\Autodesk\Autodesk Sync\C..." (read only) ONLINEFOLDER "C:\Users\user\AppData\Local\Autodesk\Autodesk Sync\C..." (read only) TRUE
ONLINESETTINGSSYNC 0 (read only) ONLINESETTINGSSYNC 0 (read only) TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
ONLINESYNCPROVIDER "" (read only) ONLINESYNCPROVIDER "" (read only) TRUE
ONLINESYNCTIME 300 ONLINESYNCTIME 300 TRUE
ONLINEUSERID "4E4FNUCKK2NP" (read only) ONLINEUSERID "4E4FNUCKK2NP" (read only) TRUE
ONLINEUSERNAME "sweeneypaul0@gmail.com" (read only) ONLINEUSERNAME "sweeneypaul0@gmail.com" (read only) TRUE
PALETTEOPAQUE 0 PALETTEOPAQUE 0 TRUE
PDFIMPORTFILTER 8 PDFIMPORTFILTER 8 TRUE
PDFIMPORTIMAGEPATH "PDF Images" PDFIMPORTIMAGEPATH "PDF Images" TRUE
PDFIMPORTLAYERS 0 PDFIMPORTLAYERS 0 TRUE
PDFIMPORTMODE 6 PDFIMPORTMODE 6 TRUE
PDFOSNAP 0 PDFOSNAP 0 TRUE
PDFSHX 1 PDFSHX 1 TRUE
PLINEGCENMAX 50000 PLINEGCENMAX 50000 TRUE
PLINEREVERSEWIDTHS 0 PLINEREVERSEWIDTHS 0 TRUE
PLOTTRANSPARENCYOVERRIDE 2 PLOTTRANSPARENCYOVERRIDE 2 TRUE
POINTCLOUD2DVSDISPLAY 0 POINTCLOUD2DVSDISPLAY 0 TRUE
POINTCLOUDAUTOUPDATE 0 POINTCLOUDAUTOUPDATE 0 TRUE
POINTCLOUDBOUNDARY 1 POINTCLOUDBOUNDARY 1 TRUE
POINTCLOUDCACHESIZE 512 POINTCLOUDCACHESIZE 512 TRUE
POINTCLOUDCLIPFRAME 2 POINTCLOUDCLIPFRAME 2 TRUE
POINTCLOUDDENSITY 15 POINTCLOUDDENSITY 15 TRUE
POINTCLOUDLIGHTING 0 POINTCLOUDLIGHTING 0 TRUE
POINTCLOUDLIGHTSOURCE 0 POINTCLOUDLIGHTSOURCE 0 TRUE
POINTCLOUDLOD 10 POINTCLOUDLOD 10 TRUE
POINTCLOUDPOINTMAX 10000000 POINTCLOUDPOINTMAX 10000000 TRUE
POINTCLOUDPOINTMAXLEGACY 1500000 POINTCLOUDPOINTMAXLEGACY 1500000 TRUE
POINTCLOUDPOINTSIZE 2 POINTCLOUDPOINTSIZE 2 TRUE
POINTCLOUDRTDENSITY 5 POINTCLOUDRTDENSITY 5 TRUE
POINTCLOUDSHADING 0 POINTCLOUDSHADING 0 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
POINTCLOUDVISRETAIN 1 POINTCLOUDVISRETAIN 1 TRUE
POLARANG 90 POLARANG 90 TRUE
POLARMODE 0 POLARMODE 0 TRUE
PRESELECTIONEFFECT 1 PRESELECTIONEFFECT 1 TRUE
PROPERTYPREVIEW ON PROPERTYPREVIEW ON TRUE
PROPOBJLIMIT 25000 PROPOBJLIMIT 25000 TRUE
RECOVERAUTO 0 RECOVERAUTO 0 TRUE
REFPATHTYPE 1 REFPATHTYPE 1 TRUE
REVCLOUDCREATEMODE 1 REVCLOUDCREATEMODE 1 TRUE
REVCLOUDGRIPS ON REVCLOUDGRIPS ON TRUE
RIBBONBGLOAD 1 RIBBONBGLOAD 1 TRUE
RIBBONCONTEXTSELLIM 2500 RIBBONCONTEXTSELLIM 2500 TRUE
RIBBONDOCKEDHEIGHT 100 RIBBONDOCKEDHEIGHT 100 TRUE
RIBBONICONRESIZE 1 RIBBONICONRESIZE 1 TRUE
RIBBONSELECTMODE 1 RIBBONSELECTMODE 1 TRUE
RIBBONSTATE 1 (read only) RIBBONSTATE 1 (read only) TRUE
SELECTIONAREA 1 SELECTIONAREA 1 TRUE
SELECTIONAREAOPACITY 25 SELECTIONAREAOPACITY 25 TRUE
SELECTIONCYCLING 2 SELECTIONCYCLING 2 TRUE
SELECTIONEFFECT 1 SELECTIONEFFECT 1 TRUE
SELECTIONEFFECTCOLOR 0 SELECTIONEFFECTCOLOR 0 TRUE
SELECTIONOFFSCREEN 0 SELECTIONOFFSCREEN 0 TRUE
SELECTIONPREVIEWLIMIT 20000 SELECTIONPREVIEWLIMIT 20000 TRUE
SELECTSIMILARMODE 130 SELECTSIMILARMODE 130 TRUE
SHOWPAGESETUPFORNEWLAYOUTS OFF SHOWPAGESETUPFORNEWLAYOUTS OFF TRUE
SKTOLERANCE 0.5000 SKTOLERANCE 0.5000 TRUE
SNAPGRIDLEGACY 0 SNAPGRIDLEGACY 0 TRUE
SORTORDER 1 SORTORDER 1 TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
SPLDEGREE 3 SPLDEGREE 3 TRUE
SPLKNOTS 0 SPLKNOTS 0 TRUE
SPLMETHOD 0 SPLMETHOD 0 TRUE
SPLPERIODIC 1 SPLPERIODIC 1 TRUE
STARTMODE 1 STARTMODE 1 TRUE
STARTUP 3 STARTUP 3 TRUE
STATUSBAR 1 STATUSBAR 1 TRUE
SUPPRESSALERTS OFF SUPPRESSALERTS OFF TRUE
SYSMON 2 SYSMON 2 TRUE
TBSHOWSHORTCUTS "yes" TBSHOWSHORTCUTS "yes" TRUE
TEMPOVERRIDES 1 TEMPOVERRIDES 1 TRUE
TEXTALIGNMODE 9 TEXTALIGNMODE 9 TRUE
TEXTALIGNSPACING 2 TEXTALIGNSPACING 2 TRUE
TEXTEDITMODE 0 TEXTEDITMODE 0 TRUE
TEXTJUSTIFY "." (read only) TEXTJUSTIFY "." (read only) TRUE
THUMBSIZE2D 0 THUMBSIZE2D 0 TRUE
TOOLTIPS 1 TOOLTIPS 1 TRUE
TOOLTIPSIZE 0 TOOLTIPSIZE 0 TRUE
TOOLTIPTRANSPARENCY 0 TOOLTIPTRANSPARENCY 0 TRUE
TOUCHMODE 1 TOUCHMODE 1 TRUE
TRANSPARENCYDISPLAY 1 TRANSPARENCYDISPLAY 1 TRUE
TRAYICONS 1 TRAYICONS 1 TRUE
TRAYNOTIFY 1 TRAYNOTIFY 1 TRUE
TRAYTIMEOUT 0 TRAYTIMEOUT 0 TRUE
UCS2DDISPLAYSETTING ON UCS2DDISPLAYSETTING ON TRUE
UCSSELECTMODE 1 UCSSELECTMODE 1 TRUE
UOSNAP 2 UOSNAP 2 TRUE
VIEWBACKSTATUS ON VIEWBACKSTATUS ON TRUE
Press ENTER to continue: Press ENTER to continue: TRUE
VIEWFWDSTATUS OFF VIEWFWDSTATUS OFF TRUE
VISRETAINMODE 0 VISRETAINMODE 0 TRUE
WBDEFAULTBROWSER 2 (read only) WBDEFAULTBROWSER 2 (read only) TRUE
WBHELPONLINE 1 (read only) WBHELPONLINE 1 (read only) TRUE
WBHELPTYPE 1 (read only) WBHELPTYPE 1 (read only) TRUE
WINDOWAREACOLOR 150 WINDOWAREACOLOR 150 TRUE
WIPEOUTFRAME 1 WIPEOUTFRAME 1 TRUE
WORKSPACELABEL 0 WORKSPACELABEL 0 TRUE
WSCURRENT "Paul Custom" WSCURRENT "Paul Custom" TRUE
XREFLAYER "use current" XREFLAYER "use current" TRUE
XREFOVERRIDE 0 XREFOVERRIDE 0 TRUE

0 Likes
Message 14 of 26

steven-g
Mentor
Mentor

Nope no clues there unfortunately, the only differences are in the first 30 entries and nothing that could affect a macro. Could you delete everything from copies of the drawings, and check that one still misbehaves and then post those "empty" drawings.

0 Likes
Message 15 of 26

Anonymous
Not applicable
Unfortunetly i amnt allowed too upload anything sorry i know it might make things easier. I have deleted and purged drawing and the effects are the same. It works only on new drawings i open. Another thing to note is my macro only allows me to enter 6 plines when ideally i want a max of 12. Is this something to do with the long string editor and how the macro is read?
0 Likes
Message 16 of 26

steven-g
Mentor
Mentor

It's understandable, but I just love a good mystery, there is supposed to be a limit of a diesel string I'll look it up and let you know, I'm just into going home time now so I'll let you know a bit later.

0 Likes
Message 17 of 26

steven-g
Mentor
Mentor

10 parameters limit, looks like you are hitting this limit with your macro, but the good news is you can rewrite it to allow you the 12 polylines, but one word of caution, it moves the UCS and if you finish the macro early with"Esc" then the UCS doesn't get set back to world, not a catastrophe but something to keep in mind. And this method doesn't need diesel.

^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;UCS;\;;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;UCS;w;
Message 18 of 26

Anonymous
Not applicable

Thanks Steven that makes sense now. That macro is useful. I also considered leaving it at six and putting an * before it to repeat. I ll trial both with work colleagues :). Hopefully a solution to the other issue appears i will let you know. 

0 Likes
Message 19 of 26

h_s_walker
Mentor
Mentor

Ignore me

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 20 of 26

Anonymous
Not applicable
Thanks @h_s_walker not a bad idea . @steven-g I noticed this morning that the original macro only seems to work within certain locations. Could the co ordinates in the diesel expression be affecting it?
0 Likes