Re: [Emc-users] class RCS_CMD_CHANNEL

2018-10-08 Thread Jeff Epler
Refer to our testsuite for a simple standalone "UI" program which is tested to correctly link in every build of LinuxCNC. https://github.com/LinuxCNC/linuxcnc/blob/master/tests/build/ui/nml-position-logger.cc Removing the inclusion of "emc_nml.hh" causes errors similar to the ones you

Re: [Emc-users] Vacuum table Re: Yet another topic about gantry homing

2018-10-08 Thread Dave Cole
Instead of making bearings I would look at what Igus and others have to sell. They are not that expensive and you have plenty of other things to do. Regenerative Vacuum blowers work well for vacuum hold down work.    They are still power hogs and quite noisy without mufflers on the outputs.

Re: [Emc-users] new linuxcnc today, wants to rerun update_ini again

2018-10-08 Thread Gene Heskett
On Monday 08 October 2018 17:38:08 andy pugh wrote: > On Sun, 7 Oct 2018 at 22:41, Rene Hopf via Emc-users > > wrote: > > the spindle-at-speed pin is affected. > > https://github.com/LinuxCNC/linuxcnc/issues/504 > > > > Fixed, I think We should

Re: [Emc-users] OT: led laser collimating

2018-10-08 Thread Gregg Eshelman via Emc-users
Be careful with the DPSS type of green lasers. They can put out powerful infrared along with the green.https://www.skyandtelescope.com/astronomy-news/observing-news/green-lasers-a-hidden-danger/ On Monday, October 8, 2018, 8:48:20 AM MDT, Roland Jollivet wrote: Has anyone here

Re: [Emc-users] new linuxcnc today, wants to rerun update_ini again

2018-10-08 Thread andy pugh
On Sun, 7 Oct 2018 at 22:41, Rene Hopf via Emc-users wrote: > the spindle-at-speed pin is affected. > https://github.com/LinuxCNC/linuxcnc/issues/504 > Fixed, I think -- atp "A motorcycle is a bicycle with a pandemonium attachment and is

Re: [Emc-users] need ebay phone number, javascript won't give it to me

2018-10-08 Thread Gene Heskett
On Monday 08 October 2018 16:08:56 Chris Albertson wrote: > Is this an iPhone, Windows 10 or Linux running on a Pi3? Sarari, > Edge, Chrome or Firefox? > firefox, 52ish, running on wheezy. > Re-installation of the web browser is usually the best way to get back > to a standard configuration. >

Re: [Emc-users] need ebay phone number, javascript won't give it to me

2018-10-08 Thread Chris Albertson
Is this an iPhone, Windows 10 or Linux running on a Pi3? Sarari, Edge, Chrome or Firefox? Re-installation of the web browser is usually the best way to get back to a standard configuration. If you don't want to do that install a DIFFERENT browser and it will work. If you are using Chrome,

Re: [Emc-users] class RCS_CMD_CHANNEL

2018-10-08 Thread Sebastian Kuzminsky
On Mon, Oct 8, 2018 at 8:54 AM theman whosoldtheworld wrote: > > Where are located definition of class RCS_CMD_CHANNEL ?? It's in src/libnml/nml/cmd_msg.hh cscope is really good at answering questions like this. -- Sebastian Kuzminsky ___

[Emc-users] need ebay phone number, javascript won't give it to me

2018-10-08 Thread Gene Heskett
I'm trying to buy a relay for the garage AC, a SANYOU SFK 112DM, and with javascript turned off, I can't access the contact phone number, nor can I access the button to put me thru to the enter new card pages. And I have no clue where in about:config to re-enable that security hell hole. So I

Re: [Emc-users] QtDro Qt5 c++ upgrade/study need help for two error

2018-10-08 Thread theman whosoldtheworld
mmm ... actually after the upper modification to my code I obtain these error (not building error but compile error) *reference not defined to: (these the error ... repeat for every call below)* "set_rcs_print_destination" "emcGetArgs" "set_print_rcs_error_info" "print_rcs_error_new"

Re: [Emc-users] QtDro Qt5 c++ upgrade/study need help for two error

2018-10-08 Thread theman whosoldtheworld
OK addind this insclude statement I get no error about messaging ... #include "include/cmd_msg.hh" #include "include/stat_msg.hh" but the right call was: emcCommandBuffer = new RCS_CMD_CHANNEL(emcFormat, "emcCommand", "xemc", emc_nmlfile, 0); . because, as RCS_STAT_CHANNEL the class

[Emc-users] class RCS_CMD_CHANNEL

2018-10-08 Thread theman whosoldtheworld
Where are located definition of class RCS_CMD_CHANNEL ?? I try to use it on my c++ program but everytime compare the warning: warning: ‘emcCommandBuffer’ has incomplete type static RCS_CMD_CHANNEL *emcCommandBuffer = 0; and than some error such as: error: invalid use of incomplete type ‘class

[Emc-users] OT: led laser collimating

2018-10-08 Thread Roland Jollivet
Has anyone here definitively worked on one of those chinese green LED lasers, 1W - - - 10W I'm wondering on the practicality of collimating the beam to a ~ 0.2mm spot using a dual lens. For surface marking. I know the emission is asymmetrical, but you can work on the major axis and then mask the

Re: [Emc-users] using Screw Comp file are values interpolated question

2018-10-08 Thread Gene Heskett
On Tuesday 02 October 2018 19:24:50 robert - Innovative-RC wrote: > Does any one know if the points inbetween nominal values are > interpolated or not in a screw comp table? > > ie if i have 10mm nominal and 20mm nominal with correction values. > would say 15mm travel become an interpolated value

Re: [Emc-users] QtDro Qt5 c++ upgrade/study need help for two error

2018-10-08 Thread theman whosoldtheworld
-2- EMC_NMLFILE is not declared in this scope ... is not recognized as "EMC_NMLFILE" but as "emc_nmlfile" just see now I search for the reason in Lcnc folder regards bkt Il giorno mer 3 ott 2018 alle ore 11:12 theman whosoldtheworld < bleachk...@gmail.com> ha scritto: > I know