On Saturday 03 June 2017 10:08:47 tom-...@bgp.nu wrote:

> > On Jun 3, 2017, at 7:16 AM, Gene Heskett <ghesk...@shentel.net>
> > wrote:
> >
> >
> > What then is the effect of g7/g8 on g76?
>
> Gene,
>
> According to the G76 man page:
>
> "Note:
> When G7 Lathe Diameter Mode is in force the values for I, J and K are
> diameter measurements. When G8 Lathe Radius Mode is in force the
> values for I, J and K are radius measurements."
>
> Also, according to that page it claims that it is an error if the
> active plane is not the ZX plane.  As I mentioned in a previous email,
> I set G18 in the script we are running but Linuxcnc/G76 seem hell bent
> on putting the machine in G17.
>
> -Tom

IIRC g17 is xy, perhaps since the joints merge conversion you have a 
ghost joint in the configuration?  The interactions can be "strange", 
although I'll plead to using more "colorfull" words to describe it when 
it hits.

TLM is now behaving itself but I did have adjust a few things in that 
dept after the joints merge.  From its present .ini file: 

varname                                                 section HEADER:
.ini:JOG_AXES           =       ZX                              [DISPLAY]
.ini:GEOMETRY           =       XZ                              [DISPLAY]
.ini:COORDINATES        =       XZ                              [TRAJ]
.ini:KINEMATICS         =       trivkins "coordinates=XZ"       [KINS]

And:
[RS274NGC]
PARAMETER_FILE = linuxcnc.var
RS274NGC_STARTUP_CODE=G8 G18 G21 G40 G49 G64 P.005 Q.005 G80 G90 G94 G97

best read with a monospaced font.

The reversed order in the first line above "JOG_AXES" is so the jogging 
works from the correct keyboard keys both BEFORE and after being homed.

Does this help?

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to