Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-12-30 Thread Aurelien
Hi I have try you fresh release and work really better on my setup (BBB lathe with Furaday cape) But i have never see my touchscreen working for now, can you help for this ? Terminal print : Found Device: /dev/input/by-id/usb-ILITEK_Multi-Touch-V3000-if01-event-mouse Opened device! i thin

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-21 Thread Travis Gillin
Hey Aurelien, I've done a whole lot to get everything up and running with machinekit. I wasted a lot of time trying to keep with the native C NML system but all efforts failed me there when it came to compiling against machinekit vs linuxcnc (Which works fine...). Right now I'm fighting with a mem

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-21 Thread Aurelien
Hi I hase see your updated source so i have try and compile with success ! Good job I can start config as usual by copying Xmotion (bin) to /usr/bin Config start correctly with your GUI except i have any mouse or keyboard. halcmd loadusr io started > > task pid=13137 > > Config loaded from

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-18 Thread Travis Gillin
Hey Schooner, So I changed the includes in /usr/share/linuxcnc/interp_base.hh which is what is causing the bug that is keeping this from compiling on machinekit. I changed #include and #include to #include "emcpos.h" and #include "modal_state.hh" and that fixed the include errors. I don't un

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread schoone...@gmail.com
The <> brackets make assumptions about the path Just replace them with "" and the header in the same dir will be found On 10/17/2018 10:12 PM, Aurelien wrote: The file exist in the /usr/include/linuxcnc directory / * Descrip

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread Aurelien
The file exist in the /usr/include/linuxcnc directory / * Description: emcpos.h * * Derived from a work by Fred Proctor & Will Shackleford * * Author: * License: GPL Version 2 * System: Linux * * Copyright (c) 2004 All righ

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread Travis Gillin
Hey Aurelien, I actually just ran across this today. Up until today I've been testing this on linuxcnc on a I386 system, which it compiles on properly. My target is an ARM7 platform with machinekit. I actually need to consult with Schooner, I think he may have already solved this problem... On We

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread Aurelien
Hi Many thanks for sharing i have downloaded the stable branch and try to compile with beaglebone machinekit for now i have a error that i need to understand. Compile time: 00:00:05 Compiling CXX: src/linuxcnc.cpp -> build/release/linuxcnc.o In file included from /usr/include/linuxcnc

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread Alan Carvalho de Assis
Hi Travis, Are you using the LVGL graphic interface? This lib is very nice and very small. I used it on a microcontroller with NuttX: https://acassis.wordpress.com/2018/07/19/running-nuttx-on-lpcxpresso54628-om13098/ Instead using javascript with LVGL, why don't you use Lua + LVGL? Jábor (the a

Re: [Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-17 Thread Travis Gillin
Hey Aurelien, Yes it is now public at https://github.com/UnfinishedBusiness/Xmotion There is a stable branch that I split off before I implemented a Javascript Engine that is going to give the user a way to design GUI's very easily and quickly but it is unstable right now. You can use the stable

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-10-16 Thread Aurelien
Hi It is possible to take access on your repo ? I like to test your GUI soon if you are ok. Best regards -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "M

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-09-25 Thread Aurelien
The toolchanger only use MDI command like this : MDI_COMMAND=(MSG, Fatal Error 9 Toolchanger Need to Restart Machinekit) Great news for Planes, i wait for news ! For pendant as my knowledge is maped only with Hal net by the usb driver. Many thanks for reply and for your project. -- website:

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-09-25 Thread Travis Gillin
Hey Aurelien, I don't see any reason why it would not work on your lathe but the viewer is currently hardcoded to the XY plane but we would like to add DZ and other planes of view as well later down the road. As for the toolchnager, you can toggle HAL pins or even execute system commands from

[Machinekit] Re: GUI Geared towards Embedded Platforms

2018-09-25 Thread Aurelien
Hi I think it's a very good idea to do this type of GUI, for sure Axis is very slow with BBB, same when use from SSH forward X. I have orderd a 13 inch toochscreen for my lathe but using it with actual GUI is not really pleasant. I don't know if this is possible but for me the best is someth