Recently active
I am using Creo Parametric Release 3.0 and DatecodeM190while opening .lay file getting below error,This functionality requires one of: NOTEBOOKHere are the errors that I facedThis functionality requires one of: NOTEBOOK
I'm trying to work through one of the CFA advanced tutorials for multi-component mixing on a model of a mixing nozzle and I'm having trouble with defining the boundary conditions. The tutorial is telling me to first define the total flow as a Specified Volumetric Flux and then define the components as a Specified Value. It appears to me that the Specified Values are a percent of the Specified Volumetric Flux. (See the attached Multicomp_dir) Makes sense to me. The problem is that the Program doesn't work this way. When I set the mixture to Specified Volumetric Flux the program doesn't let you select Specified Value for the components, it only allows Specified Volumetric Flux. (See Multicomp_CFA) So what am I supposed to do? Calculate and enter the Volumetric Flux of each componet at the various boundaries?Also, on the Nozzle_Side_Inlet I expected the Specified Values for the components to add up to 1.0 but they don't. The tutorial says 0.99 for O2 and 0.9 for H2O. Is this a typo?
Related to this post: I would like this as well. Having exactly the same challenge! Did you find any solution?
Hi, We are a small company that is starting to use creo now and we have all our files on Dropbox. The issues I am having is once I create an assembly and save it and then go to reopen it it is not finding the parts used to create the assembly. I know there is something in the search path that is wrong but not sure how to fix it.
Related to this topic: Please explain how to obtain the invTess value? Also, how do you calculate the step size for an Assembly?
I have a sheet metal bin that was initially 26.69" from side to side. I want to reduce that by 7". At 19.90", Bend_Back_1 fails. I found that @ 20.48" and larger the bend back works and @ 20.47" and smaller the bend back fails. I cannot find a reason why things are failing when they do. Please find the attached file in a .zip file.
PTC Creo has recommend using primarily NVIDIA Quadro graphics cards for years. My understanding is that this is due to OpenGL support and driver optimization. Is this still true in 2022? It seems that almost all graphics cards “certified” by PTC are still Quadro:https://prodart.pl/wp-content/uploads/2020/05/ptc_creo_hardware_notes.pdf For example, would it be better to buy a Quadro P4000 as opposed to a GeForce GTX 3070? The 3070 is significantly better on paper (and less expensive).https://technical.city/en/video/Quadro-P4000-vs-GeForce-RTX-3070
I have a question.I have a distance that is filled by a start rail, rail * number of rails and an end rail.Only sometimes the end rail is a very small size, so that the start rail has to be shortened so that the end rail becomes longer.The formulas for the rails are;Start rail= 2.5*pallet+100Rail= 3*palletNumber of rails= Floor((distance-start rail)/rail)End rail= distance – start rail- (rail*number of rails) Now I have a code :If end rail <= 1000Start rail= 1.5*pallet+100ElseStart rail=2.5*pallet+100endif If the end rail is longer than 1000mm, it is fine.Only when the end rail is shorter than 1000mm, the start rail is shortened making the end rail longer, but since it then becomes longer than 1000mm again, the model automatically adjusts the start rail again to 2.5*pallet+100, making the end rail is again less than 1000mm. This way the model automatically goes back and forth every time you regenerate. Is there a way to create conditions so that this doesn't go back a
Hi!I have an assembly with a flattened cable harness and I'm trying to use the code below to get the tessellated mesh for the flattened cables. The problem is that I'm only getting the 3D version.In the real application code we're also retrieving several parts (connectors, etc.), and those are in the correct, flattened positions when we open the _mfg file. This assembly came from a customer, and they gave us "12345_flat.asm.1", "12345_mfg.asm.1", "12345_rout.asm.1", as well as .prt and .asm files for the connectors. When I open the "12345_mfg.asm.1" in Creo, I see the flattened cable harness. My questions are:Is the "12345_mfg.asm.1" the correct assembly to get the flattened harness?Is there a way to choose between the flattened and 3D version of the cables using the API?Are there any other config.pro options I may need to get the flattened harness?And off on a slight tangent... Inn another place in our application we're passing a ProSolid as the first parameter to ProA
hey All, is there anyway to add "new" local parameters and "new" relations to existing dwg bom repeat region with a mapkey? trying to create mapkey do accomplish this but it does not worktried loading a "new configuration" xml file with no luck either thanks,Rich
Hello Dear members, I am trying to place publish geometry in part using Copy Geometry in Creo 8. The publish Geometry is simple axis created with the help of two datum planes. This Axis in not visible in Copy geometry feature. Could someone help with what am I missing here? Will appreciate you reply. (Note: Datum display filters are all ON)
I am looking for a way to conduct a Visual Analysis, for sight lines or sensor Field of Regard. Ideally, we would be able to manipulate the 'visual' area to meet the human eye or the sensors visible area. Given the 3D data in all of our Creo models, and the various scene/perspective view settings, I believe there has to be a way to create these from within Creo. It appears that the Manikin functionality has almost the solution (with Vision Cone & Vision Window), but I was hoping for a way to manipulate the eye’s FOV to match certain sensors we deal with commonly. Is there a way to create a ‘custom’ manikin that would allow the FOV to be changed? Or is there a ‘camera’ functionality that would do something similar? Create a scene, or special view that limits the aperture & turns on perspective? The result would be something like the attached image, with areas outside the FOV shaded/blocked.
Hi! I'm a new creo convert, so still learning my way round. I've got an assembly, which comprises of essentially a pair of cylinders that extend, and a framework linking them. The cylinder comes in three different length variations, but the width between the cylinders varies. At present each product variation is created by parametrically controlling the distance between the cylinders which drives the sections of frame between. However at present to swap between the three cylinders the sub assembly is swapped over via using the 'Replace Selected Components or UDF' function, and this works perfectly at the moment. However, I want to try and automate the generation of the cover which goes over said frame, and at the moment the width is done parametrically, however the length requires manual intervention. I've already got inside each of the cylinders a parameter for the cover length which in the top level works, but as soon as I change the cylinder this link is broken a
I am using Creo Parametric 8.0 8.0.1.0How to perform feature operations such as delete, resume, suppress and replace. I have been using pfcSolid.ExecuteFeatureOps() API which causes error pfcXToolkitBadContext. I searched through PTC documents and most of them are referring to enable deprecated config options CS181059. I want to set configuration option regen_failure_handling to resolve_mode however it requires special key as per CS260154.Please provide the special key mentioned in the CS260154 or an alternative function to perform these feature operations in WebLinkHere are the errors that I facedWhile using regen_failure_handling config option, user is presented with the warning message To use a deprecated config option, you will need to supply an authorization code with allow_deprecated_config. Please see article CS260154 for more information.
Dear sir,Can you send me all command features in related of Advance assembly (Creo software) in pdf.
As of 3/19/2022, with the most up-to-date Windows update. Creo, starting from 6.0 to 8.0.3 will now function on Windows 11.
Am I missing something or does dm_overwrite_contents_on_update actually do nothing for me? The description states: 'Yes: Windchill Workspace Update will overwrite locally/modified out of date objects with the ones in the server. No (Default): Windchill Workspace Update will update metadata only.', however I still get anything modified locally only updating the meta data unless I change it to overwrite. We are seeing a lot of overwritten data recently. Creo 7.0.3.0 / WC 12.0.2.1
Hi.In its simplest form, what I am trying to acheive is to have a datum plane in an assembly drive the position of a datum in parts.Lets say I create a datum 200mm from the default top datum plane in the assembly and call this ASM length.If I then create a part and constrain this part in the default position in assembly. I create a datum plane in the part called PRT length. I want to the position of PRT length to be equal to the ASM length ( 200mm).So when I create a family table of the assembly, each instance will have a different value for ASM length.I intend to have multiple parts in the assembly all having the Part length datum controlled by ASM length. In its more complex form each part will have feature positions driven by the assembly datums. Which is the best approach to acheiving this outcome?. Thanks for your help in advance.
I am setting up a new laptop and need to install the Creo Parametric software on it for the first time. I would like someone to contactme and help me through the process as there are no install files or documentation at this Company to use for the process.I have downloaded the files that were shown for the install, MED-100WIN-CD-420_5-0-6-0_Win64Not sure exactly what files are used to install Creo Parametric from this folder, can anyone help me with this install?Thanks,
We have a user that runs Parametric and Keyshot on an officially supported machine:Dell Precision 3630 with Quadro P2200.They have been getting crashes recently and I am struggling to locate the exact cause. I have noticed that Keyshot uses all available CPU resources as by design, but that does mean his other applications are fighting for resources.My question: If I were to buy an Nvidia RTX 3000 series card (not Quadro) for Keyshot and run both cards in the system, can I force Creo to use the Quadro which is still supported? Or will Creo potentially use the unspported RTX?
HI,I'm an beginner in Creo Parametric ui customization. I'm trying to create ribbon tab with group and button, but can only create the button cascade that have sub-menu. How to create just a button with no any cascade in it ?Per the post, other questions mentioned in this thread with saving .rbn file I have already resolved, and now I'm confused why I can't design simple button.
Hello, So recently I started implementing skrinwrap features on my skeletons for my routings on cabling. One issue I have been having is that sometimes it works perfectly when I delete a model or component from a higher level assembly and other times it just appears unusable, in other words, I try to update the skeleton (selecting automatic from manual) and the Reference tab doesn't allow me to select which body I want to delete. So here is the general process I'm following. Create Harness assembly -> create skel -> create shrinkwrap feature inside the skel -> grab manual bodies/surfaces -> select it as external shrinkwrap -> select manual updates -> ok Is there anything I'm missing? Why sometimes it works as intended and sometimes it doesn't? Thanks and regards.
Hi,It seem's to exist manikin libraries.https://support.ptc.com/help/creo/creo_pma/usascii/index.html#page/model_analysis%2Fmanikin%2FAboutSettingUpAndAccessingTheManikinLibraries.html%23 Does someone knows where to find them ?ThanksDominique
Hi,in manufacturing when I use the material removal simulation, a std.out file is generated in the working directoryIt also does this using Creo Parametric with default settings, and it is not possible to delete it while the program is open.I thinks in previous versions of Creo Parametric this file was not created.Is this normal or are there any setups to fix?Thanks Attachments file
I am using Creo Parametric Release 5.0 and Datecode5.0.4.0How do i change a helical CUT to a PROTRUSION?
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.