Advanced Search

Search Results (Searched for: )

  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 17:32

New Probe Basic install - error during install.

Category: QtPyVCP

just for clarification, in Linux with any program when installing in terminal, if dependencies are missing they will cause an installation error, you need to read the terminal after each command to verify if the installation was successful or if there was a complication that needs to be addressed, it will give you any clues as to what is wrong very clearly.  so in your example, there are missing dependencies as shown in the terminal boxed in red outline.  the solution is to immediately run after that installation command the following command shows in red text.  that should resolve and then the previous installation will continue automatically and complete.  now if you ignored any of the dependency errors in previous installation lines for linuxcnc, hiyapyco, qtpyvcp, you would need to go back and rerun those in the correct order from the docs and running the dependency fix directly after each.  the order is important because each item is a dependency of the previously installed component.

linuxcnc > hiyapyco > qtpyvcp > probe-basic

 


 
  • DavidR8
  • DavidR8
19 Oct 2025 16:52

New Probe Basic install - error during install.

Category: QtPyVCP

Just machine control. I'll try the apt install.
  • PCW
  • PCW's Avatar
19 Oct 2025 16:19

hm2_modbus, mesa modbus, vfd modbus, mesambccc - example configs/intro?

Category: Advanced Configuration

No that references Mesa Modbus and several userland modbus interfaces
that use kernel serial port/USB serial port drivers.
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 16:12 - 19 Oct 2025 16:15

New Probe Basic install - error during install.

Category: QtPyVCP

When you see errors like the missing dependency shown in the top line of your screen shot, those are what stop the installation from proceeding. While installing, if you encounter those, you can auto install them by running:

sudo apt --fix-broken install

which will gather all of the missing dependencies on your system and install them.
  • robh
  • robh
19 Oct 2025 16:12
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 16:05

New Probe Basic install - error during install.

Category: QtPyVCP

Are you trying to install a dev work station or just a machine control? If a machine control, use the apt installation.

kcjengr.github.io/probe_basic/stable_quick_start_apt.html
  • DerKlotz
  • DerKlotz
19 Oct 2025 15:49
Replied by DerKlotz on topic Combine Glade Togglebutton with Physical Input

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

Hello,
this is my almost working postgui. This works is Input-04 is a switch. But i want to use a push button. What can i do?

#[Startknopf]
loadrt or2
addf or2.0 servo-thread

loadrt not #mit diesem Befehl wird ein not.in/out in die Pins geladen
addf not.0 servo-thread
net Start.not.out => not.0.out # hier wird not.0.out startbar gemacht

net Start.ext.an <= gladevcp.Start => or2.0.in0
net Start.ext.an1 <= hm2_7i76e.0.7i76.0.0.input-04 => or2.0.in1
net Start.or <= or2.0.out => hm2_7i76e.0.7i76.0.0.output-05 => halui.machine.on => not.0.in # Eingang not.0.in wird über den or2.0.out gesetzt

net Start.not.out => not.0.out => hm2_7i76e.0.7i76.0.0.output-06 => halui.machine.off
net MachineLED <= halui.machine.is-on => gladevcp.led_Startstopp
  • jpg
  • jpg
19 Oct 2025 15:20 - 19 Oct 2025 15:21

Making a GUI for Aligning Feeder Positions and Saving the Values to a CSV file

Category: Pick and Place

Hey, Ive been meaning to work on this and Dmitry's up camera, but before that I needed to build/install/configure my hardware with c axis before I started on this.

Nothing against qt/glade, but for simplicity I am trying to do everything in an Axis tab with tk/tcl/tkinter, and probably using usercommand file so that is my challenge.

The usercommand file Ive included is your initial file, but with a camera tab created in axis. I am using this as a starting point.

first hurdle : conflicting mainloops between axis and opencv

here is solutions, but Im trying to understand them first (I struggle with OOP)

stackoverflow.com/questions/72318466/how...ow-inside-tkinter-ui
github.com/furas/python-cv2-streams-viewer




Hello,  this is a bit off topic, but does the axis C component work perfectly? Thank you for your feedback

 

  • jpg
  • jpg
19 Oct 2025 15:12

M19 for Indexing a Spindle using Stepper Motors

Category: General LinuxCNC Questions

Hello, here is a functional version for port // that may help.
  • freemoore
  • freemoore
19 Oct 2025 15:11
  • clayton2ndtry
  • clayton2ndtry
19 Oct 2025 15:10
burning iso to USB drive was created by clayton2ndtry

burning iso to USB drive

Category: General LinuxCNC Questions

My antique Dell Optiplex does not boot from CDROM anymore.  LinuxCNC 2.9.4, which has worked beautifully for many months, is now hanging the PC.  I attempted to use Package Manager to reinstall it.  It fails.  I tried to uninstall it.  It fails, so I guess that I need to reinstall from a USB drive, which is how I installed the now Zombie version.  I do not remember how I burned the ISO to USB drive from Windows.  ImgBurn only burns to CDROM drives.  Rufus does not give me a way to select a USB drive.  Help!
  • PCW
  • PCW's Avatar
19 Oct 2025 15:03

hm2_modbus, mesa modbus, vfd modbus, mesambccc - example configs/intro?

Category: Advanced Configuration

I don't have access to it today but I have an example GS10 VFD configuration for hm2_modbus
that I can post tomorrow.

It's been running on a test config for several months 24/7 without any issues.
 
  • freemoore
  • freemoore
19 Oct 2025 14:36

hm2_modbus, mesa modbus, vfd modbus, mesambccc - example configs/intro?

Category: Advanced Configuration

Hi all,
I'm working on a machine with 7i96s for brains and a 7i75 for IO. I'm adding a fuling BD612 VFD so i can use the high rpms that the spindle is capable of, and I'd like to do this via modbus.

I'm aware of the hm2_modbus and mesambccc manpages as well as the docs page Mesa Modbus, but... I can't tell if they are referring to the same thing. It seems clear that vfd_modbus and mb2hal are different ways to do this.
I'd be grateful if someone could confirm that these refer to the same thing or different things...

It's clear that hm2_modbus and mesambccc are parts of the same system - does anyone have an example file(s) for setting these up? I'm happy to spend hours with the manpages and guide but get on far better reading and tweaking existing code, than trying to write it myself from scratch.

I've flashed the 7i96s_pktv3.bin bitfile successfully, not sure of next steps. 

Many thanks,
Andy

 
  • PCW
  • PCW's Avatar
19 Oct 2025 13:07

Stepper motors should hold position when error.

Category: General LinuxCNC Questions

Does the drive itself power down on a fault?
  • PCW
  • PCW's Avatar
19 Oct 2025 12:58
Replied by PCW on topic 7i96 sand Spindle Servo

7i96 sand Spindle Servo

Category: Driver Boards

7I96S        DRIVE CN3

ENCA+          9
ENCA-         18
ENCB+        17
ENCB-           8
IDX+             7
IDX-            16

STEP+         2
STEP-         11
DIR+           4
DIR -          13

GND          12   (encoder ground= 7I96 TB2 pin 9 )
 
Displaying 1021 - 1035 out of 22552 results.
Time to create page: 0.233 seconds
Powered by Kunena Forum