Re: [Emc-users] New Raspberry Pi5 coming.

2023-09-28 Thread Oliver Dippel


The Raspberry CM4 on IO-Board have allready PCIe and not all cards are
working :(


On Thu, 2023-09-28 at 13:49 +0100, andy pugh wrote:
> On Thu, 28 Sept 2023 at 13:38,  wrote:
> > 
> > PCI Express!
> 
> Does that mean it can work with PCIe Mesa cards?
> 




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


Re: [Emc-users] New Raspberry Pi5 coming.

2023-09-28 Thread andy pugh
On Thu, 28 Sept 2023 at 13:38,  wrote:
>
> PCI Express!

Does that mean it can work with PCIe Mesa cards?

-- 
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


Re: [Emc-users] hostmot2-firmware deb repository?

2023-09-28 Thread andy pugh
On Thu, 28 Sept 2023 at 03:13,  wrote:
>
>  there
> is no hostmot2-firmware package available. Is there a repo I can add
> that is the official source for this?

Probably not for Debian 12. It makes no sense for us to upload that to
Debian (if they would even want it) as the LinuxCNC version of the
hostmot2 code is rather outdated and the repository is archived.

You _could_ download the version from LinuxCNC, but they are only
there for buster and earlier:
http://www.linuxcnc.org/dists/buster/base/binary-all/ )

But, the most up-to-date firmwares are direct from Mesa:
http://www.mesanet.com/software/parallel/5i20.zip

-- 
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


Re: [Emc-users] New Raspberry Pi5 coming.

2023-09-28 Thread matt
PCI Express! Better power supply! That's the two things that I was most 
impressed by...


Also, a video:
https://www.elektormagazine.com/news/up-close-raspberry-pi-5-video


On 2023-09-28 03:55, John Dammeyer wrote:

This is exciting.  Can't wait to see LinuxCNC running on this.

https://www.elektormagazine.com/articles/raspberry-pi-5-a-first-look




___
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] Remembering the last tool in spindle before restart (andrew beck)

2023-09-28 Thread andy pugh
On Thu, 28 Sept 2023 at 08:28,  wrote:

> And i issue the MDI command when the machine is on and homed. I did this
> using classicladder,

Another option that springs to mind would be a Python userspace component.

On first loading it would load the last-loaded tool from a file
(possibly the .VAR file, possibly a special single-purpose file) then
sit in a loop waiting for "ready for MDI" (which is easier to do in
Python than HAL) and then issue the M61 command.
It would then sleep, with a callback on the "shutdown" message, at
which point it would save the current tool to disc. (Or, maybe, it
would just sit there polling the tool number all the time and saving
it when it changed.

The only advantage of this is that it's a load-and-forget. It needs no
HAL connections or external logic.

But, really, this should be built-in behaviour.

-- 
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] New Raspberry Pi5 coming.

2023-09-28 Thread John Dammeyer
This is exciting.  Can't wait to see LinuxCNC running on this.

https://www.elektormagazine.com/articles/raspberry-pi-5-a-first-look

 


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


Re: [Emc-users] Remembering the last tool in spindle before restart (andrew beck)

2023-09-28 Thread andrew beck
hey henk

i got it working also today just copied this on the forum worked
perfectly and the toolchanger works great still just have to clean up a few
rough edges but it changes tools and remembers the tool in spindle after a
restart

i want to make a video tomorrow and maybe help the next guy.  i will make a
overview of my setup i think.

O sub
M6
#4999 = #5400
O endsub
m2



MDI_COMMAND = M61 Q#4999 in ini
and
net machine_enabled halui.mdi-command-00 in Hal

thanks for the reply.

cheers andrew

On Thu, Sep 28, 2023 at 8:28 PM  wrote:

> HI
> Had this same issue yesterday on a machine im retrofitting.
>
> I have a crude workaround that seems to be working...
>
> M6 is remapped to do the toolchange using the .ngc program. When the tool
> is
> changed, i update a paremeter #5000 with the new tool number. #5000 was
> added to the .var file
>
> I then added a MDI_command to the .ini file : M61 Q#5000
>
> And i issue the MDI command when the machine is on and homed. I did this
> using classicladder, with machine-is-on, x-is-homed, y-is-homed, and z-is
> homed all in series, with a monostable to pulse the output and the mdi
> command is then excecuted.
>
> You can do this in hal as well with a couple of and2 and oneshot
> components.
>
> Regards
> Henk
>
> -Original Message-
> From: emc-users-requ...@lists.sourceforge.net
> 
> Sent: Wednesday, September 27, 2023 11:25 AM
> To: emc-users@lists.sourceforge.net
> Subject: Emc-users Digest, Vol 209, Issue 31
>
> Send Emc-users mailing list submissions to
> emc-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/emc-users
> or, via email, send a message with subject or body 'help' to
> emc-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> emc-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Emc-users digest..."
>
>
> Today's Topics:
>
>1. Remembering the last tool in spindle before restart (andrew beck)
>
>
> --
>
> Message: 1
> Date: Wed, 27 Sep 2023 22:24:59 +1300
> From: andrew beck 
> To: "Enhanced Machine Controller (EMC)"
> 
> Subject: [Emc-users] Remembering the last tool in spindle before
> restart
> Message-ID:
> <
> calqw8iopuwcumyrnsbc9hp--ibbrre2zfnswn2_1dxmoo18...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hey guys.
>
> I got a fixed position toolchanger using Andy's carousel component.
>
> Just need to remember the tool in spindle before shutdown
>
> When you set toolchanger as random io control remembers the last tool when
> you restart.  And that works perfectly for a few years on another machine.
>
>
> But this machine I'm having issues with.
>
> I found that this is a pretty common problem.
>
> Hoping it's been fixed by now and would love to know how people get around
> it if it's not fixed yet.
>
>
> https://forum.linuxcnc.org/49-basic-configuration/31150-current-tool-number-
> permanent?start=10
> 
>
>
> And Todd Zuercher had a interesting idea I saw maybe using a random
> toolchanger setup and tricking it.
>
>
> Also I think Andy got it working but would appreciate some clarification on
> what people managed to get working
>
> Anyway hoping someone can help cheers
> -- next part --
> A non-text attachment was scrubbed...
> Name: Screenshot_2023-09-27-22-10-23-608_com.android.chrome-01.png
> Type: image/png
> Size: 112257 bytes
> Desc: not available
> -- next part --
> A non-text attachment was scrubbed...
> Name: Screenshot_2023-09-27-22-23-40-551_com.android.chrome-01.png
> Type: image/png
> Size: 115645 bytes
> Desc: not available
>
> --
>
>
>
> --
>
> Subject: Digest Footer
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
> --
>
> End of Emc-users Digest, Vol 209, Issue 31
> **
>
>
>
> ___
> 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] Remembering the last tool in spindle before restart (andrew beck)

2023-09-28 Thread hdpreez2
HI
Had this same issue yesterday on a machine im retrofitting. 

I have a crude workaround that seems to be working...

M6 is remapped to do the toolchange using the .ngc program. When the tool is
changed, i update a paremeter #5000 with the new tool number. #5000 was
added to the .var file

I then added a MDI_command to the .ini file : M61 Q#5000

And i issue the MDI command when the machine is on and homed. I did this
using classicladder, with machine-is-on, x-is-homed, y-is-homed, and z-is
homed all in series, with a monostable to pulse the output and the mdi
command is then excecuted.

You can do this in hal as well with a couple of and2 and oneshot components.

Regards
Henk

-Original Message-
From: emc-users-requ...@lists.sourceforge.net
 
Sent: Wednesday, September 27, 2023 11:25 AM
To: emc-users@lists.sourceforge.net
Subject: Emc-users Digest, Vol 209, Issue 31

Send Emc-users mailing list submissions to
emc-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/emc-users
or, via email, send a message with subject or body 'help' to
emc-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
emc-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Emc-users digest..."


Today's Topics:

   1. Remembering the last tool in spindle before restart (andrew beck)


--

Message: 1
Date: Wed, 27 Sep 2023 22:24:59 +1300
From: andrew beck 
To: "Enhanced Machine Controller (EMC)"

Subject: [Emc-users] Remembering the last tool in spindle before
restart
Message-ID:

Content-Type: text/plain; charset="utf-8"

Hey guys.

I got a fixed position toolchanger using Andy's carousel component.

Just need to remember the tool in spindle before shutdown

When you set toolchanger as random io control remembers the last tool when
you restart.  And that works perfectly for a few years on another machine.


But this machine I'm having issues with.

I found that this is a pretty common problem.

Hoping it's been fixed by now and would love to know how people get around
it if it's not fixed yet.

https://forum.linuxcnc.org/49-basic-configuration/31150-current-tool-number-
permanent?start=10


And Todd Zuercher had a interesting idea I saw maybe using a random
toolchanger setup and tricking it.


Also I think Andy got it working but would appreciate some clarification on
what people managed to get working

Anyway hoping someone can help cheers
-- next part --
A non-text attachment was scrubbed...
Name: Screenshot_2023-09-27-22-10-23-608_com.android.chrome-01.png
Type: image/png
Size: 112257 bytes
Desc: not available
-- next part --
A non-text attachment was scrubbed...
Name: Screenshot_2023-09-27-22-23-40-551_com.android.chrome-01.png
Type: image/png
Size: 115645 bytes
Desc: not available

--



--

Subject: Digest Footer

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


--

End of Emc-users Digest, Vol 209, Issue 31
**



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