Re: [Emc-users] WiFi & MESA

2024-02-23 Thread Rene Hopf via Emc-users



On 23.02.24 12:20, Andy Pugh wrote:




On 23 Feb 2024, at 07:50, John Dammeyer  wrote:

So the question is:  How do I tell Linux to cooperate with both the MESA and
the WiFi Dongle?


I am afraid that I can’t help with the actual question, other than to say that 
it can be made to work, but in my case I have never had to do anything special 
to make it work.


whats the error message?
whats the output of ip route?



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] new tool table in linuxcnc master

2023-10-02 Thread Rene Hopf via Emc-users



On 02.10.23 13:21, andy pugh wrote:

On Mon, 2 Oct 2023 at 11:53, Roland Jollivet  wrote:

Just wondering, why would there be limit of 50?

Previously the whole tool-table was sent periodically in an NML
message and those are of limited size.

That's not the case now, though. And I don't think that there is any
limit currently.
there still is a limit of 1000. Im currently refactoring the whole tool 
management, making it much simpler, and removing all limits.





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Linuxcnc meeting in Stuttgart

2023-07-09 Thread Rene Hopf via Emc-users

Meeting will be 6-8 October

On 19.05.23 16:12, Rene Hopf via Emc-users wrote:
There will be a meeting in stuttgart again. We currently looking for a 
date.


https://nuudel.digitalcourage.de/ZBnmKxmcELW9Nd8C

Rene



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Linuxcnc meeting in Stuttgart

2023-05-19 Thread Rene Hopf via Emc-users

There will be a meeting in stuttgart again. We currently looking for a date.

https://nuudel.digitalcourage.de/ZBnmKxmcELW9Nd8C

Rene



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Rene Hopf via Emc-users


> On 26. Jan 2022, at 16:35, Valerio Bellizzomi  wrote:
> 
> Which documentation?

https://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html#_python3_and_gtk3

> 
> thanks
> 
> 
>> On Wed, 2022-01-26 at 16:16 +0100, Rene Hopf via Emc-users wrote:
>> Did you recently pull master?
>> You are using python 2.7 which isn’t supported in master anymore.
>> The updating documentation has steps required to change the
>> configuration for python related things.
>> 
>>> On 26. Jan 2022, at 16:03, Valerio Bellizzomi 
>>> wrote:
>>> 
>>> I got this error but this configuration was working before and I
>>> made
>>> no changes. Can you help me?
>>> 
>>> 
>>> ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
>>> LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
>>> Machine configuration directory is
>>> '/home/sel/linuxcnc/configs/sim.qtpyvcp'
>>> Machine configuration file is 'xyzab.ini'
>>> Starting LinuxCNC...
>>> File: tool.tbl Unrecognized line skipped:
>>>   ;Tool  Pocket X Offset Y Offset Z
>>> Offset Diameter Remark
>>> Found file(REL): ./hallib/core_sim_5.hal
>>> Note: Using POSIX realtime
>>> motion.c: Creating unlock hal pins for joint 4
>>> Found file(REL): ./hallib/spindle_sim.hal
>>> Found file(REL): ./hallib/simulated_home_xyzab.hal
>>> Traceback (most recent call last):
>>> File "/usr/local/bin/qtpyvcp", line 10, in 
>>>   sys.exit(main())
>>> File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
>>> line 90, in main
>>>   from qtpyvcp.utilities.opt_parser import parse_opts
>>> File "/usr/local/lib/python2.7/dist-
>>> packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
>>>   from linuxcnc import ini
>>> ImportError: No module named linuxcnc
>>> Shutting down and cleaning up LinuxCNC...
>>> task: 1 cycles,
>>> min=179769313486231570814527423731704356798070567525844996598917476
>>> 8031
>>> 5726078002853876058955863276687817154045895351438246423432132688946
>>> 4182
>>> 7684675467035375169860499105765512820762454900903893289440758685084
>>> 5513
>>> 3942304583236903222948165808559332123348274797826204144723168738177
>>> 1809
>>> 19299881250404026184124858368.00, max=0.00, avg=0.00, 0
>>> latency excursions (> 10x expecNote: Using POSIX realtime
>>> LinuxCNC terminated with an error.  You can find more information
>>> in
>>> the log:
>>>   /home/sel/linuxcnc_debug.txt
>>> and
>>>   /home/sel/linuxcnc_print.txt
>>> as well as in the output of the shell command 'dmesg' and in the
>>> terminal
>>> 
>>> 
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Rene Hopf via Emc-users
Did you recently pull master?
You are using python 2.7 which isn’t supported in master anymore.
The updating documentation has steps required to change the configuration for 
python related things.

> On 26. Jan 2022, at 16:03, Valerio Bellizzomi  wrote:
> 
> I got this error but this configuration was working before and I made
> no changes. Can you help me?
> 
> 
> ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
> LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
> Machine configuration directory is
> '/home/sel/linuxcnc/configs/sim.qtpyvcp'
> Machine configuration file is 'xyzab.ini'
> Starting LinuxCNC...
> File: tool.tbl Unrecognized line skipped:
>;Tool  Pocket X Offset Y Offset Z
> Offset Diameter Remark
> Found file(REL): ./hallib/core_sim_5.hal
> Note: Using POSIX realtime
> motion.c: Creating unlock hal pins for joint 4
> Found file(REL): ./hallib/spindle_sim.hal
> Found file(REL): ./hallib/simulated_home_xyzab.hal
> Traceback (most recent call last):
>  File "/usr/local/bin/qtpyvcp", line 10, in 
>sys.exit(main())
>  File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
> line 90, in main
>from qtpyvcp.utilities.opt_parser import parse_opts
>  File "/usr/local/lib/python2.7/dist-
> packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
>from linuxcnc import ini
> ImportError: No module named linuxcnc
> Shutting down and cleaning up LinuxCNC...
> task: 1 cycles,
> min=1797693134862315708145274237317043567980705675258449965989174768031
> 57260780028538760589558632766878171540458953514382464234321326889464182
> 76846754670353751698604991057655128207624549009038932894407586850845513
> 39423045832369032229481658085593321233482747978262041447231687381771809
> 19299881250404026184124858368.00, max=0.00, avg=0.00, 0
> latency excursions (> 10x expecNote: Using POSIX realtime
> LinuxCNC terminated with an error.  You can find more information in
> the log:
>/home/sel/linuxcnc_debug.txt
> and
>/home/sel/linuxcnc_print.txt
> as well as in the output of the shell command 'dmesg' and in the
> terminal
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rigid tapping with geared encoder

2021-09-03 Thread Rene Hopf via Emc-users


> On 3. Sep 2021, at 17:32, andy pugh  wrote:
> 
> I have just advised someone on the forum that he needs a 1ppr index to
> rigid tap, as his encoder is mounted to the motor, not to the spindle.
> 
> But then I started wondering if this is technically correct. I have a
> feeling that single=pass rigid tapping will be fine, but mutli-pass
> won't work?

On my haas the encoder is geared 1:2, the index is only seen on every second 
rotation. No issues. It only takes longer for the engagement move.

> 
> Has anyone tried this?
> 
> -- 
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Python3

2021-08-30 Thread Rene Hopf via Emc-users

Hi,

few weeks ago master changed to python3.

This usually doesn't require any config changes, unless you use custom 
scripts or glade screens.


I added some hints to the documentation: 
https://github.com/LinuxCNC/linuxcnc/commit/e74e8f60968aad9e6872069655df1de7166286a5


If you had to do anything else, please let me know.

Rene



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] [Emc-developers] Fwd: Re: Proposal: Stop supporting Py2 and GTK2 in Master.

2021-05-13 Thread Rene Hopf via Emc-users



On 13.05.21 13:26, Valerio Bellizzomi wrote:

On Thu, 2021-05-13 at 09:54 +0100, andy pugh wrote:

On Thu, 13 May 2021 at 07:01, Feral Engineer <
theferalengin...@gmail.com>
wrote:


I think doing something as
dramatic as changing so much of the source code that it could
essentially
brick a lot of machines (at least for the short term) should come
with a
major release rather than a 2.x release

EMC2 v8 to EMC2 v9 would be a major release :-)

The changes between 2.7 and 2.8 were massive compared to this.

I think that there is some misunderstanding of the dangers here:
Python 3 is available on all platforms currently supported by
LinuxCNC and
at at least v3.5 on all platforms supported by Master.

Python 3 would be listed in the package dependencies, and
automatically
installed.

Python 2 is already gone.
https://www.python.org/doc/sunset-python-2/#:~:text=We%20are%20volunteers%20who%20make,a%20security%20problem%20in%20it
.
LinuxCNC needs to adapt to this.

There is no danger of "bricking" a machine, LinuxCNC already works
with
Python 3 and several of the existing GUIs. (including Axis)

GTK2 support is already tenuous, there are some packages that we are
having
to backport ourselves via the LinuxCNC repositories (glade-gtk2,
python-gtksourceview, python-rsvg). That isn't a viable long-term
solution,
we need to only have dependencies that are actually packaged for the
target
OS.


I think there is no other choice than to follow their guide ASAP.

"Porting Python 2 Code to Python 3"

https://docs.python.org/3/howto/pyporting.html


I think there is some misunderstanding. python3 is not the issue, most 
python3 problems have been solved over a year ago.


buildbot even runs the tests with python3: 
http://buildbot.linuxcnc.org/buildbot/builders/1660.rip-buster-python3


users would not even notice the change, unless they have custom python code.

The issue is gtk. you cannot use gtk2 with python3. its just a unlucky 
coincidence that both things are happening at the same time.








___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Maybe a minimally printed harmonic drive?

2021-01-26 Thread Rene Hopf via Emc-users
Igus makes plastic harmonic drives: 

https://www.igus.de/product/20413


> On 26. Jan 2021, at 21:59, Chris Albertson  wrote:
> 
> I just did t quick Google and found several companies who make belts
> "sliced to order" in any width.   6" wide if you like
> 
> The other way to "print" a flex cup is the print a female mold and fill the
> mold with urethane and kevlar fiber.
> 
> I'm working on a robotic/prosthetic hand that uses this technique,  Many of
> the parts are made with a very strong kind of urethane.  This stuff really
> takes a beating.   This is really a good way to use a 3D printer, You can
> make multi-part molds that come apart to allow the molded parts to be
> removed.
> 
> 
> 
> 
> 
> 
>> On Tue, Jan 26, 2021 at 12:13 PM Todd Zuercher 
>> wrote:
>> 
>> For the belt idea, it might work better to invert the whole thing,  So you
>> have the belt teeth in and one gear with two fewer teeth than the belt,
>> then the follower wheels on the outside of the belt compressing it to mesh
>> with the smaller gear.  The hardest part might be finding a belt wide
>> enough to reliably flex between the two gear diameters.  (Something tells
>> me this sounds better than it can actually work in practice.)
>> 
>> Todd Zuercher
>> P. Graham Dunn Inc.
>> 630 Henry Street
>> Dalton, Ohio 44618
>> Phone:  (330)828-2105ext. 2031
>> 
>> -Original Message-
>> From: Sam Sokolik 
>> Sent: Tuesday, January 26, 2021 2:41 PM
>> To: Enhanced Machine Controller (EMC) 
>> Subject: Re: [Emc-users] Maybe a minimally printed harmonic drive?
>> 
>> plus - you fold one inside out - the pitch doesn't match up very well.
>> 
>> 
>>> On Tue, Jan 26, 2021 at 1:30 PM Gene Heskett  wrote:
>>> 
 On Tuesday 26 January 2021 13:04:11 Chris Albertson wrote:
>>> 
 The weak link on all 3D printed harmonic drives is the flex cup.  The
 plastic fails after some hours of use.The best design I've seen to
 overcome this is to NOT print the flex cup.  They used a wide double
 side timing belt for the inner teeth.
 
 The thing that very few You tubers do when designing 3D printed
 machines is to not simply copy the design of metal parts but start
 the design from the ground up knowing they will be using plastic.
 Plastic has very different strength and stiffness to volume ratios.
 So if your part looks like the metal equivalent it is a good clue
 you are doing "eyeball engineering" and your experience with metal
 is influencing your design.
 
 If you need to print a reduction gear and need a really big ratio
 the Cycloidic reduction system really does work better especially if
 the rolling parts are sealed bearing units that are press-fit into
 the plastic.
 
 That said, I've printed parts in plastic to directly replace metal
 or even rubber and I just have to accept the very short lifetime and
 low strength. Plastic is a good material to verify ideas quickly.
 
 In any case, use a timing belt for the flex wall and it might last
 30 years.
 
>>> But that brings up the tooth profile problem.  I've not seen a timing
>>> belt that resembles the triangular splines?
>>> 
 On Mon, Jan 25, 2021 at 8:47 PM Sam Sokolik 
>> wrote:
> I am sure the torque is limited - but I feel it might have
> possibility...
> 
> https://www.youtube.com/watch?v=QlpkmEEhFqc
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>>> 
>>> 
>>> Cheers, Gene Heskett
>>> --
>>> "There are four boxes to be used in defense of liberty:
>>> soap, ballot, jury, and ammo. Please use in that order."
>>> -Ed Howdershelt (Author)
>>> If we desire respect for the law, we must first make the law respectable.
>>> - Louis D. Brandeis
>>> Genes Web page 
>>> 
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
> 
> 
> -- 
> 
> Chris Albertson
> Redondo Beach, California
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] toolchange numbers are confusing on the documentation

2020-04-13 Thread Rene Hopf via Emc-users


> On 14. Apr 2020, at 01:20, andy pugh  wrote:
> 
> On Mon, 13 Apr 2020 at 23:57, andrew beck  wrote:
> 
>> I was just looking at the toolchanger wiki online and it looks like some of
>> the info is outdated or wrong.
> 
> Where?
> 
> The Wiki is not "the documentation"
> 
> Maybe it just needs wholesale deletion?

Some stuff needs moving to the docs.
There isn’t actually any documentation on the tooltable or toolchanging.


> 
> 
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Yaskawa 20-bit Sigma V Incremental encoders

2020-02-22 Thread Rene Hopf via Emc-users


> On 22. Feb 2020, at 19:30, Curtis Dutton  wrote:
> 
> Rene thanks,
> 
> This will help a lot. I'll study that implementation.
> 
> I would like to get my 5i25 to be able to process the encoder data.
> 
> Is the protocol direction only one direction from the encoder? If it were I
> could just hook up the read signals in the 7i74 and create a vhdl component
> that could process the signal.

No, you need to request it. Line 89 is the request. You can use only the f4 
part of the stmbl, and convert the signal to sserial.
Or just use a stmbl.

What driver do you use?

> 
> 
>> On Sat, Feb 22, 2020 at 12:28 PM Andrew  wrote:
>> 
>> It's not directly relevant, but there's a Linuxcnc compatible PCI card for
>> Yaskawa Mechatrolink protocol http://yurtaev.com/ymtl2p.html
>> I mean, Mechatrolink drives can be cheap sometimes.
>> 
>> сб, 22 лют. 2020, 17:04 користувач Curtis Dutton 
>> пише:
>> 
>>> I'm trying to run some Yaskawa Sigma V motors with a 5i25, 7i74 and
>> 8i20. I
>>> want to read the encoder of the motor with hostmot2 SSI.
>>> 
>>> I have all of my firmware set up, but I just cannot find the encoder
>>> protocol out in the wild.
>>> 
>>> Does anyone know it?
>>> 
>>> 
>>> Also I would like to start a wiki page that collects known SSI
>>> configurations for hostmot2 SSI. Anyone who has used an SSI module please
>>> send me details about your encoder and your config string and I'll get
>> them
>>> onto a wiki page.
>>> 
>>> 
>>> Thanks,
>>>   Curt
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Yaskawa 20-bit Sigma V Incremental encoders

2020-02-22 Thread Rene Hopf via Emc-users


> On 22. Feb 2020, at 16:03, Curtis Dutton  wrote:
> 
> I'm trying to run some Yaskawa Sigma V motors with a 5i25, 7i74 and 8i20. I
> want to read the encoder of the motor with hostmot2 SSI.
> 
> I have all of my firmware set up, but I just cannot find the encoder
> protocol out in the wild.
> 
> Does anyone know it?

It doesn’t work because it’s not ssi.
Its hdlc over Manchester over rs485.
I fully reverse engendered the protocol(including crc).
Stmbl has support for yaskawa encoders, there is some documentation in the code.

https://github.com/rene-dev/stmbl/blob/master/src/comps/yaskawa.c

> 
> 
> Also I would like to start a wiki page that collects known SSI
> configurations for hostmot2 SSI. Anyone who has used an SSI module please
> send me details about your encoder and your config string and I'll get them
> onto a wiki page.
> 
> 
> Thanks,
>   Curt
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Linuxcnc meeting 2019 in Stuttgart, Germany

2019-04-18 Thread Rene Hopf via Emc-users

Hi,

We are looking for a date for the next linuxcnc meeting in Stuttgart, Germany.
All info here:
https://doodle.com/poll/7aeg98zwbi6qrtvx

Rene



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] new linuxcnc today, wants to rerun update_ini again

2018-10-07 Thread Rene Hopf via Emc-users



> On 7. Oct 2018, at 22:56, Gene Heskett  wrote:
> 
> On Sunday 07 October 2018 15:07:45 Rene Hopf via Emc-users wrote:
> 
>> thats related to multi spindle, the conversion script seems to be
>> incomplete. the message about joint-axis is confusing, it just
>> converts the spindle names. rename the pins to
>> halui.spindle.0.whatever
>> if you depend on spindle-at-speed, dont update, as that is currently
>> broken...
> 
> If its derived from a wcomp, reading a spindle encoder it should be okay? 
> I didn't check that for g33.1 or g76 functions on either machine, too 
> hot to muck around much in the shed with TLM. I have an led on that 
> signal on TLM, and it did seem to be working.
> 
> Or is this actually internal to motion?

the spindle-at-speed pin is affected. 
https://github.com/LinuxCNC/linuxcnc/issues/504 
<https://github.com/LinuxCNC/linuxcnc/issues/504>
> 
>> http://linuxcnc.org/docs/devel/html/man/man1/halui.1.html#PINS
>> 
>>> On 7. Oct 2018, at 20:53, Gene Heskett  wrote:
>>> 
>>> And it wants to do it on both machines I've updated today.
>>> 
>>> Checking the file, it was new yesterday.
>>> 
>>> Is it safe? Joints merger has been done once, and I had to do a fair
>>> bit of sorting to recover.
>>> 
>>> Doesn't look as if its safe:
>>> 
>>> gene@lathe:~/linuxcnc/configs/my_LinuxCNC_machine2$ linuxcnc  -l
>>> LINUXCNC - 2.8.0-pre1-3898-g6c5404a
>>> Machine configuration directory
>>> is '/home/gene/linuxcnc/configs/my_LinuxCNC_machine2'
>>> Machine configuration file is 'my_LinuxCNC_machine2.ini'
>>> Starting LinuxCNC...
>>> .
>>> Found file(REL): ./my_LinuxCNC_machine2.hal
>>> ./my_LinuxCNC_machine2.hal:452: Pin 'halui.spindle.forward' does not
>>> exist
>>> Shutting down and cleaning up LinuxCNC...
>>> Running HAL shutdown script
>>> LinuxCNC terminated with an error.  You can find more information in
>>> the log:
>>>   /home/gene/linuxcnc_debug.txt
>>> and
>>>   /home/gene/linuxcnc_print.txt
>>> as well as in the output of the shell command 'dmesg' and in the
>>> terminal
>>> 
>>> Just one comment, that pin does exist in both the old and new
>>> versions of my_LinuxCNC_machine2.hal.
>>> 
>>> So something has renamed, or deleted that pin. And  likely other
>>> associated pins since halui.spindle.reverse is next in that list.
>>> 
>>> Fixes?
> 
> -- 
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page <http://geneslinuxbox.net:6309/gene 
> <http://geneslinuxbox.net:6309/gene>>
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net <mailto:Emc-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/emc-users 
> <https://lists.sourceforge.net/lists/listinfo/emc-users>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] new linuxcnc today, wants to rerun update_ini again

2018-10-07 Thread Rene Hopf via Emc-users
I just added all the halui spindle pins to the update ini script. it pull and 
run the script again.

> On 7. Oct 2018, at 21:07, Rene Hopf via Emc-users 
>  wrote:
> 
> thats related to multi spindle, the conversion script seems to be incomplete.
> the message about joint-axis is confusing, it just converts the spindle names.
> rename the pins to halui.spindle.0.whatever
> if you depend on spindle-at-speed, dont update, as that is currently broken...
> 
> http://linuxcnc.org/docs/devel/html/man/man1/halui.1.html#PINS
> 
>> On 7. Oct 2018, at 20:53, Gene Heskett  wrote:
>> 
>> And it wants to do it on both machines I've updated today.
>> 
>> Checking the file, it was new yesterday.
>> 
>> Is it safe? Joints merger has been done once, and I had to do a fair bit 
>> of sorting to recover.
>> 
>> Doesn't look as if its safe:
>> 
>> gene@lathe:~/linuxcnc/configs/my_LinuxCNC_machine2$ linuxcnc  -l
>> LINUXCNC - 2.8.0-pre1-3898-g6c5404a
>> Machine configuration directory 
>> is '/home/gene/linuxcnc/configs/my_LinuxCNC_machine2'
>> Machine configuration file is 'my_LinuxCNC_machine2.ini'
>> Starting LinuxCNC...
>> .
>> Found file(REL): ./my_LinuxCNC_machine2.hal
>> ./my_LinuxCNC_machine2.hal:452: Pin 'halui.spindle.forward' does not 
>> exist
>> Shutting down and cleaning up LinuxCNC...
>> Running HAL shutdown script
>> LinuxCNC terminated with an error.  You can find more information in the 
>> log:
>>   /home/gene/linuxcnc_debug.txt
>> and
>>   /home/gene/linuxcnc_print.txt
>> as well as in the output of the shell command 'dmesg' and in the terminal
>> 
>> Just one comment, that pin does exist in both the old and new versions of 
>> my_LinuxCNC_machine2.hal.
>> 
>> So something has renamed, or deleted that pin. And  likely other 
>> associated pins since halui.spindle.reverse is next in that list.
>> 
>> Fix?
>> 
>> -- 
>> Cheers, Gene Heskett
>> --
>> "There are four boxes to be used in defense of liberty:
>> soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> Genes Web page <http://geneslinuxbox.net:6309/gene>
>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] new linuxcnc today, wants to rerun update_ini again

2018-10-07 Thread Rene Hopf via Emc-users
thats related to multi spindle, the conversion script seems to be incomplete.
the message about joint-axis is confusing, it just converts the spindle names.
rename the pins to halui.spindle.0.whatever
if you depend on spindle-at-speed, dont update, as that is currently broken...

http://linuxcnc.org/docs/devel/html/man/man1/halui.1.html#PINS

> On 7. Oct 2018, at 20:53, Gene Heskett  wrote:
> 
> And it wants to do it on both machines I've updated today.
> 
> Checking the file, it was new yesterday.
> 
> Is it safe? Joints merger has been done once, and I had to do a fair bit 
> of sorting to recover.
> 
> Doesn't look as if its safe:
> 
> gene@lathe:~/linuxcnc/configs/my_LinuxCNC_machine2$ linuxcnc  -l
> LINUXCNC - 2.8.0-pre1-3898-g6c5404a
> Machine configuration directory 
> is '/home/gene/linuxcnc/configs/my_LinuxCNC_machine2'
> Machine configuration file is 'my_LinuxCNC_machine2.ini'
> Starting LinuxCNC...
> .
> Found file(REL): ./my_LinuxCNC_machine2.hal
> ./my_LinuxCNC_machine2.hal:452: Pin 'halui.spindle.forward' does not 
> exist
> Shutting down and cleaning up LinuxCNC...
> Running HAL shutdown script
> LinuxCNC terminated with an error.  You can find more information in the 
> log:
>/home/gene/linuxcnc_debug.txt
> and
>/home/gene/linuxcnc_print.txt
> as well as in the output of the shell command 'dmesg' and in the terminal
> 
> Just one comment, that pin does exist in both the old and new versions of 
> my_LinuxCNC_machine2.hal.
> 
> So something has renamed, or deleted that pin. And  likely other 
> associated pins since halui.spindle.reverse is next in that list.
> 
> Fix?
> 
> -- 
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.7 manual typo

2018-09-28 Thread Rene Hopf via Emc-users
done. thanks!

> On 28. Sep 2018, at 08:42, Luka Kavčič  wrote:
> 
> Another one
> 
> page 199
> 5.2.2.4 Number
> at the end of the section
> "A decimal number which is supposed (*to*) be close to an integer
> is considered close enough if it is within 0.0001 of an integer."
> 
> 
> Luka
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Multi-spindle support

2018-09-16 Thread Rene Hopf via Emc-users



> On 16. Sep 2018, at 17:47, John Dammeyer  wrote:
> 
> I'm not sure why there would ever be a need to have two spindles turning at 
> the same time.  An example of where that might be useful would be interesting.

- live tooling on a lathe, although in that case the main spindle usually does 
a coordinated move.
- dual spindle lathe
- gang tooling routers


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] THANK YOU German Meetup 2018!

2018-07-24 Thread Rene Hopf via Emc-users
some more pictures:
https://www.flickr.com/photos/vukawena/sets/7215769897294

> On 23. Jul 2018, at 11:18, Sven Wesley  wrote:
> 
> To all who helped me get the servo running with this hybrid setup of Mesa
> and Benezan hardware, I bow deep and move slowly backwards. You are wizards
> without a beard (except for Andy though, but it is too short).
> A special thank you to Marius, Rene, Andy and Andy, Bene himself and of
> course Peter Wallace who made a custom bit file for me!
> 
> Of course, an extra big thank you to Andreas Andy Ruff for hosting this
> event with such great hospitality!
> 
> https://www.instagram.com/p/Blh8T_BlVQX/
> https://www.instagram.com/p/BligWNRA0ec/
> https://www.instagram.com/p/BlkZo2WjjPt/
> 
> 
> /Sven
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Linuxcnc meeting Stuttgart, Germany 2018

2018-07-13 Thread Rene Hopf via Emc-users

> On 13. Jul 2018, at 15:14, Sven Wesley  wrote:
> 
> Did this happen or will it happen? Would be nice to go to Stuttgart again!

it will happen, from 20-22 this month.

> 
> /S
> 
> 
> 
> On Wed, May 2, 2018 at 6:41 PM andy pugh  wrote:
> 
>> On 2 May 2018 at 17:14, Nicklas Karlsson 
>> wrote:
>>> I can't see the date, me be blind?
>> 
>> At this point it is a survey to choose a date.
>> 
>> --
>> atp
>> "A motorcycle is a bicycle with a pandemonium attachment and is
>> designed for the especial use of mechanical geniuses, daredevils and
>> lunatics."
>> — George Fitch, Atlanta Constitution Newspaper, 1916
>> 
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users