AutoCAD 2013 :: Short Macro For Enterprise MNL
Aug 27, 2013
In a previous life, i used to have a short, one-line macro in my MNL file that would read the location of the currently active drawing, find the parent directory of that drawing (truncated to 3 levels) and open a Word document in that directory that is named after the project.
For example, if the active drawing path is
"Q:/Projects/12345 Cold Storage/Elevations/Phase 1/North Storage.dwg"
this macro would open the Word document named
"12345 Cold Storage.doc"
that was in the directory
"Q:/Projects/12345 Cold Storage"
If the file did not exist, it would be created named the same as the 3rd level directory. After i wrote this, it sure sounds like a lot, but as i remember, it was a short, one-liner.
View 4 Replies
ADVERTISEMENT
May 7, 2013
I have an issue trying to connect to Live Maps. How to implement this through a proxied enterprise environemnt. I've read the posts to use :
Authenticated Proxies:
To use the above mentioned AutoCAD Online components through proxy servers with Authentication enabled, you should enable http (port 80) and https (port 443) access to the following domains in the proxy without Proxy Authentication (i.e. Access for “All users” or Anonymous access through the proxy):
*.autodesk.com
*.google-analytics.com
*.cloudfront.net
We don’t proxy ports 80 and 443 directly (we use 8989-9093 for proxy ports), so I don’t see any way of meeting these requirements at the present time, at least in the wired Enterprise network.
View 1 Replies
View Related
Nov 21, 2012
we have a dilema regarding Backburner 2013:
I work at a studio and we want to buy new servers and we want to purchase Windows Server 2012 wich, from what we read is based on Windows 8 architecture. We read BackBurner 2013's specification and Windows 8 didn't appear as supported.
Our question is: If we buy Windows Server 2012 Enterprise for the render farm will it work with Backburner 2013 without any problem?
View 1 Replies
View Related
May 16, 2013
I have a large number of drawings with template details of a printer that is now longer available (we moved offices). I therefore want to write a macro that instead of trying to use the template detailed printer and then failing to the None printer instead goes straight to the new printer (Lanier MPC2500). Once I get this basic task completed I'll then add additional functionality.
The macro at present is:-
^C^C-plot;y;; \mwperdc03LANIER MPC2500;;A3 (297 x 420 mm);m;l;n;l;1:1;0.00,0.00;y;monochrome.ctb;y;n;n;n;n;y;
I also know where it's failing (the first in the path) as this is the macro escape character to enable the user to add information. If I then manually enter (or paste) the link \mwperdc03LANIER MPC2500 into the command line and press enter the rest of the macro executes and I get a print output. I've attached a screenshot of the command line for info.
I've read that instead of using the character in the path I should use the /. I've tried this but it doesn't seem to work.
Is there another method of embedding paths into Autocad LT so this will operate or a better workaround?
I'd thought of using DIESEL but I can't see any suitable commands in the command library.
>>>>>Why did they choose a as and escape character?????
View 5 Replies
View Related
Dec 5, 2013
I am having trouble getting a simple macro to browse insert a block. My file path looks like this.
L:/Acad Blocks/Blocks_(SEPCO)/STRUCTURAL/2013_SEPCo_Blocks/WELD_FILLET.dwg
View 3 Replies
View Related
Sep 24, 2013
I created a macro to insert layers with a click of the button. I was wonder how I get my macro to add the linetype to it. Also would like a separate macro to make the layer not to plot.
Here is the Macro I'm using: ^C^C-layer;new;A-ANNO-AREA-IDEN;color;6;A-ANNO-AREA-IDEN;;
View 1 Replies
View Related
Sep 4, 2012
I am working with an action macro to be able to use the EXPORT PDF option (save into current folder as DWG with no user input) / save the current drawing / and close.
At present i am able to get the macro to export the pdf and then (user input to directory to save and to overwrite the previous file) then save the file but cannot close the drawing.
View 1 Replies
View Related
Jan 7, 2011
I have created a seperate CUI for use as an enterprise menu. My issue is when I set my main CUI as ACAD.cuix and my new CUI as enterprise, the custom ribbons created in the enterprise file does not show in the panel.
View 5 Replies
View Related
Nov 17, 2011
I am using Autodesk 3D Map 2012 Enterprise. I used Infrastructure Administrator 2012 to create a File based schema with the required tables and domains. This has created a DWT file and my understanding is if i create a DWG file using this DWT as the template then i should be able to create the features with the attribute details stored in SQLLite. I am also not very clear whether this SQLLite would be embedded within the DWG.
I have an Utility network asset map of a city with OSMM background and Address Layer 2 in UK which i want to transfer to a DWG file created in this template. The source data is a ESRI filegeodatabase format with data held in 30+ featureclasses. I can convert the featureclasses into SHP files.
a)My problem is how can i import the contents of the shapefile into a DWG file created using the template defined using Infrastructure Administrator 2012 above and indicate that the attribute should go to SQLLite or is it something implicitly handled ?
b) It leaves me wondering as why Autodesk is not stressing on the adoption of SDF which is projected as a DWG with relational datatables? What is the intended use of SDF?
View 4 Replies
View Related
Apr 29, 2012
I have a macro that i have been using in autocad 2012 for a simple copy & rotate command as follows
^C^C_select;auto;\_copy;p;;0,0;0,0;_move;p;;\_rotate;p;;\redraw
For some reason it now does not work in 2013 the macro exits after the copy part of the macro is finished & fails to let you rotate the copied object.
View 5 Replies
View Related
Aug 14, 2012
I have a cuix setup as an enterprise menu. The drop-down menu loads up fine in my workspace. However, when i go to customize the workspace, and add the ribbon portion of the cuix, it fails to load it. The same enterprise menu loads fine in AutoCAD 2011.
View 1 Replies
View Related
Dec 30, 2012
I have been using the addin "Save Run Macro" to automatically run a macro every time the "Save" button is pressed.
Any of the following questions about "Save Run Macro"?
1] When I protect the macro from viewing (so I can protect my code) "Save Run Macro" does not see the macro.
2] When I save the part for the first time (ipt, iam or idw/dwg) the macro does not run. I always need to run the macro again.
View 1 Replies
View Related
Nov 27, 2013
My add-in is working fine in Windows 7 with or without Run As Admin.
I have created my add-in using VS 2010 SP1.0.
Now, if I try to launch Inventor(w/o Run As Admin i.e just double click) 2014 SP1.0, in Windows 8, my add-in works fine.
If I launch Inventor with Run As Admin, My add-in stops receiving call backs from Inventor.
View 6 Replies
View Related
Feb 26, 2013
We have a Custom CUI Enterprise file that we load in the profile settings (AutoCAD 2008). I transferred it though the CUI Editor and saved it for AutoCAD 2012. When I load it into AutoCAD 2012, the pull down custom pull down menu does not show, with or without the menu bar turned on. I have some partial CUI files that I did the same way. When I load them, and list them in the Main CUI file as such, they show up as expected. I even tried to list the Custom CUI Enterprise file in the same manor, but I get a "read only" type message and it still doesn't show the pull down.
I also thought about transferring it to another CUI file to partial load and not have a Custom CUI Enterprise file.
AutoCAD 2012 / Inventor 2012
View 4 Replies
View Related
Feb 28, 2013
Installed PS 8.0 on a Win 7 Enterprise machine. Some features work and some do not. How do I resolve?
View 4 Replies
View Related
May 22, 2012
Running under Mac OS 10.6.8, we've run into a problem printing separations to our new hp LaserJet Enterprise 600 m601 printer from Illustrator CS4, CS5 and CS6.
In the printer dialog box, once under the "Output" section, with the mode set to either "Separations" or "In-RIP Separations", there are no options listed in the "Printer Resolution" drop-down.
I've tried re-installing the driver, changing the resolution settings in the printer itself, using a generic PS driver, and contacting hp directly (their solution was to contact Adobe). I have yet to contact Adobe itself, but none of my other attempts netted a different result.
In the document ink listing, the Frequency and Angle listings are still editable, but needs to be done manually for every colour, and the dot shape options are non-existant.
We had previously been using a hp LaserJet 2300n, but we were running into insufficient memory issues on an increasingly frequently basis. The driver for the 2300n had several different sets of Printer Resolution settings, so once the new printer was set up, I *assumed* that it would have the same kind of options.
I have discovered that if I change my PPD from the proper driver (HP LaserJet 600 M601 M602 M603) to the old one (Hp LaserJet 2300) I am then able to select the resolution I want from the drop-down list, switch the PPD back to the proper one for the M601, and it seems to work (leaving the 2300 as the PPD file results in a warning and a failed print attempt).
I also tried printing something from a non-Adobe program using the M601, and there were two options available for printer quality (resolution?) settings.
View 2 Replies
View Related
Jun 25, 2013
Can you change the commands in Lt 2014. I want to change the copy command (CO) to (C) and make circle (CC)?
View 5 Replies
View Related
Nov 13, 2012
I have a project that comes and goes. It was actually started in Softdesk. Right now I'm working in Civil 3D 2012. I have an alignment that represents the left edge of pavement. Although I'm calling an offset alignment. It was created before they existed. So it's not linked to the centerline. There have been many changes to it over the past few years. Now it has a problem.
I wanted to edit in the Panorama. Right-click > Edit Alignment Geometry > select Alignment Grid View from the Alignment Layout Tools. When I went to the last segment in the Gird View, which was near where I wanted to edit, a segment about two thirds of the way along the Alignment was highlighted. Further investigation showed that although the whole Alignment would highlight when selected, all commands said the Alignment ended much sooner than the end station.
I've found that that alignment has been broken for quite a while but was intact at one time. My question is - What's the best way to repair/recreate it. I know I can explode it and create a replacement Alignment from the resulting entities. But is that the best way?
Civil 3D 2012 SP 2.1
Dell Precision T7400
Xeon CPU 3.16 GHz
Nvidia Quadro FX 4600
12 GB RAM
Win 7 Pro, 64-bit
View 4 Replies
View Related
Mar 28, 2012
I'm trying to get all our users to employ the ribbon and move away from toolbars and pull-down menus and one of the last hold-outs is finally giving it a try. Unfortunately, the titles on the ribbon panels is being cut short so he doesn't see the whole height of the title. See the attached PNG.
View 8 Replies
View Related
Jul 24, 2012
I'm an Autocad 2004 user and I was working in a auto cad drawing and I wanted to install a new hatch file and now I cannot get any of my short key commands, Z zoom, Line, Circle, Etc. every time that I enter a command I get a message saying Unknown command Press F1 for help.
how to get the commands files to work again.
View 2 Replies
View Related
Sep 2, 2011
I have a drawing which looks like it has many arcs and lines. But they are all very short lines, about 0,2mm. Is there any solution to convert massive amount of short lines (lines look like there's an arc) to one arc?
View 9 Replies
View Related
Sep 10, 2012
When a student launches AutoCAD they get error message: Error 1325. "username" is not a valid short file name.This is true for all students who have a username with 9 alphanumeric characters.
However, when I launch it with my student test account named "test" it will launch just fine. Also, it launches okay using my domain Admin and local Admin accounts.
Seeing as how it works with my student test account I don't think it's a permissions issue because that account mirrors the actual student accounts in regard to rights and restrictions.
View 3 Replies
View Related
Sep 26, 2013
I have a customer that is hvaing some issues with an error upon starting Autocad LT 2013.
The error code is attached.
The error is 1325 "%username%" is not a valid short file name
I have followed the resolution steps found here: [URL]
They did not resolve the issues.
I found the workaround listed here: [URL]
This works, but I will need to create a batch script that will write these registry entries automatically, which my customer does NOT want to do... They just want it to work.
The only way I have found to resolve the issues is to create a script that copies the Local Admin registry entries to the currently logged in user.
This is a domain user without local administrator access to the machine.
They have 3 other users that are working with no issues.
View 4 Replies
View Related
May 8, 2012
I have this assembly which includes a weldment and a derived / mirrored part where i need to identify the COG for lifting with a crane.
As you can see in the image (most components not visible), the COG is way off. The left half is the weldment, the right is the derived/mirrored part. Is there a way to get an accurate COG from Inventor 2010 short of creating a RH assembly instead of deriving the part?
View 6 Replies
View Related
Jan 25, 2012
When I use Derived Route I get "Minimum Length Violation(Too short to continue)". How can I fix it. Is there any parameter that I can define minimum length.
View 7 Replies
View Related
Mar 20, 2013
Having a problem with data shorcutiing in a surface created from an ascii file.
I am creating the surface as a grid surface. Itcreates the data shortcut. However when data shortcutting into a new file. Boom! (see above)
Using Civil 3D 2013 - SP1
Civil 3D 2014 (SP1)
Win 7 Pro x64
DELL Precision Workstation T3500
Intel Xeon 3.3GHz (w3680)
24Gb Ram
NVIDIA Quadro 2000 (1GB)
View 2 Replies
View Related
Aug 27, 2011
How can i assign a shortcut key in corel, this Application. On Key "^b, DownArrow", "Macro" runs in excel. But not on Corel.
View 2 Replies
View Related
Sep 29, 2011
Open a new document, file, import, click on the file filter type near the bottom right corner. The filter list begins with PPT (Powerpoint) and ends with XLS (Excel). There are 28 other file types between those two, all in alphabetical order from P to X.
All the file types from A to P are missing.
If I go to tools, customization, global, filters, in the list of active filters, they're all there (apprx. 60).
View 1 Replies
View Related
Mar 19, 2009
I need a short key for Invert I've searched for in the customizations but cannot find it. And alse a short key of "Add page frame" too
The only absolute knowledge attainable by man is that life is meaningless.
View 8 Replies
View Related
Apr 22, 2004
I just installed PS CS and my short cuts dosent work??? How do i turn them on?
View 1 Replies
View Related
Nov 2, 2007
i have write a jpeg file for backup it will be not working it shows jpeg marker too short trunacted.
View 2 Replies
View Related