Windchill
Recently active
I want to know more about Navigate ADK , but I can't find any document about it. Could anyone help me ?
I already have PTC navigate with me know,I want to add custom apps for PTC Navigate,to enable this i have license for application development kit. Do anyone know how to add application development kit to PTC Navigate?
Imagine to have the BOM of a production line that is located in multiple manufacturing sites....We want to add information like the sparepart number, sparepart location that is specific to a single manufacturing site to an existing released WTpart within the BOM of the production line - and we do not want to have the need to checkout / revise the WTpart to add this information.What would be the best approach to do that?
Hi everybody,I would like to make a summary of how to customize a resource bundle for Windchill versions starting from 10, and to be sure that what I am writing is right.I am listing all the possible cases and trying to understand how to manage them:Resource bundle custom in previous Windchill versionResource bundle overriding an OOTC RB in previous Windchill version (IE: roleAccessResource.rbInfo)Resource bundle in a new custom in WNC 10+Resource bundle overriding an OOTB RB in WNC 10+ (IE: roleAccessResource.java)1. Resource bundle custom in previous Windchill version (IE: companyRB.rbInfo)Based on the migration steps all the RBs are moved to the file resourceCustomize.rbInfo and the user has to follow these steps to customize one of the labels in this file:Copy the file from <WTHOME>/src/wt/util/resource to <WTHOME>/wtCustom/wt/util/resource (once, before editing any label)Modify the label already present in this fileFrom a Windchill shell launch the command: ant -f bin/
Just polling to see what other companies do. We are looking to create somewhere where uses can request access to Products and have that routed to a certain role within the product (like a Product Manager). Sharepoint has a feature that if you are denied access, there is a button to email the owner and request access. Something similar to that or a process where by you can request access for multiple people (list). Our posture is to grant access only on a need to know basis. Does your company have this rolled into PDMLink or have you created an outside process to manage requests?
Can you give me the pros and cons of oracle versus sql server.
Hello,when in my Parametric I create a new part/assembly, thanks to a config option I also have its drawing automatically created.The problem I have when I do the Save & Upload, is that the drawing takes its filename and number equal to those of the related part/assembly, but not the common name. So that I always have to go and rename it doing a copy paste of the common name.For example, you can see here in this video below (also attached to the post) that the common name of the drawing (in Windchill corresponds to the field "name") is equal by default to its filename, both when I do the simple "Save", and when I do the "Save & Upload": Video Link : 7503 How could I put it automatically equal to the common name of the part (that is "test_commonname" in this case)?ThanksBye
We are new to CREO 3. and Windchill 11.0.We have set up a Library in Windchill where our designers check in new CAD designs (drawings, parts and assemblies).this Library has a folder named for each designer (I.E. Desinger A, DEsigner B, etc.).currently the process is for the designer to check in their design and in the check in window they would select their specific folder to check in their CAD docuemnts.Is there a way so when the Designer checks in their CAD cosuments their specific folder in this Library is automaticlly selected?thanks for you help.
Hi, Myself Vaibhav is new to the windchill customization, suggest me the application & using this ptc product.
i am working on windchill 10.1. how do i write a java class to list the organisations under site . the products under organisation , the groups or users under products . i also want to generate the xml file or a report kind using java class . can some one help ?
Hi All,I have to set the 'Publish job' queue set based on it's Source type. Please let me know the API's to get the Job source.
Dear Experts,Please let me know, Can we extract the CAD model "Parameter values" (Description, Material, and Revision etc.) as well as model "associated parts" information ( family table instances, Drawing numbers etc.) which is stored in “Shared network drives OR Local drives”.?Note:Information should be extracted by without opening the CAD model in Creo Thanks,Hari ---------------------------------------------------------------------------------------- "Share your knowledge. It is a way to achieve immortality.” - Dalai Lama.
I need to get all the child nodes(CAD Parts) in a CAD assembly(.asm) as a list so that I can set the state of each of those child parts.
I occasionally will come across a file that will have a 3D model displayed that I can spin around, but it is very rare. There should be some graphics visualization for every file as far as I'm concerned. Any help to point me in the right direction would be appreciated.
HiI have a utility program on Windchill - deployed and working.I want this program to start running as soon as the method server starts and stops as soon as the method server stops.Adding to the contents of this example, I added the following commands to run the java program right after windchill starts: cd C:\ptc\Windchill_11.0\Windchill java ext.mypackage.utilityClassThe error: "unable to find or load main class" appears.However, running the command java ext.mypackage.utilityClass on Windchill shell directly works as it should.So, why does the batch file fail to do the same?
Hi I am building a utility to import BOM in customer format.Requirement is:--1. User will upload BOM in CSV format.2. User can preview CSV in HTML and validate before uploading to windchill.3. CSV wont be uploaded or lets say BOM wont be uploaded if there is any error in Line item.4. Result of Upload Process should appear against CSV rows in HTML.Please suggest.//Rakesh
Can anyone explain what the Update Geometry button does and why it's there (other than to remove all visualization work when accidentally clicked by user). Lost about 20 annotations this morning - MFG dept is less than pleased. I opened a case with PTC and was told there is limited info on this subject and to file an enhancement request for improved documentation. WOW.
Hi,With Options & Variants capability in windchill 9.1, how we can build the rules (Parameters, expressions, constraints, case tables, etc.,) to drive the quantity of an item under an Advanced Configurable Part?Example:Consider below BOM:Top_Part (Adv Config Part) Part1 (for option1) Qty - 1 Part2 (for option2) Qty - 2 Part3 (for both options) Qty - 2 Meters for Option1 and 5 Meters for Option2While configuring, selecting option1 should result in:Top_Part Part1 Qty - 1 Part3 Qty - 2 MetersSelecting option2 should result in:Top_Part Part2 Qty - 2 Part3 Qty - 5 MetersCan you please help in this?Thanks,Prabhakaran V.
Hello,I am trying to create a New Table View under Check-in object list window to add few filters and cleanup few columns as per my needs. But Table View Creation/Customization under Check-in module do not have "Set Filter" option. Need it badly to control the object list.Can someone help me on this. I might be missing something or it could be any setting changes on the PDMLink side. Thanks in advance.Regards,Abhishek MR
Hi,I have a File uploading utility that loads WTDocuments to Windchill.I want to load this package onto Windchill and compile it using ant script.So far, I have managed to copy the package (which is a bunch of .java files) onto the src folder using the following ant script: <target name="taskUnzip"> <unzip src="${packagestructure}/myuploadutility.zip" dest="${wc_src}"/> </target> I use the following task to compile it: <target name="compile"> <javac srcdir="${wc_src}" destdir="${wc_codebase}"/> </target> But this throws several errors similar to :\myuploadutility.java:5: error: cannot find symbol [javac] import com.ptc.netmarkets.model.NmOid; [javac] ^
The default value of Project Activity is "Unavailable" ("無法使用" in Chinese). How could we change the wording to avoid misunderstood?
Good day everyone,I would like to call your attention to this Windchill-focused Working Group.To learn more about this Group as well as others that are available, please refer to this document Working Groups - What you need to know .Best,Toby
Dear All,what all we should know in Java to begin with Windchill customization?Thanks & RegardsAvinash
We have configured data utility for attribute on one sofftype of Part.It gives Suggetsions via Suggestion Text Box. This functionality works perfectly fine when I create part without selecting any value for "Create as End Item" attribute.But when I select "Create as End Item" attribute as yes, the page gets refreshed and the functionality wont work.Even If I select "Create as End Item" attribute as No after this, the Data Utility wont work.We are using Windchill 10.1 M020.Has anyone faced same issue?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.