Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-22 Thread theman whosoldtheworld
I not know these github repo interesting. > https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports @Jhon >It's here too. Our country and especially the British Columbia have reacted >very quickly although some would say not quickly enough.

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread Ken Strauss
If you want current infection data for analysis take a look at https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread John Dammeyer
> > You are in canada? I'm in north italy. > When the average temperatures in your region exceed 15 � C you will also > see covid19. Like in new york now. > Stay safe, stay at home, wash your hands, and keep away from others' > sneezes. Done this rigorously all in all it is nothing special.

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread theman whosoldtheworld
double thA = 0; > > >> > double thB = 0; > > >> > double thC = 0; > > >> > double thU = 0; > > >> > double thV = 0; > > >> > double thW = 0; > > >> > > > >> > QText

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread theman whosoldtheworld
eaned up your program a bit to make it more readable for me and >> attached it as a pdf. Both the .h and .cpp are in the one doc. >> >> John >> >> >> > -Original Message- >> > From: theman whosoldtheworld [mailto:bleachk...@gmail.com] >> > S

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread theman whosoldtheworld
th the .h and .cpp are in the one doc. > > John > > > > -Original Message- > > From: theman whosoldtheworld [mailto:bleachk...@gmail.com] > > Sent: March-21-20 4:50 AM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] about NML

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread John Dammeyer
h-21-20 4:50 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - > EMC_AUX_ESTOP_ON > > Sorry, i've very little time to control my mail .. these code perform the > command, need to write the right "world" inside

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-03-21 Thread theman whosoldtheworld
cmd->write(_msg); /* these NOT work because not declare 'emcCommandBuffer' with automatic memory allocation with macro "new" */ QTextStream(stdout) << "just write on emcCommandBuffer" << endl; counter = 0;

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-02-23 Thread John Dammeyer
gt; From: N [mailto:nicklas.karlsso...@gmail.com] > > > Sent: February-23-20 1:12 AM > > > To: Enhanced Machine Controller (EMC) > > > Subject: Re: [Emc-users] about NML - > RCS_CMD_CHANNEL/EMC_CMD_MSG > > > - EMC_AUX_ESTOP_ON > > > > > >

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-02-23 Thread N
: February-23-20 1:12 AM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG > > - EMC_AUX_ESTOP_ON > > > > > @ John Dammeyer > > > > > > I'm quite sure that labview project at least work great ..

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-02-23 Thread John Dammeyer
Not sure I understand what you meant here. > -Original Message- > From: N [mailto:nicklas.karlsso...@gmail.com] > Sent: February-23-20 1:12 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG > - EMC_AUX_ESTO

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2020-02-23 Thread N
> @ John Dammeyer > > I'm quite sure that labview project at least work great the difficult > is study lcnc code (write in a good way but not rich of comment ... on the > other hand, I agree not to comment too much on his code) Something adding some comments to code then you read it?

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2019-12-18 Thread theman whosoldtheworld
@ John Dammeyer I'm quite sure that labview project at least work great the difficult is study lcnc code (write in a good way but not rich of comment ... on the other hand, I agree not to comment too much on his code) Short story length using the nml server frees you from any kind of

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2019-12-17 Thread John Dammeyer
> -Original Message- > From: andy pugh [mailto:bodge...@gmail.com] > On Mon, 16 Dec 2019 at 18:46, theman whosoldtheworld > wrote: > > > Not understand very well these point .. > > Nor do I. > I feel that his thread here might have touched on some of the same issues. >

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2019-12-17 Thread theman whosoldtheworld
Thanks I try to ask on forum not see that thread previously. I read now but not see things that can help me. I make somethings of similar with modbus work well but there is not a fast response with (max 50ms) someone suggested me sdi bus but is not my ideas ... so that

Re: [Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2019-12-17 Thread andy pugh
On Mon, 16 Dec 2019 at 18:46, theman whosoldtheworld wrote: > Not understand very well these point .. Nor do I. I feel that his thread here might have touched on some of the same issues. https://forum.linuxcnc.org/41-guis/36920-labview-ui-project-for-linuxcnc?start=0 -- atp "A motorcycle is

[Emc-users] about NML - RCS_CMD_CHANNEL/EMC_CMD_MSG - EMC_AUX_ESTOP_ON

2019-12-16 Thread theman whosoldtheworld
with succes I complete first step of mine project about C++ gui. I'm able to see linuxcnc status Not sure about command: 1. command is send over nmlfile via emcCommand 2. emcCommand bring command from EMC_CMD_MSG structure (CASE A via RCS_CMD_CHANNEL(NML_FORMAT_PTR, const char