Skip to main content
1-Visitor
September 29, 2016
Solved

Why does my spool name make a new table row?

  • September 29, 2016
  • 1 reply
  • 1616 views

I'm trying to use a repeat region in a table on my drawing to show info about a harness. I've gotten everything set up and the length, connector name and wire name all populate as you would expect. My problem comes when I try to put the spool name in. For some reason, the name comes up, but it creates a new row and comes up in the new row all by itself. So, all of the other cells in the row fill with name, length, etc. but the spool name pops up on a row below them all alone. Anyone have any clue why this is? Thanks


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by ykhessin

Hi Susan,

It probably happens because you are using harn.run.len , harn.run.name etc repeat region parameters for all rows but in order to display spool information you are using spool.name parameter.

Using harn.run.spool.name repeat region parameter should solve the issue.

Regards,

Yakov.

1 reply

ykhessin5-Regular MemberAnswer
5-Regular Member
October 19, 2016

Hi Susan,

It probably happens because you are using harn.run.len , harn.run.name etc repeat region parameters for all rows but in order to display spool information you are using spool.name parameter.

Using harn.run.spool.name repeat region parameter should solve the issue.

Regards,

Yakov.

smandel1-VisitorAuthor
1-Visitor
October 19, 2016

Thank you so much!