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

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

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 >

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

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

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

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

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

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

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

[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

[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