TheSwamp

CAD Forums => CAD General => Topic started by: TheCADnoob on April 20, 2016, 11:11:35 AM

Title: Go to sources for MACRO info?
Post by: TheCADnoob on April 20, 2016, 11:11:35 AM
Are there any / what is your favorite honey holes for macros?

I'm not talking lisp or diesel or action macros but just basic cad macros?

Ive found one off places or things included in threads but i was curious if there was a place that is dedicated (in some fashion) to working with these things?

I found cadmacros.com, but it looks like its dead :reallysad:
Title: Re: Go to sources for MACRO info?
Post by: mjfarrell on April 20, 2016, 11:26:15 AM
or use the Action Recorder
Title: Re: Go to sources for MACRO info?
Post by: ChrisCarlson on April 20, 2016, 11:56:55 AM
I've found that if a process takes more than 3 actions and I do it more than 3x a day, just make a macro.
Title: Re: Go to sources for MACRO info?
Post by: TheCADnoob on April 20, 2016, 12:52:21 PM
The problem i am facing is a policy issue and thats why im looking for info on macros and not lisp, vba, diesel, action macros etc.

I am having to edit and fix macros (not action macros) per internal policy. The choice of code medium is out of my hands. I am working to get this changed but in the mean time i have to work with these conditions.

As straight forward as macros are there also seem to be equally complex the more advanced as more bells and whistles are out in them.
Title: Re: Go to sources for MACRO info?
Post by: MSTG007 on April 20, 2016, 01:42:47 PM
I totally get it. Kinda of the same thing here. Just use the command line (Commands) in your macro and have at it. I will say this much.

I do get different results from use the macros in a ribbon than a tool palette. For instance, I can only get xrefattach (dialog box to appear) in the ribbon. Same command in the tool palette, it goes command line for me.

Macros are the bomb
Title: Re: Go to sources for MACRO info?
Post by: ChrisCarlson on April 21, 2016, 08:06:46 AM
The problem i am facing is a policy issue and thats why im looking for info on macros and not lisp, vba, diesel, action macros etc.

I am having to edit and fix macros (not action macros) per internal policy. The choice of code medium is out of my hands. I am working to get this changed but in the mean time i have to work with these conditions.

As straight forward as macros are there also seem to be equally complex the more advanced as more bells and whistles are out in them.

That doesn't make any sense. For starters diesel expressions are an integral portion of a macro. What is their end goal?
Title: Re: Go to sources for MACRO info?
Post by: TheCADnoob on April 22, 2016, 09:43:09 AM
The problem i am facing is a policy issue and thats why im looking for info on macros and not lisp, vba, diesel, action macros etc.

I am having to edit and fix macros (not action macros) per internal policy. The choice of code medium is out of my hands. I am working to get this changed but in the mean time i have to work with these conditions.

As straight forward as macros are there also seem to be equally complex the more advanced as more bells and whistles are out in them.

That doesn't make any sense. For starters diesel expressions are an integral portion of a macro. What is their end goal?

As I understand it we are brushing up against an interpretation of a policy that probably shouldn't apply to this department. For our quality system any "custom program" that impacts the output of the product must be evaluated. Since diesel loosely supports decision structures its being filed under "custom program" and to stay out of the cross hairs of audits they are wanting to avoid using it.

My problem is several fold but my biggest issue is im too green when it comes to all of this to really take the point to the mat and fight the issue one way or another. So i need to educate my self as best i can and im looking for good resources on the topic.
Title: Re: Go to sources for MACRO info?
Post by: Willie on April 28, 2016, 04:43:28 AM
https://forums.autodesk.com/autodesk/attachments/autodesk/520/11526/1/AU09_SpeakerHandout_CP214-1.pdf
 (https://forums.autodesk.com/autodesk/attachments/autodesk/520/11526/1/AU09_SpeakerHandout_CP214-1.pdf)

2009 Autodesk University - Introduction to Macro Writing