Re: [Emc-users] my rpi4

2023-12-14 Thread gene heskett

On 12/14/23 07:50, andy pugh wrote:

On Thu, 14 Dec 2023 at 12:23, gene heskett  wrote:


Why do you think you need keys if the packages you want don't exist?

I can see the pkgs there with apt,


Which packages?


excellent question Andy, I can't now make it repeat show me another 
copy. It just yelps about the missing key:

Err:6 http://linuxcnc.org bookworm InRelease
  The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY 3CB9FD148F374FEF







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, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



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


Re: [Emc-users] Outside of machine limit bug?

2023-12-14 Thread Nicklas SB Karlsson
tor 2023-12-14 klockan 11:39 + skrev andy pugh:
> On Wed, 13 Dec 2023 at 23:35, Nicklas SB Karlsson  wrote:
> > 
> > Also noted reload button or Ctr-R only seems to work once after
> > loading
> > a file. While files under menu item Recent Files always reload
> > file.
> 
> Does the dialog box that says that you are outside the limits include
> a "re-check" button? Press that.

Have only seen a choice to run or not.


Nicklas Karlsson



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


Re: [Emc-users] Outside of machine limit bug?

2023-12-14 Thread Nicklas SB Karlsson
ons 2023-12-13 klockan 19:07 -0500 skrev gene heskett:
> On 12/13/23 18:20, Nicklas SB Karlsson wrote:
> > tis 2023-12-12 klockan 21:34 -0500 skrev gene heskett:
> > > On 12/12/23 17:39, Nicklas SB Karlsson wrote:
> > > > Have a quite large part compared to the machine there I put the
> > > > zero
> > > > point in the lower left corner. As machine limits for (x, y)
> > > > movements
> > > > are zero in the middle an offset is added then touch off part.
> > > > Pretty
> > > > sure I got it right and part is within machine limit but check
> > > > fail
> > > > complain axis is outside of machine limit.
> > > > 
> > > > Then an offset is added either by G10 L2 or by touch off button
> > > >    machine coordinates and G-code coordinates does not agree
> > > > anymore. So
> > > > problem might be Linuxcnc check the G-code only but do not add
> > > > the
> > > > offset set during touch off or of simply make the calculations
> > > > wrong.
> > > > 
> > > > There also seems to be a problem with the minimum and maximum
> > > > limits
> > > > shown in the preview view. Then no offset is added machine and
> > > > relative
> > > > position is same and everything is OK. But then an offset is
> > > > added
> > > > by
> > > > G10 L2 or touch off it seems selecting machine position in view
> > > > menu
> > > > show coordinates in G-code which must be wrong then an offset
> > > > is
> > > > added
> > > > to the G-code. Selecting relative coordinates show other
> > > > coordinates
> > > > with same distance but they are neither the numbers from the G-
> > > > code
> > > > nor
> > > > the absolute position if I maded the calculation correct.
> > > > 
> > > > Anybody else had similar problem?
> > > > 
> > > Those limits Nik, set in the .ini file, are relative to the g53
> > > coordinate map, or are supposed to be. That's so they don't move
> > > physically when the mapping is changed by a touch off or
> > > whatever.
> > Yes the machine limits are given in the G53 coordinate system.
> > These
> > machine limits don't move then mapping is changed.
> > 
> > Absolute coordinates for machining a part given in another
> > coordinate
> > system will however change then mapping is changed.
> > 
> > > ...
> > > You also didn't note which version you're using. Andy will want
> > > to
> > > know.
> > Version is given as 2.10.0~pr0 in the about dialog box.
> > 
> > 
> > It seems limit check for mapping work as expected if g-code file is
> > reloaded after mapping is changed. Did not check the G92 offset.
> > 
> > There is similar problem for tool length compensation. If I got it
> > correct then limit check fail it seems reload g-code file after
> > tool
> > length is changed then limit check is updated. If tool length is
> > changed from a length within machine limits to outside the machine
> > limits reload g-code do not trigger the limit check and Linuxcnc
> > have
> > to be restarted again to trigger the limits check. Not totally sure
> > about the effect pressing the menu item reload tool data have but
> > if I
> > got it correct it does not update the limit check.
> > 
> I'll readily admit to not being a real life machinist, but that does 
> read like a potential ooops.

Machine all of a sudden stop because a limit is hit is of course really
annoying, will maybe not wreck the part but ... Could take some time
and accuracy to recover from with a not to low risk of failed attempt
and wrecked part beause of user error.


Workaround to trigger correct recalculation seems to be. Then offsets
are changed reload file or restart Linuxcnc. Then tool length are
changed restart Linuxcnc.

Guess the fix is to trigger the calculation whenever any offset is
changed and any tool length is changed. Anybody know anything about to
fix this?


Nicklas Karlsson



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


Re: [Emc-users] Outside of machine limit bug?

2023-12-14 Thread Nicklas SB Karlsson
ons 2023-12-13 klockan 19:16 -0500 skrev gene heskett:
> On 12/13/23 18:32, Nicklas SB Karlsson wrote:
> > Also noted reload button or Ctr-R only seems to work once after
> > loading
> > a file. While files under menu item Recent Files always reload
> > file.
> > 
> My squawk a while back does not agree with that. If I edited a file
> on 
> the machine, I had to load a throwaway to flush the cache, then load
> the 
> edited file anew, not reload,  in order to get the code I just edited
> into the machine to be executed.  I thought for a day or so I was
> losing 
> it.  Not impossible at my age.  If I reloaded the file, by the green 
> button or by the pulldown->reload, I got what was in the cache, not
> the 
> newly edited file from the disk.

Checked both menu item and green reload button. It seems reload work if
reloaded work for both methods if file is changed on disk. Though still
only possible to use the green reload or shortcut once after a file is
loaded or reloaded by other method.


Nicklas Karlsson



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


[Emc-users] OT: interesting mechanics

2023-12-14 Thread Roland Jollivet
I don't know if there is a use for such a thing, but it is an odd
arrangement;

https://www.youtube.com/watch?v=9xmLpHZG5gI


Roland

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


Re: [Emc-users] OT Fanuc ot-c cpu power supply A16B-1212-0950

2023-12-14 Thread Leonardo Marsaglia
Hello again guys,

Well, the situation is this: The machine always turns on with all it's
functions working properly, with the exception of the screen which
sometimes works and sometimes does not (when it fails sometimes there's no
signal at all on the LCD monitor, and sometimes there are white lines on
the screen). Voltage on the graphics board falls within the limits the
manual says it should be so I'm guessing this should be a graphics card
problem, but this could also be a main board problem too, no way to know.

It's a real pain in the ass because the machine all works properly, but I
also have all the means and components to convert it to LCNC (replacing the
servo motors entirely, I don't have too much time to experiment controlling
the original fanuc motors).

If I replace the fanuc motors I will try to control them outside the
machine with a new encoder and a generic driver for PM motors so I can
re-use them. Or maybe I'll sell them on ebay with their drives and power
supply and forget about fanuc equipment.

Next time we purchase a machine, we'll try to find one with the control
burned and convert it directly to LCNC, I don't even need to mention the
advantages...

Thank you guys and I hope you're all doing well!




El sáb, 9 dic 2023 a las 13:55, gene heskett ()
escribió:

> On 12/9/23 10:19, John Figie wrote:
> > Gene
> >
> > Yes I understand the catastrophic failure mode of Buck converters. But
> what
> > is BBLB?
> >
> Built By Lowest Bidder, John.  Slanguage I assumed everybody understood.
> ;o)>
>
> I still have one or two of those, not in service except as proof of
> concept maybe, with an output display even, $9.95 on fleabay at the
> time. A couple decades ago now. I needed some 5 volts for a breakout
> board, so it was more the smoke and aggravation than the money, worked
> less than a year, replaced by a new breakout board and a 5 volt 5 amp
> supply that is still running. With all the various pi clones running 3d
> printers on those 5x5 supplies, I've 6 or 7 of those here now, zip
> failures in 15+ years for some of them. Shopping on amazon, can
> occasionally get them for under $15 yet. My biggest lathe started out on
> an rpi3b running on its wall wart, 2 amp wasn't stable by the time the
> interfaceing load was added but I put a 5x5 box in, and an rpi4b now
> runs from long power failure to long power failure. Considering it's on
> a 650 WS ups, and there's a 20kw auto standby in the back yard with a 5
> second start to power output. the long power failures are me pulling the
> plug to swap u-sd cards that boot it. I wish my wintel dells were that
> good.  All of the pi's and dell's also control all machine power from
> the F1 key of LCNC, so they're never turned off, just the machines.
> Those machines converted to stepper/servo's are also powered down by a
> stepper loss of home, but while well tested, has never occurred mid job.
> I'm in the middle of collecting enough stuff to rebuild my go704 4 axis
> milling machine to use them. Costs maybe an additional $20 bill per axis
> but well worth it. Runs much cooler, does away with pid's in linuxcnc
> because the pid is in the smarter controller, They do exactly what the
> TP tells them to do or stop LCNC in the next millisecond.
>
> I'm also not a for profit shop, just a hobbyist, clearly with too many
> hobbies. I'm a CET, (we teach EE's what they should have learned in
> school), retired broadcast Chief Engineer in danger of falling asleep in
> my diabetic & dotage years, 89 so far.
>
>
> > John Figie
> >
> > On Sat, Dec 9, 2023, 7:39 AM gene heskett  wrote:
> >
> >> On 12/9/23 06:13, andy pugh wrote:
> >>> On Wed, 6 Dec 2023 at 16:08, Leonardo Marsaglia  >
> >> wrote:
> 
>  Just a little update. We're going to try and feed all the voltages on
> >> the
>  main board of the control (+5V, +15V, -15V, and 24V) with normal
> >> switching
>  PSUs
> >>>
> >>> Depending on the current requirements on each channel you might want
> >>> to look at using a single PSU and a bunch of buck or boost converter
> >>> modules.
> >>>
> >>> My mill has a 2kw 24V supply and then 4x buck converters (with LED
> >>> voltage displays) to feed the PC motherboard, 5V and 12V logic.
> >>>
> >> Those tend to be BBLB stuff, and I've not had great luck. A to 5 volt
> >> buck crowbared thru, putting the full 24 on the 5 volt stuff with the
> >> expected results, lots of smoke. Lasted under a year, so I don't
> >> consider it since.
> >> 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, 1940)
> >> If we desire respect for the law, we must first make the law
> respectable.
> >>- Louis D. Brandeis
> >>
> >>
> >>
> >> ___
> >> Emc-users mailing list
> >> Emc-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/emc-users
> >>
> >
> > 

Re: [Emc-users] my rpi4

2023-12-14 Thread andy pugh
On Thu, 14 Dec 2023 at 12:23, gene heskett  wrote:

> > Why do you think you need keys if the packages you want don't exist?
> I can see the pkgs there with apt,

Which packages?


-- 
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] Outside of machine limit bug?

2023-12-14 Thread gene heskett

On 12/14/23 06:41, andy pugh wrote:

On Wed, 13 Dec 2023 at 23:35, Nicklas SB Karlsson  wrote:


Also noted reload button or Ctr-R only seems to work once after loading
a file. While files under menu item Recent Files always reload file.


Does the dialog box that says that you are outside the limits include
a "re-check" button? Press that.


no, never seen such a critter, ever.

Thanks Andy
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, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



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


Re: [Emc-users] my rpi4

2023-12-14 Thread gene heskett

On 12/14/23 06:25, andy pugh wrote:

On Wed, 13 Dec 2023 at 03:39, gene heskett  wrote:


That seems to get the key, but possibly errs in where it is put?



gpg: key 3CB9FD148F374FEF: public key "EMC Archive Signing Key
" imported
gpg: Total number processed: 1
gpg:   imported: 1
deleting temp files


This is _a_ key successfully imported.

But it might not be the one you want. Depending on what you want.

This is the archive signing key (www.linuxcnc.org/dists) and it is
possible that you want the buildbot key. Or the other buildbot key.


yes and yes.


the /etc/apt/keyrings subdir is empty, and the


They now go in /etc/apt/trusted.gpg.d (probably. I am not sure which
OS you are using)

debian bookwom, and trusted.gpg.d has only debian keys.


Why do you think you need keys if the packages you want don't exist?
I can see the pkgs there with apt, but w/o the key, that key quoted, it 
won't update or install.  The key it downloads, and the key it claims is 
missing are the same key.



Thanks Andy.

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, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



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


Re: [Emc-users] Outside of machine limit bug? Reload file do notreload file only cache?

2023-12-14 Thread gene heskett

On 12/14/23 05:31, Nicklas SB Karlsson wrote:

ons 2023-12-13 klockan 19:16 -0500 skrev gene heskett:

On 12/13/23 18:32, Nicklas SB Karlsson wrote:

Also noted reload button or Ctr-R only seems to work once after
loading
a file. While files under menu item Recent Files always reload
file.


My squawk a while back does not agree with that. If I edited a file
on
the machine, I had to load a throwaway to flush the cache, then load
the
edited file anew, not reload,  in order to get the code I just edited
into the machine to be executed.  I thought for a day or so I was
losing
it.  Not impossible at my age.  If I reloaded the file, by the green
button or by the pulldown->reload, I got what was in the cache, not
the
newly edited file from the disk.


That's a third problem. Maybe it is time to check the list of submitted
and try to get some time to read thru the code.

It is 95% python and any python foo I may have collected since Guido 
started it, did a hasty exist stage left 20 years ago.


Nicklas Karlsson



___
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, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



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


Re: [Emc-users] Outside of machine limit bug?

2023-12-14 Thread andy pugh
On Wed, 13 Dec 2023 at 23:35, Nicklas SB Karlsson  wrote:
>
> Also noted reload button or Ctr-R only seems to work once after loading
> a file. While files under menu item Recent Files always reload file.

Does the dialog box that says that you are outside the limits include
a "re-check" button? Press that.

-- 
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] my rpi4

2023-12-14 Thread andy pugh
On Wed, 13 Dec 2023 at 03:39, gene heskett  wrote:

> That seems to get the key, but possibly errs in where it is put?

> gpg: key 3CB9FD148F374FEF: public key "EMC Archive Signing Key
> " imported
> gpg: Total number processed: 1
> gpg:   imported: 1
> deleting temp files

This is _a_ key successfully imported.

But it might not be the one you want. Depending on what you want.

This is the archive signing key (www.linuxcnc.org/dists) and it is
possible that you want the buildbot key. Or the other buildbot key.

> the /etc/apt/keyrings subdir is empty, and the

They now go in /etc/apt/trusted.gpg.d (probably. I am not sure which
OS you are using)

Why do you think you need keys if the packages you want don't exist?

-- 
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, 191the
/etc/apt/keyrings subdir is empty, and the


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


Re: [Emc-users] Outside of machine limit bug? Reload file do not reload file only cache?

2023-12-14 Thread Nicklas SB Karlsson
ons 2023-12-13 klockan 19:16 -0500 skrev gene heskett:
> On 12/13/23 18:32, Nicklas SB Karlsson wrote:
> > Also noted reload button or Ctr-R only seems to work once after
> > loading
> > a file. While files under menu item Recent Files always reload
> > file.
> > 
> My squawk a while back does not agree with that. If I edited a file
> on 
> the machine, I had to load a throwaway to flush the cache, then load
> the 
> edited file anew, not reload,  in order to get the code I just edited
> into the machine to be executed.  I thought for a day or so I was
> losing 
> it.  Not impossible at my age.  If I reloaded the file, by the green 
> button or by the pulldown->reload, I got what was in the cache, not
> the 
> newly edited file from the disk.

That's a third problem. Maybe it is time to check the list of submitted
and try to get some time to read thru the code.


Nicklas Karlsson



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