[Emc-users] backtool lathe tool table DIAM entry and tool orientation

2017-06-07 Thread tom-emc
The Emco 120P I am using is a back tool lathe. Tool turret is above to the right of the spindle, and +X is up, -X is down towards spindle. For my threading tool which is pointing straight down, if I enter a value into the DIAM column in the Tool Table for the radius of the tool tip, will

Re: [Emc-users] RPI saga continues - SPI probably solved

2017-06-07 Thread Gene Heskett
On Tuesday 06 June 2017 11:46:27 Bertho Stultiens wrote: > On 06/06/2017 03:30 AM, Gene Heskett wrote: > > Does the image I downloaded Saturday and wrote to an sd card > > yesterday have this stuff in it? > > No, you need to pull the most recent source-files (hm2_rpspi.c and > spi_common_rpspi.h)

Re: [Emc-users] c++ gui module

2017-06-07 Thread Jeff Epler
> RCS_STAT_CHANNEL *c = > new RCS_STAT_CHANNEL(emcFormat, "emcStatus", "xemc", file); The parameter "xemc" here is a mostly-meaningless string that needs to match the "name" column of an "emcStatus" line in the linuxcnc.nml file. You can think of it as just meaning "the standard name

[Emc-users] c++ gui module

2017-06-07 Thread theman whosoldtheworld
hi, into /home/linuxcnc-dev/src/emc/usr_intf/axis/extension ... i read these: static int Stat_init(pyStatChannel *self, PyObject *a, PyObject *k) { char *file = get_nmlfile(); if(file == NULL) return -1; RCS_STAT_CHANNEL *c = new RCS_STAT_CHANNEL(emcFormat, "emcStatus",