Re: [Emc-developers] The Wiki Certificate might have expired

2024-05-18 Thread Alan Condit via Emc-developers
Andy,

It works here on my Mac.

Alan

> Date: Fri, 17 May 2024 23:25:41 +0100
> From: andy pugh 
> To: EMC developers 
> Subject: [Emc-developers] The Wiki Certificate might have expired
> Message-ID:
>   
> Content-Type: text/plain; charset="UTF-8"
> 
> My Mac is really unwilling to visit wiki.linuxcnc.org
> 
> 
> -- 
> 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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Found a new show stopper

2024-03-07 Thread Alan Condit via Emc-developers
Gene,

In the second block of code following the while loop you’re missing some more 
“call”s

o1 while[#50 le 7] ( stop short )
( Enf of MAIN WHILE LOOP )
o5 endif
o6 if [#<_measure> lt 1]
o7 do
o call
o  call (see what its got)
o call (move to it)
(put drill hole call here)
#50 = [#50 +1]
o7 while [#50 le 7]
o6 endif
M2

> On Mar 7, 2024, at 11:20 AM, emc-developers-requ...@lists.sourceforge.net 
> wrote:
> 
> o1 while[#50 le 7] ( stop short )
> ( Enf of MAIN WHILE LOOP )
> o5 endif
> o6 if [#<_measure> lt 1]
> o7 do
> o
> o (see what its got)
> o (move to it)
> (put drill hole call here)
> #50   = [#50 +1]
> o7 while [#50 le 7]
> o6 endif
> M2


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


Re: [Emc-developers] Found a new show stopper

2024-03-07 Thread Alan Condit via Emc-developers
Gene,

In the second block of code following the while loop you’re missing some more 
“call”s

o1 while[#50 le 7] ( stop short )
( Enf of MAIN WHILE LOOP )
o5 endif
o6 if [#<_measure> lt 1]
o7 do
o call
o  call (see what its got)
o call (move to it)
(put drill hole call here)
#50 = [#50 +1]
o7 while [#50 le 7]
o6 endif
M2

> On Mar 7, 2024, at 11:20 AM, emc-developers-requ...@lists.sourceforge.net 
> wrote:
> 
> o1 while[#50 le 7] ( stop short )
> ( Enf of MAIN WHILE LOOP )
> o5 endif
> o6 if [#<_measure> lt 1]
> o7 do
> o
> o (see what its got)
> o (move to it)
> (put drill hole call here)
> #50   = [#50 +1]
> o7 while [#50 le 7]
> o6 endif
> M2


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


[Emc-developers] spi on Bookworm

2023-08-29 Thread Alan Condit via Emc-developers
Seb,

Have you had any luck getting spi devices to run on Debian 12 Bookworm?
I got spi-bcm2835 to load on boot but so far I haven’t been able to create any 
spi devices.
I did load spi-tools and api-config runs but won’t create any spi devices for 
me.

Alan

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


Re: [Emc-developers] Downloading of DOCS still an issue

2023-08-16 Thread Alan Condit via Emc-developers
Gene,

I was able to build linuxcnc on the Pine RockPro64 which is a 3399 chip.

Alan

> 
> Date: Tue, 15 Aug 2023 09:22:52 -0400
> From: gene heskett 
> To: emc-developers@lists.sourceforge.net
> Subject: Re: [Emc-developers] Downloading of DOCS still an issue
> Message-ID: <08e6b291-69c0-6ff3-3923-2a6c2edc6...@shentel.net>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
>> Or are you running a 64-bit kernel?
> Not on the rpi4 just yet, its running armhf, but I've a luv affair with 
> bananapi-m5's in my 3d printer stuff. Somewhat faster than a pi, all 4 
> usb ports are usb3, but no radio. $85/copy on amazon. If the pi dies, 
> I'll see if I can rebuild rpspi.ko to run on the 3399 chip.
>> 
> 
> Cheers, Gene Heskett.



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


Re: [Emc-developers] Emc-developers Digest, Vol 207, Issue 18

2023-07-27 Thread Alan Condit via Emc-developers
If I compare two pointers to the same variable, it seems to me that the two 
pointers should match. It has been too many years of not programming for me to 
be sure. I couldn’t find the function “gpiod_line_bulk_get_line” so I can’t 
really tell what pointer it is returning.

Alan

> On Jul 27, 2023, at 7:23 AM, emc-developers-requ...@lists.sourceforge.net 
> wrote:
> 
> Send Emc-developers mailing list submissions to
>   emc-developers@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/emc-developers
> or, via email, send a message with subject or body 'help' to
>   emc-developers-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>   emc-developers-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Emc-developers digest..."
> 
> 
> Today's Topics:
> 
>   1. gpiod - is it me or is it them? (andy pugh)
> 
> 
> --
> 
> Message: 1
> Date: Thu, 27 Jul 2023 01:24:54 +0100
> From: andy pugh 
> To: EMC developers 
> Subject: [Emc-developers] gpiod - is it me or is it them?
> Message-ID:
>   
> Content-Type: text/plain; charset="UTF-8"
> 
> I think that I have found a mistake in gpiod
> 
> https://github.com/brgl/libgpiod/blob/master/lib/core.c#L449
> 
> I think that this is comparing two pointers to the same struct. But
> they won;t ever match as they are different variables?
> 
> Or, alternatively, I don;t understand C and it is fine.
> 
> Except it doesn't work
> 
>  printf("Chips line 0 %p %s\n", gpiod_line_get_chip(line0),
> gpiod_chip_name(gpiod_line_get_chip(line0)));
>  printf("Chips line 1 %p %s\n", gpiod_line_get_chip(line1),
> gpiod_chip_name(gpiod_line_get_chip(line1)));
>  printf("Chips line 2 %p %s\n", gpiod_line_get_chip(line2),
> gpiod_chip_name(gpiod_line_get_chip(line2)));
> 
> Returns:
> 
> Chips line 0 0x3f1280 gpiochip0
> Chips line 1 0x3f2af0 gpiochip0
> Chips line 2 0x3f4350 gpiochip0
> 
> 
> 
> -- 
> 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
> 
> 
> 
> --
> 
> 
> 
> --
> 
> Subject: Digest Footer
> 
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
> 
> 
> --
> 
> End of Emc-developers Digest, Vol 207, Issue 18
> ***



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