Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
We have recently migrated from Intralink 3.4 to PDMLink 9.1 and I am looking for a wayof identifying ProE Models with associated ProE drawings. So far I have found a way to display this information within PDMLink by searching for the top level assy WTPart and showing the structure, then expanding and using 'Show documents'. What I cannot do is export a snapshot of this structure with all the associated ProE documentsincluded (see attached screen shot). Does anyone know if this is possible, and if so how is it achieved? Possibly it requires a script? Any advice gratefully received. Chris Glenister, Thermo Fisher Scientific, UK.
The easiest way to accomplish this is to write a report in the report manager using the Query Builder. You should be able to get all the info you need in a report.
Iforwarded the presentation of the download WTPart/EPM Structure which is what Najanaja.comprovidedfufilling my architecture design. With every download of WTPart, you'll get a tsv report at the level requested. You can do the view report first then export to TSV (tab dilimited in case of commas in the name) which will not get any associated documents, or you can just download the entire package based on various baselines. More advanced baselines are in the ECN reports during review. See attached.
the default configurations were:
For the download, we went to expand the solution to include:
We also did BOM Compare which is really cool. I believe Najanaja.com really done wonders with this. My requirements went further with comparing the following configurations of WTPart:
http://www.najanaja.com/?q=node/5
All done by just using the links. No new models.
Having fun as usual,
Patrick
If you plan to use Windchill beyond managing just ProE files, I suggest following this presentation I sent to PTC. A lot of companies are now moving towards this uniqueness architecture which separates ProE File Management and its part management which is WTPart. PTC Project Managers have called me up and have already implemented this. This way you can import anything if it was from Pro/I or even file based on a drive. It follows all CAD management tools if did not even have Windchill like the good old days on a local hard drive. This way people can filter the file name column if they wanted to. The synchronizing WTPart Number and Name will be 100% easiermatching and autoassociating withEPM Number and Name (respectively in ProE File Name (no extension) and PTC_COMMON_NAME).
PTC always had all the attributes to do this in their datamodel, but they justcouldn't see it. With this method, you can perform most Pro/I migrations without datacleasing duplicate docnames. If it works in Pro/I and you local hard drive, it should also work in Windchill. My motto. You can also migrate muliple Pro/Is into one Windchill. Yes there is only onerecord in ORGCONTAINER Windchill Database, but you can add and remove. You just have to modify the migrator to point to appropriate site record. Each Pro/I system will point to it's own ORGID and ORG context.
Sorry,
If I got you guys confused with too much information with my presentations. It was to answer 2 streams of this email with exports andthe use of Windchill Number and Name. The namehistory configurationis greatwith the uniqueness configuration.
History on Name for Psion Teklogix was accomplished using OOTB data utility functionality which calls an IBA instead. Just like Tristar said you "can use the query builder", but like most developers, it's best to create your own queries. I don't consider queries as customizations.
I made sure that the Windchill Architecture ismaintained with the UIs and OOTB APIs. As for download, Here are my instructions as part of my requirements:
I know that PTC is way behind on this. I demonstrated this to the PTC user conference back in 2006 with the PTC Product-line Manager and they were blown away. Like I said, most of this is using OOTB Architecture, UIs and APIs so it would look seamless in terms of both integration and usage. But, PTC always changes their APIs and hardly ever their data model. I explained to PTC that it is very difficult to manually collect everything. Which is why we did this is standard requirement and very little custom reports for packaging the information. It's just how you present the info. Hopefully, you guys who are developers can work with this to "customize" your own way how to deliver the export package. If you guys can do this that's great, I'm just pointing you to someone who helped us achieve our goal back in 2006.
I don't do much code, but I try to make sure the Windchill Architectureiskept to achieve thePLMand ERPenterprise solution vision following best industry business practices.
Like I said, having fun with what we have. I consider Windchill like most PLM tools have the the basics. It's almost there. but you just need to add a little configuration to achieve so much more.
Patrick
To answer Tony's question regarding the uniqueness refer to this documentation. OOTB ProE can manage files with the same docname on a local drive. But it uses the extension to add uniqueness. This has been like this and still is.
In the old Pro/I 3.4 and earlier, the only unique attribute was NAME which was actually filename. Most cases as a ProE user, you would either number your files appropriately with the part number, number_description, etc. That's the old way of placing every possible attribute in a file to uniquely identify your files which do have number of character limits and it's hard to search every possible metadata value in a file name.
Problems in the past:
So, what to do, we have the old way with Pro/I and local drive and now Windchill. In most cases, CAD files are only 10% of the users in Windchill once you expand to WTDocument, WTPart, Suma, MPMLink and Change Management. They are not interested in file names and the simplification and filters of data is very important which is dependent on the functional user.
I've been working with CAD integration into Windchill since version 5. The solution has always been there and keeps the vision of PLM with no change in UI or APIs.
This is why I could import and export from any ProI and single local file sytems. See attached. The uniquenss sets me up for the export.