Advanced Search

Search Results (Searched for: )

  • snowgoer540
  • snowgoer540's Avatar
25 Oct 2025 18:10
Replied by snowgoer540 on topic PlasmaC Fatal Error Message

PlasmaC Fatal Error Message

Category: Plasmac

 

Meant to put this in the last post.  
  • snowgoer540
  • snowgoer540's Avatar
25 Oct 2025 18:09
Replied by snowgoer540 on topic PlasmaC Fatal Error Message

PlasmaC Fatal Error Message

Category: Plasmac

I get that error if I change the feedrate for material 35 to 0.0.

Have them check the feed rate of that material. I imagine that's the problem.

Of course I am testing on QtPlasmaC, but I would posit it behaves the same.
  • tommylight
  • tommylight's Avatar
25 Oct 2025 17:12
Replied by tommylight on topic Tipps für aktuelle LinuxCNC Hardware gesucht

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

There are 4 parts that seem misaligned, on the same left side only, and those have the error mirrored, so more probably to be something actually loose and moving on the machine, or bending that much ???.
  • djdock99
  • djdock99
25 Oct 2025 17:10
Replied by djdock99 on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

Hey cooped-up.
Im at a similar stage of retrofit on an MH800w.
Following closely! did you manage to get the machine latched and out of E-stop?
Thanks Paul
  • Hakan
  • Hakan
25 Oct 2025 16:35

Stepper online A6 Servo motor as Spindle motor

Category: General LinuxCNC Questions

What have you tried? Which Leadshine drive model?
I am going to propose to use PV mode. It is similar to a vfd.
You just give a speed and the driver ramps up and down as needed.
I have not tried it myself, and I don't have a driver to try it so it is up to you.
I foresee that the cia402 component needs modification, it only handles csp and csv.
  • melayate
  • melayate
25 Oct 2025 16:30
Mesa7i96s and Postep60-250? was created by melayate

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

I just migrated from Mach4 and Pokeys57cnc, and was hoping to keep Postep60-256 drives in my new setup. I wired postep drive to Mesa 7i96s as follows: Postep pins 1/2/3/5, 2 to TB1 pin1 (GND) / 3 to TB1 pin5 (DIR+) / 5 to TB1 pin3 (STEP+) and 1(enable) to TB3 pin13 (OUT-).
I have been at it for about a week now, I can’t figure out what I am doing wrong. Using Pncconf wizard, the home/limit/ estop are working but the drives are not getting enabled and the stepper motors are not getting any pulse.
any help would be greatly appreciated, thank you in advance!
ps! I am very new to Linuxcnc, migrating from Mach for almost 2 decades.
  • Cooped-Up
  • Cooped-Up
25 Oct 2025 16:30
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

Well I had that set to 0 so I figured it would stay at 0 but perhaps I should make it set to be further in the other direction
  • MaHa
  • MaHa
25 Oct 2025 16:05

linuxcnc.command().mdi() vs .program_open()

Category: General LinuxCNC Questions

I log data the following way, LOGAPPEND extends the file, while LOGOPEN overwrites with new content
(LOGOPEN,/home/user/NcFiles/LOGs/probepoints.ngc)
(LOG,#<X_OFFS_K>    #<Y_OFFS_K>    #<ANG>    #<OFFS_P>)
(LOG,#1    #2    #3    #4)
(LOGCLOSE)
 
  • abs32
  • abs32
25 Oct 2025 15:58 - 25 Oct 2025 16:00
  • meister
  • meister
25 Oct 2025 15:37
Replied by meister on topic Tipps für aktuelle LinuxCNC Hardware gesucht

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

backlash should be seen an all part,
first i would try to repeat it with very slow feed rates
  • DerKlotz
  • DerKlotz
25 Oct 2025 15:08 - 30 Oct 2025 13:22
Replied by DerKlotz on topic XHC-WHB04B-4 error during compile

XHC-WHB04B-4 error during compile

Category: Advanced Configuration

Just noticed that the handwheel is (probably) already available in the newest linuxcnc. I tried it via a 5 year old YT Video. It is probably much more easy for the basic functions.
I try to do it now...
  • scsmith1451
  • scsmith1451's Avatar
25 Oct 2025 15:08
Replied by scsmith1451 on topic linuxcnc.command().mdi() vs .program_open()

linuxcnc.command().mdi() vs .program_open()

Category: General LinuxCNC Questions

You folks have been awesome helping a retired guy get into LinuxCNC. Thank you for your patience as I get my machine working properly.

One lase issue.

The .ngc probe code is working flawlessly, however, the (probeopen filename.txt) is not opening a file and therefore not capturing the measurements. what might be the problem and how do I resolve it?

Kind regards
  • tommylight
  • tommylight's Avatar
25 Oct 2025 14:39
Replied by tommylight on topic Tipps für aktuelle LinuxCNC Hardware gesucht

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

Seems like backlash, lots of it, not lost steps.
  • juergen-home
  • juergen-home
25 Oct 2025 13:57 - 25 Oct 2025 14:11
Replied by juergen-home on topic Additional hardware-button for coolant

Additional hardware-button for coolant

Category: Gmoccapy

Slightly changed from my  gamepad pendant forum.linuxcnc.org/47-hal-examples/57498...tion-selector-switch
Maybe this works.
#----------------------------------------------------------------------------------------------------------
# Activate coolant / mist
#----------------------------------------------------------------------------------------------------------
# A single joypad button will start and stop the coolant.
# coolant on-off with toggle2nist

loadrt toggle names=tog_0   # Load N components for logical NOT operations
addf tog_0 servo-thread

loadrt toggle2nist names=tog2nist_0   # Load N components for logical NOT operations
addf tog2nist_0 servo-thread

# this toggle in front of toggle2nist is needed for regular toggle2nist.comp in 2.9.6
net net-joy-coolant-toggle tog_0.in  <= input.0.btn-base3 # here is the button
net net-button-start tog2nist_0.in <= tog_0.out

net net-coolant.is-on tog2nist_0.is-on <= halui.coolant.is-on
net net-coolant-off tog2nist_0.off => halui.coolant.off
net net-coolant-on tog2nist_0.on => halui.coolant.on
#----------------------------------------------------------------------------------------------------------
  • heaven
  • heaven
25 Oct 2025 13:43

Mesa smart serial or PktUART or serial over RS232 or udp for robot joints

Category: Advanced Configuration

As I know, you can use a smart serial UART to read the Yaskawa ABS encoder, but you need to make a custom component to handle it, including 2 elements: a UART channel and an increment encoder channel.
1st: read the ABS encoder at the initial state
2nd: set the abs position by summing up the abs and increment
Displaying 8116 - 8130 out of 16956 results.
Time to create page: 0.514 seconds
Powered by Kunena Forum