AutoCAD Electrical
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Wire To-From Reporting Problem on Custom Parametric Component
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
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
*Nate Holt
Re: Wire To-From Reporting Problem on Custom Parametric Component
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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@jiveforu m2.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
Re: Wire To-From Reporting Problem on Custom Parametric Component
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
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
