<strong>Creo Parametric related:</strong> Expert Machinist, CMM, Molding, Casting, Additive, EMX topics, and more
Recently active
I get an error while trying to get the G-Code of a machining operation.I have the uncx files saved in the correct folder.I have done the same procedure on other computer and i dont have this problem.what could i do to fix this issue?Thank you for your helpThis thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
How or where to find the parameter that controls the automatic generated champfer inside the assembly definition in EMX? I would like it to be visible always when i build up a moldbase using EMX.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
I ran into another simulation problemabove is a picture of Vericut sumulation in Creo 2above is the same program in Creo 3 with ModuleWorks. Note the gouging going on. It does the same gouging on the drill, chamfer tool and tap. I've run this program on a machine and it does not gouge. It runs on the machine the same as the Vericut simulation.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
It's on the inside of a cylinder - not the outside.It will be a mold, get it? the inside will be the outside of the part - derp.Any suggestions? I've had no success whatsoever or I would not be asking.Thanks,VinceThis thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
I am having trouble with my speed not posting properly. I programmed the speed at 10000 and it posts at 0, if I program speed to 9999 it will post ok. I am thinking it is something with the post not anything to do with Creo. I have looked at the max machine rpm and it was set to 10000 and I changed it to 12000 to see if that would help but it did the same thing. I don't know a whole lot about the posts so I am afraid to mess with it to much. Has anyone run into this problem? Thanks Bernie This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
I need help clearing this EXCEPTION_ACCESS_VIOLATION. I am not sure why it is happening. The assembly I am trying to open when getting this error worked fine last week.-------------------------------------------------The trace creation timestamp is: Tue Apr 26 10:52:56 16The executable build timestamp is: Thu Oct 09 11:28:32 14The datecode is: 2014350The pro machine type is: x86e_win64The process ID is: 4488The traceback type is : CRASH-------------------------------------------------Exception EXCEPTION_ACCESS_VIOLATION has occurred in the thread 5900.Thread 5900=====================0x0000000142159079 NULL (NULL:0) (xtop:0x000000013FB30000) ( 0x42, 0x729, 0x648fa7c0, 0x403bc574 ) 0x00000001420D2448 NULL (NULL:0) (xtop:0x000000013FB30000) ( 0x0, 0x0, 0x729, 0x0 ) 0x00000001420D23F9 NULL (NULL:0) (xtop:0x000000013FB30000) ( 0x648fa7c0, 0x729, 0x7b4f7f48, 0x648fa7c0 ) 0x00000001420CEA4B NULL (NULL:0) (xtop
Recently we had a successful bid for procuring 5 axis (simultaneous) CNC machining centre. Hurco’s VM10Ui with Winmax9 controller was commissioned in Jan 2014 at the University of the West of Scotland. The controller can interpret Fanuc NC code. It supports Tool Centre Point Management with M128 and G41.2. (view in My Videos)
I am trying to get the text from the PPRINT to come after the tool change and just cant seem to figure it out. I can get the Tool Name to go there (I've gotten the Tool Offset Number there aswell) but I would really like it all there. Here is what I have now in the Cimfil section:CIMFIL/ON,PPRINT $$ starts on all PPRINTMESS = TEXT/CLW $$ extract the text of the PPRINTTESTV=TEXT/'TOOL NAME'$$ Value to test forRSLT=INDXF(MESS,TESTV)$$ Test if TESTV is in MESSIF(RSLT.EQ.0) THENPPRINT/MESS $$ process the PPRINTELSEOKTOOL=1 $$ flag tool name programmedTOOLNM=TEXT/MESS $$ store tool nameENDIFCIMFIL/OFF $$ end of CIMFIL on PPRINT CIMFIL/ON,LOADTL $$ starts on all LOADTLDMY = POSTF(20) $$ save current CL recordIF(FTOOL.EQ.0) THEN $$ check if first tool changeFTOOL=1 $$ reset the flagSEQNO/OFF $$ stop sequence numberingSEQNO/10,INCR,10 $$ restart sequence numberingENDIFDMY=POSTF(21) $$ restore saved record (LOADTL)DMY=POSTF(13) $$ process LOADTLIF(OKTOOL.EQ.1) THENOKTOOL=0 $$
Running Module works my ball end mills and bull nose end mills look like chamfer mills ?Any one else seen this? the picture below is a .0625 ball end mill.This picture is a .125 .020 corner radius tool that looks like a chamfer mill.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
**cl record ***CYCLE/TURN,ZAXIS,0.075,XAXIS,0.025,DEPTH,0.5,FEED,0.008***FIL CODE**CYCTYP=POSTF(7,4)IF (CYCTYP.EQ.ICODEF(TURN)) THENNBARG=POSTF(5)DO/LL1,ILOOP=5,NBARG ARG=POSTF(7,ILOOP) ARGTYP=POSTF(6,ILOOP) IF (ARGTYP.EQ.0) THEN $$ This is a minor word CASE/ARG WHEN/ICODEF(DEPTH) dp=POSTF(7,(ILOOP+1)) WHEN/ICODEF(ZAXIS) za=POSTF(7,(ILOOP+1)) ENDCAS ENDIFLL1) CONTIN********Dear gpost guruI need to extract the data from CL record to generate the G71 CYCLEfrom the above cl record , I am not able to get the VALUE for DEPTHsince the system
Hi All - my company has decided to change hardware suppliers and I now need to change out laptops to a Lenovo machine. I'm currently running a Dell M6700, nice big screen but very heavy. I do have a recommended hardware list from my local reseller but was looking for recommendations from those who are using Lenovo laptops.Regards,Pete.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Hi,How to add SEQUENCE NUMBER SHOULD BE IN HEADER in post processor Heainden 5 axis. This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
We just switched to Creo 2 and I am struggling with play path. I used to be able to do play path, pick the file name and a it would open a dialog box that I could control the speed. It will still open the box if I go through the Process Manager. It will still run my CL file but I cannot control the speed so it goes real slow.What am I missing?Thanks Bernie
I am currently running Manager Server 18.10 M050 using SQL Server 2008 R2 in Windows Server 2008 R2 x64. I am planning to upgrade to Manager Server 19.00 M040 on a different machine running Windows Server 2012 R2 x64 and SQL Server 2012. What is the proper order of operations for making this upgrade and move? Should I first upgrade to v19 on the old server and then move the database over to the new server? Or should I move the 18 database over to the new machine, restore the db in SQL Server, and then install Manager Server 19? Do I need to have Manager Server 18 installed on the new server first if I am going to do it this way? Any guidance with this is greatly appreciated. Thanks for your help!This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of t
EMX Tools \ Model SizeIs there a config option to set the units of measure for Model Size?I would like to be able to set to Metric on Inch for Size output regardless of what unit the model is set to.ThanksJeffCREO3 M070EMX M010This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
i am start to using emx 9.0tipicali a use te mesburgher tools to download the assembli and then insert my moldi have see that ther is a difference betwin the librariesi have to download an up date from some wehere?This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Hello all, I am pretty new to CREO drawings and using parameters callout to use data from the part file to be displayed in the drawing file. I am familiar with &scale, &pro_mp_mass parameters that can be put in to the .frm file to be called out in drawing with their respective data. What i want to do now is to define a parameter (or if there is predefined parameter?) for huge descriptions for my my part file like in that description i will be explaining the max min operation temperature some of the machining and manufacturing processes on the part and things like that. So is there any way of adding this description which will be in the form of paragraph in a part file as a parameter which i will later call in the drawing file? I have tried defining the parameter in the .prt file by changing the value to "string" but the characters i can enter is limited and it wont let me add next line to it. hope you people understand my question. Thanks P.S: It wud be really hel
Hi Friends, I see in help soure have tool attachment for milling. Please teach me how to use it ? Urgent ! This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Anyone familiar with writing toolpath for right angle head? Do I build a special tool?Create a coordinate system that makes the code come out right, or what?This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Hi,How add blk form in post processor Heainden 5 axis. This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Hi All,I am fairly new to the Pro-E software. I've just generate a mini program to test but I am not familiar with how to output it to the machine.There are post processors already existent that were made from the previous programmer but I am not sure which one to select.I am also trying to understand the file extensions following. By default Pro-E will generate a ".ncl" file but how can you generate a file with a ".cnc" file extension.Any help would be appreciated.Thanks in advance.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Hello Community,I am using 4 axis cnc mill with B axis as a rotational axis. I used various offset surfaces for this program which you can see in the design tree.I have spent considerable time in searching different forums and videos to find a solution to this problem.I would like to show rather than explain in words. (sorry I had to hide the component name)1. This is the work piece and the reference model as below.2.For better understanding, this view will be used. You can see that sequence one is fine without gouging into the reference model. 3. So is the case with all the individual surface milling operations.4. But when I run the tool path for the operation OP010 as whole, the tool passes through the model as shown Please suggest me how I can control these 'motions between the operations' without gouging into my workpiece.thanks in advance.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, ple
How can I get a HighFeed Mill to adjust the output correctly in relation to its geometry. The model I have is a STEP file. I am able to get a correct path when milling a vertical wall but it won't recognize that the Cutter_Diam is not at the bottom of the tool. It is essentially adjusting it like it is a square endmill. Here is what the tool looks like.It appears that it is using the cutter diam at the tooltip instead of adjusting to the radius on the tool. Unfortunately I can't put a corner radius value in because it consists of multiple radii.Thanks in advance.This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
One of the most important things you can do when you create a model is make sure that it can be successfully manufactured. There are so many potential problems with an injection molded piece—incomplete cavity filling, undesirable weld line location, and improper wall thickness. In PTC Creo 3.0, you can evaluate your model for problems before it ever goes to manufacturing. That means you can FIX the problems, too, saving everyone a ton of money. PTC Creo Mold Analysis is an injection molding simulation application that can verify the part design for manufacturing to avoid molding defects. In this post, a PTC expert explains how the feature works. To run an analysis on your part, follow these steps: First, click Applications > Mold Analysis. The Mold Analysis tab opens. Click Mold Analysis > Material Setup. On the Material Setup dialog, select a material from the Material library. If the material is not available in the library, you can modify the properties of
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.