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:

Temores2790

Verified Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Temores2790

  1. On 1/20/2020 at 7:06 AM, Kalibre said:

    Is your ptoolcomment section missing? The pstrtool function just makes the comment uppercase.

    
    ptoolcomment    #Comment for tool
          tnote = t$, toffnote = tloffno$, tlngnote = tlngno$
          if tool_info = 1 | tool_info = 3,
            [
            pstrtool #Convert strtool$ to uppercase if string is not empty
            scomm_fx_arg = strtool$ + sdelimiter + drs_str(2, tnote) + sdelimiter +
              drs_str(2, toffnote) + sdelimiter + drs_str(2, tlngnote) + sdelimiter + drs_str(2, tldia$)
            pcomment_out #Check comment length and output to NC file
            ]

     

    thanks!! that was the problem!!! I fixed 

    • Like 1
  2. I need help with my post because is no posting the comments in tools or in the manual entry it doesn't output the comments or the codes and I have already the option to get the comments

    tool_info    : 3    #Output tooltable information?
                         #0 = Off - Do not output any tool comments or tooltable
                         #1 = Tool comments only
                         #2 = Tooltable in header - no tool comments at T/C
                         #3 = Tooltable in header - with tool comments at T/C

     

    pstrtool        #Comment for tool
          if strtool$ <> sblank,
            [
            strtool$ = ucase(strtool$)
            *strtool$
            ]
            
            
      pcomment$       #Comment from manual entry (must call pcomment2)
          pcomment2 #Required if doing boolean 'if' logic testing!

    pcomment2       #Output Comment from manual entry
          scomm$ = ucase (scomm$)
          if gcode$ = 1005, sopen_prn, scomm$, sclose_prn, e$  #Manual entry - as comment
          if gcode$ = 1006, scomm$, e$                         #Manual entry - as code
          if gcode$ = 1007, sopen_prn, scomm$, sclose_prn      #Manual entry - as comment with move NO e$
          if gcode$ = 1026, scomm$                             #Manual entry - as code with move NO e$
          if gcode$ = 1008, sopen_prn, scomm$, sclose_prn, e$  #Operation comment
          if gcode$ = 1051, sopen_prn, scomm$, sclose_prn, e$  #Machine name
          if gcode$ = 1052, sopen_prn, scomm$, sclose_prn, e$  #Group comment
          if gcode$ = 1053, sopen_prn, scomm$, sclose_prn, e$  #Group name
          if gcode$ = 1054, sopen_prn, scomm$, sclose_prn, e$  #File Descriptor

  3.  
     
     
    1
     
     
     
    1
    5 minutes ago, cncappsjames said:

    Smells like "... we've always done it that way..." to me. That is the WORST reason to do something IMHO.  Not a fan of COR programming anymore either. Too many things to fight with when functions exist to make things much more simplified. 

    Like G68.2 for example. Which you can get on an HMC BTW. It works pretty awesome too. Easier than G54.2 once set up properly. 

    well is more we've always done it that way, and it has worked quite well in time and the way we want. am not afraid about DWO but I want just start to use MC with the 5axis machine Actually we are using other CAM to program the Mill-Turns and the 5 axis machining when we need it, but that is because we don't have the post correctly for MC to work with the 5 axes so I am taking the first step to achieve it and, so to start to running I need first learn how to walk (talking in the 5 axis post)

    am very interesting to have a post with DWO working at all but if I don't have I need to start with the basic post and start to develop as I need 

    but thanks for your comments are very helpful 

  4. Hi this is my first post in the forum, I already know a little bit of how Machine Definitions control definitions and post works.

    My questions are the next with the GenericFanuc5axis post can I make a  starter point to get G code for this machine?

    or you guys think I need to talk with one reseller?

    the machine is a NMH6300 DCG with Fanuc control, for now, Im just looking work 3+2  

     

     

    image.png.b72815d9f62005fd2ecb9636e73ab6ab.pngimage.png.6155a82eb1ec3402f39ccbc8eb1b81dd.png

      

     

     

    image.png

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...