Recently active
Hello, I'm trying to generate a 3D curve from a table or matrix of (X, Y) values along with a vector Z, which contains one value for each (X, Y) pair with Mathcad 11.0.I tried using createmesh, but without success. Do you have any suggestions on how to achieve this? Thank you for your help. Update : Added Excel file to import the matrix.Update : Link to the mathcad file Emilien
Hi, can you give me suppliers details who can create GPOST for Lathe, Mill, HMC & 5Axis machine.machine having Fanuc & Mitsubishi controller. we are about to start using CREO NC at our manufacturing shop in India for this we required this.
I am using Creo Parametric Release 10.0 and Datecode10.0.5.0We have an assembly where certain sub-components might be shown or hidden (suppressed) by ProProgram, based on parameters, for different design cases. Based on that assembly we have created a simplified representation which shows only a subset of the resumed components from the original design (driven by rules). From that simplified representation we need to merge all the visible geometry into one single part and for doing that we have created a shrinkwrap and enable the option to automatically update its geometry based on the original design. While the simplified representation works properly for different design cases, the shrinkwrap does not update its geometry automatically upon regeneration. The only case when it does is when the design takes the "state" in which the shrinkwrap was created, but other cases don't. We have tried searching for some options in the config.pro that might enable such automated update, but couldn
Hi,I am having few issue with plotting transfer function:Bode plotHow to make line more obvious in the low frequency area?How to get ride of #4 zone of the plot, it doesn't have anyI cannot plot phase plot, and i don't know why, please.Attached is what i have done.
We often deal with mathcad calculations that are 100 pages or more. These can be unwieldly to navigate and check especially for those that did not develop the mathcad calculations. One thing that could greatly improve the formating of mathcad would be to have the ability to have something like the tabs in an excel sheet. Another way to do this would be to have the ability to have chapters or sections that could be tabbed through. If it was done with chapters or sections, there could be a table of contents page with links to each section. I know that mathcad had the ability to hide calculation regions but this is not nearly as user friendly. This is a wish list item that I think would really improve the user interface for many users.
Hi! I tried to find older discussion related to rainflow counting algorithm and found some but unfortunately they lead me to new problem. I used some program created by Ian Ward and was able to create workbook for my needs. But for some reason it doesn't always work like it should. Problems occur with some initial data and are related to the array index, I believe. Please find two identical calculation sheets attached with different initial data in embedded excel file. The file "Rainflow Cycle Counting A" works fine but the "Rainflow Cycle Counting B" does not. Can someone advice what is the problem, please? And another question, at the end of the calculations I have another embedded excel file to combine the rows in matrix that has identical values in the first column. For example, if I have values 3, 3, 3 in the first column and corresponding values of 2, 4, 6 in the second column, I would like to have them added so that I have row: [3, 12]. And this should be don
No files to download when in the software download/installation section
when selecting the correct mathcad download i log in enter my details and product code, this then brings me to a page saying that there are no products entiltled to updates, this screen does not follow the step by step guide i was sent and i cannot download the software, i tried scheduling a meeting at 8am this moring and the person never turned up for the meeting. I am hoping this can be resolved quickly as i need this application for college. Many thanks
Hi there What is the difference between ( match) and ( lookup ) function in mathcad prime 11thanks Yusra
Hello, I am trying to use an IF Statement to check one vector against another. I would like to return the same value into a vector or an altered value depending on if the one vector's value at a row is above 0 degrees. I have tried replacing Theta_0 with the value of 0 deg. Either way I am getting an error that says the value must be a scalar. Could someone help me figure out how to make this IF Statement function properly? V/r,Devin
Hi community, Our questions Creo MBD modules and create to links. I can add links. But how can I ensure that when I click the link, the CAD document opens in a new window?
My computer factory reset and I have a student license for MATHCAD Prime. How do I re-download MATHCAD? When I go to the Mathcad quick installation guide and I go here: https://support.ptc.com/appserver/lm/mathcad/download/index.jsp and I enter my product key nothing pops up for me to download. Thank you for your help!
Thanks in advance for any input. I am somewhat new to Mathcad Prime. I have generated a range variable sigma_t. when i use this in an equation H(sigma_t):= it does not compute and gives the "this variable is undefined" error. I cannot for the life of me figure out what the issue is and what i can do to fix this. assistance would be greatly appreciated!
Is there any way to copy text from one table A to another table B. What ever I input in Table A should populate exactly in Table B. (This is to avoid redundancy & mistakes)SEE Image attached
I want to try matchad for the first time on this email accont and it says that i have reached the maximum number of licese request
Good Afternoon, Community,Would anybody be kind to help on how to program the Roof Live Loads tributary area as one function to take care of column or can I do this in Comb in Mathcad Prime. Please see attached. Thanks,.Olu
Reference topic: https://community.ptc.com/t5/Analysis/Flow-Analysis-Post-Processing/m-p/871276#M11296 Hello @MB_10584523 ! Thanks for this post ... I have the same question or the same request. It would be great if PTC would enable calculation of average and mass averaged report for velocity (so, similar as for total pressure). This option should be available either through XYPlot either/and through interface output property. @tmoser : good advice until implementation of my proposal into Creo. 😀 Have a good day
Hello, I would like ot know if there is any posibility to measure COM of subassemblies. According to direct method there si no way to propagatemeasure to higher level assembly. Most of our frames has simple design with 1 rotation axis and one hydraulic cylinder and we need to confirm if analytical solution is confirmed by FEM model. So key parameter is COM of subassembly. In top level assembly there is a way how to measure COM of whole assembly but it is not enough to calculate reactions in joints.
Hello. I am simulating one beam model which rotates around an axis.・A clock spring is set on the rotation axis.・In MDO, beam model start to rotates upward once it start running I would like to explore Minimum Spring Constant K (Nmm/deg) that allows the beam model to rotate more than 40 degrees.(no need to change Beam model dimension) In this case, is it possible to obtain a solution for the spring constant K with BMX?Or any other solution in Creo? I try setting Spring constant K as BMX Goal by using relation. But it was not explored This problem will be solved by hand calculations. However If a solution exists for this simple problem, I will apply the method to more complex problems . (to simulate Car Seat Tumble Motion) Any advice would be greatly appreciated.
How do I remove empty rows at the end of the second drop-down menu when selecting "steel" in the first drop-down menu?
Help to see what I am missing. I want to find the first component in the assembly and delete it.I can find the first component, but having trouble deleting.Here is my run methodpublic void run() throws jxthrowable, IOException { Session session = pfcSession.GetCurrentSession(); Model model = session.GetActiveModel(); if (model == null) { return; } if (model.GetType() == ModelType.MDL_ASSEMBLY) { Assembly assembly = (Assembly) model; Features components = assembly.ListFeaturesByType(false, FeatureType.FEATTYPE_COMPONENT); if (components.getarraysize() > 0) { try { // --- Find the first component in the model tree ComponentFeat targetComponent = null; // Get all features in order. Features allFeatures = assembly.ListFeaturesByType(false, null); // Find the first component feature in the feature tree for (int i = 0; i < allFeatures.getarraysize(); i++) { Feature feat = allFeatures.get(i); if (feat instanceof ComponentFeat) { targetComponent = (Component
I have purchased a Mathcad student license worth 69 USD and when i try to install it after registering the product key, it does not give me an option to install. MT110601EP3095-VKFC-F3X4 is my product key, please verify solve the issue asap
I'm trying to install the trial version for Mathcad 15, but get an error upon entering my account credentials.
I am using Creo Parametric Release 9.0 and Datecode9.0.8.0When I am transition my old IDF board to an IDX file, it is giving me an error with my ECAD areas. When I try to edit the sketch of my ECAD area and hit "OK", it gives me the error "Cannot have more than one outer loop". I have several circular areas within my sketch that all should be route keep outs.Is it telling me that I have to make individual features for each of my many zones?That would be a very inconvenient way to model several of the same type of zone. Each zone is slightly different and can't be created using patterns. Is there a workaround to this?Here are the errors that I faced"Cannot have more than one outer loop"
How to keep the symbols also consistent with other Pen_width? SEE IMAGE Please. Thanks in advance with your solution. It looks so odd on a print. There always something crazy challenge in Creo!
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.