|
Try this macro. Looks like it will fit the bill perfectly.
Note that I got a little from the group when I wrote way back when.
// Advanced_Wedm 11.5 Windows 10/16/98 16:48:10 Macro File // w:\mcl\LD.mcl List Data Macro // CREATED: 03/22/01 // // Instructions: // Before running this macro select the holes in the // sequence that you want them burned on the sink machines. // //PAUSE[TX="The so far so good macro pause!", LR=10, LC=5, SR=2, SC=40, PT=1] VAR_REMOVE_ALL[]
GRAPHICS_OFF[]
ELMT_SEQ[BA=1, EL="0", ME=0]// insert after 0
SEQ_MOVE[SC=1]// sequence move selection set after element 0
// From Frederick Lauzus from the SmartCAM User Group May 17,2001 // You've stumbled upon another undocumented feature, also known as a "bug". // The command is available but just won't record. You need to write in the // macro using a text editor. // Here is your example using auto answer to overwrite the file: AUTO_ANSWER[AA="OK"] DUMP_LST[GP=1, OM=1, FN="w:\mcl\ld.prn"]// cannot record this command! AUTO_ANSWER[AA="OFF"]
// load W:\MCL\LD.PRN into edit plus and make a print out SHELL[CMD_LN=STRTMP("C:\SM11\SHARED\wedplus.exe W:\\MCL\\LD.PRN"), DP=0, WA=0]
MAC_EXE[FN="w:\\mcl\\u.mcl"]// F2
ELMT_SEQ[BA=1, EL="0", ME=0]
GRAPHICS_On[]
-----Original Message-----
I would like to write a macro or maybe it exists already to do the following.
Mouse select a entity. Execute the macro, the macro opens a editor with all the element information.
This is similar to the F7 key but in a text editor so I can select, copy the information I need .
Regards, |
- RE: [mfg-smartcam] macro help FLauzus
- [mfg-smartcam] Macro help gary
- RE: [mfg-smartcam] Macro help FLauzus
- [mfg-smartcam] macro help Stannard, Rick
- Re: [mfg-smartcam] macro help Kelly D. Grills
- RE: [mfg-smartcam] macro help FLauzus
- [mfg-smartcam] Macro help gary
- Re: [mfg-smartcam] Macro help Dave Wolfgang
- Re: [mfg-smartcam] Macro help Angelucci
- Re: [mfg-smartcam] Macro help Mike DeBerry
- RE: [mfg-smartcam] Macro help Michael Senack
- RE: [mfg-smartcam] Macro help FLauzus
- RE: [mfg-smartcam] Macro help FLauzus
- RE: [mfg-smartcam] Macro help Jeff Brower
- RE: [mfg-smartcam] Macro help FLauzus
- [mfg-smartcam] Macro help gary
- RE: [mfg-smartcam] Macro help Chris . Kocourek
- RE: [mfg-smartcam] Macro help Michael Senack
- [mfg-smartcam] Macro help Angelucci
- RE: [mfg-smartcam] Macro help FLauzus
