Re: [Emc-users] Touch screen interface.

2023-09-20 Thread John Dammeyer
Unplugged the 7i92 and counted to 10.  Plugged it in and counted to 10 and
then ran the same PNCconf generated gmoccapy version.  Screen shot shows
it's running.  Now to find out what's different between the HAL and INI
files on mine.
Although the first question which is not intuitively obvious is how to load
a G-Code program.  Guess I have to read the instructions.  At least this
will give me an opportunity to become familiar with the gmoccapy interface.
Does appear to be very extensicve.
John
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Touch screen interface.

2023-09-20 Thread John Dammeyer
I ran PNCconf for a new configuration this time specifying gmoccapy still using 
the 7i92 as the Ethernet link.  For some reason it fails to talk to the 7i92 
but what's interesting is it generated the need for EMBED_TAB and the COMMAND.

DISPLAY = gmoccapy
EMBED_TAB_NAME = Center_panel
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_COMMAND = gladevcp -c gladevcp  -H gvcp_call_list.hal -x {XID} 
gvcp-panel.ui
POSITION_OFFSET = RELATIVE
POSITION_FEEDBACK = ACTUAL

Mine doesn't have that.

[DISPLAY]
# DISPLAY = axis
DISPLAY = gmoccapy
POSITION_OFFSET = RELATIVE
POSITION_FEEDBACK = ACTUAL


And the gvcp_call_list.hal has an include for gvcp_options.hal which has
#  Setup of spindle speed display using gladevcp 

net spindle-fb-rpm-abs-filtered   =>   gladevcp.spindle-speed
net spindle-at-speed=>gladevcp.spindle-at-speed-led
#  Setup GLADE MDI buttons 
net machine-is-on  =>gladevcp.button-box-active


I'm guessing at this point that changing user interface isn't as easy as just 
switching which screen set.  Instead it looks like I have to start over to 
first get something that actually launches more than just the Spindle Speed 
window which then vanishes and is replaced with the error list.

John


> -Original Message-
> From: John Dammeyer [mailto:jo...@autoartisans.com]
> Sent: September 20, 2023 5:22 PM
> To: 'Enhanced Machine Controller (EMC)'
> Subject: Re: [Emc-users] Touch screen interface.
> 
> Stated in that report file is 2.8.4.
> 
> 
> > -Original Message-
> > From: andy pugh [mailto:bodge...@gmail.com]
> > Sent: September 20, 2023 5:11 PM
> > To: Enhanced Machine Controller (EMC)
> > Subject: Re: [Emc-users] Touch screen interface.
> >
> > On Thu, 21 Sept 2023 at 01:07, John Dammeyer 
> > wrote:
> >
> > > The original ERROR is also still there.
> >
> > Which LinuxCNC version?
> >
> >
> > --
> > 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 mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Touch screen interface.

2023-09-20 Thread John Dammeyer
Stated in that report file is 2.8.4.


> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: September 20, 2023 5:11 PM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Touch screen interface.
> 
> On Thu, 21 Sept 2023 at 01:07, John Dammeyer 
> wrote:
> 
> > The original ERROR is also still there.
> 
> Which LinuxCNC version?
> 
> 
> --
> 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] Touch screen interface.

2023-09-20 Thread andy pugh
On Thu, 21 Sept 2023 at 01:07, John Dammeyer  wrote:

> The original ERROR is also still there.

Which LinuxCNC version?


-- 
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] rusty memory

2023-09-20 Thread gene heskett

On 9/20/23 14:18, andy pugh wrote:

On Wed, 20 Sept 2023 at 18:33, gene heskett  wrote:


Do I need to do a separate addf "gpio read" and "gpio write" on a 5i25?


Not normally. The functions exist in case you are trying to do
bit-banging in a base thread.

Which I am not.  In case it matters, it didn't generate any hoohah, nor 
did it help with the problem. So I moved the prox switch functioning as 
a home pulse generator off of the bob to input 9 on the 7i76 and gave it 
a 12 volt supply, and blew it somehow w/o any short circuit while moving 
it,  It will take me about 2 hours to change it for a new one, as I will 
also need to splice the new ones cable to add about 1.5 meters of 
extension.  I'm about burned out for the day. Thank you Peter.


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
Genes Web page 



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


Re: [Emc-users] Touch screen interface.

2023-09-20 Thread John Dammeyer
Hi Andy,
My search of the cache returned this.
pi@linuxcnc:~ $ sudo apt-cache search python-gst
python-gst-1.0 - GStreamer GObject Introspection overrides for Python
python-gst-1.0-dbg - GStreamer GObject Introspection overrides for Python 
(debug extensions)
pi@linuxcnc:~ $

Trying it anyway shows it's already there.

pi@linuxcnc:~ $ sudo apt-get install python-gst-1.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-gst-1.0 is already the newest version (1.14.4-1).
python-gst-1.0 set to manually installed.
The following packages were automatically installed and are no longer required:
  libpipewire-0.2-1 lxplug-volume xdg-desktop-portal xdg-desktop-portal-gtk
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.

The original ERROR is also still there.  I tried commenting out:
PYVCP = pyvcp-panel.xml
But that didn't work either.  I've attached the ini file.  Perhaps you can spot 
something in there that is causing this.  Odd too since the documentation page 
for gmoccapy states that Rev 2.8 has everything installed automatically for 
this.  So something I added for AXIS must be screwing this up.

Thanks
John


> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: September 20, 2023 4:36 PM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Touch screen interface.
> 
> On Wed, 20 Sept 2023 at 23:36, John Dammeyer 
> wrote:
> 
> > E: Unable to locate package python-gst
> 
> Maybe python3-gst ?
> 
> sudo apt-cache search python-gst
> 
> Gives python-gst-1.0
> 
> So you could try that too.
> 
> --
> 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


G3616-Pi4.ini
Description: Binary data
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Touch screen interface.

2023-09-20 Thread andy pugh
On Wed, 20 Sept 2023 at 23:36, John Dammeyer  wrote:

> E: Unable to locate package python-gst

Maybe python3-gst ?

sudo apt-cache search python-gst

Gives python-gst-1.0

So you could try that too.

-- 
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] Touch screen interface.

2023-09-20 Thread John Dammeyer
So this didn't work after an sudo apt-get update.

pi@linuxcnc:~ $ sudo apt-get install python-gst
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-gst



> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: September 20, 2023 1:50 AM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Touch screen interface.
> 
> On Wed, 20 Sept 2023 at 06:47, John Dammeyer 
> wrote:
> 
> >  PYGST libray not installed? 
> >  is python-gstX.XX installed? 
> 
> > Not sure how to solve the above error.
> 
> Install python-gst, either with the synaptic package manager, or sudo
> apt-get install python-gst
> 
> >  Pin 'pyvcp.spindle-speed' does not exist
> 
> This will just be because the GUI did not load due to the first error.
> 
> --
> 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] Touch screen interface.

2023-09-20 Thread John Dammeyer
And this on the Pi4 LinuxCNC system

pi@linuxcnc:~ $ dpkg -l | grep gstream*
ii  gir1.2-gstreamer-1.0:armhf   1.14.4-1   
  armhfGObject introspection data for the GStreamer library
ii  gstreamer1.0-alsa:armhf  1.14.4-2+deb10u2   
  armhfGStreamer plugin for ALSA
ii  gstreamer1.0-libav:armhf 
1.15.0.1+git20180723+db823502-2+deb10u1  armhflibav plugin for GStreamer
ii  gstreamer1.0-omx 1.14.4-1+rpt1  
  armhfGStreamer OpenMAX plugins
ii  gstreamer1.0-omx-rpi 1.14.4-1+rpt1  
  armhfOpenMax plugins for GStreamer
ii  gstreamer1.0-omx-rpi-config  1.14.4-1+rpt1  
  armhfOpenMax plugins for GStreamer
ii  gstreamer1.0-plugins-bad:armhf   1.14.4-1+rvt+deb10u3   
  armhfGStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-base:armhf  1.14.4-2+deb10u2   
  armhfGStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-good:armhf  1.14.4-1+rpt1+deb10u3  
  armhfGStreamer plugins from the "good" set
ii  gstreamer1.0-tools   1.14.4-1   
  armhfTools for use with GStreamer
ii  gstreamer1.0-x:armhf 1.14.4-2+deb10u2   
  armhfGStreamer plugins for X11 and Pango
ii  libgstreamer-gl1.0-0:armhf   1.14.4-2+deb10u2   
  armhfGStreamer GL libraries
ii  libgstreamer-plugins-bad1.0-0:armhf  1.14.4-1+rvt+deb10u3   
  armhfGStreamer libraries from the "bad" set
ii  libgstreamer-plugins-base1.0-0:armhf 1.14.4-2+deb10u2   
  armhfGStreamer libraries from the "base" set
ii  libgstreamer1.0-0:armhf  1.14.4-1   
  armhfCore GStreamer libraries and elements
pi@linuxcnc:~ $


> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: September 20, 2023 1:50 AM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Touch screen interface.
> 
> On Wed, 20 Sept 2023 at 06:47, John Dammeyer 
> wrote:
> 
> >  PYGST libray not installed? 
> >  is python-gstX.XX installed? 
> 
> > Not sure how to solve the above error.
> 
> Install python-gst, either with the synaptic package manager, or sudo
> apt-get install python-gst
> 
> >  Pin 'pyvcp.spindle-speed' does not exist
> 
> This will just be because the GUI did not load due to the first error.
> 
> --
> 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] rusty memory

2023-09-20 Thread andy pugh
On Wed, 20 Sept 2023 at 18:33, gene heskett  wrote:

> Do I need to do a separate addf "gpio read" and "gpio write" on a 5i25?

Not normally. The functions exist in case you are trying to do
bit-banging in a base thread.

-- 
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] rusty memory

2023-09-20 Thread gene heskett

Greetings Peter;

Do I need to do a separate addf "gpio read" and "gpio write" on a 5i25?
I don't appear to be able to use the 5 inputs on a bob plugged into p2 
on a 5i25.


Thank you.

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
Genes Web page 


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


[Emc-users] Server down?

2023-09-20 Thread Marius

Hi

Is the server down? I cannot see the buildbot or the forum.



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


Re: [Emc-users] Touch screen interface.

2023-09-20 Thread andy pugh
On Wed, 20 Sept 2023 at 06:47, John Dammeyer  wrote:

>  PYGST libray not installed? 
>  is python-gstX.XX installed? 

> Not sure how to solve the above error.

Install python-gst, either with the synaptic package manager, or sudo
apt-get install python-gst

>  Pin 'pyvcp.spindle-speed' does not exist

This will just be because the GUI did not load due to the first error.

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