Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
20 Jun 2025 19:34

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

But this is very bad idea to send encoder's index pulse by ethernet.
Let's make calculations.
3000 rpm and 1 ms base_thread is 18 degrees accuracy - not acceptable.

This is actually fine, and is how all the other encoders work (Mesa, Pico, software) 

The counts are cleared on the index. 
At the beginning of the execution thread the motion controller gets the _current_ position, which includes all counts since the index.
These are used to calculate the actual position in space of the index. 
It isn't even time-critical, what the controller gets is the position in space of the index. It would still be perfectly accurate even if the motor did several turns between the index reset and the data getting to the PC. 
 
  • andypugh
  • andypugh's Avatar
20 Jun 2025 19:21
Replied by andypugh on topic Errors when searching for axis origins

Errors when searching for axis origins

Category: General LinuxCNC Questions

Yes, there is almost certainly something that you can do in HAL to make this work. Do the drives / encoders provide an output to say that they are ready?

You could try enabling the encoders as soon as the machine is out of e-stop, and potentially add a delay in HAL that disables motion for a suitable time.

What needs turning on in what order to make it work?
  • andypugh
  • andypugh's Avatar
20 Jun 2025 19:16
Replied by andypugh on topic Do I need a better PC?

Do I need a better PC?

Category: EtherCAT

I don't know much about EtherCAT but I would have expected most of the motor control to be located in the slave device, so that LinuxCNC can't make it run rough. (but I might be wrong)

Do the servos initially do the field orientation with hall sensors and then switch to the encoder? If so then it could be a dodgy hall sensor or hall sensor connection. (Motors will run rough if the commutation is wrong)
  • 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.
 
Displaying 1051 - 1065 out of 25372 results.
Time to create page: 0.237 seconds
Powered by Kunena Forum