Advanced Search

Search Results (Searched for: )

  • emresensoy
  • emresensoy
19 Aug 2025 13:52

EtherCAT RC Servo Motor & PWM Output Interface Board

Category: Show Your Stuff

I don't actually know where it's used. However, this board essentially has open-collector PWM outputs. It could be used in PWM-controlled proportional valves, etc., and other components.

As you mentioned, an RC servo motor could offer a fast way to mechanically implement LinuxCNC's powerful robotic infrastructure.
  • Clemens
  • Clemens
19 Aug 2025 13:42

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Maybe it helps if I give you more information about my machine.
I have a 4 Axis Mill with 1X 2Y 1Z 

In the attachment I added the configuration of the machine and the configuration of the NVEM. I also added the g-code file where I can reproduce the problem

I hope this helps.
Let me know if you need something else

Thanks

Clemens
  • andypugh
  • andypugh's Avatar
19 Aug 2025 13:03
Replied by andypugh on topic Round system parameter to tenths?

Round system parameter to tenths?

Category: G&M Codes

Is there a code for the g-code to get a result in parameter, like in the debug
%.xf = x (0-9) number of decimals?

No, sorry. 

But if you just want to compare two numbers to see if they differ by less than a certain amount:
O100 IF [ ABS[#100 - #101] LT 0.01]
  <do stuff>
O100 ENDIF

linuxcnc.org/docs/html/gcode/overview.html#gcode:functions
linuxcnc.org/docs/stable/html/gcode/o-co...ml#ocode:conditional
 
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:53
Replied by andypugh on topic Lathe Macros

Lathe Macros

Category: Other User Interfaces

Can I ask if any users of the macros have found that the latest version, with LinuxCNC 2.9.x is very slow? At the moment my whole UI is very slow to respond to button presses etc.
I hope it's not like that for everyone?
My guess is that the redraw/resize is being called continuously, but I haven't found the time to investigate yet.
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:43

New member from Germany - CNC retrofit of a Leinen FM1

Category: General LinuxCNC Questions

Is there any chance to get connected to the LinuxCNC developer in Münster?

 

I have passed on your email address, but he says that he already reached out to you on a German forum? 
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:41

Request for Community Feedback on g-code++ (sterp) Integration with LinuxCNC

Category: Show Your Stuff

Right now gcode++ extends g-code by introducing for loops, while/do-while loops, as well as imports (currently working on test cases for the same for the latest LinuxCNC release).

You know that LinuxCNC G-code already has do/while loops? 

linuxcnc.org/docs/stable/html/gcode/o-code.html
 
  • mBender
  • mBender
19 Aug 2025 12:37

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

Category: Computers and Hardware

I am successful and fully transition from my old Parallel Port PC to an I7 Laptop with Riocore! Finally I am able to browse something without waiting forever :D Thanks Olli! This is great stuff.

I have my
- whb04b-06 Hand wheel operating
- Classic Ladder with RS 485 Modbus working (over an dedicated RS485 USB Dongle)
- Auto squaring Y Axis
- Touch plate/Probe input

It was not terrible, but I feel like I have modified a lot of ini and hal files which were created automatically to make this work. Is there a way that you could add a checkbox or so to ricocore gui to not overwrite the existing config files?

I don't know what the best workflow would be. I think if I want to add another function to the FPGA i I will just do it in a separate folder and flash the FPGA, then add the changed manually to my machine folder ?!?
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:36
Replied by andypugh on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

Look at the files in the sample directory. They should be already part of your installation, but you can also see them here:
github.com/LinuxCNC/linuxcnc/tree/master/nc_files
Look at the lathe_g7* files.
  • unknown
  • unknown
  • unknown
  • unknown
19 Aug 2025 08:45

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

Category: Computers and Hardware

OK, there only dif in mine clone was the SPI & FPGA clk pins. Seemed to be very picky regarding that.

Any code in the repo yet ?
  • xenon-alien
  • xenon-alien's Avatar
19 Aug 2025 08:45
Replied by xenon-alien on topic Round system parameter to tenths?

Round system parameter to tenths?

Category: G&M Codes

Hello.
I have the same question.
After probing i have the Z coordinate value.
I measuring 2 points to align the B axis.
I'm doing it 2 times.
The 2nd measuring if gives a result with equal 2 decimals don't rotate the B axis.
Is there a code for the g-code to get a result in parameter, like in the debug
%.xf = x (0-9) number of decimals?
  • Hakan
  • Hakan
19 Aug 2025 08:33
Replied by Hakan on topic AX58100

AX58100

Category: EtherCAT

Good the hear, thanks for update.
The firmware needed an overhaul to get all info in and out anyways.

I found the limit in the software but it wasn't just to increase 16 PDOs to say 32 PDOs.
For the time being I consider 16 PDOs in and 16 PDOs out to be the max the number of PDOs the Ax58100 can handle.
It can be more, but my tests doesn't show that and I find no info in the pretty useless datasheet of the Ax58100.
  • Hakan
  • Hakan
19 Aug 2025 07:53

EtherCAT RC Servo Motor & PWM Output Interface Board

Category: Show Your Stuff

Where do you see this board being used?
Haven't seen much use for RC servos in linuxcnc.
Is it in robotics maybe?
  • meister
  • meister
19 Aug 2025 07:42

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

Category: Computers and Hardware

Exactly, and now I also have an original mesa board with which I was able to create a board file and test the whole thing.
Displaying 11461 - 11475 out of 16335 results.
Time to create page: 0.314 seconds
Powered by Kunena Forum