Recently active
I am using Creo Schematics Release 4.0 and DatecodeM010Context: I have updated the creo schematics wiring diagram template. The sheets currently in the design work perfect fine.Issue: After creating a new sheet with the new template I cannot extend a wire fiber from the new sheet to an existing sheet. As soon as I click "insert break" schematics gives an error.Here are the errors that I facedInternal Error (001) occurred. Use the Check Database tool and contact technical support for assistance.
Hi, I want to rename a SolidWorks part file that is directly opened in Creo. I don't want to make a copy of that. Is there any option for it?
I would like to see some info from the TOOLS / INVESTIGATE / FILE HISTORY in a pvz file. that way non-creo users can find out who to ask a question to if they want more information. Is it currently possible?
A drawing has a couple of check points: QC_PT1 & QC_PT2. How can these be shown in one view of a drawing but not in all the other views of the drawing? Is there a way to show points in just one view? Also, you would have to remember to turn these on all the time since typically points on now shown in drawings. Point turns off Points turned on, but showing in all views: This post was similar, but didn't answer what was needed: https://community.ptc.com/t5/3D-Part-Assembly-Design/Showing-datum-points-on-drawings-when-creating-a-pipe/m-p/428622
I am currently using Creo view 9.1 and Creo Parametric 7.08.0. We use Creo parametric to generate assembly models and parts that we can color code in different combined states to highlight certain parts or features. I have created different Appearance states that have different bodies, parts, etc. colored that I can then use in my combined states. Example. Combined state 1 uses Appearance 1, which highlights Bolt 1 red. Combined state 2 uses Appearance 2 which highlights Bolt 2 red, but not Bolt 1. This works great in Creo Parametric but when I export this file to a .pvz to view in Creo View, it seems to lose the connection between the appearances and combine states. From what I can gather, creo view only displays the appearance that was active when you saved the file. Oddly enough, the layer states, cross sections, and orientation portions of the combined states work correctly, only the appearances do not work. Is there any way I can have two different
Hi all, I'm using Creo Parametric 7.0.2. I'm working on trying to use C# p/invoke interop method to call a Creo function from the C++ toolkit. I have a C++ .exe that will include the Creo async functionality. It exposes these two functions: extern "C" __declspec(dllexport) int ConnectToCreo() { pfcAsyncConnection_ptr connection = pfcAsyncConnection::Start("C:\\Program Files\\PTC\\Creo 7.0.2.0\\Parametric\\bin\\parametric.exe", NULL); return 0; } extern "C" __declspec(dllexport) int NoCreo() { return -1; } For the C# side, I created a simple command line app: using System.Runtime.InteropServices; namespace CreoInteropPoC; internal class Program { [DllImport("CreoAsync.exe", CallingConvention = CallingConvention.Cdecl)] public static extern int ConnectToCreo(); [DllImport("CreoAsyncDll.exe")] private static extern int NoCreo(); static void Main(string[] args) { Con
Hi, I am having an issue trying to save locally a model opened from Windchill in Creo View, but it does not keep the Annotations. I am using Windchill v.12 and Creo View 9 Lite. Is there any other way that I could save from Windchill keeping all the annotations? Thank you
Every function, which is called with an argument of NaN should deliver NaN as a result !Some functions deliver odd values such as log, ln, or ln0. Very problematic are the functions min and max which deliver min(NaN)=0 and max(NaN)=0. This can lead to incorrect results, as it was the case in our calculations. This error occured with Prime 8.
Creo version : 6.0.5.1Now I need to delete the table and all BOM balloons has to be created again.
Hi guys, so I am having this problem with ploting graphics, I only need to do this simple Fourier Series and plot it, but it doesn't work. I will show the problems with some images and the program itself.
Hello all, I've been trying to create a mapkey or macro that updates my config,pro file in Creo Parametric 7. I have one right now, but it briefly opens the configuration editor UI. I more or less want the config.pro file to constantly update in the background and this is part of my plan in that. I've set visible_mapkeys no and it didn't do anything. Heres the mapkey I have now: mapkey qe @MAPKEY_LABEL reload_config;\ mapkey(continued) ~ Command `ProCmdRibbonOptionsDlg`;\ mapkey(continued) ~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\ mapkey(continued) ~ Command `ProFileSelPushOpen_Standard@context_dlg_open_cmd` ;\ mapkey(continued) ~ Activate `ribbon_options_dialog` `OkPshBtn`; If anyone has an easier way of getting it to constantly update or not show the UI, I'd appreciate any insight. &nb
When importing thousands of points from an excell sheet, Creo assigns random names to them. Is there a way to copy and paste the points' names from the excell sheet? (Instead of renaming them one by one ) Or alternatively use a script?
How do I shorten extension line on annotation? Whats the option called in drawing options?
I am using Creo Parametric Release 9.0 and Datecode9.0.5.0Creo 9.05 Will not allow me to export to a pdf file. I had no issues in Creo 9.04 and below. The program goes though all the steps, even with naming the file. Click save and nothing happens.No error message.
Hello, how can I find position of known element in matrix if I know that element exists in matrix (column and row index). I tried with match function and I put small value for tolerance (as you can see in attached file test.mcdx) and I'm getting 2x1 for which I know that is not the right position. Also, it would be nice if you propose me the solution with separated index for column and for row.Thanks in advance!
Unless I'm mistaken, I thought you could measure the circumference of a diametrical feature with the Measure Tool?
To all, We have the default decimal places in our system config file set to 3. That is good, but what I am looking for is the option to set the default sketch decimal places to 3 or 4. So the images I have attached show what happens when we have the initial sketch and they show as 3 decimal places. But if you go to modify the dimension, it comes up as 11 places. Looking for the option where the 11 decimal places can be set to be either 3 or 4. Thank you. Dennis
Looking at the Fatigue study results, can anyone offer any clarification on the Log Life values? For this model Creo is giving me a Log Life of (20). How does this calculate to the life of the component if the desired life in the study was set to 50K cycle
Does anyone know what's the difference between ambient temperature and Farfield temperature?
I am currently working on automating the installs and uninstalls for PTC Creo and Creo Help. So far the Creo programs were fairly simple to create xml files and also to silently uninstall using the provided bat scripts in the program InstallManager folder. This solved the issue of manually uninstalling each component and user interaction. My problem with the the Creo HelpCenter piece. As with Creo, it was easy to create the xml files to silently install. I have hit a roadblock with the uninstall though. If I try to run the uninstall piece by piece (such as Simulate help) user interaction is required. I have checked and can't find parameters to have it run silently without user interaction. There is also no provided scripts to streamline the uninstall. Does anyone know a workaround? One option could be a brute force deleting of the folder and registry entries but i would prefer not to do that unless necessary as i expect resi
Creo crashes when loading. Is this graphics card compatible?Maybe something else?
Hi everyone,I have the problem to open the .prt file, when I use the following stepsCreo > open file> xxx.prt , it will show that can not be capture.I also find this problem to import the assemble file. But when I directly open the xxx.prt, it's can be opened. And when the xxx.prt is working in the background, the xxx.prt can be import the assemble file. After I save the whole assemble file, the assemble file opened will have the original problem next time.Only this xxx.prt has this problem, other are fine.
I am using Mathcad Prime 5.0.0.0, Windows 11, for the first time as instructor in a civil engineering course having taken over from the previous instructor mid-semester. (Ordinarily I use Matlab.) My worksheet is supposed to solve the differential equation for liquid spilling out of a small hole in a tank modeled by the ODE dh/dt=-K*sqrt(h) in two ways: odesolve and rkfixed. Here are the glitches I encountered: 1. Plotting functions h(t) (the exact closed-form solution) and q(t) (the output from odesolve) did not work for me. I received an error message about complex or infinite values. However, it is clear from its formula that h(t) cannot take on infinite or complex values. In addition, Mathcad repeatedly changed the units of the t axis from s (which I typed) to 1/s * s, which is incorrect. 2. The exact solution to the problem exists and is well defined up to about t=85000, After that point, the tank is empty and the ODE is undefine
I am able to add a component to one of my representations in the assembly and save without an issue. When I go back into Creo for a new session, the added components are still in my model tree, but they are not visible within the assembly. I can manually change the representation to master within the model tree to show my part, but it will not save for the next session. I would like to keep this component visible whenever I open this representation.
Like you would have a detail view in a Creo Parametric drawing, I would like another sheet in Creo Schematics to show small part of a larger wiring diagram. So, in one sheet I would have everything connected with all the blocks interconnected, and on another sheet I would show everything connected to just one block. I can copy the blocks with paste shapes, but, I cannot copy the fibers. Although I can copy and paste new fibers, but, this adds fibers to my already busy wiring diagram. At this time, I do not see a way to show the same fiber on multiple pages (not the same thing as extend across sheets, since these wires would already be terminated in the larger model).Thanks in advance for your help.
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.