585,933 active members*
3,712 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SolidCAM for SolidWorks and SolidCAM for Inventor > probe operations in solidcam not generating g code
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2014
    Posts
    221

    probe operations in solidcam not generating g code

    --but the simulation is ok...


    so I'd like to add probe operations (checking G54 on every new part machined because of 0.05mm accuracy of positioning part which has already been machined) and I've added new probe operation in solidcam, and the simulation looks good, the probe touches the part as I expected and everything look good but when I generate g code this is what i get:
    %
    O1000 (PART1)
    N100 (COMPENSATION-WEAR)
    N102 (REV-0.70)
    N104 (MAY-06-2016-7:53:13PM)


    N106 (TOOL 24 - DIA 6.)


    N1 G90 G17 G40 G80 G00
    N108 M05
    N110 G00 G28 G91 Z0
    N112 G00 G28 G91 X-15.0 Y0.
    N114 G90
    N116 G54
    N118 M06 T24
    N120 M30
    %

    nothing.

    can you tell me what have i missed thanks?!

  2. #2
    Join Date
    Oct 2013
    Posts
    153

    Re: probe operations in solidcam not generating g code

    Write your own probing cycles inside gpp file ! By default it's not defined

  3. #3
    Join Date
    Jul 2014
    Posts
    221

    Re: probe operations in solidcam not generating g code

    can you tell me how, is there a manual or what?

  4. #4
    Join Date
    Oct 2013
    Posts
    153

    Re: probe operations in solidcam not generating g code

    It's in the help menu , under solidcam help ,gpp tools . There is a video in this forum on how to edit .gpp files

  5. #5
    Join Date
    Oct 2013
    Posts
    153

    Re: probe operations in solidcam not generating g code

    Quote Originally Posted by imachining-6061 View Post
    Watch the video to under stand Gpp file
    Post Processor Training Course - YouTube
    This video will help you to edit the gpp file

  6. #6
    Join Date
    May 2016
    Posts
    1

    Re: probe operations in solidcam not generating g code

    Hi.
    Written a postprocessor for HAAS.
    To be able to generate g-code probe you add procedure file postprocessor. Here is an example g-code my postprocessor:

    N24 (----------------------------)
    N26
    N28 (------Lista narzedzi--------)
    N30 (T20-Sonda)
    N32 (----------------------------)
    N34
    N36 (------Start programu--------)
    N38 G90 G17 G40 G80 G00
    N40 T20 M06 (Sonda)
    N42 G43 H20
    N44 G00 G55 G90 G17 X-10. Y10.
    N46 Z103.
    N48 G65 P9832
    N50 G65 P9810 Z3. F2400.
    N52 (Pomiar Singlepoint Z)
    N54 G65 P9811 Z0. Q4. S2
    N56 G65 P9810 Z3. F2400.
    N58 G65 P9810 X10. Y10. Z3.
    N60 G65 P9810 Z-4. F2400.
    N62 (Pomiar Singlepoint X)
    N64 G65 P9811 X0. Q10. S2
    N66 G65 P9810 Z3.
    N68 G65 P9810 X-10. Y-10. Z3.
    N70 G65 P9810 Z-4. F2400.
    N72 (Pomiar Singlepoint Y)
    N74 G65 P9811 Y0. Q10. S2
    N76 G65 P9810 Z3.
    N78 G65 P9810 X-10. Y-10. Z103.
    N80 G65 P9833
    N82 G91 G28 Z0 M05
    N84 G00 G90 G53 Y0
    N86 M30
    N88 (------Koniec programu-------)
    %

Similar Threads

  1. LazyCam not generating G-Code
    By Davedbq in forum Uncategorised CAM Discussion
    Replies: 1
    Last Post: 09-21-2011, 01:41 AM
  2. Replies: 3
    Last Post: 04-29-2011, 07:12 AM
  3. Bevel gear - Machine operations - Solidcam
    By aquatix in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 0
    Last Post: 03-24-2011, 09:51 AM
  4. Generating code with Camsoft AS3000
    By Bap in forum CamSoft Products
    Replies: 4
    Last Post: 09-21-2007, 07:26 PM
  5. Generating code from solid
    By adryan in forum BobCad-Cam
    Replies: 3
    Last Post: 03-06-2007, 11:10 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •