Advanced Search

Search Results (Searched for: )

  • melayate
  • melayate
25 Oct 2025 21:19
Replied by melayate on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

Mach was running Via Pokey57CNC. I think I just got tired of Mach, LOL!
the thing with Postep60-256 Enable (inverted, 0=enable, 1=disable).
I am using LINUXCNC 2.9.4 and I am using AXIS for now until I get it up & running, trying to test with 3 axis  with the goal of a total of 6 (gantry has X1 & X2).
using engmate power supply 36V 10A
wiring is as follows: AxisMesa connectorMesa pin (TB1)Mesa signalPoStep60 IDC pinPoStep signalX1 (master)7i96S TB1Pin 3STEP0+IDC Pin 5STEP  Pin 5DIR0+IDC Pin 3DIR  Pin 1 (TB1 GND)GNDIDC Pin 2 (or any GND pins: 2,4,6,8,10)GNDX2 (slave)7i96S TB1Pin 9STEP1+IDC Pin 5STEP  Pin 11DIR1+IDC Pin 3DIR  Pin 7 (TB1 GND)GNDIDC Pin 2GNDY7i96S TB1Pin 15STEP2+IDC Pin 5STEP  Pin 17DIR2+IDC Pin 3DIR  Pin 13 (GND)GNDIDC Pin 2GNDZ7i96S TB1Pin 21STEP3+IDC Pin 5STEP  Pin 23DIR3+IDC Pin 3DIR  Pin 19 (GND)GNDIDC Pin 2GND
for the enable I tried to use TB3 pins 13 (OUT-) connected to pin1 of all 4 drives (enable pin) and pin 14 (OUT+) connected to Mesa GND. 
  • tommylight
  • tommylight's Avatar
25 Oct 2025 20:53
Replied by tommylight on topic gmoccapy probe

gmoccapy probe

Category: Basic Configuration

2.8, 2.9, upcoming 2.10, have no major changes so everything works on all of them, but toolchangers, probes and routines, pendants, are not standard equipment and there is a huge variety of them, so might have issues sometimes.
Even configs from 2.5 and 2.7 work on new version as the included wizard does a good job of changing the required hal and ini entries, but this also fails sometimes as it is impossible to account for all the hardware that LinuxCNC can control.
-
While i am at it, the included wizards, be it changing from old to new versions, or StepConf or PncConf, are magnificent, and i am fully aware of how much work went into them, so whoever worked on them, thank you very much, i am very grateful, although i rarely use them as i am used to editing files manually, but when i do need them they work perfectly.
  • abs32
  • abs32
25 Oct 2025 19:58 - 25 Oct 2025 20:12

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

Category: Advanced Configuration

if -
##Negate Encoder Position
loadrt mult2 count=3
addf mult2.2 servo-thread
loadrt comp count=1
addf comp.0 servo-thread
loadrt and2 count=2
addf and2.1 servo-thread

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

then, when the command is executed -
M64 P3
G38.3 F15 Z0

the machine does not respond to the sensor.

And in the usual configuration -
        net probe-in        <= parport.0.pin-13-in-not
        net probe-in => motion.probe-input

the sensor is triggered, the machine understands this, but sometimes there is an error "non-probe mode"

What am I doing wrong?
  • PCW
  • PCW's Avatar
25 Oct 2025 19:50
Replied by PCW on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

Can you show a bit more about how the enables are wired?

What is OUT0+ (TB3 pin 14) connected to?
  • abs32
  • abs32
25 Oct 2025 19:38 - 25 Oct 2025 19:42

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

Category: Advanced Configuration

This option completely ignores the sensor operation G38.3 F550 Z0!
loadrt flipflop count=2
addf flipflop.0 servo-thread
addf flipflop.1 servo-thread
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

My simple task is to find the bottom when the sensor is triggered, to move away from the found bottom without triggering an error "non-probe mode error" 

 
  • abs32
  • abs32
25 Oct 2025 19:25 - 25 Oct 2025 19:31

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

Category: Advanced Configuration

yes.
in the second option it was necessary to add -
loadrt flipflop count=2
addf flipflop.0 servo-thread
addf flipflop.1 servo-thread

LNCNC started without errors.

However, the scanning program worked crookedly - the probe reached the workpiece, rested on it and went to the side.


but it’s not yet possible to launch the first option; I don’t know which loadrt + addf are needed for and2.1
I found about others -
loadrt mult2 count=3
addf mult2.2 servo-thread
loadrt comp count=1
addf comp.0 servo-thread
  • djdock99
  • djdock99
25 Oct 2025 19:14
Replied by djdock99 on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

So can you walk me through getting the machine out of estop.
I have linuxcnc installed on a pc mounted in the machine connected to 7i97t, 7i74,7i84 and a 7i73. 3 heidenhain 602s wired to the 7i97t. just wired +10/-10 signals aswell and Im going through pnc config atmo, tring to figure out soft limit locations and directions for all axis.
  • Aciera
  • Aciera's Avatar
25 Oct 2025 19:12

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

Category: Advanced Configuration

Maybe you forgot the 'loadrt ...' and 'addf ...' lines for those components in your hal?
  • Cooped-Up
  • Cooped-Up
25 Oct 2025 18:50
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

I decided to change the velocity it homes at from 1 to 0.1 and that made all the difference. It actually stopped and backed up the the home position. I am guessing that the little stutter I was witnessing was the motor attempting to reverse direction but failing causing it to continue to drift into the hard limit. I then tried that solution on the other axis but the knee decided to go all the way down to the hard stop so I need to figure out how to spin that screw back up off of it. Otherwise i think I have that all sorted. Just need to better figure out the PID tuning and whatnot. I pulled all the relavemt information from the machine constants of the old controller but I don't know if anything other than the max speeds will be relevant.
  • 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 - 26 Oct 2025 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
Displaying 8101 - 8115 out of 16961 results.
Time to create page: 0.298 seconds
Powered by Kunena Forum