Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
22 Jun 2025 12:56
Replied by tommylight on topic crashing at startup

crashing at startup

Category: General LinuxCNC Questions

Older versions of LinuxCNC require LAPIC to run, a quick way to check is by editing the GRUB line at boot by adding LAPIC after nosplash.
  • tommylight
  • tommylight's Avatar
22 Jun 2025 12:53

7i77 +-10V outputs: unexpected voltage with analogena, no output with analogout

Category: Driver Boards

1- test with no wiring on analog outs
2- analog out and in on drives have polarity, check if correct.
3- 0.3V might be induced from other equipment while measuring, so try setting analog out to 5 or 10V, with drives disconnected or disabled
  • tommylight
  • tommylight's Avatar
22 Jun 2025 12:48
Replied by tommylight on topic Modbus connection issue mesa 7i76eu pktUART

Modbus connection issue mesa 7i76eu pktUART

Category: General LinuxCNC Questions

Seems you would need 2.10 for it to work, see
buildbot.linuxcnc.org
but first try this
buildbot.linuxcnc.org/dists/buster/maste...fd6a133f8b_amd64.deb
download and install with gdebi
  • atrex77
  • atrex77's Avatar
22 Jun 2025 12:15

W5100S-EVB-PICO stepgenerator and encoder driver

Category: Driver Boards

i forgot to mention, but pico2 boards are also supported (48 GPIO versions also), how to build for pico2 is in the doc.
  • meister
  • meister
22 Jun 2025 12:15

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

Category: Computers and Hardware

small correction , udp2spi is outdated, and the W5500 is controlled directly by the FPGA
  • unknown
  • unknown
22 Jun 2025 11:45 - 23 Jun 2025 23:13

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

Category: HAL

Failed to register output pin collection

This has nothing to do with permissions. It has to do with the pins you have chosen. The error message did not mention permissions. A lot of issues are able to be resolved by users reading the errors messages and not jumping to conclusions.
The thread also includes information regarding choosing pins that are allocated to SPI. Either you missed this or chose to ignore it.
The example hal & ini files do work with a fresh install, I have tested these myself.
  • atrex77
  • atrex77's Avatar
22 Jun 2025 11:44

W5100S-EVB-PICO stepgenerator and encoder driver

Category: Driver Boards

!Update!:
Removed the dedicated spindle encoder index pin, now all encoder channels are handling the index pulses. In the project configuration you can now use PIN numbers instead of GPIO numbers,  dedicated chinese breakout board config files and picoBOB-DLX config file. 
You can try it with the Test branch.

i would like to thank your contribution to the project with testing, time and resources to Pubcrawlr and Galetops.
  • AdelRTP
  • AdelRTP
22 Jun 2025 10:50 - 22 Jun 2025 10:51
Replied by AdelRTP on topic Modbus connection issue mesa 7i76eu pktUART

Modbus connection issue mesa 7i76eu pktUART

Category: General LinuxCNC Questions

I try man hm2_modbus, command not found as you see in attachment i have linuxcnc 2.9.4, i check in linuxcnc official site this is the last version, i dont know where is the problem 
  • Aciera
  • Aciera's Avatar
22 Jun 2025 10:26

Axis view options are not persistant between sessions. Any thoughts?

Category: AXIS

I presume you are talking about settings in the ini file. Neither unit settings nor pyvcp panel setup should require an .axisrc file.
When you say the display always opens to mm do you mean the number of decimal places?
  • prokopcio
  • prokopcio's Avatar
22 Jun 2025 09:16

Laser Head Height Sensor – Looking for a Beta Tester

Category: Plasma & Laser

the device was designed for metal materials. It was tested with other materials and although it works, the precision of the measurement is not satisfactory for me to sign under it as a manufacturer. It works quite well with wood, but a change in structure (a knot in a board) can significantly change the capacitance.

so the answer is: No, the device is designed only for metals.
  • bladekel
  • bladekel
22 Jun 2025 09:07 - 22 Jun 2025 09:09

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

Category: HAL

But I have tried both adding gpio to user and not adding. (They were with fresh image install)
I hav read all that link before writing here but nothing changed.
I am using hal and ini files from another working rpi5. Their user names, file names and locations are same.
If i added hal_gpio to hal file, it gives an error about permission.
I added gpio to user, not worked.
I have created 90-gpio-access file as it described, not worked....
The only thing that I havent tried is SPI... I will try it and write here...
  • AdelRTP
  • AdelRTP
22 Jun 2025 08:09
Replied by AdelRTP on topic Modbus connection issue mesa 7i76eu pktUART

Modbus connection issue mesa 7i76eu pktUART

Category: General LinuxCNC Questions

I try man hm2_modbus
and man mesambccc
not exist in my linuxcnc i have the last version 2.9.4 i see in linuxcnc official site this is the last version, if there is newest version tell me please
 
  • workshop54
  • workshop54
22 Jun 2025 07:28

7i77 +-10V outputs: unexpected voltage with analogena, no output with analogout

Category: Driver Boards

Hi all,I’m running into an issue with my 7i77 analog outputs and could really use some help figuring it out.Setup:
  • 7i94 + 7i77 + 7i84
  • LinuxCNC with Mesa HAL configuration
  • QtDragon GUI
The issue:
  • When I set hm2_7i94.0.7i77.0.1.analogena to True, I measure about 0.3V on all +-10V outputs, even without setting any value on an analogout<>.
  • When I set a value on one of the analogout<> pins (e.g. analogout2 = 0.1) and leave analogena False, I measure no voltage on the corresponding output.
  • What I expected:
    • No voltage at the +-10V outputs just by enabling analogena.
    • A voltage at the specific output only when both analogena is enabled and an analogout<> value is set.
My question:

Is this normal behaviour, or am I missing something in the configuration or wiring? What should I check next to diagnose this? 

 



​​​​​​​ 
  • Hakan
  • Hakan
22 Jun 2025 06:09
Replied by Hakan on topic crashing at startup

crashing at startup

Category: General LinuxCNC Questions

This is what caught my eye
[4207674.055558] config string '0x0378'
[4207753.585243] spurious APIC interrupt on CPU#1, should never happen.
[4207753.588077] RTAI[math]: unloaded.
Maybe the hardware has past its best before date?
  • tuxcnc
  • tuxcnc
22 Jun 2025 05:51 - 22 Jun 2025 06:48

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I feel like when I calling Microsoft customer's support...
"We dont know what is your problem, but it works with us..."

I know how Linuxcnc does the threading, and know why it is acceptable with LPT and not acceptable with devices using ethernet link.
LPT uses base_thread, ethernet uses servo_thread, so LPT can be ten times faster.

I told you few posts ago, the servo_thread=1000000 (1 ms period) can make delay that can produce 18 degrees positon error at spindle rotates 3000 rpm.
3000 rpm => 50 rps => 20 ms per revolution.
It is mathematics, everyone can make this calculations.

The solution is not send the extended index in hope the Linuxcnc see it, and resets position to zero when received it.
The solution is send raw_count latched at every real encoder's index edge.
We can restore encoder's index (if we need) from (old != new) at the component.
And we can reset position not to zero, but to real position captured at index edge.

We can be confused, because we use "index" word for different meanings (encoder's output, program variable, hal pin) but we can not change this.

Detailed explanation:
Let's assume the encoder's index edge occurs at 1000 raw_counts.
Time goes, counter counts A/B signals.
The component requests data.
At this moment raw_counts is 1050.
We send both values, counted and latched.
The component knows, the index was 50 counts ago and sets position to 50/scale not to zero. (of course only when hal index_enable pin is set)

What don't you understand?

I didn't want attached my project as offtopic, but I see I must.

File Attachment:

File Name: SpindleETHv4.tar
File Size:50 KB
Displaying 526 - 540 out of 25540 results.
Time to create page: 0.648 seconds
Powered by Kunena Forum