• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Electrical

    Reply
    Contributor
    Posts: 22
    Registered: ‎08-27-2003

    Wire To-From Reporting Problem on Custom Parametric Component

    44 Views, 2 Replies
    08-19-2004 06:27 AM
    Hi Nate, anybody,
    In the attached test file, I'm encountering a problem where certain wire connections are not reporting between opposing / corresponding TERMxxL and TERMxxR parametric component terminals when a component is placed between the two as noted. If just the rung (a wire) appears between these two terminals, then both of the wire connections report.
    Any suggestions on how to remedy or what I might be doing wrong would be appreciated.
    John
    Please use plain text.
    *Nate Holt

    Re: Wire To-From Reporting Problem on Custom Parametric Component

    08-19-2004 09:03 PM in reply to: jschauer
    John, This problem was a bit tricky... the issue is that the bottom part of this split PLC or connector block has wire connection attributes that are "floating" in space with no block graphics nearby (within a "trap" distance of the end of the wire). The bottom green rectangle is not part of the block. So, AcadE doesn't "see" the PLC block anywhere near the end of the bottom of the wire. If you move the "4-16" attribute text up just a bit (using the AcadE attrib move tool) so it's closer to the end of the wire, then all is well. AcadE's trap distance captures the attribute and then AcadE realizes that this wire "touches" or connects to the block. The X?TERMxx attribute doesn't work for this task because it is marked "invisible". So, the solution is to either 1) make the bottom green rectangle part of your split PLC connector block, or 2) modify your block and add near-zero length line segments right on top of the wire connection points (so that AcadE can "capture" some geometry at the end of the wire), or 3) make the terminal text taller or move it up just a bit. Nate. "jschauer" wrote in message news:29855803.1092922078134.JavaMail.jive@jiveforum2.autodesk.com... > Hi Nate, anybody, > In the attached test file, I'm encountering a problem where certain wire connections are not reporting between opposing / corresponding TERMxxL and TERMxxR parametric component terminals when a component is placed between the two as noted. If just the rung (a wire) appears between these two terminals, then both of the wire connections report. > Any suggestions on how to remedy or what I might be doing wrong would be appreciated. > John
    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎08-27-2003

    Re: Wire To-From Reporting Problem on Custom Parametric Component

    08-20-2004 11:00 AM in reply to: jschauer
    Thanks Nate, Both proposed solutions 2 & 3 work for our purposes.
    Not clear though as to why the opposing terminals (on the sample that I sent) will report and have the same "capture distances" and attribute text heights as those that don't report?
    Nonetheless, glad to have it working with your help.
    Thanks again.
    John
    Please use plain text.