Take the Windchill Satisfaction Survey!
Recently active
Hello, How do I calculate the smallest difference between any two rows in a row in the matrix?Thanks,Sam
You can now watch the Mathcad Virtual Conference 2023 on-demand! This year, our virtual conference took place on August 30, 2023 at 10:00 Eastern Time. We had four main sessions, as well as an introductory speech by Brian Thompson, the Mathcad business general manager. The sessions consisted of... A Mathcad Prime roadmap presentation, featuring early-build demos of Mathcad Prime 10's scripted controls and algorithm choosing features, presented by Andrew McGough, Mathcad product manager How to use Solve Blocks and Programming to power-up your Mathcad worksheets, presented by Anji Seberino and Ioana Cernat of the PTC Mathcad application engineering team There was also a merchandise raffle that used a Mathcad program to pick the winners Anji's and Ioana's demo worksheets are available for download on the replay page An in-depth look at how the numeric and symbolic engines were enhanced in Mathcad Prime 9, presented by Oleg Reznychenko His worksheet is available for download o
HII need help for write check, simple attachment in the Mathcad.
Hello, I'm trying to manage two assemblies by means of a Family Table instances. One of this instances has some sub-assemblies removed (driven by the Family Table) and the problem I'm detecting is that several other components (fastenings mainly) are also being removed. I assume that in spite of having those sub-assys removed, the geometrical references for further componets remain valid right? I'm using Creo 4 Thanks in advance,
Hi everyone, I don't understand this situation, I edit dimensions of extrude and flat cannot generation. Anyone can explain? Thank you so much.
Hi everybody,I want to ask if WORKING DIRECTORY has a relative path like in "$PRO_DIRECTORY"I want to specify the search path of "foldersearch" which is specified in the current working directory.I would like to avoid having to edit config.pro for every new project.I use Creo 7 without Windchill.Thanks
Hello,I'm working as external engineering company.For few weeks, I 'm working with Creo8 for a customer on his Windchill server (with a VPN).But I also have other customer, and I can't find how to work without Windchill.I have Creo8 installed in c:\ptc_app\ and all its configurations.So I've tried to install a new version of Creo8 in c:\ptc\ without any configuration.But even in this case, Creo is connected to Windchill and I can't do local jobs.(save as can't permit me to save on local folder, for example...)So, is it possible to have one version of Creo for Windchill and with VPN.And an other "stand-alone" version for my other jobs ?Thanks
Hi Everyone, I have Mathcad Prime 9 Floating License but I cant activate the license, So anyone can help me? *NB : I dont understand Flexnet license server
I have a licensee for 8 but am having trouble downloading it because it keeps downloading 9 but I need 8
Hi experts. I would like to know.If I could use command method to enable the calculation area or disable it.For example,I have two condition, in one condition I want iLr = 5A, in the other condition, iLr = 4A.I know I can use "if" command to do that. but sometimes I prefer to disable/enable area.
Hello Everyone.From : Mathcad 15 , How to : M , Symbolic Evaluate ---> ?Thanks in advance for your time and help.Best Regards.Loi.
Good afternoon friends of the forum, I have a question about units,as it is showing an error and I don't know how to solve it.
Hello, we're trying to solve integral equations, and there's error on getting the final integral value in Mathcad. anyone can direct how to get the following integration done in Mathcad?There's a following error: More than one independent variable for keyword solve.
Hello community. Looking for someone who's walked my particular path before. I'm deep in the docs and forum posts, and I'm looking for a friend to lead me back out of the forest. 🙂 I work in airplane design. I am investigating options for a workflow where data about the final skin of an aerodynamic surface (i.e. wing, aileron, canard, etc) is generated and analyzed outside of Creo. This happens in an open source tool called OpenVSP. The aero surfaces can be exported in STEP and IEGS. I prefer IEGS because I can put them in a text editor and read them to be sure of exactly what I'm getting. For example, for the fuselage, I have 8 IEGS entities of type 128, "Rational B-Spline Surface". They are arranged around the four quarters of the forward half and aft half of the teardrop-shaped fuselage. When I import into Creo 10 with "default" import settings, things "seem" to work fine. But our aero designer is suspicious of the various "fixes", "reparameterization", and "simplify
Using Creo 8.0.8.0 lattice tool I have problems with generating lattices. I am replacing a volume with lattice and works well when I have "standard setting". Starting volume: Problems start with Quasi-radial cell propagation. Only one layer of lattice is generated in the volume.I tried to play with the Build direction and coordinate systems for the lattice definition (including first cell position), but nothing helps. Looks like the position of the original cell is not controllable with radial cell propagation. Did anyone experienced similar problems? also no labels for Lattice or AM tools
Is Creo Sketch, the free sketching app still available? The download link that I know does not work: https://support.ptc.com/products/creo/sketch/download.htm Thanks in advance Jörg
Dear all, I am working on a drawing in Creo 8.0.8.0 and I can't get my hole-notes to show up under "show annotation" I selected the features and the complete model but no hole-notes are showing up.In the model I can look at the "note" in the hole feature and it is present. What am I overlooking??
Hello,I'm wondering if it's possible to extract all mapkeys from a config.pro file and transform it to csv or xls file.In order to sort all of them (mapkeys keys and descriptions).I would like to clean all my config.pro files and test.Thanks !
Is there a way to remove the MathCad Express watermark from a printed MathCad document?
Hello PTC Team,I installed Mathcad prime 9.0 student edition, also made the licensing and now if I start up Mathcad the loading window opens, then it closes and the program doesn’t start up.
Is it possible to solve the regression analysis problem in attach (Mathcad 15 & Prime 6) by changing guess values? Or the formula does not approach such set of date?
I would like my BOM to reflect the order in which I assembled the components in my model. How do I do this?
I have been trying to build the protk_install_example solution provided by PTC and facing the errors shown in the screenshots below. I am using Creo 7.0.2.0 and VS19 to build the solution. The makefile is defined as follows, # -----------------------------------------------------------------------------# File NameMAKEFILENAME = make_install# Machine TypePRO_MACHINE_TYPE = x86e_win64# Executable namesEXE = pt_inst_test.exeEXE_DLL = pt_inst_test.dll# Pro/Toolkit Source & Machine Loadpoint (EXTERNAL USE - DEFAULT)PROTOOL_src=$(PROE_INSTALL_PATH)/protoolkitPROTOOL_SYS = $(PROTOOL_SRC)/$(PRO_MACHINE_TYPE)# Pro/Toolkit Source & Machine Loadpoint (PTC INTERNAL USE)#PROTOOL_src=$(PTCSRC)/protoolkit#PROTOOL_SYS = $(PTCSYS)ICU_PATH = $(PROTOOL_SYS)/obj# Include File PathsINCS = -I. -I$(PROTOOL_SRC)/protk_appls/includes -I$(PROTOOL_SRC)/includes# Compiler FlagsCC = clMACH = -DPRO_MACHINE=36 -DPRO_OS=4CCFLAGS = -c -GS -fp:precise -D_WSTDIO_DEFINED -D_USING_V110_SDK71_CFLAGS = $(CCFLAG
I am using Creo Parametric Release 2.0 and DatecodeM250I'm encountering a fatal error crashing Creo. I opened a case about a month ago and tried to trouble shoot it myself with PTCs website and waited to see if it would resolve itself. But I think I need some human assistance. After more use it looks like it's only sheet metal parts, converting something to sheet metal that crashes Creo.Here are the errors that I faced-------------------------------------------------The trace creation timestamp is: Fri Sep 01 08:29:37 23The executable build timestamp is: Fri Sep 22 05:16:12 17The datecode is: 2017170The pro machine type is: x86e_win64The process ID is: 16112The traceback type is : CRASHThe logger exit status is: 00003-------------------------------------------------Exception EXCEPTION_ACCESS_VIOLATION has occurred in the thread 16320.Main Thread 16320=====================0x00007FF7EB6642CF NULL (NULL:0) (xtop:0x00007FF7E8080000) ( 0x48b88790, 0x1a1e7470, 0x1a1e7488, 0x0 )0x00007FF7EB66
I need to create text on a surface. Simple enough, but the text needs to be like this:VERTICALI could create each letter individually, then align them and space them to make it look okay, but is there a more elegant solution? In short, is there a way to create a text string that is vertical but has the letters oriented in the "normal" way?Also, oddly enough, if you use the ISOFONT, the capital "I" is not centered on the letter. The text geometry is offset a bit to the right side. Weird.
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.