VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2015-05-12 19:42:06

GregM
Member
From: Dallas/FtWorth, Texas
Registered: 2005-08-25
Posts: 19

Shifting Z-axis distance after moving the W-axis rail

There are machines, such as bridge mills, that have a W-axis that allows the bridge section of the machine to move from the extreme top of the machine and advance the bridge and tool closer to the part while not extending the Z-axis/Quill.  The machine supplied in the Samples directory, head_changer_connect.vcproject, is one such machine.  If you do not shift the original work coordinate after moving the W-axis the tool will not be in the correct location.  If your machine moves the W-axis as a machine reference type motion this can be added to your "W" definition to compensate the work coordinate.  The programming of our machine would be "W0.0" to return the bridge to the top of the machine and "W-##.####" to move the bridge closer to the table. 

Sample G-code command....
  G0 W-25.0


Settings used in my Control file G-Code Processing Word/Address Register "W"

W *
  |
  [-] * *
      |
      WAxisMachineMotion
      WorkCoordZValue
          Value=$*-1
      AbsoluteShift

Offline

Board footer