Re: [Emc-users] Ethercat master --> DieBieSlave LAN9252

2017-12-11 Thread Roland Jollivet
Have the looked at this application note; AN1920 ? And maybe

Re: [Emc-users] Ethercat master --> DieBieSlave LAN9252

2017-12-11 Thread Nicklas Karlsson
I wrote just before I went to bed and will. Usually I have an hour or two each day. 2017-12-11 11:17 GMT+01:00 Roland Jollivet : > Have the looked at this application note; AN1920 > web&cd=1&cad=rja&uact=8&ved=0ahUKEwjO4ZvL24HYAhVHJMAKHXW

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread andy pugh
On 11 December 2017 at 07:49, Marcus Bowman wrote: > Does that last line need paraentheses? Sorry; I'm not familiar with the > 'sets' command, There is no "sets" command in G-code, so that is almost certainly the problem. Gene: Was that meant to be a comment, or is it an attempt to set a HAL pi

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 02:49:28 Marcus Bowman wrote: > On 11 Dec 2017, at 05:50, Gene Heskett wrote: > > Greetings all; > > > > I had this working as late as 2 or 3 weeks ago. But now its not, and > > its apparently only the first of the MDI_COMMAND defines in the > > HALUI section of the .ini

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread andy pugh
On 11 December 2017 at 12:35, Gene Heskett wrote: > sets is AIUI, shorthand for set signalname, which is generally the 2nd > argument in a "net" statement. It is. But it is a HAL command and you have it in the G-code. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is desig

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 07:30:37 andy pugh wrote: > On 11 December 2017 at 07:49, Marcus Bowman > > wrote: > > Does that last line need paraentheses? Sorry; I'm not familiar with > > the 'sets' command, > > There is no "sets" command in G-code, so that is almost certainly the > problem. Gene:

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 07:42:32 andy pugh wrote: > On 11 December 2017 at 12:35, Gene Heskett wrote: > > sets is AIUI, shorthand for set signalname, which is generally the > > 2nd argument in a "net" statement. > > It is. But it is a HAL command and you have it in the G-code. You're right I

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread andy pugh
On 11 December 2017 at 13:37, Gene Heskett wrote: > You're right I realize now. So how do I drive a pyvcp pin from gcode? > Theres way more than the 4 allowed in motions digital i/o. You do need to use the G-code DIO, but 4 is the default, not the limit. num_dio can be used to increase that in

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Todd Zuercher
If you want to use a hal command, like sets or setp, in a g-code file; I think you will have to put it in a custom m-code or something like that. - Original Message - From: "Gene Heskett" To: emc-users@lists.sourceforge.net Sent: Monday, December 11, 2017 8:18:38 AM Subject: Re: [Emc-use

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 08:43:47 andy pugh wrote: > On 11 December 2017 at 13:37, Gene Heskett wrote: > > You're right I realize now. So how do I drive a pyvcp pin from > > gcode? Theres way more than the 4 allowed in motions digital i/o. > > You do need to use the G-code DIO, but 4 is the de

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 08:43:47 andy pugh wrote: > On 11 December 2017 at 13:37, Gene Heskett wrote: > > You're right I realize now. So how do I drive a pyvcp pin from > > gcode? Theres way more than the 4 allowed in motions digital i/o. > > You do need to use the G-code DIO, but 4 is the de

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 08:51:42 Todd Zuercher wrote: > If you want to use a hal command, like sets or setp, in a g-code file; > I think you will have to put it in a custom m-code or something like > that. m64p##/m65p## at the right place in all the callable subroutines will take care of that

[Emc-users] Controling Multiple Machines As One?

2017-12-11 Thread Todd Zuercher
I've been mulling an idea over in my head. Seeking ideas and opinions. I work with wood carving machines, doing large production runs in a factory setting. In order to increase production speed we have several large multi-spindle gang router machines. These are big and expensive custom built c

Re: [Emc-users] Controling Multiple Machines As One?

2017-12-11 Thread Les Newell
Theoretically it could be done with enough work but that is definitely an advanced level project for someone with programming knowledge and plenty of spare time. What is your objection to running the machines separately? You have to load/unload the machines independently so it is no big deal to

Re: [Emc-users] Controling Multiple Machines As One?

2017-12-11 Thread Jon Elson
On 12/11/2017 11:05 AM, Todd Zuercher wrote: My idea, instead of having 1 huge multi spindle machine, what if we tried putting multiple small inexpensive machines side by side and controlled them as one machine. You need to look at what the Machinekit guys have done. One of the major goals w

Re: [Emc-users] Controling Multiple Machines As One?

2017-12-11 Thread Chris Albertson
I think today with no modification to the software you could set up four Linux CNC systems. Each of them "headless" with no monitor or keyboard. Then you get a office PC with a large monitor and route all for LinuxCNC displays to the one PC on your desk. Not quite the same thing as you asked for

Re: [Emc-users] Controling Multiple Machines As One?

2017-12-11 Thread Nicklas Karlsson
On Mon, 11 Dec 2017 10:17:52 -0800 Chris Albertson wrote: > I think today with no modification to the software you could set up four > Linux CNC systems. Each of them "headless" with no monitor or keyboard. > Then you get a office PC with a large monitor and route all for LinuxCNC > displays to

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread andy pugh
On 11 December 2017 at 16:50, Gene Heskett wrote: > but because > the machine needs to be homed before the mdi commands will be run, it > sure slows the pace of development. A lot. You can temporarily set NO_FORCE_HOMING in the INI. -- atp "A motorcycle is a bicycle with a pandemonium attachme

Re: [Emc-users] Ethercat master --> DieBieSlave LAN9252

2017-12-11 Thread Nicklas Karlsson
These links provided me with the answer. The EEPROM is supposed to be programmed via Ethernet connector. Beckhoff have special software for this and I also see Twincat system manager, maybe it's just manager software according to standard? On Mon, 11 Dec 2017 12:17:03 +0200 Roland Jollivet w

Re: [Emc-users] primary camera buttons problem now

2017-12-11 Thread Gene Heskett
On Monday 11 December 2017 13:54:26 andy pugh wrote: > On 11 December 2017 at 16:50, Gene Heskett wrote: > > but because > > the machine needs to be homed before the mdi commands will be run, > > it sure slows the pace of development. A lot. > > You can temporarily set NO_FORCE_HOMING in the INI