Re: [Emc-users] pre-programmed keys or macros ?

2021-02-27 Thread andy pugh
On Sun, 28 Feb 2021 at 00:33, R C wrote: > How can I create a button, or a "key combination", that does that? https://forum.linuxcnc.org/38-general-linuxcnc-questions/38753-looking-for-syntax-for-axisrc-file-to-bind-a-key-to-run-o-code-ngc-file (You need to put the G-code in an O-word

Re: [Emc-users] pre-programmed keys or macros ?

2021-02-27 Thread Gene Heskett
On Saturday 27 February 2021 19:30:58 R C wrote: > I think I figured it out partially: > > > G0 G54 X0 Y0 > > G0 G54 Z0 > > > takes me 'safely' to where I touched off. > > > How can I create a button, or a "key combination", that does that? > > > Ron > > On 2/27/21 4:52 PM, R C wrote: > > Hello,

Re: [Emc-users] pre-programmed keys or macros ?

2021-02-27 Thread R C
I think I figured it out partially: G0 G54 X0 Y0 G0 G54 Z0 takes me 'safely' to where I touched off. How can I create a button, or a "key combination", that does that? Ron On 2/27/21 4:52 PM, R C wrote: Hello, is there a way, in axis, to pre-program a function key, or key

[Emc-users] pre-programmed keys or macros ?

2021-02-27 Thread R C
Hello, is there a way, in axis, to pre-program a function key, or key combination, that can be used to execute some g-code? Also,  is there a way to go back to the point/spot where you touched off at the end of a run?  (X, Y first, then Z axis) ? thanks, Ron

Re: [Emc-users] CANopen on LinuxCNC

2021-02-27 Thread John Dammeyer
Hi Nicklas, Can you point me in the direction of the documentation and code examples for this? Not really sure where to look. In order to familiarize myself with the TI TMS320F28379D processor I bought a LaunchPad https://www.ti.com/tool/LAUNCHXL-F28379D So far I have serial, timer working

Re: [Emc-users] CANopen on LinuxCNC

2021-02-27 Thread John Dammeyer
> From: Curtis Dutton [mailto:curtd...@gmail.com] > This sounds like the ethercat driver already does most of what you are > discussing. It would be a good place to start if you planned on building > something. > Thanks for the feedback Curtis. I have a CANUSB from Lawicel in Sweden that

Re: [Emc-users] CANopen on LinuxCNC

2021-02-27 Thread Nicklas SB Karlsson
CANopen protocol are used on both CAN and Ethercat networks. Should be possible to use same configuration method for both but driver to send/receive is different. Familiar with CANopen if anybode need help there. Den 2021-02-27 kl. 13:46, skrev Curtis Dutton: This sounds like the ethercat

Re: [Emc-users] CANopen on LinuxCNC

2021-02-27 Thread Curtis Dutton
This sounds like the ethercat driver already does most of what you are discussing. It would be a good place to start if you planned on building something. On Sat, Jan 23, 2021, 2:24 PM John Dammeyer wrote: > > From: Nicklas SB Karlsson [mailto:nk@nksb.online] > > > > Den 2021-01-23 kl. 01:31,