cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

RSD reports

byork
17-Peridot

RSD reports

Thanks in advance.



So I'm relatively new to RSD and I am trying to create a few key reports
in RSD that I had tables for in pro-diagram.



I am being hindered by not being able to use relations and am trying to
figure out how to approach the reports.



I am going to try to describe how my tables are down in Pro-Diagram.



He are a couple of small snapshots of my table. (Please see the
attachments if they don't come through.)











I use a terminator table in pro diagram to fill in the information for
the terminal part numbers. I am using RSD 8.0 and can and have gotten
the terminator table to work for this part.



Now to my real problem.



In Pro/Diagram I use table relations to fill-in the MFG and seal
information. Most of the time the MFG and seal information is base
solely off the terminal but not always. Sometimes there is an
additional requirement to check the wire gage to determine the proper
seal number.



Here is an example of the relation we use.



if dgm_run_cond_from_pin_term_name == "12048450"

from_seal_num = "12048441"

from_name="PACKARD"

endif

if dgm_run_cond_from_pin_term_name == "12048451"

if dgm_run_spool_wire_gauge == "16"

from_seal_num = "12048441"

from_name="PACKARD"

endif





Thanks again,



Brian York

-

Exmark Mfg. Co.

This electronic message including any attachments ("Message") may contain information that is privileged, confidential and/or exempt from disclosure under trade secret and other applicable law. If you are not the intended recipient, notify the sender immediately, permanently delete all copies of this Message, and be aware that examination, use, dissemination, duplication or disclosure of this Message is strictly prohibited.

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.
1 REPLY 1
byork
17-Peridot
(To:byork)

Thanks to Pete for directing me touse tablesin my pro/cabling drawing instead. That works much better and I can use relations.
Top Tags