Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
20 Jun 2025 19:10
Replied by andypugh on topic Tool changer script

Tool changer script

Category: General LinuxCNC Questions

Have you looked at the sample config sim/axis/remap/rack-toolchange

You can run that as a simulator to see if it works like you want, and then look at the way it is done to adapt to your own needs.

It works by re-mapping M6 to call a G-code subroutine.
  • PCW
  • PCW's Avatar
20 Jun 2025 18:40
Replied by PCW on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

The 7I73 does not currently support any higher resolution  A-D modes,
(I think the issue was exceeded the total serial data available) but
one simple thing to try is to low-pass filter the 8 bit data from the 7I73
in hal before using it to control the spindle speed.

If the flicker is greater than 1 LSB it may also be that you are picking
up some noise in the potentiometer wiper line. You could reduce this
by adding a small (say 1 uF) capacitor from the potentiometer wiper
terminal to 7I73 GND.
  • meister
  • meister
20 Jun 2025 16:39
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

I haven't seen it yet either :( but I haven't used it yet either
  • Hakan
  • Hakan
20 Jun 2025 16:26
Replied by Hakan on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

I see, the "-m" flag makes it write the pdos.
But what about the sdos? I don't see them coming over.
  • tommylight
  • tommylight's Avatar
20 Jun 2025 15:57
  • meister
  • meister
20 Jun 2025 15:53
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

because of the strange licenses from siitool i will write my own in python
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
20 Jun 2025 15:19
Replied by TheTinkeringMechanic1 on topic Reposition Preview grid.

Reposition Preview grid.

Category: Basic Configuration

I believe I figured it out. I was looking at it the wrong way. I needed to set the max limit in the ini file and then set the offset to move the home position further into the grid. I'm not sure if this is the correct way of doing, it but it got me the desired result.
This image shows my new position in the preview grid. 
  • Aciera
  • Aciera's Avatar
20 Jun 2025 15:06
Replied by Aciera on topic Reposition Preview grid.

Reposition Preview grid.

Category: Basic Configuration

I'm sorry, I still don't get it.
Are you saying that 'G0 x0z0' moves the tool to the machine home position despite having set a work offset (ie the blue circle instead of the coordinate system) ?
  • AdelRTP
  • AdelRTP
20 Jun 2025 15:04

Mesaflash 3.4.9 shows "Unsupported ethernet device 7I76EU" despite successful pi

Category: Driver Boards

Using 
mesaflash 3.4.9
 with a Mesa 7i76EU (IP 
192.168.1.121
). Ping works, but:mesaflash --device 7i76eu --addr 192.168.1.121 --readhmid
Unsupported ethernet device 7I76EU at 192.168.1.121
No 7I96S board found
Also tried with IP 
10.10.10.10
 after moving jumper W14 up
mesaflash --device 7i76eu --addr 10.10.10.10 --readhmid
Unsupported ethernet device 7I76EU at 10.10.10.10
No 7I96S board found
Is the 7i76EU supported? How to fix "Unsupported device"? 
  • unknown
  • unknown
20 Jun 2025 14:50

(SOLVED) hal_gpio: Operation not permitted fault cannot be solved

Category: HAL

And unless you disable SPI you can not use the SPI pins for GPIO in linuxcnc
  • unknown
  • unknown
20 Jun 2025 14:47

(SOLVED) hal_gpio: Operation not permitted fault cannot be solved

Category: HAL

The images are setup and no adding users to groups or messing around is needed.
Read the following thread and you'll find a link to GPIO info and a working example.
forum.linuxcnc.org/38-general-linuxcnc-q...official-images-only
  • PCW
  • PCW's Avatar
20 Jun 2025 14:26
Replied by PCW on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

The fact that it quit working after firing the torch suggest a grounding or EMI issue.

If communication work but you don't get motion, it may be they the step/dir 
output drivers have been damaged. One way to check this is to disconnect the
motor drive step/dir signals and measure the 7I96S step/dir output voltages

The step and direction output voltages should be in one state when the 7I96S card is 
first powered up, and in the opposite state when LinuxCNC is started. 

That is the output voltage should be very close to 5V in one state and very close to
0V in the other state.

If the voltage does not change or you get any voltage that not close to 0V or 5V, this
indicates damaged to the 7I96S step/dir outputs.
 
  • bladekel
  • bladekel
20 Jun 2025 14:15 - 20 Jun 2025 14:19

(SOLVED) hal_gpio: Operation not permitted fault cannot be solved

Category: HAL

Hello to all.
I'm using Linuxcnc 2.9.4 on rpi5 debian bookworm that is installed from linuxcnc rpi5 image.
I have a problem on running my setup.
I tried many things like adding gpio to my user, creating a file 90-gpio-access that is mentioned on hal_gpio manual (linuxcnc.org/docs/devel/html/drivers/hal_gpio.html)

but I failed.

Here is my fault information;
Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/lib/tcltk/linuxcnc/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
LINUXCNC - 2.9.4
Machine configuration directory is '/home/cnc/linuxcnc/configs/my-mill'
Machine configuration file is 'my-mill.ini'
INIFILE=/home/cnc/linuxcnc/configs/my-mill/my-mill.ini
VERSION=1.1
PARAMETER_FILE=linuxcnc.var
TPMOD=
HOMEMOD=
TASK=milltask
HALUI=
DISPLAY=axis
COORDINATES=X Y Z A
KINEMATICS=trivkins coordinates=XYZA
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Found file(REL): ./my-mill.hal
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
Failed to register output pin collection
hal_gpio: rtapi_app_main: Operation not permitted (-1)
./my-mill.hal:4: waitpid failed /usr/bin/rtapi_app hal_gpio
./my-mill.hal:4: /usr/bin/rtapi_app exited without becoming ready
./my-mill.hal:4: insmod for hal_gpio failed, returned -1
2307
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

my groups are;
cnc@raspberrypi:~$ groups
cnc tty disk dialout sudo audio video plugdev users input render netdev i2c bluetooth gpio spi
  • Sekai
  • Sekai
20 Jun 2025 14:03
Replied by Sekai on topic LinuxCNC MillTurn

LinuxCNC MillTurn

Category: General LinuxCNC Questions

Thanks for the reply.
For now i will work on the 3D model for the whole machine.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
20 Jun 2025 13:28
Replied by TheTinkeringMechanic1 on topic Reposition Preview grid.

Reposition Preview grid.

Category: Basic Configuration

That's the problem. It realigns the whole grid to wherever the home is set to. I can't find a way to move the grid itself. If I could keep the grid aligned with the physical home and off set the set home by 3-4 inches on the grid I would be happy. I can't seem to find a way to do that.
Displaying 301 - 315 out of 25734 results.
Time to create page: 0.568 seconds
Powered by Kunena Forum