Advanced Search

Search Results (Searched for: )

  • NT4Boy
  • NT4Boy
12 Jun 2025 17:52
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

I've been trying to understand why the system isn't pulling the revs down to 300, but seems ok above, so played with the ini file OUTPUT_SCALE
ini           5000      4500    3600
s.rpm                 Actual
300          450         480      490
500          600         630      700    
1000      1000       1050    1200
2000      1800       1900    2300
3000      2700       2800    3300
To me the control isn't controlling. I think it looks like P needs to be bigger, but if I raise it enough to have an effect, I get significant oscillations.
My understanding was I should raise P until it just oscillates, and then back off a little to be safe,  and lastly tune for overshoot with I. But with this method is not working for me. Is there another method please?
  • andypugh
  • andypugh's Avatar
12 Jun 2025 17:31

Linuxcnc 2.4.5 with Ubuntu 10.04 , Terminated with Error!

Category: General LinuxCNC Questions

Great ! i have to figure out how to load the error files to a USB Stick .
 

It's not ideal, but we can work with photos of the error log on the screen. 
  • kubes
  • kubes
12 Jun 2025 17:23

Correct "home" configuration for absolute encoders

Category: General LinuxCNC Questions

Is there any documentation available on setting up absolute encoders with Linux CNC?
  • MaHa
  • MaHa
12 Jun 2025 17:14
Replied by MaHa on topic E-Stop Line Number

E-Stop Line Number

Category: General LinuxCNC Questions

I had to set my machine to a certain state, when a new gcode file is loaded, also reset saved last motion.program.line. I did  not find any example, suiting the requirements, so did it my own way. This pythoncode is creating a number from the current loaded filename. Unique enough for me.

e.g. 'rectangle_inside_helix_stepdown_no_stepover.ngc' returns  3724037, or 'HalfBallConc.ngc' returns 142356. A 'pin in s32' can handle those numbers

easy to make a comparaison oldfile/newfile and take action.

def newfile():
    y=openfile.split('/')
    z=(y[len(y)-1])
    w=0
    for x in range(0, len(z)):
        y = (ord(z[x]))
        w = w + (((x+1)**2) * y)
    return w
 
  • PCW
  • PCW's Avatar
12 Jun 2025 17:06
Replied by PCW on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Deutsch

One option is to add a simple RS-422 driver/receiver (like a SP491) connected to the parallel expansion port

Also if you have a free stepgen and a free encoder input that gives you a RS-422 interface.
  • tommylight
  • tommylight's Avatar
12 Jun 2025 17:06
Replied by tommylight on topic ERROR DE SEGUIMIENTO

ERROR DE SEGUIMIENTO

Category: General LinuxCNC Questions

Most probably 10.04
  • tommylight
  • tommylight's Avatar
12 Jun 2025 17:05
Replied by tommylight on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

Try wiring both - together and to the - on the Mesa side, leave drives as is.
  • jackj120
  • jackj120
12 Jun 2025 16:46
Replied by jackj120 on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

I wired all the the motors, but i can't move with linuxcnc and the mesa board , i've done the basic configuration and followed the this post  because the configurator couldn't find the mesa but after following the instruction the mesa is recognised. My issue now is that i can't command the motors from mesa and motion control of leadshine can't find the driver(i've contacted the even  the techsupport of leadshine , and no solution finded). For the wiring i followed this  and the official pdf. The wiring should be good, i don't think i've done something wrong . A the moment i've some doubts if linuxcnc can communicate with the mesa, but if i unplug the ethernet cable in linuxcnc it's reported an error so i think they are talking. I share the photo's of my wiring. 
Has anyone experienced a similar problem? Is there a way to further test the Mesa board’s output, or any diagnostics I can run in LinuxCNC? Any advice would be greatly appreciated!
  • vre
  • vre
12 Jun 2025 15:06
Replied by vre on topic Chinese Servo Drive Calibration XP200

Chinese Servo Drive Calibration XP200

Category: Milling Machines

Have you set up this drive ?
Performs well ?
  • CNC_Tux
  • CNC_Tux
12 Jun 2025 14:52
Replied by CNC_Tux on topic XHC-WHB04B-6 Bug

XHC-WHB04B-6 Bug

Category: HAL

Hello Rod,
Tank you so much for your answer.
yes of course, i know .... i am 2 versions behind.
If you has fixed in the new version 2.10 ... its possible to get the source code of the driver of the XHC-WHB04B-6 ?
I think this is for me faster like a complete new installation and new configuration of the Machine.
Thank you so much.
Best regards
Reinhard
  • juliankoenig87
  • juliankoenig87
12 Jun 2025 14:03

Connecting a tool setter and touch probe at the same time

Category: General LinuxCNC Questions

Its way more easy. You can connect two hardware inputs to the probe-input without having to choose the specific one. As long as you do not disconnect for example the 3d probe and having a active probe signal by that.

In this case you can have a workaround and setting the input of the 3d probe to a ignored one while not having a specific tool in the machine. So for example 3d Probe is tool 1 and tool 1 is not in the machine -> disable the hw input of the 3d probe.
  • Edi_48
  • Edi_48
12 Jun 2025 12:33
Replied by Edi_48 on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Deutsch

Hallo wie sehe ist die 7i84u eine Serielle Karte , ich habe aber an meiner 7i96s schon ein Serielles Handrad (Talla83 , Simples Handrad).
Wie kann ich die 7i84u mit Anschliesen ?
 
  • meister
  • meister
12 Jun 2025 11:57
  • epineh
  • epineh
12 Jun 2025 11:48

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

Category: Computers and Hardware

Oh wait a minute, so you can have more than one extra FPGA? Alright then looks like I need to order some more Tang's.
  • tar_san
  • tar_san
12 Jun 2025 11:14

cia402_homecomp , Are there any config sample?  (Lichuan LC10E + Simple XYZ)

Category: EtherCAT

Hi, everyone.

I have a trouble getting LinuxCNC work about homing  with Lichuan LC10E Servo drive.

My LinuxCNC System can move XYZ GCode with CSP Mode.
But I could not use homeing function.
I believe I should use cia402_homecomp.
I tried configurate my ini, hal, xml to use cia402_homecomp manually, using LC10E-driver's homing function,  but I failed to work it so far.

I hope, I can find any configuration about this library as a example.
Are there any LinuxCNC configuration files about it ? 

Thanks.


 
Displaying 14491 - 14505 out of 16321 results.
Time to create page: 0.321 seconds
Powered by Kunena Forum