![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I'm trying to setup the auto zero Probe and running into problems. From another thread I was able to conclude my problem dealt with incremental Vs absolute mode. (G91 vs G90). I tried coding a GetIJMode to find the current mode and reset to absolute if it was incremental. The problem I'm finding is GetIJMode is returning the IJMode set in the configuration panel and not the actual IJMode that is active. Also the IJMode indicator on the diagnostic page also shows the setting and not the actual mode. I'm running Mach 3 Mill Version R3.042.020 Thanks Bob |
|
#2
| ||||
| ||||
| IJ mode is not G90 and G91. You're talking about two different settings. Off the top of my head I don't know how to tell whether you're in G90 or G91 mode??
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| |||
| |||
| Gerry, Thanks for streering me in the right direction. Here is the code to set the mode. MoveMode = GetOEMLED(49) If MoveMode <> 0 Then Code "G90" Code "(Mode was incremental)" End If Then to reset If MoveMode <> 0 Then Code "G91" Code "(resetting incremental mode)" End If The messages can be deleted. They were there for testing. Thanks Again. I think this solves my problem. By the way. A complete Newbie question. What is the difference between IJmode and co-ordinate mode? |
|
#4
| ||||
| ||||
| IJ mode is for arcs, it specifies the center point. When I posted before, I was looking for that LED number, but I think I was looking for a DRO by mistake.
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#5
| |||
| |||
| Bob If you're interested I have rewritten my Zero Macro to take care of the G90 G91 issue. It can be found at this post, http://www.cnczone.com/forums/showpo...&postcount=257 Greg |
| Sponsored Links |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help!- Subroutine and Absolute/Incremental | VWbmx | G-Code Programing | 15 | 02-22-2009 01:09 PM |
| What is - Torque Mode? Position Mode? Speed/Velocity Mode? | sunmix | Servo Motors and Drives | 25 | 10-26-2008 03:53 AM |
| Offsets: Changing between absolute and incremental | MotorCityMinion | Haas Mills | 11 | 03-04-2007 10:57 AM |
| Absolute or Incremental | mikede | Haas Mills | 1 | 02-03-2007 05:02 PM |
| Absolute and Incremental | ACME | G-Code Programing | 3 | 09-04-2004 05:45 PM |