Recently active
I lost my license of Mathcad Prime 7.0
I am using Creo Parametric 7.0. Background:I am producing a mdl/dwg for manufacturing which uses the final machining mdl as a merged part. I am doing this to create a mdl/dwg template for automation which will be driven by the final machining mdl. Majority of the dimensions from the final machining mdl are needed for the manufacturing dwg. Question:Outside of manually recreating these dimensions in the manufacturing mdl, does anyone know if there is a way to display the dimensions from the merged final machining mdl in the manufacturing dwg? Thank you!
I have a matrix with three columns. I want to have an if-like statement that searches column 1 and 2 and if both are negative, the result is the maximum of column 3. In this example the result would be 0.0071.Working in Prime 7.
Greetings I have created a function to calculate some parameters. I want also to enter the variable of Lvi and Lvd that are scalars but I have not been successful I want to add to the code f.c the part where you enter the overhangs, I added the matlab script and the language c in mathcad I can do it only until without overhangs if someone can give me some clue how to add that part of the algorithm that I have shown in the matlab script would be of great help, the result should be coordinates in x in the first column and y in the 2nd column.cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0\Custom Functions" && cl /I. f.c /LD /link /out:f.dll /entry:DllMain mcaduser.lib && cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0" && MathcadPrime.exe
I converted a program that was working in mathcad 15 with the mathcad prime 10 converter and started the calculation, but it froze midway and the screen became white and unresponsive.Please let me know if there is a cause or solution.---------------------------------------------------------Translated the topic from Japanese to English using google translateSubject - mathcad prime 10 計算ができないBody - mathcad 15 で動いていたプログラムを、mathcad prime 10 のコンバーターで変換し計算を開始したのですが途中でフリーズし、応答なしと白い画面になります。原因や対策などあれば教えてほしいです。- By Community Moderation Team---------------------------------------------------------
HiI have two identical scripts with identical input data. However, the output vectors differ. What is wrong with the second one?? Thanks in advance!
I've attached a snapshot of the Mathcad sheet where I'm working. I need some guidance on how to use the minimum and maximum functions in Mathcad to obtain the FTMF values.
When the numeric values for the coefficients are substituted into the symbolic solution for an algebraic equation which was solved using the symbolic "Solve" function, the answer does not agree with a numeric solution obtained by using either a solve block or the symbolic engine when all the coefficients are first assigned their numeric values. See the attached worksheet. Worksheet was created in Mathcad version 10.0.1.0 Tom
Lizenz aufeinmal weg
Hi,I see that PTC released a maintenance release for Mathcad Prime 10. So I wanted to ask if PTC is still maintaining Mathcad Prime 7 - and whether it would release maintenance release for Prime 7 - if a critical security vulnerability on Prime 7 is identified.
Hi @Werner_E Do you mind showing me how to change this program for the min distance to find the distance between the red point and all the green points come before it regardless the min distance like ...In the previous topic we found the nearest to the red point ...I need now to change it to find the distance between the red points ana all the greens come before it and the calculation of the distance should be separet for each red point ..that means if we consider to the third red point the target greens will be the ones between the second and the third points only without involving the previous segments Thanks in advance
i already did a topic about this, but im still have the same problems the path only works on the first try after i change it. But on the 2nd inicialization doesnt work anymore, i dont know what to do anymore.maybe its something in my config search_path_file $CREO_COMMON_FILES\ifx\parts\prolibrary\search.protemplate_new_ecadasm $PRO_DIRECTORY\templates\inlbs_ecad_asm.asmtemplate_boardpart $PRO_DIRECTORY\templates\inlbs_ecad_board.prtsearch_path_file $CREO_COMMON_FILES\afx\parts\prolibrary\search.prodrawing_setup_file C:\Users\Nicolas Santos\PTC CREO\Geral Caterpillar\(Loc)Start_files\Active Drawing_REV.dtlformat_setup_file C:\Users\Nicolas Santos\PTC CREO\Geral Caterpillar\Folhas\mfgtb-c.frmmdl_tree_cfg_file C:\Users\Nicolas Santos\PTC CREO\Geral Caterpillar\(Loc)Start_files\tree.cfgpro_font_dir C:\Users\Nicolas Santos\PTC CREO\Geral Caterpillar\(Loc)Start_filespro_material_dir C:\Users\Nicolas Santos\PTC CREO\Geral Caterpillar\Biblioteca_elementos\Materialspro_plot_config_dir
Does anyone know/have a downloadable Mathcad worksheet that calculates all the major, minor, pitch dimensions, thread shear areas, tensile area (root and effective), etc. for a METRIC thread? I've found several metric thread calculators that are strictly web based. One would think that surely someone has created a Mathcad version for Threads based on how integral threaded fasteners are engrained in engineering projects. I hate working in Excel due to the difficulty it has in checking/tracking all the formulas. Mathcad is the way to go, especially when outputs of the threads are typically inputs later on in the Mathcad design document. Many years ago in my engineering career, I created an Imperial thread worksheet/template which spits out all the dimensions, thread shear areas, root and effective tensile area, etc. taking into account thread class and everything else based on ASME B1.1 (?). Served me well over the 2 decades. Unfortunate
Hi, Is there any option to restore drawing in my workspace, I checked out the drawing from the server and this overwrote the latest in my local folder (there isn't any warning for that!!!)?
I have installed Task Manager on top of Model Manager, and everything seems to be working fine. I am a beginner in this area. I have assigned 3 tasks to the Task Manager, and I would like to know how I can see if these tasks have been completed. For example, where might it have saved the step conversion job once it is completed? Thanks.
In these days, We are making a custom viewer using Creo View WebGL ToolkitCustomer want to see 3D model using Shaded with Edges render mode.Is it possible to set Shaded with Edges render mode using Creo View WebGL Toolkit?https://www.ptc.com/en/support/article/CS338147There is no solution for this.Do we have a plan to make it?
I have reinstalled creo and am getting a display error or have set something incorrectly...The computer should easily fulfill the system requirements, i have already reinstalled it several times and restarted the computer but without success...can someone please help, screenshots and video are attached Thanks in advance
I am using Creo Parametric Release 8.0 and Datecode8.0.4.0, there is some unexpected exception happended with following code,I.m sure that the .prt I got from session is valid.My finally purpose is creating a new pfcTransform3D and setting the matirx data, then call this api to change view in window.//Get Current Mdl From Sessionvar session = pfcGetProESession();var part = session.CurrentModel;if (part.Type == pfcCreate ("pfcModelType").MDL_PART) { var pfcTransform3D = part.GetCurrentViewTransform(); //below code cause an exception (pfcXToolkitBadInputs) part.SetCurrentViewTransform(pfcTransform3D);}
Hello, I would like to to override a few items in a BOM table and keep all the items programed. I have the following code entered but its not working, I would like "XX" to be renamed to the actual part name "HEX BOLT" Are there any specific settings I need to review?Does the type need to be defined, if so where do I do that? The view contains an assembly with a simplified rep. I'm using Creo 7.0
Modelcheck can currently check for component states including: suppressed, flexible, failed, missing, etc., but it does not seem to be able to check for hidden (that is, not displayed) components. Please refer to the attached picture.
I have purchased the Mathcad prime student version 1 month ago. But didn't receive any email that contain activation code or anything yet. I already sent an email to euroa@ptc.com . but still didn't response anyone. What should I do?
Hi everyone, I’m implementing Lateral Torsional Buckling (LTB) calculations for beams using the Finite Element Method (FEM). My approach involves formulating the problem in matrix form, starting with the Elastic Stiffness Matrix and then the Geometric Stiffness Matrix. However, I’m encountering a singularity error when using the eigenvals function. I’ve attached the Mathcad Prime 9.0 file for your reference. I would greatly appreciate any help or insights you can provide. Thank you!
Hi! For a few days ago i have upgraded my Creo Parametric 3.0 up to 4.0. When i try to open it, it says that quality agent could not run and all crashes. I have win 10 and M020 version of Creo if it has something to do with the issue.
Hello, I was wondering if I could get help with a VBS script to export bolded text with an equal sign from a Mathcad file to a cvs/txt file An example of text to export is Val1 = 1 and Val2 =2 would print to the cvs/txt file as Val1,”1” Val2,”2”While the remaining text would be ignored. Attached is a vbs script that gets all of the text from a Mathcad, but I need to add a conditional that will only print text if it is Bolded and has an equals (=) sign.I cannot work on this at work since running scripts is blocked and I am working on permission to run this one.
We are using Creo 8.0 and want to add a header row to our BOM table which includes the part number - in our case this is the parameter MATERIAL. An example is attached. I have no problem with the BOM/repeat region part of this. I can easily add the part number to the header by changing the text in the header cell to: ... &MATERIAL. The problem comes when I want to save that table and have others use it on their drawings. As soon as I enter: &MATERIAL, Creo adds the session ID &MATERIAL:#. If I then save the table and put it in another drawing where the session ids are different it comes in as material:#. If I make the table in a part, it saves the table input as &MATERIAL without the session ID but then I can't have the BOM repeat region I need. I have tried it both with and without additional text in the header: BILL OF MATERIALS FOR: &MATERIAL versus just &MATERIAL. PTC says this works to spec and the
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.