Take the Windchill Satisfaction Survey!
Recently active
Hello,I'm working on my first mechanism and I'm facing some issues.I set up all the servomotors and set a sequence for a position analysis, but all the motors move together in a while.So, I wanted to set a velocity profile but when I start the analysis I get errors and cannot perform it.I checked some videos and I guess I have to define the dynamic properties, but in the slider connection /translation the box isn't visible.I'm using Creo 9.0.5.Thanks,Giovanni
Hi, We are trying to create viewables from our MathCAD files and to save them to Windchill, where other users (who don't have MathCAD installed) can check the files and optionally comment on them. From the documentation we can find that it should work as follows:Create MathCAD and checkin to WindchillClient side viewable is automatically created (Mathcad Checkin) by setting "Models and Viewables" in wgmclient.iniHowever, the viewable is saved as Viewable.PVZ and included as attachment to the MathCAD sheet. Attachment can only be downloaded and not opened.Also the PVZ file can not be opened using Creo View and thus not be annotated and saved back to Windchill.Below the error message when opening the downloaded PVZ. This is because the PVZ only holds a pdf and no structure.Is there a configuration step that we're missing or does it work as designed? Is there a way to save the viewable as PVS (which can be opened by Creo View) Only workable solution now:export MathCAD to PD
Hello,I am using Mathcad Prime 8.0.0.0, and since a few days i get an exception when minimizing the MathCad window.Extract from the log file:"Build Number : 2022.03.01.001System Culture : en-US; Current UI Culture : de-DEArchitecture: x64Application version is: PTC Mathcad Prime 8.0.0.0Current license type is: CommercialSubException data:System.Object:System.ArgumentException: Die Breite darf keine negative Zahl sein.bei System.Windows.Rect.set_Width(Double value)bei DevComponents.WpfRibbon.RibbonWindow.GetGlassClientRectangle(Rect r)bei DevComponents.WpfRibbon.RibbonWindow.WmNcCalcSize(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)bei DevComponents.WpfRibbon.RibbonWindow.WindowMessageHandler(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)bei System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg,
Hello everybody, I am creating a design of wiring harness in schematics and I would like to do a flat harness drawing in creo cabling afterwards. Is there a way how to display in flat drawing version of XML file which was used for creation of 3D harness? Eg. if I export file from schematics named XMLdesign012023.xml and then import it into creo cabeling. Can I automatically in creo flat harness drawing display something which says Design based on: XMLdesign012023.xml I can write it manually, but we are more people working on the harnesses so there is a change that someone will forget and than we are not able to know what was the source and if the design from schematics is reflected in drawing or not I normally use repeat region feature to view cabling parameters at drawing, could it be done in similar way? Or maybe via parameters? Thanks everyone for answers
Hello, I've been working with it for a long time and now I'm annoyed by creating measures for each ground spring. This is our technique of creating boundary conditions using spring to ground and we need to create a set of measures for each one of them( X Y Z reactions and amplitude of force ). Is there any possibility to automatically create any set of measures for springs? I know that all contact interfaces does this but not springs.Thanks in advance.
how can I obtain total value or to perform multiplication within the table?
I am trying to find the angle from the equation pasted below. In Matlab, I got the angle and it is about 104 degrees but I cant solve it in Mathcad. I have attached the Mathcad 9 sheet.Best,Waqas
Please see the image. It is a side view of a part, with the sketch of the proposed bend. I need to bend just the end (above the sketch) so it follows the sketch (which I can do easily with a spinal bend), BUT I need to control the orientation so things that are vertical (as in this view) remain vertical when complete.Geometry with the sketch to form. Normally, with a Spinal Bend, the geometry follows the curve and makes the geometry "wrap" with the curve, meaning things that started vertical will be perpendicular to the spine (sketch shown above). I want the vertical things to stay vertical, but the shape to "droop" to follow the curve. I don't remember for sure, but it seems like there used to be projection controls with a spinal bend to do this. (Not AREA controls.) I feel like I've done it in the past. This part geometry is complex enough that I can't really create it in the correct shape. The part is quite deep (into the screen from the
Hi all,I am trying to open a .sldprt and everytime I open it, my creo just freezes.I have tried multiple different .sldprt's and all of them cause this issue.Is there anything I can do to get these to open?I never had this issue in Creo4.0 I am currently using Creo8.0
Hello,I am trying to recreate this model from solidworks model mania 2005. (https://blogs.solidworks.com/tech/wp-content/uploads/sites/4/Model-Mania-2005-Phase-1.jpg)I am having some trouble recreating the lower part that is the blend from the oval section to the circular section without having lines.As can be seen in the drawing there seems to be no indication of where the circle section should be divided to create the blend (and no such lines appear in the solidwork model), I merely drew a centerline connecting the separation lines for the oval section and used that to divided my circle. Is there an error in my approach or is this a case in which solidworks and creo functionality differs? Here is a link to their solution video (timestamped) https://www.youtube.com/watch?v=OKgWcBTxD5I&t=8m49s I am using creo parametric 9.0 student edition.
Hello, My colleague is using Mathcad Prime 7. He was trying to convert a Mathcad 15 file using the convertor. For few files, he is getting the conversion status as Failed. When we check the log, we can see the below error message. Has anyone seen this issue before, and if yes, how did you solve it? Exception data: System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at mcautomation.IMathcadWorksheet.SaveAs(String filespec, MCFileFormat Format) at ConverterLoader.XmcdToMcdxConverter.StartConverting(String originalFileName, String destinationFileName) at ConverterLoader.XmcdToMcdxConverter.TryConvertWorksheet(String originalFileName, String destinationFileName) at ConverterLoader.XmcdToMcdxConverter.ConvertWorksheet(String originalFileName, String destinationFileName, String mathcadVersion) RegardsVijay
Hi,Can someone help converting the attached xmcd files to MCDX (mathcad prime 8.0 format)?
I have successfully created new Simple representation. But not able to add part models to it. My codes are belowDim newsimRep As IpfcSimpRepDim newsimRepInstrs As IpfcCreateNewSimpRepInstructionsDim newrepname as string="Fix"Dim solid As IpfcSolidDim simRepItem As IpfcSimpRepItem newsimRepInstrs= (New CCpfcCreateNewSimpRepInstructions).Create(newrepname) newsimRep = solid.CreateSimpRep(newsimRepInstrs) '-------Now I want to add items to this simple representationNot able to add items to simRepItemPlease guide with codesThanksGopinath
Hello, I read an excel file into MathCAD and created a matrix and was able to plot the figure. The data is current through a switch. I want to delete specific regions of the graph, namely some spikes (see attached file). Is there a way to do this? Thanks
Hi Team, I want to keep custom settings in Creo in such a way that whenever I create a hole in the model.The Hole location and it's depth dimensioning should have 2 decimal places by default in the drawing. Also, I want to set The angle of the hole as basic by default.Is there any possibility without affecting other things' tolerance in 2D Drawing? The rest of the dimensioning should be per Creo default.I would appreciate any solution for the above request. Thanks so much in Advance.
In Creo 7 or higher is the following possible using BMX module? I have a design problem where I need to make changes to the master model to modify geometry, but the goal definition needs to be defined in the derivative part as the feasibility goal is intrinsic to the derivative part geometry. If I have a master model and a derivative part dependent on the master can a feasibility study in the derivative part use parametric items (parameters, dimensions) from the master part as variables when setting up the feasibility study? If not, can feasibility studies between part models be linked to run automatically or would manual iteration be required?
Hi Team,I want to keep custom settings in Creo in such a way that whenever I create a hole in the model. The Hole location and it's depth dimensioning should have 2 decimal places by default in the drawing.Also, I want to set The angle of the hole as basic by default. Is there any possibility without affecting other things' tolerance in 2D Drawing? The rest of the dimensioning should be per Creo default.I would appreciate any solution for the above request. Thanks so much in Advance.
When editing a family table cell, the cursor goes AWOL (missing) and I have remember how many left or right arrows to edit text in a cell. I am using Creo 9.0.4.0. Has anyone else experienced this? Any thoughts to a solution. Brand new systems with the specs called out for Creo 9.0.4.0.
Hi folks, I am trying to solve a PDE in MathCAD Prime 9.0. Can one use units in the Solve block with Pdesolve?I have found that odesolve is units aware.Thsnks, Ted
User is trying to allocate more RAM for his Creo Simulations by updating config.pro file, but it doesn't seem to be reflecting in run summary.sim_solver_memory_allocation
I am trying to replicate this drawing of a solidworks model from their model mania. (https://blogs.solidworks.com/tech/wp-content/uploads/sites/4/Model-Mania-2004-Phase-1.jpg)I am having trouble recreating section B-B in my own drawing, the closest I have come to this is below.I have tried using zones and dabbled in full aligned/unfold cross sections but I am unable to figure how to do it. Help would be greatly appreciated. I am using creo parametric 9.0 student version.
Just wondering what the heck is the difference between Sketch and Skeleton features?For example, when I do Copy Geometry, I know I can copy Sketch elements from a regular Prt file, so I'm wondering why I should buy AAX and get the Skeleton feature.
Is it possible added parameter to config.pro, which value will be switch on in drawing (exactly in format.frm)? For instance, in company without PDM users need change standard iso to others (on drawing).They using main config.pro and it couldbe good soluion that admin will change value of parameter in config.pro and finaly in all users will be changed it automaticaly.Maybe other possibility not exactly in config.pro?
Creo view assy download issue
Regarding icons in CreoThis is the icon from the Creo AAX demo video.What is this icon and how do I create it???
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.