Recently active
We need a download link for the license software, we have a perpetual license, and it needs to be moved to a new server, but we don't seem to have access to anything on this website
Error message when plotting:"These array elements must be scalars. They cannot be vectors or matrices."How can this be fixed?Using Mathcad Prime 10.0.1.0
When I update a feature that a copy geometry references I will change the model but the copy geometry or reference will not follow. In the latest instance I updated a hole. There is a sketch that references that hole and in the large assembly a part is assembled to that hole. The hole location moves accordingly but the sketch and part stay in the old position. This happens randomly. Sometimes opening a new session fixes the issues. Other times it does not. Otherwise I have to go into the following feature. Delete the reference, reselect the reference and then reconstrain. Creo 8.0.11.0
I was a Mathcad 15 user for 25 years. It looks like Mathcad Prime 11 does not support adding grid lines to XY plots. Is that true or is there a way to add them to make them look like my Mathcad 15 plots?
I have been working on a task in which we are to obtain the maximum response of an elasto-perfectly plastic SDOF. The main reference is: Introduction to Structural Dynamics, by John M. Biggs, 1964. In the second chapter, they provide these tables with the maximum response of a SDOF to different types of load pulses (rectangular, triangular, etc Figs 2.23 to 2.26). See the figure for a rectangular load pulse:as you can see from the graph, the maximum response is represented by the ductility factor Mu, ratio of the maximum displacement to the elastic displacement of the system. Mu depends only on the ratio between the duration of the pulse (td) and the natural period (T) as well as the maximum spring force (Rm) and the maximum load (F1).In my case, since we are conducting a sensitivity analysis, it is not very practical for us to be retrieving the results from these graphs for every analysis we do.Therefore, I proceeded with writing my mathcad file that obtain the complete response
Hello,I'd like to perform a multiplication procedure between two vectors. I am getting an error. Prime 9 sheet is attached. Regards,Sam
Hello Together, our company Blocks the acces for programs to the Documents folder so i need to change to config directory. I've already read that PTC help article about the IFX_USER_CONFIG_PATH but it isnt working for me. I'm adding it like this in the default ifx_start_mdl.cfg:IFX_USER_CONFIG_PATH "Path:\to\folder" I'm currently running Creo Parametric 9.0.6.0 on windows 10. (The Documents Block only applies to our win11 machines) Any guess what i'm doing wrong? Maybe editing the wrong config? Regards,
Hi,[using MP 11].I'd like to build up a matrix (n x n, square and symmetric), with the help of a loop.The problem is that each of the terms in this matrix is the second partial derivate of a function of n variables . I couldn't find a way to include this in a program (Match of the variable and the loop counter)My goal is to program in a way that I don't get any "red square" or "this variable is undefined" in the layout. In the enclosed sheet, the terms of the matrix are colour-highlighted. (The context is civil engineering, and the determination of the buckling factor of a column, here with a varying cross-section and varying compressive force). Eager to see any insightful idea! Thanks.
Hello, I have two arrays H and H_end.Pile_vec.total. I am trying to match the numbers between these two arrays and get the corresponding index number from H_end.Pile_vec.total. I have used the match function whic works for the first one only and not for the rest. Please help. My version is Prime 10.
I am using Creo Parametric Release 5.0 and Datecode5.0.3.0Issue with “Fixing” Parts list table with repeat region fixing that pulls in data from a component parameter. We want to pull in information from assy component parameters and display info within a table column. Found that with this implemented, one is not able to “fix” the parts list table (which prohibits resorting).Example, component parameter assigned within assy context :NAME: REMARKSTYPE = STRINGVALUE = PURCHASEDAssy drawing parts list table has column entry fetching value: asm.mbr.cparam.REMARKSWorks as expected, reporting values for all components with component parameter “REMARKS”The problem is if I attempt to fix the table to prohibit resorting, I am met with the following error: “Can not fix index due to symbol.asm.mbr.CPARAM”The only way I can fix the table is by removing entry “asm.mbr.cparam.REMARKS” from parts lists table and also removing the “ASM_MBR_CPARAM_REMARKS” parameter from the repeat region’s relation UI
Hello,Attached is a Mathcad Prime 9 sheet. I would like to perform linear interpolation as explained in the sheet. Thank you for your help. Best regards,Sam
I am trying to hide the labels related to active combined states like Layer state , apperanace state etc.Also i want to modify or hide some times, the tolerance table label appears in the bottom right corner of the combined state. But i am not able to find any options to hide or modify these labels. Is it a limitation ? or is there any settings to control it. Please guide me if someone faced this problem.Using creo 8
Hello,I am a beginner in Mathcad using Prime 10.0.0.0 Educational Edition. I want to calculate the kinetic energy of a mechanical system so I have to define a time-dependant function, but I'm not able to do this. I want to calculate the symbolic expression. I write the function as alpha(t):=[function including t as time variable] and I don't get any errors, when I try to use this function later I get the error "The variable is undefined. Check that the label is set properly".I don't know if I'm using the time variable t wrong or it's an algebra problem.Any ideas? Thank you,Andrea
Hello,i have an aluminium cylinder De60 Di54 L148 [mm]with the attached condition (Condition 1 e 2 . jpg)As a result of the thermal analysis (Thermal_analysis.jpg) i have what show in "Result.jpg" about thermal analysis I'm not sure that is correctCan you give me your opinion about it? Thank you
I am using Mathcad Prime Release 10.0 and Datecode10.0.0.0Fatal Crash when copy/pasting text and math from one sheet to another. Window closed. pop-up opened and disappeared before readable. Lost whole days work over several tabs open.Disappointing that there is no autosave or periodic save setting, and no recovery mode to recover some of lost work.Here are the errors that I facedpop-up box flashed up briefly then disappeared before readable.
Hello, I would like to see if is possible to create multiple individual drawings from one main assembly. Currently our templates are set up so the revision level and initials displayed in the drawing are attached to the model and windchill. This works fine for the initial drawing that will get approved by the customer but because we treat each drawing as its own separate entity/part number and can be used to make multiple different end items, it becomes a massive headache. Currently we are having to create a family table with a separate instance per each drawing, which is a massive pain for file management and if we have to make any changes to a model once created. Also, since we custom machine and fabricate all of our products, we build our end item/complete assembly first then create the different supporting drawings by hiding components using component display. Any insight on how to make this possible would be greatly appreciated.
Hello, I am using creo elements/direct modeling version 20.6. I have noticed that it's still not possible to open a drawing straight from the model tree. Would it be possible to write a script or custom command to do this? Because now you have to go to the masterdata first and find the drawing there. Other solutions for this problem are also welcome. Kind regards. Siebe
We want to get details of every GTOL (Feature control frames) created in on the every sheet (sheet wise). session.GetModelWindow(model).Activate() sheet = model Dim drawing = CType(model, IpfcDrawing) Dim nsheets = drawing.NumberOfSheets Dim sheetData = drawing.GetSheetData(1) Dim test = drawing.ListItems(EpfcModelItemType.EpfcITEM_ANNOTATION_ELEM) Dim mItem = CType(sheet, IpfcModelItemOwner) Dim feats = mItem.ListItems(EpfcModelItemType.EpfcITEM_GTOL)But we cant get any GTOL in feats.We tried quering dimensions, we get those dimensions. but from mulitple sheets.How can i get GTOLs. how we can understand to which sheet they belong.
Hi, I've attached an example with two flexible assemblies. Each of these assemblies contains two parts whose x-position is controlled using a variable dimension. Now my task is to get the "actual" position as it can be seen in the main assembly. I obviously can't use wfcWComponentFeat::getPosition as this gets me the "as constructed" position. I tried to call wfcWComponentFeat::Refresh and wfcWComponentFeat::RefreshRelations before calling getPosition but this hasn't changed anything... Do i have to calculate the correct position myself or is there some kind of "trick" that i have to do in order to get the correct position? Thanks, Christoph
I opened a drawing to make a simple revision and immediately had trouble selecting items. If I select a note the green box that normally surrounds the selection is offset and rotated. Creating a new note results in the same. I created a new sheet and switched the note to that new sheet and it is normal there. switching it back to original sheet and it messed up again. It only appears to be a problem on that sheet of that drawing. It is affecting tables in a similar way. Has anyone seen this and there is a way to fix it?
I am using Creo Parametric Release 10.0 and Datecode10.0.8.0on a bulk item PProMdlType::PRO_MDL_PARTProMdlsubtype::PROMDLSTYPE_BULKProParameterDelete returns PRO_TK_GENERAL_ERRORThis same code works fine on parts.The UI can delete these parameters. I am a bit lost as to why i cannot delete them. If i am suppose to be able to delete these, i will create a mini project and share the source.
There anyway simple to identify what part is suppressed in a mammoth .asm? Tricks / Tips Pl ....Thx in advance!
I want to rotate an existing group in a part and delete the original. I tried: - Paste special and then used the independent option: It's not independent.- Paste special and then used the advanced option: Cannot simply rotate.- Tried Pattern: Cannot delete/suppress original. Is there a simple way to do it?
Hi,I have a piece of programming but I'm having trouble understanding all the steps and the programming to reach the product graph. Can someone document what is happening in the attached? I hope it will be a step to understanding more complex programs.
Can someone help me to redefine a variable in a for loop or get me moving in the right direction? I am new to Mathcad.I am calculating a standard step gradually varied flow profile in a steep pipe. Pages 1 and 2 are inputs and creating functions that define the geometric properties of the open channel flow in terms of flow depth (y)In the solver block is the energy equation with upstream energy on the left and downstream energy + friction loss on the right. I want solver block to find the downstream depth (yd) that makes those sides equal, which I get. (note: the velocity V and friction slope Sf terms in the equation are functions of y, so I can't solve algebraically)My problem is I need to repeat that step by step along the pipe. for simplicity now I have (100) 1 ft steps in a 100 foot long pipe but those values are arbitrary until I can get the for loop working.In the for loop, for every step I want to redefine yu equal to yd. I want to be ab
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.