<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Component Tags in AutoCAD Electrical Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10281810#M11537</link>
    <description>&lt;P&gt;Why does Autocad Electrical preface Componet Tag names with a minus(-) sign?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 14:49:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-30T14:49:09Z</dc:date>
    <item>
      <title>Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10281810#M11537</link>
      <description>&lt;P&gt;Why does Autocad Electrical preface Componet Tag names with a minus(-) sign?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:49:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10281810#M11537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-30T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282169#M11538</link>
      <description>&lt;P&gt;It doesn't, by default.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 16:58:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282169#M11538</guid>
      <dc:creator>jseefdrumr</dc:creator>
      <dc:date>2021-04-30T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282199#M11539</link>
      <description>&lt;P&gt;Well it does it now. Can't figure out what may have changed. Is there a way to define a preset for a component tag?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282199#M11539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-30T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282259#M11540</link>
      <description>&lt;P&gt;Open up your drawing properties: AEDRAWINGPROPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to the 'Components' tab and in the upper left corner you'll see the tag format assigned to that drawing. Each value represents something. %F would be the component family, for example, while %S is the sheet number and %N is the line reference. There are others; I just listed some off the top of my head. %F, %S, %N etc are called 'replaceable parameters' in the software. That term is searchable in HELP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If one of the replaceable parameters used by your tag sequence is empty/blank, ACADE will substitute a hyphen as a place holder. So that's likely what you're seeing: The tag knows a value should be there, but it isn't set yet. So, you get a hyphen instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first thing I think you should try: use the information in AEDRAWINGPROPS to determine which part of your tag sequence is receiving the hyphen placeholder. Once you know that, you'll have to look through your other properties (or maybe the project descriptions) to find that corresponding value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: if the hyphen is the first thing you see, and your tag format is %S%N (sheet #, line #), then it would mean that the %S value isn't populated. %S refers to the sheet number assigned to your drawing. In this specific case, it would mean that there is no sheet value assigned in the first tab of AEDRAWINGPROPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not sure how to identify the particular replaceable parameter that's getting the placeholder, post back with some more info and I or another forum user will get you together on it.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 17:29:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10282259#M11540</guid>
      <dc:creator>jseefdrumr</dc:creator>
      <dc:date>2021-04-30T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10285664#M11541</link>
      <description>&lt;P&gt;OK, that is a standard used by IEC tagging.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to your Project Properties and select the 'Components' tab.&lt;/P&gt;
&lt;P&gt;Under Component TAG Options look for&amp;nbsp;the 'Combined Installation/Location tag mode' and see if it is selected.&lt;/P&gt;
&lt;P&gt;If it is, make sure the 'Suppress dash when first character of tag' option is also selected.&lt;/P&gt;
&lt;P&gt;This should do the trick for your problem.&lt;/P&gt;
&lt;P&gt;I would suggest that if you don't need the INST/LOC in the tag, that you make sure that 'Format Installation/Location into tag' is NOT selected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is only set in the project properties so if it's happening in more than 1 project, check those as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Brad&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 21:21:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/10285664#M11541</guid>
      <dc:creator>Icemanau</dc:creator>
      <dc:date>2021-05-02T21:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Component Tags</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/13415663#M11542</link>
      <description>&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 22:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/component-tags/m-p/13415663#M11542</guid>
      <dc:creator>zsolt_bagi889wqs1z</dc:creator>
      <dc:date>2025-04-08T22:27:51Z</dc:date>
    </item>
  </channel>
</rss>

