Advanced Search

Search Results (Searched for: )

  • spumco
  • spumco
18 Apr 2025 12:52

Need help making rotary axis behave like second spindle

Category: Advanced Configuration

BINGO, adding the halui line did the trick. Thank you PCW and spumco, you guys are amazing (and lighting fast responders).
 

Thanks for reporting back, and glad to hear it's sorted out.

BTW, the "=>" and "<=" in the line are just characters to help the user visualize the pin to signal connection.  They are not required, and are ignored by LCNC.  I personally find single-line HAL entries nearly impossible to read, but breaking them up in to multiple lines does make for a much longer HAL file.

For example, the single line:
net machine-is-on hm2_7i76e.0.stepgen.04.enable halui.machine.is-on

is the same to LCNC as:
net machine-is-on  <= halui.machine.is-on
net machine-is-on  => hm2_7i76e.0.stepgen.04.enable
  • PCW
  • PCW's Avatar
18 Apr 2025 12:50
Replied by PCW on topic 7i96s Watchdog Ethernet

7i96s Watchdog Ethernet

Category: Deutsch

It's worth a try, but...

Did you actually disable AMT?

Still don't know where base.tmax" and "servo.tmax" come from.
These are suspicious as they do not exist in a standard LinuxCNC installation.
  • PCW
  • PCW's Avatar
18 Apr 2025 12:41
Replied by PCW on topic Spindle will not stay running

Spindle will not stay running

Category: General LinuxCNC Questions

if I change the VFD to manual control the spindle works fine. Testing the 10V spindle out seems to be fine for the 1 second then drops to 0v. The machine almost always goes to "Machine Off".

The question then would be why you get to the machine off state. (this will certainly turn off the spindle)

If you start LinuxCNC from the command line, are any errors displayed?
 
  • tommylight
  • tommylight's Avatar
18 Apr 2025 12:40

Are the program's extents available to the g-code?

Category: General LinuxCNC Questions

Not tested, but try:
-home the machine at MACHINE 0 limits with G53
-jog the machine to PART 0 and touch off with G54
If you have the machine limits set correctly in the ini file, if any move would exceed the machine limits, LinuxCNC will show a warning asking you if you want to continue, do not continue if this happens.
  • pgf
  • pgf
18 Apr 2025 12:24

Are the program's extents available to the g-code?

Category: General LinuxCNC Questions

I'm working on carving a piece that's really a little too big for my mill.  It barely fits if I rotate it 45 degrees, and carve it that way.  But the size and rotation make it hard to be sure no movement will exceed the machine limits, and sure enough, about halfway through a carving (a draft practice run, happily), I tripped a limit switch.

(I should clarify that my machine is "homeless".  "home" is always relative to the piece, so there's no way for the interpreter to know in advance that I'll be exceeding a limit.)

Are the program's extents (min/max X, min/max Y) available in variables that could be used by a canned subroutine?  I did a quick skim of the source, but didn't find anything obvious.
  • FPM
  • FPM
18 Apr 2025 12:01 - 18 Apr 2025 12:03
Replied by FPM on topic converting a tos/intos fngj 40

converting a tos/intos fngj 40

Category: Milling Machines

I connected the 7i77 to p1 and the 7i78 to p2, i assume this is the correct order.
I've tried to modify the hal so that the z-Axis is the stepper connected to the first interface of the 7i78. The encoder for the z-axis is connected to the 7i77. Is this more or less done correctly? (hal is attached).
Since the 7i78 has no enable signals for the steppers, is it possible to use the enable pin from the spindle, since i am not using this? and how do i need to mod the hal?
Thanks! 

File Attachment:

File Name: intos.hal
File Size:10 KB
  • ErwinCNC
  • ErwinCNC
18 Apr 2025 11:33
  • ErwinCNC
  • ErwinCNC
18 Apr 2025 11:30
Replied by ErwinCNC on topic 7i96s Watchdog Ethernet

7i96s Watchdog Ethernet

Category: Deutsch

Hallo PCW, 
ich habe noch einige andere Einstellungen versucht aber ohne Erfolg.
Eigentlich ist das Hobby fräsen und nicht Einstellungen in Linux CNC zu testen.
Deshalb habe ich überlegt einen Raspberry Pi 5 8gb zu kaufen. Jederzeit verfügbar, ein fertiges Image, kein raten / testen, passt bequem in den Schaltschrank. 

Hältst du das für sinnvoll?

Grüße Erwin 
 
  • RNZ
  • RNZ
18 Apr 2025 10:58

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

Yes it works perfectly. I would have to dig out the fix — it was suggested on the forum and the Pi5 setup has been flawless ever since.
  • ErwinCNC
  • ErwinCNC
18 Apr 2025 10:44

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

Hello Have you been able to fix the problem in the meantime?I am also thinking about using a pi 5 + 7i96s as I now have a second PC which is apparently not suitable for Linux CNC. If you were able to fix the problem, what was the cause and are you satisfied so far?

Regards Erwin 
  • Grotius
  • Grotius's Avatar
18 Apr 2025 10:41
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi,

I was just able to compile the scurve planner with the original linuxcnc Makefile system.

repository
Use the ./install script to install linuxcnc. It first installs the libscurve & libclothoid3d locally.

Then it just runs the axis_scurve_mm.ini config using scurve.

Hmm, interesting development.

Now a dev can make modifications to their needs, and merge it, if they want to.
  • andypugh
  • andypugh's Avatar
18 Apr 2025 10:38
Replied by andypugh on topic Determining Angular Scale - Help w/ Microsteps

Determining Angular Scale - Help w/ Microsteps

Category: Configuration Tools

I don't understand the problem here, really.

But with 1600 pulses per rev and a 3:1 belt ratio, the scale is just 1600/3 = 533.3333333333333333333333

If you see a creep, it could be the missing threes.

But, LinuxCNC expects pulser per _degree_ for a rotary axis, so you might actually want 1.481481481481481
  • andypugh
  • andypugh's Avatar
18 Apr 2025 10:15
Replied by andypugh on topic PC GPIO pins

PC GPIO pins

Category: Computers and Hardware

Actually, hal_gpio might "just work" in this case.

Try this command and see if it reports the pins:
gpioinfo
If you get "command not known" then
sudo apt-get install libgpiod

If the pins are reported, then:
linuxcnc.org/docs/stable/html/drivers/hal_gpio.html
  • andypugh
  • andypugh's Avatar
18 Apr 2025 10:10
Replied by andypugh on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

Note that unless the index pulse is from the spindle shaft, or the gear ratio is exactly 1:1, you can't peck-tap with the encoder on the motor shaft. This probably isn't a problem in most cases, but is worth being aware of.
Displaying 2146 - 2160 out of 26465 results.
Time to create page: 0.243 seconds
Powered by Kunena Forum