Re: [Emc-users] Something tells me Gene would like this:

2021-04-28 Thread Gene Heskett
On Wednesday 28 April 2021 14:41:21 jrmitchellj wrote:

> https://hackaday.io/project/179235-fertilize-home-grow-the-engineering
>-way
>
> --J. Ray Mitchell Jr.
> jrmitche...@gmail.com
>
>
> “I predict future happiness for Americans, if they can prevent the
> government from wasting the labors of the people under the pretense of
> taking care of them.”
>
> THOMAS JEFFERSON

You are correct J. Ray, thank you. It may join my .sig.

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] Something tells me Gene would like this:

2021-04-28 Thread jrmitchellj
https://hackaday.io/project/179235-fertilize-home-grow-the-engineering-way

--J. Ray Mitchell Jr.
jrmitche...@gmail.com


“I predict future happiness for Americans, if they can prevent the
government from wasting the labors of the people under the pretense of
taking care of them.”

THOMAS JEFFERSON

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


Re: [Emc-users] reducing rigid tapping overshoot

2021-04-28 Thread Gene Heskett
On Wednesday 28 April 2021 11:23:44 Jon Elson wrote:

> On 04/28/2021 01:53 AM, John Dammeyer wrote:
> > I'm running LinuxCNC 2.7 on a PC.  Which of these would I select for
> > that?
> >
> > https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2r
>
> I'm not sure you need any of these.  Most Linux installs
> have fpc in their software library, it can be installed with
> something like :
>
> sudo apt install fpc
>
> sudo dpkg -i fpc
>
> Jon
>
And I'm allergic to pascal. And I'm not about to clone github until I can 
read the missing README.md

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


Re: [Emc-users] reducing rigid tapping overshoot

2021-04-28 Thread Gene Heskett
On Wednesday 28 April 2021 02:53:39 John Dammeyer wrote:

> I'm running LinuxCNC 2.7 on a PC.  Which of these would I select for
> that?
>
> https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2r
>
> Thanks
> John
>
Where is the README.md?
>
>
> ___
> 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


Re: [Emc-users] Just updated buster-master, lost camera, again.

2021-04-28 Thread Gene Heskett
On Tuesday 27 April 2021 23:49:15 Przemek Klosowski wrote:

> So could you run gladevcp from the shell prompt and report results? I
> assume it'll be essentially the same errors but maybe something will
> show up earlier.
> Where did you get gladevcp from---is it a standard distro executable
> or did you compile your own?

buster, uptodate, repo's.

stripped to bare command as {XML} is undefined when axis isn't running

gene@sixty40:~/linuxcnc/configs/6040-5i25-7i76-rs485$ gladevcp 
camview.glade

(gladevcp:25015): libglade-WARNING **: 13:43:20.665: Expected 
.  Got .

(gladevcp:25015): libglade-WARNING **: 13:43:20.665: did not finish in 
PARSER_FINISH state
 GLADE VCP ERROR:With xml file: camview.glade : could not create 
GladeXML object

And this is camview-glade:
=



  
  
  
  
  
False

  
True
0
#
640
480
150
5
10
False

  

  



=

Thank you, Przemek Klosowski

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


Re: [Emc-users] chart of arrays

2021-04-28 Thread Nicklas SB Karlsson

Den 2021-04-28 kl. 06:09, skrev Stuart Stevenson:

Gentlemen,
   Has anyone developed or printed a chart of arrays to use for
visualization during LinuxCNC development?


Not sure what you want. Type hierarchy, call hierarchy for static calls 
and class hierarchy is probably what is possible to do. Sometimes a 
diagram with signal path may give a good picture of the software, this 
is the case  for the configuration, it however have limitations for 
sequential program flow.



If I remember correctly a graphical visualization of structural VHDL 
give a really good picture of the connections between blocks while more 
conventional text is used within blocks. Think VHDL have quite much in 
common with what happen in configuration file.



Wrote PLC program a few weeks ago. Graphical state machine, CFC blocks 
within states and ordinary sequential programming within block which is 
Structured text for blocks. Rather satisfied with this solution. Have 
not yet seen software for state machines I am happy with, ideally I want 
output only to depend on current, outputs should also be well defined 
for all states, have been able to do this in ordinary text based 
programming language by using array/vector of structures with lookup table.



Nicklas Karlsson



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


Re: [Emc-users] reducing rigid tapping overshoot

2021-04-28 Thread John Dammeyer
The idea behind Lazarus is write once, compile anywhere.  So I've been working 
on a few projects that unfortunately make that philosophy a bit of a stretch 
(polite term).  Programs written and compiled under windows didn't even compile 
properly on a Pi or Beagle.
 
The thing about fpcupdeluxe is that it's an interface that lets you choose a 
specific version of both FPC and Lazarus.
For example, "sudo apt install lazarus" gets version 1.6.7 I believe.
 
But when you install it for a windows PC you get 2.0.10.  With the fpcupdeluxe 
I was able to get and build that specific version for both the Beagle and the 
Pi.  After that, since the libraries now matched, the applications compiled and 
ran.  Although still not exactly the same.
 
Graphical components appear to have an issue.  What works on Windows doesn't 
work correctly on the Beagle or Pi.  So I tried it on the LinuxCNC pc with rev 
1.6.7.  Same problem there so it's an issue with an object descended from 
TGraphicControl.  
TjdSevenSegDisplay = class(TGraphicControl)...
 
Note in the photo when the component rectangle on which the segments are placed 
is dragged away from the 0,0 corner the segments don't come with nor do they 
resize correctly when the rectangle is expanded.  On windows it works 
perfectly.  On Linux it doesn't.  The 6 digit display doesn’t have the problem 
so I'm on track for trying to figure out what's different at the base level of 
the component design.
 
cid:image001.png@01D73BB9.185437C0
 
Anyway, that's why I want to be able to install the same version on full sized 
Linux system since I can't break the component on the WIN-7 or WIN-10 PCs and 
it takes way to long using a Pi or Beagle as the working desktop PC to do 
anything.
 
And in the long run one of my goals is to develop some graphical based tools 
that run on Windows and LinuxCNC for machine control with CAN bus.  That the 
sockets.pp interface for Lazarus is behind the sockets.c is another issue with 
socketCAN not yet supported by Lazarus.
 
John
 
 
> -Original Message-
> From: Jon Elson [mailto:el...@pico-systems.com]
> Sent: April-28-21 8:24 AM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] reducing rigid tapping overshoot
> 
> On 04/28/2021 01:53 AM, John Dammeyer wrote:
> > I'm running LinuxCNC 2.7 on a PC.  Which of these would I select for that?
> >
> >   
> > https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2r
> >
> >
> I'm not sure you need any of these.  Most Linux installs
> have fpc in their software library, it can be installed with
> something like :
> 
> sudo apt install fpc
> 
> sudo dpkg -i fpc
> 
> Jon
> 
> 
> ___
> 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] reducing rigid tapping overshoot

2021-04-28 Thread Jon Elson

On 04/28/2021 01:53 AM, John Dammeyer wrote:

I'm running LinuxCNC 2.7 on a PC.  Which of these would I select for that?

https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2r


I'm not sure you need any of these.  Most Linux installs 
have fpc in their software library, it can be installed with 
something like :


sudo apt install fpc

sudo dpkg -i fpc

Jon


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


Re: [Emc-users] [Emc-developers] chart of arrays

2021-04-28 Thread andy pugh
On Wed, 28 Apr 2021 at 05:09, Stuart Stevenson  wrote:

>   Has anyone developed or printed a chart of arrays to use for
> visualization during LinuxCNC development?

I don't even know what a chart of arrays is.

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