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:

MPMaster Force B-Axis


Recommended Posts

There is a line in the pwrtt$ postblock that you can remove the comment from. This has fixed the issue for me

 

From:

#sav_rot_on_x = rot_on_x #Uncomment this line to output rotary axis value even when it's not used

 

To:

sav_rot_on_x = rot_on_x #Uncomment this line to output rotary axis value even when it's not used

 

Mike

Link to comment
Share on other sites

@tinhman, I found that line in my pheader postblock. It is not commented out.

Here is my pwrtt postblock

 

 

pwrtt$      # Write tool table, scans entire file, null tools are negative
          if rotaxis$ > 0 | rotary_type$ > 0 | mill5$ <> 0,
            [
            sav_rot_on_x = rot_on_x
            output_z = no$
            ]
          if vmc = 0 & tlplnno$ <> 2, sav_rot_on_x = rot_on_x
          if vmc = 1 & tlplnno$ > 1, sav_rot_on_x = rot_on_x
          #sav_rot_on_x = rot_on_x    #Uncomment this line to output rotary axis value even when it's not used           
          t$ = wbuf(4,wc4)        #Buffers out tool number values
          if tool_table = 1, ptooltable
          if tool_table = 2, ppredtool
          if tool_table = 3, pmetatool
          if t$ >= zero, tcnt = tcnt + one
          ptravel
          pwritbuf5

 

 

Mine is in my "unedited folder". So I am pretty sure it is unedited. And it outputs the B with every toolchange.

Link to comment
Share on other sites

No, you are on the wrong spot.

 

it is located just right under pheader$ section.

 

--------------------------------------

if seqno$ = 0, omitseq$ = yes$

sav_progno = progno$

 

if tseqno = 1 & omitseq$ = 1,

[

seqno$ = 1

seqinc$ = 1

n$ = seqno$

]

#sav_rot_on_x = 0

header = 0

 

ptoolend$ #End of tool path, before reading new tool data

!speed, !spdir2

.

.

.

----------------------------------------------

 

 

HTH

Link to comment
Share on other sites

That is where I was lookin

 

 

     scomm_str, "TIME      - ", *hour, ":", *min, [if time$ < 12, " AM"], [if time$ >= 12, " PM"], scomm_end, e$  # 12 hour
     #scomm_str, "TIME      - ", time$, scomm_end, e$  # 24 hour
#      scomm_str, "POST DEV  - ", *slicense, scomm_end, e$
     spaces$=sav_spc

     if seqno$ = 0, omitseq$ = yes$
     sav_progno = progno$

     if tseqno = 1 & omitseq$ = 1,
       [
       seqno$ = 1
       seqinc$ = 1
       n$ = seqno$
       ]
     sav_rot_on_x = 0
     header = 0

ptoolend$        #End of tool path, before reading new tool data               
     !speed, !spdir2

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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