New Name Plate

New Name Plate

Anonymous
Not applicable
2,326 Views
4 Replies
Message 1 of 5

New Name Plate

Anonymous
Not applicable

I AM trying to create new name tags and I followed the directions below but when I place nameplate in the drawing it doesn't update the attribute. It does open the dialog box for the component its associated with but doesn't update. any ideas

 

Tag.JPG

 

 

 

 

 

 

Use this example to create your own stretchable nameplate symbols.

  1. On a new blank drawing, insert the attribute definitions P_TAG1, and DESC1 through DESC3.
  2. Save the drawing as npxxtd3.dwg.
  3. On a new blank drawing, insert the first drawing as a block at 0,0 using the AutoCAD Insert command.
  4. Draw a polyline rectangle around the block.
  5. Save the drawing as _npxxtd3.dwg.
  6. Click Panel tabOther Tools panelIcon Menu Wizard. Find
  7. Select the panel icon menu, for example ACE_PANEL_MENU.DAT.
  8. Double-click Nameplates to open the nameplates menu page.
  9. Click the Add button and select Command.
  10. Enter:

    Name: Generic, TAG and 3 DESC

    Image file: Active

    Command: wd_inrnp_xg "" "" "" "_NPXXTD3"

  11. Click OK on the Add Icon - Command dialog box.
  12. Click OK on the Icon Menu Wizard dialog box.
0 Likes
Accepted solutions (1)
2,327 Views
4 Replies
Replies (4)
Message 2 of 5

jseefdrumr
Mentor
Mentor
Sounds like this is a dynamic block. If so, do a forum search for 'dynamic block', and you'll learn that many times they don't work within ACADE.

Notably, reports don't always pull information from them. Which means that update functions (which work roughly the same way) sometimes fail too.

My usual advice for dynamic blocks within ACADE is, 'graphics only'. At most, it's, 'no attributes that will be updated, reported, or used in copied circuits'.

Hope this helps,

Jim


Jim Seefeldt
Electrical Engineering Technician


0 Likes
Message 3 of 5

Icemanau
Mentor
Mentor

The problem with dynamic blocks is that using any of the Dynamic handles, pointer or other methods of adjusting the block causes the ACAD portion of CADE to RENAME the block.

 

The new block name does not match the naming convention that ACADE uses.

This means that all the ACADE routines can't see the new block and treat it as a dumb block. It also means that any changes made do not get reflected in the project database which is where the reports get their data from.

 

Regards Brad

>

Brad Coleman, Electrical Draftsman
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

0 Likes
Message 4 of 5

rhesusminus
Mentor
Mentor

This is not a dynamic block. See my answer here: https://forums.autodesk.com/t5/autocad-electrical-forum/stretchable-nameplates/m-p/6880135#M49173

 

You must have forgotten one step somewhere... For this to work, the attributes must be in a separate block, npxxtd, that is inserted into another lock, _npxxtd.

The block _npxxtd contains the rectangle and the block containing the attibutes.


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Autodesk Expert Elite Alumni
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
0 Likes
Message 5 of 5

rhesusminus
Mentor
Mentor
Accepted solution
Did you get it to work?

Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Autodesk Expert Elite Alumni
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉