Advanced Search

Search Results (Searched for: )

  • 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
  • Lcvette
  • Lcvette's Avatar
22 Jun 2025 04:55
Replied by Lcvette on topic Probing alert on missing parameters

Probing alert on missing parameters

Category: QtPyVCP

You're either missing parameters in your var file or you need to update for the latest fix which was done shortly after the latest push was released due to a format error. If you verify your car has the correct car numbers listed so parameters can be saved persistently t then it's an update you need to run to resolve.
  • chrisfischer
  • chrisfischer
22 Jun 2025 04:49
Replied by chrisfischer on topic Vertical Screen with ProbeBasic?

Vertical Screen with ProbeBasic?

Category: QtPyVCP

Please upload it. Or better yet make a quick video showing your hacking so we can all learn more.

Thanks!
  • chrisfischer
  • chrisfischer
22 Jun 2025 02:52

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

Category: AXIS

Hello,

I am trying to find the answer to the question why do my axis view preferences not stay persistant between sessions.
Actually some options are persistant like show offsets or alpha blend program.
But some important ones are not like display inches (always opens to mm) and show pyvcp panel.
I have searched the forum and chatted with chatgpt for a few hours now and frustratedly cannot get my machine
to turn on with inches displayed. I have tried to make .axisrc file but that never seemed to do anything.
Does anybody have any ideas? Thanks.
  • phino
  • phino
22 Jun 2025 01:29

Laser Head Height Sensor – Looking for a Beta Tester

Category: Plasma & Laser

Interesting product. Any idea if your sensor works with PLLA (plastic/polymer)?

Can't test at the moment as the intended laser systems aren't ready yet, but might be interested in testing and/or purchasing units soon.
  • SebastianM
  • SebastianM
22 Jun 2025 00:55
Replied by SebastianM on topic Error compiling modbus configuration file

Error compiling modbus configuration file

Category: Advanced Configuration

ok, nevermind.. I rewrote the file from scratch and now its working.. not idea what happened before.
  • DMNZ
  • DMNZ
22 Jun 2025 00:48 - 22 Jun 2025 01:30

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

Category: Computers and Hardware

yes. sorry. i did not mean to compare anything in a bad way. i only meant Ethernet. in fact, RIO also needs CPU for ethernet, it just placed outside of fpga in UDP2SPI Bridge with STM32.
i hope i got the difference in data frame at least, RIO has fixed static data frame while Mesa has dynamic data frame configured by reading IDROM at the driver initialization.
  • PCW
  • PCW's Avatar
21 Jun 2025 23:55
Replied by PCW on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

Posting the actual hal and ini files would be more useful.
Can't tell much from just part of the hal file.

 
  • SebastianM
  • SebastianM
21 Jun 2025 23:44 - 22 Jun 2025 00:09
Error compiling modbus configuration file was created by SebastianM

Error compiling modbus configuration file

Category: Advanced Configuration

Hello!
I just tried to compile a modbus file according to this documentation:
linuxcnc.org/docs/2.9/html/drivers/mesa_...#_configuration_file

I attached the file that I created, and imho it looks fine, but the compiler just throws a bunch of errors...

What am I doing wrong ;)?

Edit: compiling one of the modbus sample files works fine.. no idea why my file doesnt work... I copied it directly from this post from PCW (as its the same VFD)
forum.linuxcnc.org/27-driver-boards/5533...us-so?start=0#321582


 

File Attachment:

File Name: compiler_2...21-2.txt
File Size:11 KB

File Attachment:

File Name: gs10_2025-06-21-2.txt
File Size:1 KB
  • PCW
  • PCW's Avatar
21 Jun 2025 22:32
Replied by PCW on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

1. Sí, puede usar la salida SSR 7I96S para encender la linterna. Sugeriría usar out4 o out5, ya que tienen un mejor aislamiento de voltaje que las salidas 0..3

2. Creo que el truco con pncconf es seleccionar primero la GUI de QtPlasmaC y, a
continuacin, configure el codificador (en la pestaa TB1,TB2) para "Voltaje de
arco"

3. Creo que la mejor manera de responder a estas preguntas es mediante una
conexin a tierra/proteccin EMI ms general Documentos. Puede hacer una bsqueda
en Google de "mquinas de plasma de puesta a tierra" o Similar
 
  • PCW
  • PCW's Avatar
21 Jun 2025 22:25

Modbus connection issue mesa 7i76eu pktUART

Category: General LinuxCNC Questions

The OP may need to update LinuxCNC to the latest 2.9.4 or 2.10

I'm not an expert in this as I usually use a built from source RIP installation
 
  • cakeslob
  • cakeslob
21 Jun 2025 22:24

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hey tux, Im getting the feeling of deja vu. Didnt we go over this a few years ago? Its been explained both times, that this is how LINUXCNC does the threading, not just remora. You are also not the only person doing threading with the EC500, Remora, or LinuxCNC. Are you sure you have the encoders setup correctly? Ive seen you mention several times you dont know how to set up the index. Maybe it would be helpful to post your ini/hal/config.txt? 

You shouldnt take it personally if we dont understand the issue you are having. If you dont like the way we conduct our selves, you are free to fork the project. This way, you do not need to feel like you are at the mercy of the author. No one needs to throw a tantrum, you can point out the issue, and if it is not addressed in a way acceptable to you, make a fork, and correct the issue and move on with your day. We appreciate your input on the issue, but dont take it personally if the issue isnt addressed in the way you want.

But you appear to be unsatisfied with every single one of the remora projects, and every opensource cnc project in general. Maybe the Remora project needs to learn by example. Feel free to fork the projects and show us how it should be managed.

I look forward to testing out your new project thought. All the best, and I assume the documentation and instructions will clear and not misleading. I have faith you will retain interest for more than 1 month before moving on.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
21 Jun 2025 22:19
Replied by TheTinkeringMechanic1 on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

I need to locate my thumb drive. I have a few pics for now.
Displaying 13096 - 13110 out of 17380 results.
Time to create page: 1.114 seconds
Powered by Kunena Forum