<strong>Creo Parametric related:</strong> Expert Machinist, CMM, Molding, Casting, Additive, EMX topics, and more
Recently active
Hi everybody,Anybody knows how to add transparent colors to the technology colors?Best regards ClementThis 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.
Aktually GPost it´s not possibly to create GPost fils with a file extension with more than 2 numbers. An example for the actuell format is: uncx01.f01 In our company we have more than 99 machines therefore a problem with GPost. The Idea is to extend the possible numbery, maybe to 4. I refer to call 12999549This 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 had a part with 4 of the same cuts in it so I programmed the first 1 then Mirrored it to the second third and 4th location then ran play path and everything cut fine. I then ran Module works and it showed the cut cutting outside of the windowed cut so I turned in a case about module work showing gouges or collisions where play path didn't. I started a support case#13023191 where Module Works gouges and play path doesn't ModuleWorks ImageActual part cut imageI wasn't sure which to trust. So now the issue goes to why is play path not showing the proper tool path?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 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.
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.