Threaded View
-
13-11-2020 #29
No Neale it doesn't mean that, this is what confuses people. G91 sets the mode to incremental so "Z0" doesn't mean go to ZERO. It means the intermediate move length is ZERO units long and then the Axis moves to the ZERO position. So in your case, it's just moving to ZERO, the result is the same thing but only because the value is ZERO, if it had been Z-10 then it would move -10 from the current position then moved to ZERO. Try it.!
The reason G91 is often used is that sometimes you don't know the current location (ie: after a canned drilling cycle) so can't specify the current location as the intermediate location for the G28 move. So G91 incremental works better because you are now telling it to move a distance rather than to a location, Hence Z0 is moving ZERO units then it goes to MACHINE ZERO.
If it follows the common Fanuc standard, which I think it does, then it should work as I explained where G28 just moves to Machine ZERO but through an intermediate position. Only G30 with it's secondary parameters can move to different positions which are defined in the controls parameters and as shown called with a "p" call in the code ie: G91 G30 P301 Z0 where the "P301" is the parameter address in the controller and the value in this parameter is the location. The Z0 is again saying move Zero units for the intermediate move because we are in G91 Mode.
What I think the manual is saying with G281/282/283/284/ is that it stores the ZERO values for each axis in these parameters, these parameters can then be called in macro's, etc using the "p" address. ie: G0 P282 is like saying G28 YLast edited by JAZZCNC; 13-11-2020 at 11:39 PM.
-use common sense, if you lack it, there is no software to help that.
Email: [email protected]
Web site: www.jazzcnc.co.uk
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Upgrade questions fro beaver mill VBRP Mk2 with Anilam Crusader II controls
By Breg90 in forum Milling Machines, Builds & ConversionsReplies: 11Last Post: 25-05-2020, 08:08 PM -
RFQ: Semi automatic welding system Linear beam control system
By richway in forum Projects, Jobs & RequestsReplies: 0Last Post: 24-01-2017, 08:54 PM -
Fix engrave vertical gap or Upgrading laser cutter control card Leetro MPC6515 ?
By Paul Shroom in forum Machine DiscussionReplies: 3Last Post: 18-05-2014, 03:40 AM -
FOR SALE: £500 Vertical milling machine on stand, ready for steppers and control system
By petemono in forum Items For SaleReplies: 0Last Post: 06-02-2014, 09:52 PM -
drive control system
By oadamo in forum General ElectronicsReplies: 1Last Post: 22-05-2011, 07:30 PM




Reply With Quote
Bookmarks