Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
12 Jun 2025 18:14 - 12 Jun 2025 18:39
Replied by PCW on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

Sounds like the drive has a significant offset or there is some electrical issue
What RPM do you get from the drive at 0V?

I is not for tuning overshoot but to have a slow but unlimited feedback

You can try more I term ( until it oscillates then back off to say 25% ) but I think the
real problem is the offset.

(the P term by itself cannot bring the error to 0 because the P term needs
and error to have any effect)

All this to say, it sounds like there is an electrical issue or perhaps drive
parameter setup issue that needs to be addressed rather than patched
over in LinuxCNC.

 
  • PCW
  • PCW's Avatar
12 Jun 2025 18:01 - 12 Jun 2025 18:05

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

Also are the drives enabled?

Typically servo drives would have an enable input that must be connected to operate
(with default setup parameters)

Note that if LinuxCNC cannot communicate with the 7I76EU, LinuxCNC will not start.
  • 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!
  • langdons
  • langdons
12 Jun 2025 15:44
Replied by langdons on topic Bridgeport VMC760 retrofit

Bridgeport VMC760 retrofit

Category: Milling Machines

Perhaps configuring LinuxCNC to invert the fault input will work?

For some reason, powering the enable input on some drives disables the drive (Ask how I know).
  • langdons
  • langdons
12 Jun 2025 15:40
Replied by langdons on topic ERROR DE SEGUIMIENTO

ERROR DE SEGUIMIENTO

Category: General LinuxCNC Questions

Which version of Ubuntu?
  • 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.
Displaying 1621 - 1635 out of 25070 results.
Time to create page: 0.215 seconds
Powered by Kunena Forum