Advanced Search

Search Results (Searched for: )

  • COFHAL
  • COFHAL
03 Sep 2026 14:24
Replied by COFHAL on topic Arduino IO Expansion

Arduino IO Expansion

Category: Show Your Stuff

I'm trying to use LinuxCNC_ArduinoConnector V2, but it's not very clear how to install this new version. I initially used install.sh, then loadusr arduino-connector, but an error appears. I included the instructions in the hal and ini files, but nothing happens when I run linuxcnc.
  • Muzzer
  • Muzzer
03 Sep 2026 13:47
Replied by Muzzer on topic Search for a true 4 axis Cam

Search for a true 4 axis Cam

Category: CAD CAM

At some point, we will see true simultaneous 4th (and 5th?) axis CAM that is affordable for amateur use. I use Fusion myself and it supports "3.5 axis" toolpaths ie indexed or wrapped 4th axis, not true simultaneous 4 axis. Fusion does actually support simultaneous 4th but for access you have to cough up for the ludicrously expensive "extensions".

I've seen a few of these 4 and even 5 axis desktop machines being marketed (Pocket NC, Infimaker, Makera etc), yet I've no idea how you would be expected to create toolpaths of your own. Does anyone know?

Looks as if Freecad is in the early stages of developing 4th axis. That may be our best hope in the medium term.
  • 858PSJ
  • 858PSJ
03 Sep 2026 12:57
Replied by 858PSJ on topic pocketing program

pocketing program

Category: General LinuxCNC Questions

1. fix bug in last side tilt angle  2. punch a ridiculous number of holes around the edges of the figures in the collection using an external subroutine. (makeholehere.ngc, included in the zip)
  • PCW
  • PCW's Avatar
03 Sep 2026 12:48 - 03 Sep 2026 12:56

7I90HD via LBP16/RS-422 for custom Java application (not LinuxCNC) — need mesafl

Category: Driver Boards

1. Mesaflash source was at one time compile-able on an old windows version I doubt that that is still the case
especially for flashing over a serial port. I can dig up mesaflash.exe but I doubt it will run on current windows.

I suspect the easiest way to flash the 7I90HD would be to leave one configuration as EPP or SPI.
(the 7I90HD has dual flash chips) Then set the flash jumper to select this configuration, power cycle
the card and then without removing power, move the flash select jumper to select the serial configuration
before reprogramming the new serial configuration over Either EPP/SPI with Mesaflash/Linux.

2. The UART module is a standard UART on the serial side (but quite different on the interface side
as it has a 32 bit data interface)

3. You can determine the pinout from the source file PIN_SVUA8_8_72.vhd

4. The regmap file has all this information, its a plain text file. Maybe renaming it to regmap.txt will help for windows.
  • andypugh
  • andypugh's Avatar
03 Sep 2026 12:46
Replied by andypugh on topic XHC Handrad - Fehler

XHC Handrad - Fehler

Category: Deutsch

There have been changes to the driver in the Master branch, one of which was to remove that "assert" and thus handle an error more elegantly.

github.com/LinuxCNC/linuxcnc/commit/6024...7aa599ef908L465-L542

Not directly helpful, but does seem to suggest you may not be the only one who had that problem.

If you are able to build from source, you could make that change and recompile? (Or start running 2.10)
  • andypugh
  • andypugh's Avatar
03 Sep 2026 12:32

DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic

Category: Basic Configuration

linuxcnc.org/docs/stable/html/config/ini-config.html

Suggests that it goes in the [DISPLAY] too.
I think that the version there sets the slider position in the GUI, but it probably also sets the keyboard jog rate (as keyboard jogging is GUI feature)

I think that the [TRAJ] value might only set the jog rate for hardware buttons via halui.axis.L.minus / halui.axis.L.plus
  • andypugh
  • andypugh's Avatar
03 Sep 2026 12:22 - 03 Sep 2026 12:22

7I90HD via LBP16/RS-422 for custom Java application (not LinuxCNC) — need mesafl

Category: Driver Boards

UART and Smart-Serial are different. If it says "ua" rather than "ss" in the filename then they are standard UARTS.
  • meister
  • meister
03 Sep 2026 12:11

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

try again, found a bug

and now you can try to set the Error_Values to
6 0 112 0 0

this should switch all outputs to off on connection errors (PC<->FPGA)
  • Lcvette
  • Lcvette's Avatar
03 Sep 2026 11:49
Replied by Lcvette on topic Probe Basic - HAL pins not being created

Probe Basic - HAL pins not being created

Category: QtPyVCP

doh.. yeah, that can happen...

I just pushed some changes that allow sequential loading correctly that captures hal loading for all ui's at startup for registration. this should allow the use of hal widgets in all user ui files. should be up and live by 8am EST.
  • meister
  • meister
03 Sep 2026 11:40

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

ok, i have order one, than i can fix and test it the right way :)
maybe next monday
  • Oxbown
  • Oxbown
03 Sep 2026 11:12

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

@meister I tested your last dev commit, and the N4D3E16 template only works with the outputs; the inputs don't work.
Thank you so much for your work!
  • tuxcnc
  • tuxcnc
03 Sep 2026 10:57
Replied by tuxcnc on topic External ESTOP trouble

External ESTOP trouble

Category: Installing LinuxCNC

The issue is that my ESTOP-out is no-longer tracking either the GUI ESTOP or the hardware ESTOP-in.  It just stays asserted all the time with no change of state.
 

I don't have a 7i96s, but out of curiosity I checked it on my 7i92...

You can make two types of mistakes:
1. Electric.
2. Logical.
It looks like you did both.
First, about the electric one. It is true that there are inputs that detect all possible states (high, low and high impedance), but I have only seen such inputs in logic states analyzers. Typically, the input detects only one state or no this state. For example, shorting the input to ground causes the output to change to the opposite state, but it does not matter whether we short the input to Vcc or leave it unconnected anywhere. In this case, if the output of the previous gate is high, closing or opening the serial switch does not change anything because the high state and the high impedance state are interpreted the same.
Now about the logical one. By pressing the serial switch we do not change the input state, we only cut off the signal. And this is not the same as what I explained above.

Your configuration either doesn't work at all, or works in such a way that it cuts off the iocontrol.0.user-enable-out signal. This means that the serial switch does not turn off the machine, it only prevents it from being turned on/off via an icon in the GUI, which is definitely not what you wanted.

Can this be fixed?
Probably yes, but it makes no sense because you have a ready-made and 100% reliable solution - the estop-latch component. A switch between the input and ground is connected there, so that each time it is switched, the input status changes.

This is from my config:
net estop-ext hm2_7i92.0.gpio.027.in => estop-latch.0.fault-in
net estop-reset iocontrol.0.user-request-enable => estop-latch.0.reset
net estop-user-enable iocontrol.0.user-enable-out => estop-latch.0.ok-in
net estop-ok estop-latch.0.ok-out => iocontrol.0.emc-enable-in

And now a few words about the emergency stop switch. As the name suggests, it is used in an emergency situation when we want to stop the machine immediately to prevent it from causing damage.
Sometimes the emergency switch must also disconnect or enable something (for example, turn off the motors and apply the brakes), so simply connecting it to the control program may be insufficient or unreliable (the program may hang or respond with a delay).
You have to remember this, and the bigger the machine, the more seriously that should be treated...
  • Todd Zuercher
  • Todd Zuercher's Avatar
03 Sep 2026 10:05
Replied by Todd Zuercher on topic External ESTOP trouble

External ESTOP trouble

Category: Installing LinuxCNC

Rod, I agree with Tommy, the Linuxcnc E-stop Latch component isn't necessary for estop compliance. Linuxcnc doesn't even need to know about the hard E-stop loop for a machine to be compliant. The soft E-stops in Linuxcnc really have nothing to do with it, and shouldn't (I'm not even sure that it even can) be counted on if you want a compliant E-stop system. It is how the hard E-stop is implemented that makes a machine's E-stop system compliant.
  • murdemon
  • murdemon
03 Sep 2026 10:02
Replied by murdemon on topic Xilinx Zynq 7010 fpga crypto windfall boards

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

Add W5500 spi Ethernet, and setting up main Ethernet port to ethercat master and connect to linuxcnc-ethercat
  • tommylight
  • tommylight's Avatar
03 Sep 2026 08:22
Replied by tommylight on topic Wanted: used Mesa 7i77 family card in Europe

Wanted: used Mesa 7i77 family card in Europe

Category: User Exchange

In Portugal in stock, prices should be without VAT, but do check that.
eusurplus.com/index.php?route=product/pr...ct_id=51&search=7i77
Welectron in Germany does not have any in stock, nor 7i97/T, nor a complete combo of 7i96S/7i85/7i83
Displaying 61 - 75 out of 13583 results.
Time to create page: 0.333 seconds
Powered by Kunena Forum