Recently active
clear(all) ?
I am using Creo Parametric Release 4.0 and DatecodeM130we want to create a custom drill cycle and prepare the code inside the Gpost , the following movements are wanted :1)Approximate feed rate max (G0), coolant :Off, RPM = 500,2) Drill the first deep 1.5 x Ø of the drill with 10% ( 30) of the worging feed rate =F3003) Drill the hole deep with working feef rate (F300) and RPM =3.000 and coolant : ON4) return the to the first deep with F=500 RPM=500TKX
Hello,Is there a way we can find the exact location of bend radius violation in Harness flattening file as we can in creo cabling assembly file?I have been getting a lot of warning in flat file which looks something like the below:WARNING: Min. bend radius of cable CH-02 violated in harness xxxx_FLAT.I tried increasing the bend radius all along the path of the wire CH-02 but still could not get rid of this warning.Is there any resolution for this?
Thank you for stopping by this topic. I would like to reduce time to draw complex shape models with Creo. I have location coordinates data of the forms thus I selected each location to draw the shape.If it's possible to draw the geometry directly from the location coordinates, it helps a lot.Do you have any ideas to perform it? Thanks!
I am working on a simple harmonics lab where I need to produce four graphs. I am attempting to graph position as a function of time, acceleration as a function of time, velocity as a function of time, and total energy as a function of time. I have inputted the formulas into Mathcad, as well as inserted the plots. When attempting to plot the functions, Mathcad produces an error stating that the value on the x-axis must be a real number. (The error is on all four plots) I have attempted to fix the error by changing the values for t, switching the x and y axis, using T and solving T/20 and 5*T and then inputting those values in for t, as well as working with a few different tutors, but all attempts have not corrected the issue. Any assistance would be greatly appreciated.
This is a programming made in matlab I am interested in knowing how this would be done in mathcad more than anything [~,~,CG(:,1)]=unique(Y); this operation, is it possible to do this in mathcad? %CG=zeros(nod,3);%-----------Main Coordinates------------------------------------ --------------------------------------[~,~,CG( :,1)]=unique(Y);%index of unique values in YCG( :,1)=CG(:,1)-ones(assent, 1);ngl=max(CG(:,1));%----------Secondary Coordinates------------------------------------- --------------- --------------- --------------- ----- -CG2=zeros(2,nod-nr);for i=1:(nod-nr)*2ngl=ngl+1;CG2(i)=ngl;finalCG(nr+1:size(CG,1),2:3)=CG2';return Translated by Andra Chirila using Google Translate on March 23rd, 2023----------------------------------------------------------------------------------------------- Esta es una programacion hecha en matlab me interesa saber como se haria esto en mathcad mas que todo [~,~,CG(:,1)]=unique(Y); esta operacion, es posible hacer esto en mathcad? % CG=c
Can you please tell me if the symbolic math function and symbolic solution feature is still active in the "Mathcad Express" version?
Hi All,New user / buyer of this system where I just got a license.I have an error in activating a license that says that I have reached the max number of license requests available for your product type.Can someone help please?
Hi - I have been using MathCad since ~2002. Over the years, I have grown to love the program and have resulted in literally hundreds of sales of the product now that I am a professor. I (used to) require my students to purchase it for my classes. I continued that practice this semester. Our copies of MathCad 15 ran out in the book store, so I just told them to get the latest and greatest. We ordered 100 licenses of the completely garbage Prime 2.0.I am sorry, but the fact that I can't use over a decade of prior work is a complete joke. I have many licenses of MathCad, but apparently not the right one to even convert my perfectly good files to the garbage Prime 2.0.I have tried to find someone to help me, but there is no useful help that I have found. Unless I get help today, I am going to have my bookstore return the 100 copies of this garbage program and never allow my students to use it in my classes.Seriously, you have taken THE best engineering calculation software and ruined it. S
A friendly hello in search of help,Moessner's theorem is well known to me from number theory. It is vividly described in https://en.wikipedia.org/wiki/Moessner%27s_theorem and https://thatsmaths.com/2017/09/14/moessners-magical-method/. I would now like to experiment numerically with this sentence for a change in "practice". Starting from the sequence of natural numbers 1, 2, 3 ... a subsequence is removed from it according to an essentially arbitrary rule (e.g. every third number, square numbers, prime numbers, ...). The sequence of partial sums is formed from the remainder. With the sequence of the partial sums, the procedure is repeated with the same selection rule until it logically breaks off. And that's my programming problem. In MC14 I can't get a handle on the selection, the sequence of partial sums and the repetition as an algorithm, it was always vector nonsense that I don't want to publish here.It would be helpful if I could get a program skeleton with hints using the exampl
Please, what would be the code that I should do, [~,~,CG(:,1)=unique(Y), the unique function was clear to me. I appreciate the answer, now the expression [~,~,CG(:,1)] It seems that it changes the ordered values from 1 onwards, it seems that all the similar values are changed by a number in repeated order as shown in the figure, in the figure there is also the value of ans, which is unique, and above the value of Y=[0,, 0, 0, 3.7, 3.7, 3.7, 7.4, 7.4, 7.4, 3.7, 7.4], using puts it in the first column as [1, 1, 1 ,2, 2, 2, 3 , 3, 3, 2,3], how would that programming be, in Mathcad primeImagen --------------------------------------------------------Translated text from Spanish to English using google translate. Translated by vnamboodheri on 28-March-2023 at 8:51am ISTPorfavor cual seria el codigo que debo realizar, [~,~,CG(:,1)=unique(Y),la funcion unique me quedo claro agradezco la respuesta ahora la expresion [~,~,CG(:,1)] parece que cambia los valores ordenados desde 1
Is there a kind soul out there who would like to help me set up the turn-grooving tools?Can't find out how to setup TIP, OFFSET CENTER and so on.Thanks
I have a regressive function Y[k and i need to express it as a matrix. Ultimately, I need to smooth it and make it a continuous function using either linear interpolation or splines. Note that the regressive function is expressed using subscripts, y[k. I'm using Mathcad Prime
Hi everyone,I m working on a small project. I’m trying to determine rainfall intensity using 3rd degree polynomial equation and regression analysis on MathCAD prime 8.0. If anyone can help me out I will be really thankful.I am attaching a word file for reference.
Hi,I`m new to Mathcad and struggle with a few things. 1) I try to define a few values, like:Rm:=810MPa (that worked)Rz:=6,3 (without a unit) Mathcad always wants to have a unit. Can I somehow set a value without? 2) When I try to calculate, I get the error "this value must be a scalar or a matrix". I just want it to be a number. What`s wrong? 3) What does Mathcad require here? Thanks! Best regardsMartin
Hi! I don't know if I should put it here, if I wish to report a bug (I think SPR)... In my simple part when I add just new revolve, as result the feature will create new body instead the same body and to have it as normally was just additional geometry in the same part I must add boolean operation feature to obtain the single part as it was previously.please review if this is bug -> I am using Creo Parametric 9.0.3.0 BRRoman
I'm using Creo 4,0, i want to use multiple configurations in assembly using simplified rep, I have gone through some article, but after adding the sets of constraints, I'm unable to call it in simplified rep, while giving "user defined" option in simp rep mode, I'm getting the below error, please assist me.
How does one make a ribbon cable part without the Cabling application. Simple turns are easy. How to do a twist?
where is an error?
hey, I installed the student version of creo 5.0 according to the instructions, but the program does not open. What I noticed, however, is that the terminal says three times: ``0 files will be copied``, and in the instruction video it was 1 file. Translated by Andra Chirila using Google Translate on March 24th, 2023----------------------------------------------------------------------------------------------- ich habe die schülerversion von creo 5.0 nach anleitung installiert aber das programm öffnet sich nicht. Was mir jedoch aufgefallen ist, ist dass beim terminal drei mal steht : ``0 datein werden kopiert``, und im anleitungsvideo war es 1 datei.
Hi, My question is on the Result Type - Strain Energy per unit volume 1. After running a Modal Analysis, Strain Energy per Volume can be viewed either by Graph or by Fringe. What is the difference between them 2. Under the Graph - Strain Energy per volume and selecting a curve, is this the strain energy of the unit volume or of the the curve ie an edge of the assembly.
We're OK with the upgrade itself, but what changes can my end users expect? Where can I find some training on the new features for each version?
Hi, mclicense.exe "I want to configure Mathcad to use FlexLM server", bundled with Mathcad 15 package creates the following registry keys: KEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Mathsoft\Mathcad 14\FlexLM\LicensePath Computer\HKEY_CURRENT_USER\SOFTWARE\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Mathsoft\Mathcad 14\FlexLM\LicensePath Computer\HKEY_USERS\S-1-5-21-2828309461-2785570631-1443817629-104847\SOFTWARE\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Mathsoft\Mathcad 14\FlexLM\LicensePath Computer\HKEY_USERS\S-1-5-21-2828309461-2785570631-1443817629-104847_Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Mathsoft\Mathcad 14\FlexLM\LicensePath Is there a reason Mathcad 14 and not Mathcad 15 is used in registry hive? We use Microsoft SCCM/Software Center endpoint management software to automate deployment of software to enduser devices, these use a windows powershell scripts to set license registry details, and using wrong
How would the unique function of matlab unique(A) do a certain vector in mathcad, what function or program is made? ----------------------------- Translated the subject & body from Spanish to English using google translate. Translated by vnamboodheri on 24-March-2023 at 10:15am IST.-----------------------------Subject - funcion unique de matlab a mathcad Body: como haria la funcion unique de matlab unique(A) de cierto vector en mathcad, que funcion o programa se hace?
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.