Advanced Search

Search Results (Searched for: )

  • meister
  • meister
22 Jun 2025 23:19
Replied by meister on topic How to design new driver for my own board

How to design new driver for my own board

Category: Driver Boards

Comp-Style:
github.com/jzolee/HAL2UDP/blob/2.0/LinuxCNC%20driver/udp.comp

pure C/C++
github.com/scottalford75/Remora-NVEM/blo...emora-nv/remora-nv.c

what FPGA you want to use ? Verilog, VHDL, nmigem ,... ?
Open Source or closed ?
  • AdelRTP
  • AdelRTP
22 Jun 2025 22:20
Replied by AdelRTP on topic Modbus connection issue mesa 7i76eu pktUART

Modbus connection issue mesa 7i76eu pktUART

Category: General LinuxCNC Questions

Ther is no 2.10, where can i find it and i download the 2.9 now, and same problem help please
  • vitali
  • vitali
22 Jun 2025 21:58

How to design new driver for my own board

Category: Driver Boards

Hi.
I am new in Linuxcnc. I am going to design my own board use FPGA. I do not know how to make driver. I have experience in c c++. May be somebody knows how to do it, or where i can take any sample driver or any information.
  • PCW
  • PCW's Avatar
22 Jun 2025 21:46

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

Category: Driver Boards

The drives common or GND signal should be connected to the 7I77 power GND with a separate wire. Where is the power GND on the 7i77? 

This would be the drives analog common, or if the drive has differential inputs, Analog in -
  • meister
  • meister
22 Jun 2025 21:09
new ESI XML to Eeprom converter tool was created by meister

new ESI XML to Eeprom converter tool

Category: EtherCAT

Since I don't use windows and therefore also a TwinCat,
I have been looking for a way to convert my ESI files under Linus and write them to the EEPROM.

I have to say that there is already such a tool in C,
but you can only use it for their hardware.
So I thought I'd write one in Python under the GPL.

it's still in the early stages, but the test data I have is written 1:1 bit-accurately in the same way as the siitool does.

github.com/multigcs/esitool/

 
  • PCW
  • PCW's Avatar
22 Jun 2025 21:04
Replied by PCW on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

In cases where you have an unsigned spindle speed device (like an analog 0..10V VFD)
and encoder feedback, It might be better to use the signed commanded spindle speed
into the PID and just use the ABS on the output of the PID component to always get positive
analog values and also use the ABS components is_positive and is_negative pins for driving
the VFDs FWD/REV controls.

 
  • meister
  • meister
22 Jun 2025 21:02
Replied by meister on topic EasyCAT Arduino shield

EasyCAT Arduino shield

Category: EtherCAT

ready for testing:
github.com/multigcs/esitool/

there are some testfiles in tests/
and they are all bit exactly as generated by the siitool

but i need more testfiles and maybe some tester
  • PCW
  • PCW's Avatar
22 Jun 2025 20:49

Tuning stepper motors with encoder or glass scale feedback

Category: Advanced Configuration

That points to hardware issues, are you sure:

The index wiring is correct.

The encoders actually have an index output.
 
  • JackRay
  • JackRay
  • Aciera
  • Aciera's Avatar
22 Jun 2025 19:59

Issue with Inverse Kinematics Failing During Homing – 3-Axis Robot with LinuxCNC

Category: HAL

Note that 'genserkins' uses 'modified' DH parameters.
Have a look here (there is also an example of how to derive the parameters for a manipulator):
www.linuxcnc.org/docs/stable/html/motion...ml#cha:dh-parameters
  • andypugh
  • andypugh's Avatar
22 Jun 2025 19:50

Issue with Inverse Kinematics Failing During Homing – 3-Axis Robot with LinuxCNC

Category: HAL

Do the joints not move at all when you try to home them?

As a short-term expedient you can turn off the requirement to home (INI NO_FORCE_HOMING) and (if you are using the Axis interface) switch to world mode with Ctrl-$.

But don't forget that then the machine will have no idea where the joints are, so the end-effector motion will be a very curly version of cartesian.
  • andypugh
  • andypugh's Avatar
22 Jun 2025 19:36
Replied by andypugh on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

"Bad character" should tell you which line of the G-code the error is on. This is much more likley to be a problem in your G-code than in the G71 code. (not that I exclude that possibility)
  • andypugh
  • andypugh's Avatar
22 Jun 2025 19:13
Replied by andypugh on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

At a guess you have closed-loop control of the spindle, but the PID is being commanded by absolute spindle speed request.
  • andypugh
  • andypugh's Avatar
22 Jun 2025 19:07

Replaced Hard drive - now my 'fast move' (SHIFT->arrow |PgUp/PgDn is not working

Category: General LinuxCNC Questions

I am not sure why you used Stepconf at all. You should have been able to just copy the old "linuxcnc" directory from one drive to the other, and carry on as before.
  • andypugh
  • andypugh's Avatar
22 Jun 2025 19:04

M6 shuts off spindle, but no UI confirmation, and program doesn't pause

Category: Basic Configuration

M3 probably _could_ be remappable. It would just need the hooks adding to the code. After literally seconds of contemplation I can't think of anything that means it fundamentally couldn't be remapped if the code was modified to handle it.
Displaying 151 - 165 out of 25749 results.
Time to create page: 0.228 seconds
Powered by Kunena Forum