Advanced Search

Search Results (Searched for: )

  • Cooped-Up
  • Cooped-Up
25 Oct 2025 18:46
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

Yes I did! I am currently figuring out getting the machine to home properly. Should be getting the touchscreen for the control panel today so maybe I'll have time to work on the interface tomorrow.
  • abs32
  • abs32
25 Oct 2025 18:42 - Yesterday 13:15

how to get rid of the probed dumping non-probe mode error?

Category: Advanced Configuration

v2.8.4

from what has been said here - 
forum.linuxcnc.org/38-general-linuxcnc-q...ue-with-g38-5#336766

I inserted the following lines into my hal -
#Negate Encoder Position
setp mult2.2.in0 -1.0
setp comp.0.in0 0.005 # Threshold value for encoder
net enable-probe <= motion.digital-out-03 => and2.1.in1

# Encoder position and comparator
net negated-encoder-out <= mult2.2.out
net negated-encoder-out comp.0.in1 # Connect to comparator input
net encoder-threshold-met <= comp.0.out => and2.1.in0

# AND logic to trigger only during probing motion
net probe-trigger and2.1.out motion.probe-input

when I start, I get an error -
parameter or pi 'mult2.2.in0' not found

from what has been said here - www.forum.linuxcnc.org/38-general-linuxc...dlock?start=0#332412

I inserted the following lines into my hal -
setp flipflop.0.set FALSE
setp flipflop.0.data TRUE
net probepin parport.0.pin-13-in-not => flipflop.0.clk
net probereset motion.digital-out-00 => flipflop.0.reset
net probefiltered flipflop.0.out => motion.probe-input parport.0.pin-01-out

when I start, I get an error -

parameter or pi 'flipflop.0.set' not found

What am I doing wrong?
  • 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
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.
Displaying 121 - 135 out of 22486 results.
Time to create page: 0.837 seconds
Powered by Kunena Forum