ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2012/11/14/09:29:41

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
Message-ID: <50A3AAA6.1080704@laserlinc.com>
Date: Wed, 14 Nov 2012 09:28:54 -0500
From: Joshua Lansford <Joshua DOT Lansford AT laserlinc DOT com>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120907 Thunderbird/15.0.1
MIME-Version: 1.0
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] slotting
References: <CACPio-7O1OS0Z-NkOJmzTvxSFf+v9j6yFM8F6xRXeZvTjDUK8A AT mail DOT gmail DOT com> <50A2B84F DOT 4080204 AT laserlinc DOT com> <CACPio-4+wJj6WY-GsJhskmZicM1mn6YKoRc4kVVP9ABXLpZYYg AT mail DOT gmail DOT com>
In-Reply-To: <CACPio-4+wJj6WY-GsJhskmZicM1mn6YKoRc4kVVP9ABXLpZYYg@mail.gmail.com>
Reply-To: geda-user AT delorie DOT com

This is a multi-part message in MIME format.
--------------040108000401050806050700
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Cool.  I didn't know there was a way to renumber from within the gui, 
I'll have to try it.  But if it doesn't understand slotting it sounds a 
bit handicapped.  Explain what you mean by smaller chunks. 
refdes_renum_slots can be called incrementally as a design grows and it 
will only number the newly added symbols and leave the already numbered 
ones alone if you don't specify --force.  Is this what you mean by small 
chunks?
~Joshua

On 11/13/2012 10:25 PM, Nathan Stewart wrote:
> Actually I was trying to do this using the gui Autonumber "T U" 
> command so that I can do it smaller chunks as appropriate
>
> On Tue, Nov 13, 2012 at 4:14 PM, Joshua Lansford 
> <Joshua DOT Lansford AT laserlinc DOT com <mailto:Joshua DOT Lansford AT laserlinc DOT com>> 
> wrote:
>
>     Please try refdes_renum_slots instead of refdes_renum.
>     refdes_renum_slots understands slotting as well as broken out
>     symbols and will leave grouped refdes's intact even when using --force
>
>     download from
>
>     http://public.laserlinc.com/Joshua/refdes_renum_slots.java
>
>     compile with
>
>     gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java
>
>     The arguments are nearly identical to refdes_renum
>
>     If symbols have different slot numbers and the same device type
>     they are grouped together.  Also if you manually group a set of
>     symbols by setting their refdeses the same, it will stick even
>     when --force is used redo the numbering from scratch.
>
>     This this a solution to your question?
>     ~Joshua
>
>
>     On 11/13/2012 02:51 PM, Nathan Stewart wrote:
>>     Is there any way to lock slotting on specific symbols? In this
>>     case I have PVI optoisolator, and I'm kind of abusing the
>>     slotting for driver and driven sides to keep the auto renumrefdes
>>     from splitting them up, but I think it's the same thing with
>>     devices which split power pins on separate symbols (Kai-Martin
>>     Knaak's opamp_pwr, opamp_dual, etc.. ).   My PVI case worked
>>     because the same symbol can representive of both sides if drawn
>>     correctly. But can I make a symbol which is always slot 2, or
>>     slot 3, so that I can renumber using  just some selection choices
>>     to make sure that the correct symbols are refdes'd together?
>>
>>     Nathan
>
>


--------------040108000401050806050700
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Cool.&nbsp; I didn't know there was a way to renumber from within the
    gui, I'll have to try it.&nbsp; But if it doesn't understand slotting it
    sounds a bit handicapped.&nbsp; Explain what you mean by smaller chunks.&nbsp;
    refdes_renum_slots can be called incrementally as a design grows and
    it will only number the newly added symbols and leave the already
    numbered ones alone if you don't specify --force.&nbsp; Is this what you
    mean by small chunks?<br>
    ~Joshua<br>
    <br>
    <div class="moz-cite-prefix">On 11/13/2012 10:25 PM, Nathan Stewart
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACPio-4+wJj6WY-GsJhskmZicM1mn6YKoRc4kVVP9ABXLpZYYg AT mail DOT gmail DOT com"
      type="cite">Actually I was trying to do this using the gui
      Autonumber "T U" command so that I can do it smaller chunks as
      appropriate<br>
      <br>
      <div class="gmail_quote">On Tue, Nov 13, 2012 at 4:14 PM, Joshua
        Lansford <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:Joshua DOT Lansford AT laserlinc DOT com" target="_blank">Joshua DOT Lansford AT laserlinc DOT com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000"> Please try
            refdes_renum_slots instead of refdes_renum.
            refdes_renum_slots understands slotting as well as broken
            out symbols and will leave grouped refdes's intact even when
            using --force<br>
            <br>
            download from<br>
            <pre style="line-height:normal;text-indent:0px;letter-spacing:normal;text-align:-webkit-auto;font-variant:normal;text-transform:none;font-style:normal;font-weight:normal;word-spacing:0px"><a moz-do-not-send="true" href="http://public.laserlinc.com/Joshua/refdes_renum_slots.java" target="_blank">http://public.laserlinc.com/Joshua/refdes_renum_slots.java</a>

compile with

gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java
</pre>
            The arguments are nearly identical to refdes_renum<br>
            <br>
            If symbols have different slot numbers and the same device
            type they are grouped together.&nbsp; Also if you manually group
            a set of symbols by setting their refdeses the same, it will
            stick even when --force is used redo the numbering from
            scratch.<br>
            <br>
            This this a solution to your question?<span class="HOEnZb"><font
                color="#888888"><br>
                ~Joshua</font></span>
            <div class="im"><br>
              <br>
              <div>On 11/13/2012 02:51 PM, Nathan Stewart wrote:<br>
              </div>
              <blockquote type="cite">Is there any way to lock slotting
                on specific symbols? In this case I have PVI
                optoisolator, and I'm kind of abusing the slotting for
                driver and driven sides to keep the auto renumrefdes
                from splitting them up, but I think it's the same thing
                with devices which split power pins on separate symbols
                (Kai-Martin Knaak's opamp_pwr, opamp_dual, etc.. ).&nbsp;&nbsp; My
                PVI case worked because the same symbol can representive
                of both sides if drawn correctly. But can I make a
                symbol which is always slot 2, or slot 3, so that I can
                renumber using&nbsp; just some selection choices to make sure
                that the correct symbols are refdes'd together? <br>
                <br>
                Nathan<br>
              </blockquote>
              <br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>

--------------040108000401050806050700--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019