Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Tinhman

Verified Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by Tinhman

  1. Good morning all, When re-post all the old programs, i always get "R.1 and Q.1" in my G83 canned cycle. is there any one seeing this or only me? if it is the case, can some one show me how to fix it.
  2. Mine: M4500 I7-620m Quadro Fx1800m 4 gig ram 250 gig hd (7200rpm) 3Yr Basic Ltd Warranty and NBD On-site Service All for $1043 to my door step.
  3. Thanks for all the reply Guys. I have this M4300 about 2 years, 10 months and I was doing just fine until 3 month ago. The video card went down and Dell came out to replace the mother broad. Since then I started to have all kind of trouble with every piece of software that need open GL. It will cause my screen stop response and some time gives me a blue screen of death. I called Dell again and again but they said it was a software problem and they have nothing to do with it and ask me to call Microsoft. I think, I have it enough. My new toy is on its way. M4500 with i7/620m and Fx1800 for $1,100 from dell outlet Thanks again and happy thanks giving.
  4. Thanks gcode. I did try driver version 260.99 on nvidia web side and it did not work for me. I also tried, certified driver for solidwork at solidwork web side, driver R191014 at dell web side and none of them work for me either. Then, I called dell service and they said it was software problem and refused to help me out.???? Well, i got stuck here. May be time for a new toy. Thanks for the reply.
  5. Good morning guys, I am having a problem with my graphic card ( Dell laptop M4300 with nvidia FX360m). Could somebody please tell me what is the best driver for this model? Thanks in advance.
  6. What is your question?. May be i can help too.
  7. For cutter comp. you may need this Code ----------------------------------- # Cutter compensation G code selection scc0 : "G40" #Cancel cutter compensation scc1 : "G41 D[#599]" #Cutter compensation left scc2 : "G42 D[#599]" #Cutter compensation right sccomp : "" #Target for string ------------------------------------- and find cutter comp. section code ------------------------------------- pccdia #Cutter Compensation #Force Dxx# if prv_cc_pos$ <> cc_pos$ & cc_pos$, prv_tloffno$ = c9k sccomp if cc_pos$,#tloffno$ -------------------------------------- and just "Post and Go" Hope it helps.
  8. Back from Chicago saturday, they said X5 will be out in November.
  9. Which vericut version you are on. I just finished one. If you are using cat 50, command holders, i can send it to you ( around 100 of them or so).
  10. Thanks Tim, Even with the help from vericut forum, i was still not be able to make the vericut add up the dwelltime in the part cycle time. But i have to move on because we are very busy right now. I will be back in this topic when i have more time and more experience with vericut ( we just had vericut about 3 or 4 weeks) Thank you for your help and have a nice weekend.
  11. I tried dwelltime with the value 1000 and then $/1000 but did not see any different ( the cycle time still stay exact the same). i dont think "P1000" will work with "G81". Thanks for your help and happy friday.
  12. I got it working ( no more error for P1000) but i did not see anytime added up in part cycle time as it should. I tried the dwelltime with value of 1000, $/1000. Am i missing something??
  13. Thanks for the reply guys. I will give it a try.
  14. Hello guys, I know, we have alot of vericut user here. Please help me fix this one. Code ******************** TOOLPATH WARNING REPORT ******************** Warning for line 77 G98 G82 Z-.26 R.1 P1000 F11. P 1000 is not configured in this control ----------------------------------------------------------------------------- I do not want my machine to ignore it. I would like my machine add this dwell time in part cycle time as well. Second question: Is there any way i can set up vericut to detect the oversize hole before tap??? i am using V7.0.3 Thanks in advance
  15. Here is what i got from Vericut forum. ------------------------------------ Display your Project tree Select the Attach component branch in the tree In the Configure Component panel in the bottom of the Project tree, Translate tab Position = 0 0 2.5 By moving this component, the stock and fixture will be translated 2.5 inch --------------------------------- Happy holiday
  16. Thanks a lot. It fixed all my problem.
  17. Thank you very much and i have another question. All my machines have a sub plate about 2.5" thick ontop of machine table and my question is: is there any way i can change the machine config.or setting up the vericut? so when i create a stock, my stock alway sit on top of sub plate not on top the mahine table? Thanks in advance
  18. We only have one version v7.0.3 Thanks for the reply.
  19. Just had a vericut V7.0.3 installed today and i ran into little problem. Using Mazak nexus 510c in vericut library, and i try to run machine simulation and got these error: code ---------------------------------- ******************** TOOLPATH ERROR REPORT ******************** Error for line 42, Filename: 98171.EIA M06 Error: Invalid Spindle Component Name Tool_Spindle ******************** TOOLPATH ERROR REPORT ******************** Error for line 42, Filename: 98171.EIA M06 Error: Invalid Spindle Component Name Part_Spindle ******************** TOOLPATH ERROR REPORT ******************** Error for line 45, Filename: 98171.EIA G00 G17 G90 G54 X6.6912 Y6.6626 S600 M03 Error: Invalid Spindle Component Name Tool_Spindle ------------------------------------------------- Could somebody please show me how to fix this?? I already tried vericut forum and have no luck yet. Thanks in advance
  20. This should go to "Mastercam Guru", that is the man who helps me out.
  21. With my 03 Toyoda Fa630 (02 with 15m and 01 with 16i), I just add "Q". HTH
  22. Been there, done that!!! We are using a marco 9998 to check our tools and turn on/off with mi5. If it is the case, this is how i did it. in section "Common User-defined Variable Initializations " code -------------------------------------- sav_mi5 : 0 # Declared for capture --------------------------------------- in section "ptlchg_com #Tool change common blocks" code ------------------------------------------- phsm1_on #must remain before G43 # pbld, n$, "G43", *tlngno$, pfzout, scoolant, next_tool$, e$ pbld, n$, "G43", "H#51999", pfzout, scoolant, next_tool$, e$ sav_mi5=mi5$ # added tool check -------------------------------------------- in section "ptlchg0$ #Call from NCI null tool change " code ------------------------------------ if coolant$ = 1, sm09 = sm09_0 if coolant$ = 2, sm09 = sm09_1 if coolant$ = 3, sm09 = sm09_2 if op_id$ <> last_op_id, pstock if sav_mi9 = 1, workofs$ = sav_workofs sav_mi5=mi5$ # added tool check ------------------------------------- in section "pretract #End of tool path, toolchange" code ------------------------------------- if sav_mi5 = 1, pbld, "M98 P9998 (TOOL CHECK)", e$ # added check tool ------------------------------------- Hope it save you a little bit time
  23. Good morning Guys I tried to set up the "machsim" for Mcx4 mu3 but i get this ------------------------------------------- Error occured in program: Simulation object loading error. Could not find workpiece: workpiece -------------------------------------------- Any one know how to fix it?? please help. Thanks
  24. Is any body notice this??? Version V3-8-3 (118 MB) Version V3-9-0 (49.7 MB) This is a huge different in size????

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...