@ 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
languages .... if you are able to connect locally or remotely with nml file
you can use the language you prefer.

@ Developper .... not understand how it work these pieces of code:

    RCS_CMD_CHANNEL *cmd = new RCS_CMD_CHANNEL(emcFormat, "emcCommand",
"xemc", nmlfile, 0);
    int emcCommandSerialNumber = 0;
    EMC_AUX_ESTOP_ON *m;  (I's possible to send ESTOP over
RCS_CMD_CHANNEL??)
    m->serial_number = ++emcCommandSerialNumber;
    cmd->write(m);

because return segmentation error .....



Il giorno mar 17 dic 2019 alle ore 19:22 John Dammeyer <
[email protected]> ha scritto:

> > -----Original Message-----
> > From: andy pugh [mailto:[email protected]]
>
>
> > On Mon, 16 Dec 2019 at 18:46, theman whosoldtheworld
> > <[email protected]> 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
> >
>
> Fascinating thread.  Thanks for posting that link Andy.  I agree with some
> of the posters who wonder about the value of using LabView.
>
> Given how far Lazarus (Free Pascal) has come along now with the "Write
> Once, Compiler Anywhere" philosophy, it may be worthwhile to look into
> doing what the author of the Labview project has done but with Lazarus.  It
> would allow the user interface to be compiled and run on PCs, Apples or
> Linux boxes.
>
> The interface done in shared memory as described by the user Rienhard, and
> the user interface passing that information as either Ethernet or locally
> into that same shared memory model.
>
> Bu I might be all wet here.  I don't know enough about how LinuxCNC works
> to be able to even know if this would work.  I have been using Delphi on
> Windows since it came out and I'm very impressed with Lazarus.  I've
> written small Lazarus sample programs on a Windows machine and recompiled
> and run the same application on a Raspberry Pi, BeagleBone Black and the
> LinuxCNC box.    The only issue has been which version of Lazarus as the
> platforms aren't all at exactly the same point.  The PC and LinuxPC
> versions are further ahead of the BeagleBone and introduce features that
> aren't available.   The Pi is a bit further than the BeagleBone.
>
> John Dammeyer
>
>
>
>
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to